query
stringlengths
7
33.1k
document
stringlengths
7
335k
metadata
dict
negatives
listlengths
3
101
negative_scores
listlengths
3
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
Methode de conversion d'une MAP en Liste
public static <K, T> List<T> convertMapToList(Map<K, T> map) { // Si la collection est nulle if(map == null) return null; // On retourne l'ensemble return new ArrayList<T>(map.values()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void convertitMap(Map<String, Object> map) {\n\t\t\n\t}", "java.util.List<com.sanqing.sca.message.ProtocolDecode.SimpleMap> \n getSimpleMapList();", "public List<Map<String, Object>> funcionarioPorDepartamento(Integer cod_departamento);", "@Override\n\tpublic List selectList2(Object map) {\n\t\treturn null;\n\t}", "public List<Map<String, Object>> getKeYuanList(Map<String, Object> map);", "@Override\r\n\tpublic List<Map<String, Object>> list(Map<String, Object> map) {\n\t\treturn dao.list(map);\r\n\t}", "@Override\n\tpublic List<RotateBID> list(HashMap<String, String> map) {\n \n List<RotateBID> data= dao.list(map);\n\t\treturn data;\n\t}", "private void mapValues() {\n\t\tmap.put(1, \"I\");\r\n\t\tmap.put(5, \"V\");\r\n\t\tmap.put(10, \"X\");\r\n\t\tmap.put(50, \"L\");\r\n\t\tmap.put(100, \"C\");\r\n\t\tmap.put(500, \"D\");\r\n\t\tmap.put(1000, \"M\");\r\n\t}", "public static List convertMapList2BeanList(List<Map> datas,Class a){\n if(null != datas){\n List ret = new ArrayList();\n for(Map m:datas){\n try{\n ret.add(POJOUtil.convertDBMap2POJO(m,a));\n }catch (Exception e){\n log.error(e.getMessage(),e);\n }\n }\n if(ret.size()>0)\n return ret;\n return null;\n }\n return null;\n }", "@Override\n\tpublic HashMap<String, String> getKeyConvertMap(List<String> listKey)\n\t\t\tthrows ServiceException {\n\t\treturn null;\n\t}", "public abstract java.util.Map<java.lang.Double, java.util.List<java.lang.Integer>> pnlListMap();", "public abstract Map<String, Serializable> toMap();", "private static List<ajr> m19375a(Map<String, String> map) {\n if (map == null) {\n return null;\n }\n if (map.isEmpty()) {\n return Collections.emptyList();\n }\n List<ajr> arrayList = new ArrayList(map.size());\n for (Entry entry : map.entrySet()) {\n arrayList.add(new ajr((String) entry.getKey(), (String) entry.getValue()));\n }\n return arrayList;\n }", "private Map toMap(Scriptable scriptable) {\n \t\tif (scriptable instanceof MapWrapper)\n \t\t\treturn (Map) ((MapWrapper) scriptable).unwrap();\n \t\treturn new MapAdapter(scriptable);\n \t}", "private void convert(Map map) {\n if (map == null)\n return;\n\n for (Object key : valueTypes.keySet()) {\n MessagePackObject mpo = (MessagePackObject) map.get(key);\n if (mpo != null)\n map.put(key, mpo.convert(Templates.tNullable(\n TemplateRegistry.lookup(valueTypes.get(key)))));\n }\n\n }", "public List<List<String>> listMap2List(List<Map<Integer, String>> list)\n\t{\n\t\tList<List<String>> result = new ArrayList<List<String>>();\t\t\n\t\tfor (int i = 0; i < list.size(); i++)\n\t\t{\n\t\t\tList<String> temp = new ArrayList<String>();\n\t\t\tfor (int j = 0; j < list.get(i).size(); j++)\n\t\t\t{\n\t\t\t\t temp.add(list.get(i).get(j));\n\t\t\t}\n\t\t\tresult.add(temp);\n\t\t}\n\t\treturn result;\n\t}", "public Map toMap(Map<String, Object> map) {\n return super.toMap(map);\n }", "@Override\n\tpublic ArrayList<Lista> listaListeElettorali() {\n\t\t\t\n\t\t\t\n\t\t\tDB db = getDB();\n\t\t\tMap<Integer, Lista> map = db.getTreeMap(\"liste\");\n\t\t\tArrayList<Lista> liste = new ArrayList<Lista>();\n\t\t\tSet<Integer> keys = map.keySet();\n\t\t\tfor (int key : keys) {\n\t\t\t\tliste.add(map.get(key));\n\t\t\t}\n\t\n\t\t\treturn liste;\n\t\t\t\n\t\t}", "@Override\n\tprotected String getListMapper() {\n\t\treturn null;\n\t}", "public MapperDeSalidaExcepcionFormat() {\n super();\n listaMappeo = new LinkedList();\n }", "@Override\n\tpublic List selectList3(Object map) {\n\t\treturn null;\n\t}", "void mo53966a(HashMap<String, ArrayList<C8514d>> hashMap);", "@Override\n public void record2Map(final Map<String, Integer> map) {\n }", "public final List<TimeKey> mo13029a(Map<String, ? extends Map<String, String>> map) {\n ArrayList arrayList = new ArrayList(map.size());\n for (Map.Entry next : map.entrySet()) {\n Map map2 = (Map) next.getValue();\n Object obj = map2.get(\"encrypted_mobile_id\");\n if (obj != null) {\n String str = (String) obj;\n Object obj2 = map2.get(\"fromDate\");\n if (obj2 != null) {\n long roundToLong = MathKt.roundToLong(((Double) obj2).doubleValue());\n Object obj3 = map2.get(\"tillDate\");\n if (obj3 != null) {\n arrayList.add(new TimeKey((String) next.getKey(), str, TimeKey.DEFAULT_NAME, roundToLong, MathKt.roundToLong(((Double) obj3).doubleValue()), 0, 32, (DefaultConstructorMarker) null));\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.Double\");\n }\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.Double\");\n }\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.String\");\n }\n }\n return arrayList;\n }", "@Override\r\n\tpublic void exportMap() {\n\r\n\t}", "ProcessOperation<Map<String, Object>> map();", "MapType map(List<ReferenceOrderedDatum> rodData, char ref, LocusContext context);", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"Id\", this.Id);\n this.setParamSimple(map, prefix + \"Title\", this.Title);\n this.setParamSimple(map, prefix + \"Name\", this.Name);\n this.setParamSimple(map, prefix + \"Type\", this.Type);\n this.setParamSimple(map, prefix + \"Description\", this.Description);\n this.setParamSimple(map, prefix + \"Schema\", this.Schema);\n this.setParamSimple(map, prefix + \"CmsProject\", this.CmsProject);\n this.setParamSimple(map, prefix + \"PkgId\", this.PkgId);\n this.setParamSimple(map, prefix + \"SchemaVersion\", this.SchemaVersion);\n this.setParamSimple(map, prefix + \"CreatorId\", this.CreatorId);\n this.setParamSimple(map, prefix + \"CreatedAt\", this.CreatedAt);\n this.setParamSimple(map, prefix + \"UpdatedAt\", this.UpdatedAt);\n this.setParamSimple(map, prefix + \"EnvId\", this.EnvId);\n this.setParamSimple(map, prefix + \"DataSourceVersion\", this.DataSourceVersion);\n this.setParamArrayObj(map, prefix + \"AppUsageList.\", this.AppUsageList);\n this.setParamSimple(map, prefix + \"PublishedAt\", this.PublishedAt);\n this.setParamArraySimple(map, prefix + \"ChildDataSourceIds.\", this.ChildDataSourceIds);\n this.setParamSimple(map, prefix + \"Fun\", this.Fun);\n this.setParamSimple(map, prefix + \"ScfStatus\", this.ScfStatus);\n this.setParamSimple(map, prefix + \"Methods\", this.Methods);\n this.setParamArraySimple(map, prefix + \"ChildDataSourceNames.\", this.ChildDataSourceNames);\n this.setParamSimple(map, prefix + \"IsNewDataSource\", this.IsNewDataSource);\n this.setParamSimple(map, prefix + \"ViewId\", this.ViewId);\n this.setParamSimple(map, prefix + \"Configuration\", this.Configuration);\n this.setParamSimple(map, prefix + \"TemplateCode\", this.TemplateCode);\n this.setParamSimple(map, prefix + \"Source\", this.Source);\n this.setParamSimple(map, prefix + \"PublishVersion\", this.PublishVersion);\n this.setParamSimple(map, prefix + \"PublishViewId\", this.PublishViewId);\n this.setParamSimple(map, prefix + \"SubType\", this.SubType);\n this.setParamSimple(map, prefix + \"AuthStatus\", this.AuthStatus);\n this.setParamObj(map, prefix + \"AuthInfo.\", this.AuthInfo);\n\n }", "public static void adicionaMap2() {\n\t\t\t\tcDebitos_DFlorianopolis.put(\"seq\", new Integer[] { 1, 5 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"dam\", new Integer[] { 6, 18 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"fiti\", new Integer[] { 19, 26 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"data_Venc\", new Integer[] { 27, 38 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"cartorio\", new Integer[] { 39, 76 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"valor\", new Integer[] { 77, 90 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"multa\", new Integer[] { 91, 104 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"juros\", new Integer[] { 105, 118 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"total\", new Integer[] { 119, 132 });\r\n\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"seq\", new Integer[] { 1, 5 });\t\t\t\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"dam\", new Integer[] { 6, 20 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"processo\", new Integer[] { 21, 34 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"data_Venc\", new Integer[] { 35, 46 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"tributos\", new Integer[] { 47, 60 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"historico\", new Integer[] { 61, 78 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"valor\", new Integer[] { 79, 90 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"multa\", new Integer[] { 91, 104 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"juros\", new Integer[] { 105, 118 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"total\", new Integer[] { 119, 132 });\t\t\t\t\r\n\t\t\t\t\r\n\r\n\r\n\t\t\r\n\r\n\t\t// No DAM ANO DATA VENC No. PROCESSO\r\n\t\t// No. PARCELAMENTO VALOR JUROS TOTAL\r\n\t\tcDebitos_JFlorianopolis.put(\"seq\", new Integer[] { 1, 5 });\r\n\t\tcDebitos_JFlorianopolis.put(\"dam\", new Integer[] { 6, 20 });\r\n\t\tcDebitos_JFlorianopolis.put(\"ano\", new Integer[] { 21, 26 });\r\n\t\tcDebitos_JFlorianopolis.put(\"data_Venc\", new Integer[] { 27, 38 });\r\n\t\tcDebitos_JFlorianopolis.put(\"processo\", new Integer[] { 39, 55 });\r\n\t\tcDebitos_JFlorianopolis.put(\"nParcelamento\", new Integer[] { 55, 76 });\r\n\t\tcDebitos_JFlorianopolis.put(\"valor\", new Integer[] { 77, 104 });\r\n\t\tcDebitos_JFlorianopolis.put(\"juros\", new Integer[] { 105, 118 });\r\n\t\tcDebitos_JFlorianopolis.put(\"total\", new Integer[] { 119, 132 });\r\n\r\n\t\t// DAM LIV/FOLHA/CERT. DATA INSC HISTORICO\r\n\t\t// INSCRICAO VALOR\r\n\r\n\t\tcDebitos_J1Florianopolis.put(\"dam\", new Integer[] { 1, 13 });\r\n\t\tcDebitos_J1Florianopolis.put(\"liv_Folha_Cert\", new Integer[] { 14, 34 });\r\n\t\tcDebitos_J1Florianopolis.put(\"data_Insc\", new Integer[] { 35, 46 });\r\n\t\tcDebitos_J1Florianopolis.put(\"historico\", new Integer[] { 47, 92 });\r\n\t\tcDebitos_J1Florianopolis.put(\"inscricao\", new Integer[] { 93, 119 });\r\n\t\tcDebitos_J1Florianopolis.put(\"valor\", new Integer[] { 120, 132 });\r\n\t\t\r\n\t\t\r\n\t\t// No DAM ANO DATA VENC HISTORICO PROCESSO VALOR JUROS TOTAL\r\n\t\tcDebitos_LFlorianopolis.put(\"seq\", new Integer[] { 1, 5 });\r\n\t\tcDebitos_LFlorianopolis.put(\"dam\", new Integer[] { 6, 20 });\r\n\t\tcDebitos_LFlorianopolis.put(\"ano\", new Integer[] { 21, 26 });\r\n\t\tcDebitos_LFlorianopolis.put(\"data_Venc\", new Integer[] { 27, 38 });\r\n\t\tcDebitos_LFlorianopolis.put(\"historico\", new Integer[] { 39, 76 });\r\n\t\tcDebitos_LFlorianopolis.put(\"processo\", new Integer[] { 77, 91 });\r\n\t\tcDebitos_LFlorianopolis.put(\"valor\", new Integer[] { 92, 104 });\r\n\t\tcDebitos_LFlorianopolis.put(\"juros\", new Integer[] { 105, 118 });\r\n\t\tcDebitos_LFlorianopolis.put(\"total\", new Integer[] { 119, 132 });\r\n\r\n\t\t\r\n\t}", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"TortId\", this.TortId);\n this.setParamSimple(map, prefix + \"TortTitle\", this.TortTitle);\n this.setParamSimple(map, prefix + \"TortPlat\", this.TortPlat);\n this.setParamSimple(map, prefix + \"TortURL\", this.TortURL);\n this.setParamSimple(map, prefix + \"PubTime\", this.PubTime);\n this.setParamSimple(map, prefix + \"Author\", this.Author);\n this.setParamSimple(map, prefix + \"DetectTime\", this.DetectTime);\n this.setParamSimple(map, prefix + \"ObtainStatus\", this.ObtainStatus);\n this.setParamSimple(map, prefix + \"RightStatus\", this.RightStatus);\n this.setParamSimple(map, prefix + \"BlockStatus\", this.BlockStatus);\n this.setParamSimple(map, prefix + \"TortNum\", this.TortNum);\n this.setParamSimple(map, prefix + \"ObtainNote\", this.ObtainNote);\n this.setParamSimple(map, prefix + \"WorkTitle\", this.WorkTitle);\n this.setParamSimple(map, prefix + \"TortSite\", this.TortSite);\n this.setParamSimple(map, prefix + \"ICP\", this.ICP);\n this.setParamSimple(map, prefix + \"RightNote\", this.RightNote);\n this.setParamSimple(map, prefix + \"ObtainType\", this.ObtainType);\n this.setParamSimple(map, prefix + \"BlockNote\", this.BlockNote);\n this.setParamSimple(map, prefix + \"WorkId\", this.WorkId);\n this.setParamSimple(map, prefix + \"WorkName\", this.WorkName);\n this.setParamSimple(map, prefix + \"AuthStatus\", this.AuthStatus);\n this.setParamSimple(map, prefix + \"CommStatus\", this.CommStatus);\n this.setParamSimple(map, prefix + \"EvidenceStatus\", this.EvidenceStatus);\n this.setParamSimple(map, prefix + \"IsProducer\", this.IsProducer);\n this.setParamSimple(map, prefix + \"IsOverseas\", this.IsOverseas);\n this.setParamSimple(map, prefix + \"IPLoc\", this.IPLoc);\n\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamArrayObj(map, prefix + \"ImageInfoList.\", this.ImageInfoList);\n this.setParamObj(map, prefix + \"HandleParam.\", this.HandleParam);\n this.setParamSimple(map, prefix + \"Type\", this.Type);\n this.setParamSimple(map, prefix + \"IsUsedClassify\", this.IsUsedClassify);\n this.setParamSimple(map, prefix + \"UserType\", this.UserType);\n this.setParamArrayObj(map, prefix + \"ReportTypeVersion.\", this.ReportTypeVersion);\n\n }", "public List<Map<String, Object>> toMapList(Object data) {\n\n try {\n String dataF;\n if (!(data instanceof String)) {\n dataF = toString(data);\n } else {\n dataF = objectMapper.writeValueAsString(data);\n }\n return objectMapper.readValue(dataF, new TypeReference<List<Map<String, Object>>>() {\n });\n } catch (IOException e) {\n logger.error(e.getMessage(), e);\n }\n return null;\n }", "public List<MemberInfoDTO> list(Map map) {\n\t\treturn sqlSessionTemplate.selectList(\"memberInfo.list\", map);\r\n\t}", "@Override\n public HashMap<String, List<String>> initializeMapping(HashMap<String, List<String>> mapping) {\n mapping.put(\"xEncoder\", Arrays.asList(\"outtakeMotor1\", \"outtake1\"));\n mapping.put(\"yEncoder\", Arrays.asList(\"wobbleMotor\"));\n\n return mapping;\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"Id\", this.Id);\n this.setParamSimple(map, prefix + \"Type\", this.Type);\n this.setParamSimple(map, prefix + \"Source\", this.Source);\n this.setParamSimple(map, prefix + \"SourceName\", this.SourceName);\n this.setParamSimple(map, prefix + \"Name\", this.Name);\n this.setParamArraySimple(map, prefix + \"UseUserIdList.\", this.UseUserIdList);\n this.setParamArraySimple(map, prefix + \"UseUserOpenIdList.\", this.UseUserOpenIdList);\n this.setParamArrayObj(map, prefix + \"TagList.\", this.TagList);\n this.setParamSimple(map, prefix + \"SkipVerify\", this.SkipVerify);\n this.setParamSimple(map, prefix + \"Friends\", this.Friends);\n this.setParamSimple(map, prefix + \"Remark\", this.Remark);\n this.setParamSimple(map, prefix + \"MsgId\", this.MsgId);\n this.setParamSimple(map, prefix + \"ConfigId\", this.ConfigId);\n this.setParamSimple(map, prefix + \"QrCodeUrl\", this.QrCodeUrl);\n this.setParamSimple(map, prefix + \"RecStatus\", this.RecStatus);\n this.setParamSimple(map, prefix + \"AppId\", this.AppId);\n\n }", "private static Object mapValueToJava(Object value) {\n if (value instanceof Map) {\n value = ((Map<?, ?>) value).toMap();\n } else if (value instanceof Sequence) {\n value = ((Sequence<?>) value).toMappedList();\n } else if (value instanceof net.ssehub.easy.instantiation.core.model.vilTypes.Set<?>) {\n value = ((net.ssehub.easy.instantiation.core.model.vilTypes.Set<?>) value).toMappedSet();\n }\n return value;\n }", "MAP createMAP();", "Map<String, String> mo14888a();", "private static void createTypeMap() {\n\n }", "@Override\n\tpublic void updateDataListMap(List<Map<String, Object>> dataList) {\n\t\t\n\t}", "public abstract Map<String, Object> toMap(T object);", "Map<String, String> asMap();", "Object getTolist();", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"SourceType\", this.SourceType);\n this.setParamArraySimple(map, prefix + \"SourceUrls.\", this.SourceUrls);\n this.setParamSimple(map, prefix + \"DomainName\", this.DomainName);\n this.setParamSimple(map, prefix + \"AppName\", this.AppName);\n this.setParamSimple(map, prefix + \"StreamName\", this.StreamName);\n this.setParamSimple(map, prefix + \"StartTime\", this.StartTime);\n this.setParamSimple(map, prefix + \"EndTime\", this.EndTime);\n this.setParamSimple(map, prefix + \"Operator\", this.Operator);\n this.setParamSimple(map, prefix + \"PushArgs\", this.PushArgs);\n this.setParamArraySimple(map, prefix + \"CallbackEvents.\", this.CallbackEvents);\n this.setParamSimple(map, prefix + \"VodLoopTimes\", this.VodLoopTimes);\n this.setParamSimple(map, prefix + \"VodRefreshType\", this.VodRefreshType);\n this.setParamSimple(map, prefix + \"CallbackUrl\", this.CallbackUrl);\n this.setParamSimple(map, prefix + \"ExtraCmd\", this.ExtraCmd);\n this.setParamSimple(map, prefix + \"Comment\", this.Comment);\n this.setParamSimple(map, prefix + \"ToUrl\", this.ToUrl);\n this.setParamSimple(map, prefix + \"BackupSourceType\", this.BackupSourceType);\n this.setParamSimple(map, prefix + \"BackupSourceUrl\", this.BackupSourceUrl);\n this.setParamArrayObj(map, prefix + \"WatermarkList.\", this.WatermarkList);\n this.setParamSimple(map, prefix + \"VodLocalMode\", this.VodLocalMode);\n this.setParamSimple(map, prefix + \"RecordTemplateId\", this.RecordTemplateId);\n\n }", "@Override\n\tpublic List selectList2(Object map) {\n\t\t\n\t\tList list= session.selectList(\"party.party_show_list\",map);\n\t\t\n\t\treturn list;\n\t}", "public MultiValueMap<String, String> getMap() {\r\n\t\tMultiValueMap<String, String> map = new LinkedMultiValueMap<String, String>();\r\n\t\t\r\n\t\tif(this.country != null) \t\tmap.add(\"country\", this.getCountry().getValue());\r\n\t\tif(this.operation != null) \t\tmap.add(\"operation\", this.getOperation().getValue());\r\n\t\tif(this.propertyType != null) \tmap.add(\"propertyType\", this.getPropertyType().getValue());\r\n\t\tif(this.center != null) \t\tmap.add(\"center\", this.getCenter().getCoordinates());\r\n\t\tif(this.locale != null) \t\tmap.add(\"locale\", this.getLocale().getValue());\r\n\t\tif(this.distance != null) \t\tmap.add(\"distance\", this.getDistance().toString());\r\n\t\tif(this.locationId != null) \tmap.add(\"locationId\", this.getLocationId().getValue());\r\n\t\tif(this.maxItems != null) \t\tmap.add(\"maxItems\", this.getMaxItems().toString());\r\n\t\tif(this.numPage != null) \t\tmap.add(\"numPage\", this.getNumPage().toString());\r\n\t\tif(this.maxPrice != null) \t\tmap.add(\"maxPrice\", this.getMaxPrice().toString());\r\n\t\tif(this.sinceDate != null) \t\tmap.add(\"sinceDate\", this.getSinceDate().getValue());\r\n\t\tif(this.order != null) \t\t\tmap.add(\"order\", this.getOrder().getValue());\r\n\t\tif(this.sort != null) \t\t\tmap.add(\"sort\", this.getSort().getValue());\r\n\t\tif(this.adIds != null) {\r\n\t\t\tfor(Integer id: adIds) {\r\n\t\t\t\tmap.add(\"adIds\", id.toString());\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(this.hasMultimedia != null) \tmap.add(\"hasMultimedia\", this.getHasMultimedia().toString());\r\n\t\t\r\n\t\treturn map;\r\n\t}", "public void createMap() {\n\t\tArrayList<String>boardMap = new ArrayList<String>(); //boardmap on tiedostosta ladattu maailman malli\n\t\t\n\t\t//2. try catch blocki, ei jaksa laittaa metodeja heittämään poikkeuksia\n\t\ttry {\n\t\t\tboardMap = loadMap(); //ladataan data boardMap muuttujaan tiedostosta\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\t\t\n\t\t\n\t\t// 3. j=rivit, i=merkit yksittäisellä rivillä\n\t\tfor(int j=0; j<boardMap.size();j++){ \t\t//..rivien lkm (boardMap.size) = alkioiden lkm. \n\t\t\tfor(int i=0; i<boardMap.get(j).length(); i++){\t\t//..merkkien lkm rivillä (alkion Stringin pituus .length)\n\t\t\t\tCharacter hexType = boardMap.get(j).charAt(i);\t//tuodaan tietyltä riviltä, yksittäinen MERKKI hexType -muuttujaan\n\t\t\t\tworld.add(new Hex(i, j, hexType.toString()));\t//Luodaan uusi HEXa maailmaan, Character -merkki muutetaan Stringiksi että Hex konstructori hyväksyy sen.\n\t\t\t}\n\t\t}\n\t\tconvertEmptyHex();\n\t}", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamArrayObj(map, prefix + \"InBound.\", this.InBound);\n this.setParamArrayObj(map, prefix + \"OutBound.\", this.OutBound);\n this.setParamSimple(map, prefix + \"SgId\", this.SgId);\n this.setParamSimple(map, prefix + \"SgName\", this.SgName);\n this.setParamSimple(map, prefix + \"SgRemark\", this.SgRemark);\n this.setParamSimple(map, prefix + \"CreateTime\", this.CreateTime);\n this.setParamSimple(map, prefix + \"Version\", this.Version);\n\n }", "@Override\n\tpublic Map<String, Object> serch(Pageable pageble,\n\t\t\tMap<String, String> map) {\n\t\tif (pageble == null) {\n\t\t\treturn null;\n\t\t}\n\n\t\tMap<String, Object> resultMap = new HashMap<String, Object>();\n\t\tPage<Project> page = projRrep.serch(pageble, map);\n\t\tif (page != null) {\n\t\t\tList<Project> list = page.getContent();\n\t\t\tint pageSize = page.getTotalPages();\n\t\t\tresultMap.put(\"content\", list);\n\t\t\tresultMap.put(\"rows\", pageSize);\n\n\t\t\treturn resultMap;\n\t\t}\n\n\t\treturn null;\n\n\t}", "private static List<List<List<Ansi>>> mapLMToAnsi(SquareLM[][] mapLM){\n\n List<List<List<Ansi>>> mapAnsi = new ArrayList<>();\n\n for(int row = 0; row < mapLM.length; row++) {\n List<List<Ansi>> rowMapAnsi = new ArrayList<>();\n for (int col = 0; col < mapLM[0].length; col++) {\n List<Ansi> squareAnsi = squareLMToAnsi(row, col, mapLM);\n rowMapAnsi.add(squareAnsi);\n }\n mapAnsi.add(rowMapAnsi);\n }\n return mapAnsi;\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"BusinessCodeName\", this.BusinessCodeName);\n this.setParamSimple(map, prefix + \"ProductCodeName\", this.ProductCodeName);\n this.setParamSimple(map, prefix + \"PayModeName\", this.PayModeName);\n this.setParamSimple(map, prefix + \"ProjectName\", this.ProjectName);\n this.setParamSimple(map, prefix + \"RegionName\", this.RegionName);\n this.setParamSimple(map, prefix + \"ZoneName\", this.ZoneName);\n this.setParamSimple(map, prefix + \"ResourceId\", this.ResourceId);\n this.setParamSimple(map, prefix + \"ResourceName\", this.ResourceName);\n this.setParamSimple(map, prefix + \"ActionTypeName\", this.ActionTypeName);\n this.setParamSimple(map, prefix + \"OrderId\", this.OrderId);\n this.setParamSimple(map, prefix + \"BillId\", this.BillId);\n this.setParamSimple(map, prefix + \"PayTime\", this.PayTime);\n this.setParamSimple(map, prefix + \"FeeBeginTime\", this.FeeBeginTime);\n this.setParamSimple(map, prefix + \"FeeEndTime\", this.FeeEndTime);\n this.setParamArrayObj(map, prefix + \"ComponentSet.\", this.ComponentSet);\n this.setParamSimple(map, prefix + \"PayerUin\", this.PayerUin);\n this.setParamSimple(map, prefix + \"OwnerUin\", this.OwnerUin);\n this.setParamSimple(map, prefix + \"OperateUin\", this.OperateUin);\n this.setParamArrayObj(map, prefix + \"Tags.\", this.Tags);\n this.setParamSimple(map, prefix + \"BusinessCode\", this.BusinessCode);\n this.setParamSimple(map, prefix + \"ProductCode\", this.ProductCode);\n this.setParamSimple(map, prefix + \"ActionType\", this.ActionType);\n this.setParamSimple(map, prefix + \"RegionId\", this.RegionId);\n this.setParamSimple(map, prefix + \"ProjectId\", this.ProjectId);\n this.setParamArraySimple(map, prefix + \"PriceInfo.\", this.PriceInfo);\n this.setParamObj(map, prefix + \"AssociatedOrder.\", this.AssociatedOrder);\n this.setParamSimple(map, prefix + \"Formula\", this.Formula);\n this.setParamSimple(map, prefix + \"FormulaUrl\", this.FormulaUrl);\n\n }", "private MapTransformer(Map map) {\n super();\n iMap = map;\n }", "@Override\n public Stream<ImList<String>> export() {\n return map.entrySet().stream().flatMap(me -> {\n final ImList<String> key = me.getKey().export();\n return me.getValue().stream().map(cal -> key.append(cal.export()));\n });\n }", "@Mapper\npublic interface JorugiBoardMapper {\n List<JorugiBoard> getJorugiBoardList();\n}", "@Override\r\n\tpublic DeptBean[] MapToObject(List<Map<String, Object>> list) {\n\t\tDeptBean[] depts = new DeptBean[list.size()];\r\n\t\tList<DeptBean> deptList = new ArrayList<DeptBean>();\r\n\t\tfor (Map<String, Object> map : list) {\r\n\t\t\tDeptBean dept = new DeptBean();\r\n\t\t\tdept.setId(map.get(\"ID\") == null ? null:map.get(\"ID\").toString());\r\n\t\t\tdept.setDeptNo(map.get(\"DEPTNO\") == null ? null:map.get(\"DEPTNO\").toString());\r\n\t\t\tdept.setDeptName(map.get(\"DEPTNAME\") == null ? null:map.get(\"DEPTNAME\").toString());\r\n\t\t\tdept.setDeptLeader(map.get(\"DEPTLEADER\") == null ? null:map.get(\"DEPTLEADER\").toString());\r\n\t\t\tdept.setDeptTel(map.get(\"DEPTTEL\") == null ? null:map.get(\"DEPTTEL\").toString());\r\n\t\t\tdept.setDeptDesc(map.get(\"DEPTDESC\") == null ? null:map.get(\"DEPTDESC\").toString());\r\n\t\t\tdept.setParentDeptNo(map.get(\"PARENTDEPTNO\") == null ? null:map.get(\"PARENTDEPTNO\").toString());\r\n\t\t\tdept.setRemark(map.get(\"REMARK\") == null ? null:map.get(\"REMARK\").toString());\r\n\r\n\t\t\tdeptList.add(dept);\r\n\t\t}\r\n\t\treturn deptList.toArray(depts);\r\n\t}", "@ZenCodeType.Caster\n @ZenCodeType.Method\n default Map<String, IData> asMap() {\n \n return notSupportedCast(\"IData[string]\");\n }", "String parseMapToJson(Map<String, Object> data);", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"Business\", this.Business);\n this.setParamSimple(map, prefix + \"Id\", this.Id);\n this.setParamSimple(map, prefix + \"MetricName\", this.MetricName);\n this.setParamSimple(map, prefix + \"Period\", this.Period);\n this.setParamSimple(map, prefix + \"StartTime\", this.StartTime);\n this.setParamSimple(map, prefix + \"EndTime\", this.EndTime);\n this.setParamArraySimple(map, prefix + \"IpList.\", this.IpList);\n\n }", "@SuppressWarnings(\"unchecked\")\n private <T> List<Binding<T>> getFromMap(TypeLiteral<T> type) {\n return (List<Binding<T>>) map.get(type);\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"Order\", this.Order);\n this.setParamSimple(map, prefix + \"Orderby\", this.Orderby);\n this.setParamSimple(map, prefix + \"Offset\", this.Offset);\n this.setParamSimple(map, prefix + \"Limit\", this.Limit);\n this.setParamSimple(map, prefix + \"SearchKey\", this.SearchKey);\n this.setParamSimple(map, prefix + \"Namespace\", this.Namespace);\n this.setParamSimple(map, prefix + \"Description\", this.Description);\n this.setParamArrayObj(map, prefix + \"Filters.\", this.Filters);\n\n }", "public abstract ArrayList<Key> toArrayList();", "public Map<String, List<String>> mo133923b() {\n Map<String, List<String>> map = this.f114455b;\n if (map != null) {\n return map;\n }\n TreeMap treeMap = new TreeMap(String.CASE_INSENSITIVE_ORDER);\n for (Map.Entry<String, String> entry : this.f114454a) {\n ArrayList arrayList = new ArrayList();\n if (treeMap.containsKey(entry.getKey())) {\n arrayList.addAll((Collection) treeMap.get(entry.getKey()));\n }\n arrayList.add(entry.getValue());\n treeMap.put(entry.getKey(), Collections.unmodifiableList(arrayList));\n }\n this.f114455b = Collections.unmodifiableMap(treeMap);\n return this.f114455b;\n }", "public static <K, T> Collection<T> convertMapToCollection(Map<K, T> map) {\r\n\t\t\r\n\t\t// Si la collection est nulle\r\n\t\tif(map == null) return null;\r\n\t\t\r\n\t\t// On retourne l'ensemble\r\n\t\treturn map.values();\r\n\t}", "public List<Map<String, Object>> getSolicitudList( Long numeroProgramacion, int accion) {\n\t\t\n\t\tlogger.info(\" método : getSolicitudList\");\n\n\t\tList<Map<String, Object>> solicitudes = new ArrayList<Map<String, Object>>();\n\t\t\n\t\t\n\t\tList<SolicitudServicio> solicitudesList = null;\n\t\t\n\t\tif(accion == ConstantBusiness.ACCION_NUEVA_PROGRAMACION){\n\t\t\t\n\t\t\tlogger.info(\" mostrando solicitudes en memoria\");\n\t\t\t\t\n\t\t\t\tsolicitudesList = solicitudServicioDao.getSolicitudListPorEstado(ConstantBusiness.ESTADO_SOLICITUD_PENDIENTE);\n\t\t\t\t\n\t\t\t\tfor (SolicitudServicio s : solicitudesList) {\n\t\t\t\t\t\n\t\t\t\t\tMap<String, Object> map = new HashMap<String, Object>();\n\t\t\t\t\tmap.put(\"numeroSolicitud\", s.getNumeroSolicitud());\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t/*Calendar cal = Calendar.getInstance();\n\t\t\t\t\tcal.setTime(s.getFechaSolicitud());\n\t\t\t\t\tint year = cal.get(Calendar.YEAR);\n\t\t\t\t\tString nsoli = \"00000\"+s.getNumeroSolicitud() ;\n\t\t\t\t\tnsoli = nsoli.substring(nsoli.length()-5,nsoli.length());\n\t\t\t\t\tString tag = s.getTipoSolicitud().getAbreviatura()+\"\"+year+\"\"+nsoli;*/\n\t\t\t\t\t\n\t\t\t\t\tmap.put(\"tag\", Util.getTag(s));\n\t\t\t\t\tDate fecPrgn = Calendar.getInstance().getTime();\n\t\t\t\t\tGrupoAtencion g = getGrupoAtencion(fecPrgn, s);\n\t\t\t\t\tmap.put(\"descripcionGrupo\", g==null?\"\":g.getDescripcion());\n\t\t\t\t\tmap.put(\"prioridad\", getPriortidad(s));\n\t\t\t\t\t//map.put(\"latitud\", s.getPoste().getLatitud().doubleValue());\n\t\t\t\t\t//map.put(\"longitud\", s.getPoste().getLongitud().doubleValue());\n\t\t\t\t\tmap.put(\"latitud\", s.getContratoServicio().getLatitud());\n\t\t\t\t\tmap.put(\"longitud\", s.getContratoServicio().getLongitud());\n\t\t\t\t\n\t\t\t\t\tmap.put(\"tipo\", s.getTipoSolicitud().getDescripcion());\n\t\t\t\t\t\n\t\t\t\t\tsolicitudes.add(map);\n\t\t\t\t}\n\t\t\t\n\n\t\t\t\t\n\t\t\n\t\t}else if(accion == ConstantBusiness.ACCION_EDITA_PROGRAMACION){\n\t\t\t\n\n\t\t\tlogger.info(\" mostrando solicitudes registradas \");\n\t\t\t\n\t\t\tList<GrupoAtencionDetalle> GrupoAtencionDetalleList = grupoAtencionDetalleDao.getGrupoAtencionDetalleListPorProgramacion(numeroProgramacion);\n\t\t\tsolicitudesList = new ArrayList<>();\n\t\t\tfor (GrupoAtencionDetalle g : GrupoAtencionDetalleList) {\n\t\t\t\t\n\t\t\t\tMap<String, Object> map = new HashMap<String, Object>();\n\t\t\t\tSolicitudServicio s = g.getSolicitudServicio();\n\t\t\t\tmap.put(\"numeroSolicitud\", s.getNumeroSolicitud());\n\t\t\n\t\t\t\t/*Calendar cal = Calendar.getInstance();\n\t\t\t\tcal.setTime(s.getFechaSolicitud());\n\t\t\t\tint year = cal.get(Calendar.YEAR);\n\t\t\t\tString nsoli = \"00000\"+s.getNumeroSolicitud() ;\n\t\t\t\tnsoli = nsoli.substring(nsoli.length()-5,nsoli.length());\n\t\t\t\tString tag = s.getTipoSolicitud().getAbreviatura()+\"\"+year+\"\"+nsoli;*/\n\t\t\t\t\n\t\t\t\tmap.put(\"tag\", Util.getTag(s));\n\t\t\t\tmap.put(\"descripcionGrupo\", g==null?\"\":g.getGrupoAtencion().getDescripcion());\n\t\t\t\tmap.put(\"prioridad\", getPriortidad(s));\n\t\t\t\t//map.put(\"latitud\", s.getPoste().getLatitud().doubleValue());\n\t\t\t\t//map.put(\"longitud\", s.getPoste().getLongitud().doubleValue());\n\t\t\t\tmap.put(\"latitud\", s.getContratoServicio().getLatitud());\n\t\t\t\tmap.put(\"longitud\", s.getContratoServicio().getLongitud());\n\t\t\t\t\n\t\t\t\tmap.put(\"tipo\", s.getTipoSolicitud().getDescripcion());\n\t\t\t\tsolicitudes.add(map);\n\t\t\t\tsolicitudesList.add(s);\n\t\t\t\t//logger.info( s.getNumeroSolicitud() + \" - \"+g.getGrupoAtencion().getDescripcion());\n\t\t\t}\n\t\t}\n\t\t// añadiendo a temporal\n\t\tsolicitudesCached = new ArrayList<>();\n\t\tsolicitudesCached.addAll(solicitudesList);\n\t\t\n\t\treturn solicitudes;\n\t}", "public void write(C6720b bVar, Map<K, V> map) throws IOException {\n boolean z;\n if (map == null) {\n bVar.mo16115f();\n } else if (!MapTypeAdapterFactory.this.f18993a) {\n bVar.mo16113d();\n for (Entry entry : map.entrySet()) {\n bVar.mo16107a(String.valueOf(entry.getKey()));\n this.f18997c.write(bVar, entry.getValue());\n }\n bVar.mo16114e();\n } else {\n ArrayList arrayList = new ArrayList(map.size());\n ArrayList arrayList2 = new ArrayList(map.size());\n int i = 0;\n boolean z2 = false;\n for (Entry entry2 : map.entrySet()) {\n C6709k jsonTree = this.f18996b.toJsonTree(entry2.getKey());\n arrayList.add(jsonTree);\n arrayList2.add(entry2.getValue());\n if (jsonTree.mo16132i() || jsonTree.mo16133j()) {\n z = true;\n } else {\n z = false;\n }\n z2 |= z;\n }\n if (z2) {\n bVar.mo16109b();\n int size = arrayList.size();\n while (i < size) {\n bVar.mo16109b();\n C6700i.m20727a((C6709k) arrayList.get(i), bVar);\n this.f18997c.write(bVar, arrayList2.get(i));\n bVar.mo16111c();\n i++;\n }\n bVar.mo16111c();\n return;\n }\n bVar.mo16113d();\n int size2 = arrayList.size();\n while (i < size2) {\n bVar.mo16107a(m20561a((C6709k) arrayList.get(i)));\n this.f18997c.write(bVar, arrayList2.get(i));\n i++;\n }\n bVar.mo16114e();\n }\n }", "public interface FunctionForListToMap<K,V> {\n Pair<K,V> transfomr(Object obj);\n}", "private Map<Integer, NewsItem> toMap(List<NewsItem> articles) {\n Map<Integer, NewsItem> result = new HashMap<>();\n\n for (NewsItem newsItem : articles) {\n result.put(newsItem.getItemId(), newsItem);\n }\n\n return result;\n }", "@Mapper(componentModel = \"spring\")\npublic interface ListeAttenteMapper {\n ListeAttenteDto listeAttenteToListeAttenteDto(ListeAttente listeAttente);\n ListeAttente listeAttenteDtoToListeAttente(ListeAttenteDto listeAttenteDto);\n}", "@Override\n\tpublic List<Map<String, Object>> findMapList(Map<String, Object> mapdata) {\n\t\treturn ermYjzbDao.findMapList(mapdata);\n\t}", "@Override\n public List<OrgInfo> listByAll(HashMap<String, Object> map) {\n return infoMapper.listByAll(map);\n }", "@Override\r\n public <R> ListADT<R> map(Function<T, R> converter) {\r\n return new ListADTImpl(head.map(converter));\r\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"Id\", this.Id);\n this.setParamSimple(map, prefix + \"Domain\", this.Domain);\n this.setParamSimple(map, prefix + \"Ip\", this.Ip);\n this.setParamSimple(map, prefix + \"AutoIP\", this.AutoIP);\n this.setParamSimple(map, prefix + \"Grade\", this.Grade);\n this.setParamSimple(map, prefix + \"Brand\", this.Brand);\n this.setParamSimple(map, prefix + \"ServerType\", this.ServerType);\n this.setParamSimple(map, prefix + \"GradeCode\", this.GradeCode);\n this.setParamSimple(map, prefix + \"Notice\", this.Notice);\n this.setParamSimple(map, prefix + \"AccountDomainId\", this.AccountDomainId);\n this.setParamArraySimple(map, prefix + \"Tags.\", this.Tags);\n this.setParamSimple(map, prefix + \"Status\", this.Status);\n this.setParamSimple(map, prefix + \"Port\", this.Port);\n\n }", "private LinkedHashMap<String, Type> scalarMappingODU() {\r\n\t\tLinkedHashMap<String, Type> scalarMapping = new LinkedHashMap<String, Type>();\r\n\t\tscalarMapping.put(DaoConstants.MAP_ODUID, StandardBasicTypes.LONG); // 0\r\n\t\tscalarMapping.put(DaoConstants.MAP_SITE_GROUP,\r\n\t\t\t\tStandardBasicTypes.STRING); // 1\r\n\t\tscalarMapping.put(DaoConstants.MAP_PARENT_CHILD,\r\n\t\t\t\tStandardBasicTypes.STRING); // 2\r\n\t\tscalarMapping.put(DaoConstants.MAP_NAME, StandardBasicTypes.STRING); // 3\r\n\t\tscalarMapping.put(DaoConstants.MAP_CENTRAL_ADDRESS,\r\n\t\t\t\tStandardBasicTypes.STRING); // 4\r\n\t\tscalarMapping.put(DaoConstants.MAP_PARENT_ID, StandardBasicTypes.LONG); // 5\r\n\t\tscalarMapping.put(DaoConstants.MAP_TYPE, StandardBasicTypes.STRING); // 6\r\n\t\tscalarMapping.put(DaoConstants.MAP_SVGMAXLATITUDE,\r\n\t\t\t\tStandardBasicTypes.DOUBLE); // 7\r\n\t\tscalarMapping.put(DaoConstants.MAP_SVGMAXLONGITUDE,\r\n\t\t\t\tStandardBasicTypes.DOUBLE); // 8\r\n\t\tscalarMapping.put(DaoConstants.MAP_SVGMINLATITUDE,\r\n\t\t\t\tStandardBasicTypes.DOUBLE); // 9\r\n\t\tscalarMapping.put(DaoConstants.MAP_SVGMINLONGITUDE,\r\n\t\t\t\tStandardBasicTypes.DOUBLE); // 10\r\n\t\tscalarMapping.put(DaoConstants.MAP_ODU_SVG_PATH,\r\n\t\t\t\tStandardBasicTypes.STRING); // 11\r\n\t\tscalarMapping.put(DaoConstants.MAP_SEVERITY, StandardBasicTypes.STRING); // 12\r\n\t\tscalarMapping.put(DaoConstants.MAP_SLINKADD, StandardBasicTypes.STRING); // 13\r\n\t\tscalarMapping.put(DaoConstants.MAP_ALARM_CODE,\r\n\t\t\t\tStandardBasicTypes.STRING); // 14\r\n\t\tscalarMapping.put(DaoConstants.MAP_C2, StandardBasicTypes.DOUBLE); // 15\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// Outdoor\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// Temp\r\n\t\tscalarMapping\r\n\t\t\t\t.put(DaoConstants.MAP_THRESHOLD_1, StandardBasicTypes.LONG); // 16\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// CompressorWorkingHrs_1\r\n\t\tscalarMapping\r\n\t\t\t\t.put(DaoConstants.MAP_THRESHOLD_2, StandardBasicTypes.LONG); // 17\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// CompressorWorkingHrs_2\r\n\t\tscalarMapping\r\n\t\t\t\t.put(DaoConstants.MAP_THRESHOLD_3, StandardBasicTypes.LONG); // 18\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// CompressorWorkingHrs_3\r\n\t\tscalarMapping\r\n\t\t\t\t.put(DaoConstants.MAP_THRESHOLD_4, StandardBasicTypes.LONG); // 19\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// PAC\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// CompressorWorkingHrs\r\n\t\tscalarMapping\r\n\t\t\t\t.put(DaoConstants.MAP_THRESHOLD_5, StandardBasicTypes.LONG); // 20\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// EngineWorkingHrs\r\n\t\tscalarMapping\r\n\t\t\t\t.put(DaoConstants.MAP_THRESHOLD_6, StandardBasicTypes.LONG); // 21\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// NOT_IN_USE_EnginOilChange\r\n\t\tscalarMapping.put(DaoConstants.MAP_G44, StandardBasicTypes.STRING); // 22\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t// GenerationPower\r\n\t\tscalarMapping.put(DaoConstants.MAP_SVGID, StandardBasicTypes.LONG); // 23\r\n\t\tscalarMapping.put(DaoConstants.MAP_SVGNAME, StandardBasicTypes.STRING); // 24\r\n\t\tscalarMapping.put(DaoConstants.MAP_VRFHRS1, StandardBasicTypes.DOUBLE); // 25\r\n\t\tscalarMapping.put(DaoConstants.MAP_VRFHRS2, StandardBasicTypes.DOUBLE); // 26\r\n\t\tscalarMapping.put(DaoConstants.MAP_VRFHRS3, StandardBasicTypes.DOUBLE); // 27\r\n\t\tscalarMapping.put(DaoConstants.MAP_PACHRS, StandardBasicTypes.DOUBLE); // 28\r\n\t\tscalarMapping.put(DaoConstants.MAP_GHPHRS, StandardBasicTypes.DOUBLE); // 29\r\n\t\tscalarMapping.put(DaoConstants.MAP_GHPOIL, StandardBasicTypes.DOUBLE); // 30\r\n\t\tscalarMapping.put(DaoConstants.MAP_SITEPATH, StandardBasicTypes.STRING); // 31\r\n\t\tscalarMapping.put(DaoConstants.MAP_COMPANYNAME,\r\n\t\t\t\tStandardBasicTypes.STRING); // 32\r\n\t\tscalarMapping.put(DaoConstants.MAP_CASTATUS, StandardBasicTypes.STRING); // 33\r\n\t\tscalarMapping.put(DaoConstants.MAP_V23, StandardBasicTypes.STRING); // 34\r\n\t\t// Demand\r\n\t\tscalarMapping.put(DaoConstants.MAP_COMPRESSOR1,\r\n\t\t\t\tStandardBasicTypes.BOOLEAN); // 35\r\n\t\tscalarMapping.put(DaoConstants.MAP_COMPRESSOR2,\r\n\t\t\t\tStandardBasicTypes.BOOLEAN); // 36\r\n\t\tscalarMapping.put(DaoConstants.MAP_COMPRESSOR3,\r\n\t\t\t\tStandardBasicTypes.BOOLEAN); // 37\r\n\t\t//add by shanf\r\n\t\tscalarMapping.put(DaoConstants.DEVICE_MODEL,\r\n\t\t\t\tStandardBasicTypes.STRING); // 38\r\n\r\n\t\treturn scalarMapping;\r\n\t}", "public CaseInsensitiveElementList(Map<String, ? extends V> map, Locale locale) {\n this(locale);\n addAll(map);\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"RecordId\", this.RecordId);\n this.setParamSimple(map, prefix + \"SubDomain\", this.SubDomain);\n this.setParamSimple(map, prefix + \"RecordType\", this.RecordType);\n this.setParamSimple(map, prefix + \"RecordLine\", this.RecordLine);\n this.setParamSimple(map, prefix + \"Value\", this.Value);\n this.setParamSimple(map, prefix + \"TTL\", this.TTL);\n this.setParamSimple(map, prefix + \"Status\", this.Status);\n this.setParamSimple(map, prefix + \"Operation\", this.Operation);\n this.setParamSimple(map, prefix + \"ErrMsg\", this.ErrMsg);\n this.setParamSimple(map, prefix + \"Id\", this.Id);\n this.setParamSimple(map, prefix + \"Enabled\", this.Enabled);\n this.setParamSimple(map, prefix + \"MX\", this.MX);\n this.setParamSimple(map, prefix + \"Weight\", this.Weight);\n this.setParamSimple(map, prefix + \"Remark\", this.Remark);\n\n }", "private Map<String, Object> getMapaParametrosLimpio(Reporte reporte) throws Exception {\n\t\tfor(ParametroReporte cadaParametro : reporte.getListaParametroReporte()) {\n\n\t\t\tif(getBeanReporte().getMapaParametros().get(cadaParametro.getNombreAtributo()) == null) {\n\t\t\t\tgetBeanReporte().getMapaParametros().remove(cadaParametro.getNombreAtributo());\n\t\t\t} else {\n\t\t\t\tif(cadaParametro.getTipo() == ParametroReporte.Tipo.LISTADO_SIMPLE \n\t\t\t\t\t\t&& getBeanReporte().getMapaParametros().get(cadaParametro.getNombreAtributo()).equals(\"\")) {\n\t\t\t\t\tgetBeanReporte().getMapaParametros().remove(cadaParametro.getNombreAtributo());\n\t\t\t\t} else if (cadaParametro.getTipo() == ParametroReporte.Tipo.LISTADO_MULTIPLE) {\n\t\t\t\t\t//Si es listado multiple, lo paso de arreglo de objetos a lista de String \n\t\t\t\t\tString[] arreglo = (String[]) getBeanReporte().getMapaParametros().get(cadaParametro.getNombreAtributo());\n\t\t\t\t\tgetBeanReporte().getMapaParametros().remove(cadaParametro.getNombreAtributo());\n\t\t\t\t\tif (arreglo.length > 0) {\n\t\t\t\t\t\tList<String> lista = Arrays.asList(arreglo);\n\t\t\t\t\t\tgetBeanReporte().getMapaParametros().put(cadaParametro.getNombreAtributo(), lista);\n\t\t\t\t\t}\n\t\t\t\t} else if(cadaParametro.getTipo().equals(ParametroReporte.Tipo.IMAGEN)) {\n\t\t\t\t\tUploadedFile locImage = (UploadedFile) getBeanReporte().getMapaParametros().get(cadaParametro.getNombreAtributo());\n\t\t\t\t\tif(locImage != null) {\n\t\t\t\t\t\tbyte[] imagen = locImage.getBytes();\n\t\t\t\t\t\tgetBeanReporte().getMapaParametros().remove(cadaParametro.getNombreAtributo());\n\t\t\t\t\t\tgetBeanReporte().getMapaParametros().put(cadaParametro.getNombreAtributo(), imagen);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn getBeanReporte().getMapaParametros();\n\t}", "@Override\n\tpublic List<Map<String, Object>> getInfoByIdList(List<String> idList) {\n\t\treturn null;\n\t}", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"Id\", this.Id);\n this.setParamSimple(map, prefix + \"MachineIp\", this.MachineIp);\n this.setParamSimple(map, prefix + \"Status\", this.Status);\n this.setParamSimple(map, prefix + \"UserName\", this.UserName);\n this.setParamSimple(map, prefix + \"City\", this.City);\n this.setParamSimple(map, prefix + \"Country\", this.Country);\n this.setParamSimple(map, prefix + \"Province\", this.Province);\n this.setParamSimple(map, prefix + \"SrcIp\", this.SrcIp);\n this.setParamSimple(map, prefix + \"Count\", this.Count);\n this.setParamSimple(map, prefix + \"CreateTime\", this.CreateTime);\n this.setParamSimple(map, prefix + \"MachineName\", this.MachineName);\n this.setParamSimple(map, prefix + \"Uuid\", this.Uuid);\n this.setParamSimple(map, prefix + \"IsProVersion\", this.IsProVersion);\n this.setParamSimple(map, prefix + \"BanStatus\", this.BanStatus);\n this.setParamSimple(map, prefix + \"Quuid\", this.Quuid);\n\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"PriceTitle\", this.PriceTitle);\n this.setParamSimple(map, prefix + \"PriceName\", this.PriceName);\n this.setParamSimple(map, prefix + \"OriginalPrice\", this.OriginalPrice);\n this.setParamSimple(map, prefix + \"DiscountPrice\", this.DiscountPrice);\n this.setParamSimple(map, prefix + \"UnitPrice\", this.UnitPrice);\n this.setParamSimple(map, prefix + \"UnitPriceDiscount\", this.UnitPriceDiscount);\n this.setParamSimple(map, prefix + \"ChargeUnit\", this.ChargeUnit);\n this.setParamSimple(map, prefix + \"OriginalPriceHigh\", this.OriginalPriceHigh);\n this.setParamSimple(map, prefix + \"DiscountPriceHigh\", this.DiscountPriceHigh);\n this.setParamSimple(map, prefix + \"UnitPriceHigh\", this.UnitPriceHigh);\n this.setParamSimple(map, prefix + \"UnitPriceDiscountHigh\", this.UnitPriceDiscountHigh);\n\n }", "public static List<Producto> convertirProductoTextoALIsta(String cadena){\n Gson gson = new Gson();\n\n Type lista = new TypeToken<List<Producto>>() {}.getType();\n return gson.fromJson(cadena,lista); //pasamos la cadena y adaptara el formato para esta lista\n}", "public void fillMap(Map<String, List<String>> map){\n \tfor(String word : dictionary.words){ //Iterate over the ArrayList in the Dictionary object\n \t\tList<String> list = new ArrayList<String>();\n \t\tfor(String w : dictionary.words){ //iterate through all words in dictionary to find all one letter off from word\n \t\t\tif(isOneLetterOff(w, word))\n \t\t\t\tlist.add(w);\n \t\t\t//if w isn't off from word by one letter, check next w\n \t\t}\n \t\tmap.put(word, list);\n \t}\n }", "List<PersonaDTO> PersonaListToPersonaDTOList(List<Persona> personaList);", "private void criaListaOrdenada(List<Tipo> listaOrdenada, List<AgrupamentoTipoBean> valoresMap) {\n\t\tfor (AgrupamentoTipoBean agrupamentoTipoBean : valoresMap) {\n\t\t\tlistaOrdenada.add(agrupamentoTipoBean.getTipoEvento());\n\t\t}\n\t}", "List<Map<String, Object>> getStudentsList();", "void setMap(Map aMap);", "java.util.Map<java.lang.Integer, java.lang.Integer>\n getInfoMap();", "private IMapData<Integer, String> getLinkedHashMapData1() {\n List<IKeyValueNode<Integer, String>> creationData = new ArrayList<>();\n List<IKeyValueNode<Integer, String>> data = new ArrayList<>();\n List<Integer> keys = this.createKeys(data);\n List<String> values = this.createValues(data);\n\n return new MapData<>(\n creationData,\n data,\n keys,\n values);\n }", "public HashMap<HLID, ArrayList<HLID>> getMapping() {\n\t\treturn mapping;\n\t\t// HashMap<HLActivity, ArrayList<HLActivity>> returnHashMap = new\n\t\t// HashMap<HLActivity,ArrayList<HLActivity>>();\n\t\t// // TODO Anne: check and remove\n\t\t// //Iterator<Entry<HLTransition, ArrayList<HLTransition>>> it =\n\t\t// mapping.entrySet().iterator();\n\t\t// Iterator<Entry<String, ArrayList<String>>> it =\n\t\t// mapping.entrySet().iterator();\n\t\t// while (it.hasNext()) {\n\t\t// Entry entry = it.next();\n\t\t// HLActivity castKey = (HLActivity) entry.getKey();\n\t\t// ArrayList<HLActivity> castValue = (ArrayList<HLActivity>)\n\t\t// entry.getValue();\n\t\t// returnHashMap.put(castKey, castValue);\n\t\t// }\n\t\t// return returnHashMap;\n\t}", "public StringDt getMapElement() { \n\t\tif (myMap == null) {\n\t\t\tmyMap = new StringDt();\n\t\t}\n\t\treturn myMap;\n\t}", "void addToList(Map<Images, ArrayList<String>> maps, Images key, String item) {\n ArrayList<String> list = new ArrayList<>();\n if (maps.containsKey(key)) {\n list = maps.get(key);\n maps.put(key, list);\n } else {\n maps.put(key, list);\n }\n list.add(item);\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"TimeStamp\", this.TimeStamp);\n this.setParamSimple(map, prefix + \"ProductId\", this.ProductId);\n this.setParamSimple(map, prefix + \"DeviceName\", this.DeviceName);\n this.setParamSimple(map, prefix + \"EventId\", this.EventId);\n this.setParamSimple(map, prefix + \"Type\", this.Type);\n this.setParamSimple(map, prefix + \"Data\", this.Data);\n\n }", "void render(Map<String,List<Map<String,String>>> data);", "List <JAVATYPE> convertList(List<JAVATYPE> oldList, final METATYPE meta);", "public List<String> mapToList (String startWord, String endWord, Map<String, String> map){\n \tLinkedList<String> ladder = new LinkedList<String>();\n \tif(startWord.equals(endWord)){\n \t\tladder.add(startWord);\n \t\tladder.add(endWord);\n \t\treturn ladder;\n \t}\n \tladder.add(endWord);\n \tString word = endWord;\n \twhile(!word.equals(startWord)){\n \t\tString parent = map.get(word);\n \t\tladder.addFirst(parent);\n \t\tword = parent;\n \t}\n \treturn ladder;\n \t\n }", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamArraySimple(map, prefix + \"ImageIds.\", this.ImageIds);\n this.setParamArrayObj(map, prefix + \"Filters.\", this.Filters);\n this.setParamSimple(map, prefix + \"Offset\", this.Offset);\n this.setParamSimple(map, prefix + \"Limit\", this.Limit);\n this.setParamSimple(map, prefix + \"InstanceType\", this.InstanceType);\n\n }", "@Override\r\n \tpublic void setMap(Map m) {\n \t\t\r\n \t}", "public void toMap(HashMap<String, String> map, String prefix) {\n this.setParamSimple(map, prefix + \"Definition\", this.Definition);\n this.setParamSimple(map, prefix + \"Height\", this.Height);\n this.setParamSimple(map, prefix + \"Width\", this.Width);\n this.setParamSimple(map, prefix + \"TotalCount\", this.TotalCount);\n this.setParamArraySimple(map, prefix + \"ImagePathSet.\", this.ImagePathSet);\n this.setParamSimple(map, prefix + \"WebVttPath\", this.WebVttPath);\n this.setParamObj(map, prefix + \"Storage.\", this.Storage);\n\n }", "private Map<String, String> toMap(final Attributes atts) {\r\n\t\tfinal Map<String, String> values = Maps.newLinkedHashMap();\r\n\t\t\r\n\t\tfor (int index = 0; index < atts.getLength(); index++) {\r\n\t\t\tvalues.put(atts.getLocalName(index), atts.getValue(index));\r\n\t\t}\r\n\t\t\r\n\t\treturn values;\r\n\t}", "void transform(Map<String, List<Map<String,String>>> data, long startTime, long endTime);", "public void mo3894a(List<Map<String, String>> list) {\n this.f772d = list;\n }" ]
[ "0.69954747", "0.6780131", "0.633641", "0.63327116", "0.624173", "0.6040918", "0.6029881", "0.6004457", "0.599218", "0.5990797", "0.59712476", "0.5945335", "0.59202117", "0.5875381", "0.583742", "0.5837332", "0.58362293", "0.58153814", "0.5808636", "0.5807298", "0.58036655", "0.5798812", "0.5798088", "0.5793726", "0.57559025", "0.5751907", "0.5750768", "0.5734627", "0.57237023", "0.56785315", "0.56765544", "0.56728256", "0.56337273", "0.55793554", "0.55612844", "0.55298007", "0.5523432", "0.5508171", "0.5494468", "0.5474093", "0.5469741", "0.5456199", "0.54553276", "0.544625", "0.544039", "0.5434059", "0.54279524", "0.54264355", "0.5426294", "0.5420008", "0.5416001", "0.5415941", "0.54146487", "0.5407912", "0.5405033", "0.5399753", "0.5397928", "0.5397242", "0.5390393", "0.53787416", "0.5373349", "0.5371889", "0.53651005", "0.53599083", "0.535761", "0.53533983", "0.5351917", "0.53508323", "0.53499335", "0.5330575", "0.53297454", "0.53296036", "0.5327363", "0.5322835", "0.53220737", "0.5313324", "0.53064305", "0.5297896", "0.5297185", "0.5293612", "0.52869576", "0.528631", "0.52851915", "0.52829945", "0.52821773", "0.5280466", "0.52756804", "0.52748346", "0.52746975", "0.5274466", "0.5270839", "0.52686006", "0.526605", "0.52618694", "0.52615", "0.52613074", "0.5255619", "0.52554286", "0.5254107", "0.525359" ]
0.66292125
2
Methode de conversion d'une MAP en Set
public static <K, T> Set<T> convertMapToSet(Map<K, T> map) { // Si la collection est nulle if(map == null) return null; // On retourne l'ensemble return new HashSet<T>(map.values()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Set <JAVATYPE> convertSet(Set<JAVATYPE> oldSet, final METATYPE meta);", "Set<X> toSet();", "static Set<String> readValueAsSet(Map m, String key) {\n Set<String> result = new HashSet<>();\n Object val = m.get(key);\n if (val == null) {\n if(\"collection\".equals(key)){\n //for collection collection: null means a core admin/ collection admin request\n // otherwise it means a request where collection name is ignored\n return m.containsKey(key) ? singleton((String) null) : singleton(\"*\");\n }\n return null;\n }\n if (val instanceof Collection) {\n Collection list = (Collection) val;\n for (Object o : list) result.add(String.valueOf(o));\n } else if (val instanceof String) {\n result.add((String) val);\n } else {\n throw new RuntimeException(\"Bad value for : \" + key);\n }\n return result.isEmpty() ? null : Collections.unmodifiableSet(result);\n }", "public abstract Set<Map.Entry<K, V>> a();", "Set<String> getDictionary();", "public abstract Set<Map.Entry<K, V>> entrySet();", "@Override\n\tpublic void convertitMap(Map<String, Object> map) {\n\t\t\n\t}", "private Set<E> toSet(Node<E> n) {\n Set<E> result = new HashSet<>();\n toSet(result, n);\n return result;\n }", "public Set<T> toSet()\r\n\t{\r\n\t\tSet<T> s = new HashSet<T>();\r\n//\t\tSystem.out.println(\"in toSet method\");\r\n//\t\tSystem.out.println(\"thisTable.tostring \" + this.toString());\r\n\t\tIterator<T> thisTableIter = this.iterator();\r\n\t\t\r\n\t\twhile (thisTableIter.hasNext())\r\n\t\t{\r\n\t\t\tT e = thisTableIter.next();\r\n\t\t//\tSystem.out.println(e + \" \");\r\n\t\t\ts.add(e);\r\n\t\t}\r\n\t\treturn s;\r\n\t}", "Set createSet();", "public ObjectSet<Map.Entry<K, V>> entrySet() {\n/* 481 */ return (ObjectSet)reference2ObjectEntrySet();\n/* */ }", "public ObjectSet<Map.Entry<K, V>> entrySet() {\n/* 217 */ return (ObjectSet)reference2ObjectEntrySet();\n/* */ }", "public ObjectSet<Map.Entry<K, V>> entrySet() {\n/* 315 */ return (ObjectSet)reference2ObjectEntrySet();\n/* */ }", "public static <K, T> Collection<T> convertMapToCollection(Map<K, T> map) {\r\n\t\t\r\n\t\t// Si la collection est nulle\r\n\t\tif(map == null) return null;\r\n\t\t\r\n\t\t// On retourne l'ensemble\r\n\t\treturn map.values();\r\n\t}", "void setMap(Map aMap);", "private Set<String> getNames(Map<String, String> map) {\r\n\t\tSet<String> set = new HashSet<>();\r\n\t\t\r\n\t\tmap.forEach((k,v) -> set.add(k));\r\n\t\t\r\n\t\treturn Collections.unmodifiableSet(set);\r\n\t}", "static Set get_mapping(HashMap callee_to_caller, Node callee_n) {\n Set s = (Set)callee_to_caller.get(callee_n);\n if (s != null) return s;\n s = NodeSet.FACTORY.makeSet(); s.add(callee_n);\n return s;\n }", "void setHashMap();", "public static <D> Set<D> convert(Set<?> source, Class<D> type) {\n return modelMapper.map(source, new SetOfType<D>(type));\n }", "static void func2() {\n \t\n \tvar list = List.of(\"a\");\n \t\n \tvar set = Set.of(12L, 24L, 48L);\n \t\n \tvar map = Map.of(\"a\", 1, \"b\", 2);\n \t\n \tSystem.out.println(list);\n \tSystem.out.println(set);\n \tSystem.out.println(map);\n }", "public Set entrySet() {\n\treturn new EntrySet(map.entrySet());\n }", "@Override\n public Set keySet() {\n OmaLista palautettava = new OmaLista();\n\n for (int i = 0; i < this.values.length; i++) {\n if (this.values[i] != null) {\n for (int z = 0; z < this.values[i].size(); z++) {\n palautettava.add(this.values[i].value(z).getKey());\n }\n }\n }\n\n return palautettava;\n }", "protected abstract Set method_1559();", "protected abstract Set<String> _addToSet(String key, Collection<String> str);", "protected abstract Set<String> _removeFromSet(String key, Collection<String> str);", "public abstract Map<String, Serializable> toMap();", "public InternalWorkingOfHashSet() {\r\n map = new HashMap<>();\r\n }", "public void merge(MapUtil newSet) {\n\t\tMap<String, Object> newMap = newSet.getInternalMap();\n\t\tfor (Entry<String, Object> entry : newMap.entrySet()) {\n\t\t\tvalues.put(entry.getKey(), entry.getValue());\n\t\t}\n\t}", "public static Map<String, Set<String>> collectStringMapByValue(Map<String, String> aToB) {\n\t\t// The reversed list to return\n\t\tMap<String, Set<String>> bToAList = new HashMap<>();\n\n\t\t// Fore every entry in the input map\n\t\tfor (Entry<String, String> entry : aToB.entrySet()) {\n\t\t\t// Get the value\n\t\t\tString b = entry.getValue();\n\t\t\t// Check if the value is already a key.\n\t\t\tif (!bToAList.containsKey(b)) {\n\t\t\t\t// If not add it as a key to a hashset (there can be more than one key for this\n\t\t\t\t// value)\n\t\t\t\tbToAList.put(b, new HashSet<>());\n\t\t\t}\n\t\t\t// Add the key to the set\n\t\t\tbToAList.get(b).add(entry.getKey());\n\t\t}\n\n\t\treturn bToAList;\n\t}", "void mo30185a(HashSet<zzawj> hashSet);", "<V extends Object> Set<V> getSet(String setName);", "public DesignHashSet() {\n map=new HashMap<>();\n }", "@Test\n public void canWeKeepNullInCollections() {\n List<Integer> list = new ArrayList<>();\n Set<Integer> set = new HashSet<>();\n Map<Integer, Integer> map = new HashMap<>();\n\n list.add(null);\n set.add(null);\n map.put(1, null);\n map.put(null, 1);\n map.put(null, null);\n\n System.out.println(map);\n\n }", "@Override\r\n \tpublic void setMap(Map m) {\n \t\t\r\n \t}", "@Override\n public Set<Map.Entry<String,Pacote>> entrySet() {\n \n //resultado\n Set<Map.Entry<String,Pacote>> r = new HashSet<>();\n \n \n Pacote p;\n \n try {\n \n conn = Connect.connect();// abrir uma conecção\n \n // querie que obtem os dados para poder\n PreparedStatement stm = conn.prepareStatement(\"SELECT nomePacote, preco FROM Pacote WHERE visivel=TRUE;\");\n \n // agora executa a querie\n ResultSet rs = stm.executeQuery();\n \n //percorrer o resultado\n while (rs.next()) {\n p = new Pacote(rs.getString(\"nomePacote\"),rs.getDouble(\"preco\"));\n \n \n /*\n AGORA FALTA OS METUDOS PARA PREENCHER A LISTA DAS CONFIGURAÇÕES\n */\n \n this.addComponentes(p);\n \n \n \n r.add(new AbstractMap.SimpleEntry(p.getNome(),p));\n }\n } catch (SQLException | ClassNotFoundException e) {\n e.printStackTrace();\n } finally {\n Connect.close(conn); // fechar a connecção\n }\n return r;\n }", "public static <T> Set<T> convertCollectionToSet(Collection<T> collection) {\r\n\t\t\r\n\t\t// Si la collection est nulle\r\n\t\tif(collection == null) return null;\r\n\t\t\r\n\t\t// On retourne l'ensemble\r\n\t\treturn new HashSet<T>(collection);\r\n\t}", "Map<String, OperationalSets> getSets();", "@Override\n\tpublic ArregloDinamico<V> valueSet() {\n\t\tArregloDinamico<V> respuesta = new ArregloDinamico<V>(N);\n\t\tfor(int i = 0; i<M ; i++)\n\t\t{\n\t\t\tArregloDinamico<NodoTabla<K,V>> temporal = map.darElemento(i).getAll();\n\t\t\tfor(int j=0 ; j < temporal.size() ; j++)\n\t\t\t{\n\t\t\t\tNodoTabla<K,V> elemento = temporal.darElemento(j);\n\t\t\t\tif(elemento != null && elemento.darLlave() != null)\n\t\t\t\t\trespuesta.addLast(elemento.darValor());\t\n\t\t\t}\n\t\t}\n\t\treturn respuesta;\n\t}", "private void setKeySet(OwnSet<K> st){\n this.keySet = st; \n }", "public static <F> /*@ pure @*/ /*@ non_null @*/\n JMLObjectSet<F> convertFrom(/*@ non_null @*/ F[] a)\n {\n /*@ non_null @*/ JMLObjectSet<F> ret = EMPTY;\n for (int i = 0; i < a.length; i++) {\n ret = ret.insert(a[i]);\n }\n return ret;\n }", "public Set<Map.Entry<String, Collection<V>>> entrySet() {\n return map.entrySet();\n }", "public static <T> OrdinalSet<T> toOrdinalSet(Collection<T> c, OrdinalSetMapping<T> m) {\r\n if (c == null) {\r\n throw new IllegalArgumentException(\"c is null\");\r\n }\r\n MutableSparseIntSet s = MutableSparseIntSet.makeEmpty();\r\n for (Iterator<T> it = c.iterator(); it.hasNext();) {\r\n int index = m.getMappedIndex(it.next());\r\n if (Assertions.verifyAssertions) {\r\n Assertions._assert(index >= 0);\r\n }\r\n s.add(index);\r\n }\r\n return new OrdinalSet<T>(s, m);\r\n }", "Set keySet(final TCServerMap map) throws AbortedOperationException;", "private static Object mapValueToJava(Object value) {\n if (value instanceof Map) {\n value = ((Map<?, ?>) value).toMap();\n } else if (value instanceof Sequence) {\n value = ((Sequence<?>) value).toMappedList();\n } else if (value instanceof net.ssehub.easy.instantiation.core.model.vilTypes.Set<?>) {\n value = ((net.ssehub.easy.instantiation.core.model.vilTypes.Set<?>) value).toMappedSet();\n }\n return value;\n }", "public OCRSet() {\r\n this.map = new HashMap<Integer, E>();\r\n }", "@Override\n public Set<Map.Entry<String,Componente>> entrySet() {\n \n //resultado\n Set<Map.Entry<String,Componente>> r = new HashSet<>();\n \n \n Componente c;\n \n try {\n \n conn = Connect.connect();// abrir uma conecção\n \n // querie que obtem os dados para poder\n PreparedStatement stm = conn.prepareStatement(\"SELECT nome, tipo, designacao, preco, stock FROM Componente WHERE visivel=TRUE;\");\n \n // agora executa a querie\n ResultSet rs = stm.executeQuery();\n \n //percorrer o resultado\n while (rs.next()) {\n c = new Componente(rs.getString(\"nome\"),rs.getString(\"tipo\"),rs.getString(\"designacao\"),rs.getDouble(\"preco\"),rs.getInt(\"stock\"));\n \n /*\n AGORA FALTA OS METUDOS PARA PREENCHER A LISTA DAS CONFIGURAÇÕES\n \n Agora temos de ter \n */\n \n this.adicionarIncompativeis(c);\n this.adicionarObrigatorias(c);\n\n \n r.add(new AbstractMap.SimpleEntry(c.getNome(),c));\n }\n } catch (SQLException | ClassNotFoundException e) {\n e.printStackTrace();\n } finally {\n Connect.close(conn); // fechar a connecção\n }\n \n return r;\n }", "Map<ParameterInstance, SetType> getInstanceSetTypes();", "public static <T> Set<T> convertArrayToSet(T array[]) \r\n { \r\n \r\n // Create the Set by passing the Array \r\n // as parameter in the constructor \r\n Set<T> set = new HashSet<>(Arrays.asList(array)); \r\n \r\n // Return the converted Set \r\n return set; \r\n }", "@Override \n public Set<String> keySet() {\n \n \n // definido um set onde colocar o resultado\n Set<String> r = new HashSet<>();\n \n try {\n \n // abre uma conecção\n conn = Connect.connect();\n \n // abrir um statment com a querie que temos de executar\n PreparedStatement stm = conn.prepareStatement(\"SELECT nome FROM Componente WHERE visivel=TRUE;\");\n \n \n // o resultado colocado em rs\n ResultSet rs = stm.executeQuery();\n \n while (rs.next()) // enquanto existir o next\n r.add(rs.getString(\"nome\")); // adiciona o aluno\n } catch (SQLException | ClassNotFoundException e) {\n e.printStackTrace();\n } finally {\n Connect.close(conn);\n }\n return r;\n }", "@Override \n public Set<String> keySet() {\n \n \n // definido um set onde colocar o resultado\n Set<String> r = new HashSet<>();\n \n try {\n \n // abre uma conecção\n conn = Connect.connect();\n \n // abrir um statment com a querie que temos de executar\n PreparedStatement stm = conn.prepareStatement(\"SELECT nomePacote FROM Pacote WHERE visivel=TRUE;\");\n \n \n // o resultado colocado em rs\n ResultSet rs = stm.executeQuery();\n \n while (rs.next()) // enquanto existir o next\n r.add(rs.getString(\"nomePacote\")); \n } catch (SQLException | ClassNotFoundException e) {\n e.printStackTrace();\n } finally {\n Connect.close(conn);\n }\n return r;\n }", "@Override\r\n\tpublic Object[] toArray() {\n\t\treturn set.toArray();\r\n\t}", "@Override\n public Set<Map.Entry<String,Administrador>> entrySet() {\n //resultado\n Set<Map.Entry<String,Administrador>> r = new HashSet<>();\n \n Administrador a;\n \n try {\n conn = Connect.connect();// abrir uma conecção\n // querie que obtem os dados para poder\n PreparedStatement stm = conn.prepareStatement(\"SELECT username, password FROM Administrador WHERE visivel=TRUE;\");\n // agora executa a querie\n ResultSet rs = stm.executeQuery();\n //percorrer o resultado\n while (rs.next()) {\n a = new Administrador(rs.getString(\"username\"),rs.getString(\"password\"));\n r.add(new AbstractMap.SimpleEntry(a.getId(),a));\n }\n } catch (SQLException | ClassNotFoundException e) {\n e.printStackTrace();\n } finally {\n Connect.close(conn); \n }\n return r;\n }", "void mo53966a(HashMap<String, ArrayList<C8514d>> hashMap);", "@Override\n public Iterator<Map.Entry<K, V>> iterator() {\n return new SetIterator();\n }", "public interface MultiMap extends Map {\n /**\n * Returns the set associated with the given key. If the key is not \n * in the map, returns an empty set. The set returned is modifiable and \n * backed by this multi-map: if values are added for the given key, \n * they will show up in the returned set. However, the returned set may \n * lose its connection to this multi-map if the multi-map's \n * <code>put</code> method is called or if all the values for the \n * given key are removed. \n */\n Object get(Object key);\n\n /**\n * Associates the given key with the given value, which must be a Set. \n * If the given set is empty, the key is removed from the map. \n *\n * @return the set previously associated with this key, or an empty \n * set if the key was not in the map\n *\n * @throws IllegalArgumentException if <code>value</code> is not a Set\n */\n Object put(Object key, Object value);\n\n /**\n * Adds the given value to the set associated with the given key. \n * If the key is not yet in the map, it is added.\n *\n * @return true if the MultiMap changed as a result of this call\n */\n boolean add(Object key, Object value);\n\n /**\n * Adds all elements of the given set to the set associated with the \n * given key. If the key is not yet in the map, it is added.\n *\n * @return true if the MultiMap changed as a result of this call\n */\n boolean addAll(Object key, Set values);\n\n /**\n * Removes the given value from the set associated with the given key. \n * Does nothing if the value is not in that set. If the set ends up \n * being empty, then the key is removed from the map.\n *\n * @return true if the MultiMap changed as a result of this call\n */\n boolean remove(Object key, Object value);\n\n /**\n * Removes all elements of the given set from the set associated with \n * the given key. If the associated set ends up being empty, then the \n * key is removed from the map. \n *\n * @return true if the MultiMap changed as a result of this call\n */\n boolean removeAll(Object key, Set values);\n\n static class EmptyMultiMap extends AbstractMap \n\t implements MultiMap {\n\tpublic Object get(Object key) {\n\t return Collections.EMPTY_SET;\n\t}\n\t\n\tpublic boolean add(Object key, Object value) {\n\t throw new UnsupportedOperationException();\n\t}\n\t\n\tpublic boolean addAll(Object key, Set values) {\n\t throw new UnsupportedOperationException();\n\t}\n\n\tpublic boolean remove(Object key, Object value) {\n\t throw new UnsupportedOperationException();\n\t}\n\n\tpublic boolean removeAll(Object key, Set values) {\n\t throw new UnsupportedOperationException();\n\t}\n\n\tpublic Set entrySet() {\n\t return Collections.EMPTY_SET;\n\t}\n }\n\n /**\n * An unmodifiable multi-map that maps all keys to the empty set.\n */\n public static final MultiMap EMPTY_MULTI_MAP = new EmptyMultiMap();\n}", "set.addAll(Arrays.asList(a));", "@Test\n public void keySetTest()\n {\n map.putAll(getAMap());\n assertNotNull(map.keySet());\n }", "public static Set typedSet(Set set, Class type) {\n/* 205 */ return TypedSet.decorate(set, type);\n/* */ }", "@Override\n\tpublic Set<Entry<K, V>> entrySet() {\n\t\tSet<Entry<K, V>> set = new HashSet<Entry<K, V>>();\n\t\tIterator it1 = tabla.iterator();\n\t\tint i = 0;\n\t\twhile (it1.hasNext()) {\n\t\t\tit1.next();\n\t\t\tIterator it2 = tabla.get(i).keySet().iterator();\n\t\t\tint j = 0;\n\t\t\twhile (it2.hasNext()) {\n\t\t\t\tit2.next();\n\t\t\t\tK clave = tabla.get(i).keySet().get(j);\n\t\t\t\tV valor = tabla.get(i).valueSet().get(j);\n\t\t\t\tEntrada<K, V> entry = new Entrada<K, V>(clave, valor);\n\t\t\t\tset.add(entry);\n\t\t\t\tj++;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn set;\n\t}", "public abstract java.util.Set getLocations();", "public static Set<Integer> getSetView(HashMap<Integer, String> students) {\n\t\tSet<Integer> keyset = students.keySet();\n\t\treturn keyset;\n\n\t}", "public Map toMap(Map<String, Object> map) {\n return super.toMap(map);\n }", "public <T extends IConstruct> Set<ILocator> getIdentities(Map<T, Set<ILocator>> map, T construct) {\r\n\t\tif (map == null || !map.containsKey(construct)) {\r\n\t\t\treturn null;\r\n\t\t}\r\n\t\treturn HashUtil.getHashSet(map.get(construct));\r\n\t}", "public Map<T, V> copyData(Map<T, V> map) {\n Map<T, V> newMap = new HashMap<>();\n for (Map.Entry<T, V> entrySet : map.entrySet()) {\n T key = entrySet.getKey();\n V value = entrySet.getValue();\n newMap.put(key, value);\n }\n return newMap;\n }", "Set<Node<K, V>> entrySet();", "public static void main(String[] args) {\n\n Set<String> mySetList = new SetC<>();\n Set<String> hashSetList = new HashSet<>();\n\n\n\n mySetList.add(\"Тест1\"); hashSetList.add(\"Тест1\");\n mySetList.add(\"Тест2\"); hashSetList.add(\"Тест2\");\n mySetList.add(\"Тест3\"); hashSetList.add(\"Тест3\");\n\n\n\n System.out.println(\"mySetList:\"+mySetList+\"\\nhashSetList:\"+hashSetList);\n\n\n\n }", "public static void main(String[] args) {\n\n Integer[] integers = new Integer[] {1,2,3,4,5};\n List<Integer>list = new ArrayList<>(Arrays.asList(integers)); // correct one\n System.out.println(\"Converted from Array to List = \" + list);\n\n // this will be a fixed-size list- you can not use add method.\n List<Integer>fixedSizeList = Arrays.asList(integers); // bunu da yapabiliriz ama element ekleme yapamayiz.\n //fixedSizeList.add(6); bunda hata verecek. cunku fixedsize olarak convert ettik. \"unsupported operation exception\" uyarisi verir\n\n\n //Converting list to Array\n Integer[] convertedFromList =list.toArray(new Integer[0]); // sifir yerine herhangi bi sey yazilabilir. ama 0 yazmada fayda var.\n System.out.println(\"Converted from List to Array = \"+ Arrays.toString(convertedFromList));\n\n //Converting an Array to set\n Set<Integer>set = new HashSet<>(Arrays.asList(integers));\n System.out.println(\"Converted from Array to Set = \" + set);\n\n // Converting Set to Array\n Integer[] convertedFromSet = set.toArray(new Integer[0]);\n System.out.println(\"Converted from Set to Array = \" + Arrays.toString(convertedFromSet));\n\n // converting List to Set\n Set<Integer>setFromList = new HashSet<>(list); // bu en cok , ayni value varsa isimize yarar. cunku set'de duplicate yok\n System.out.println(\"Converted list to Set = \" + setFromList);\n\n // Converting Set to List\n List<Integer>listFromSet = new ArrayList<>(setFromList);\n listFromSet.add(9); // en sona ekler\n System.out.println(\"Converted Set to List = \" + listFromSet);\n\n }", "void writeMap(Collection<?> array);", "public static <K, T> List<T> convertMapToList(Map<K, T> map) {\r\n\t\t\r\n\t\t// Si la collection est nulle\r\n\t\tif(map == null) return null;\r\n\t\t\r\n\t\t// On retourne l'ensemble\r\n\t\treturn new ArrayList<T>(map.values());\r\n\t}", "public static Set asSet(Object[] items) {\r\n \t\r\n \tSet set = new HashSet(items.length);\r\n \tfor (int i=0; i<items.length; i++) {\r\n \t\tset.add(items[i]);\r\n \t}\r\n \treturn set;\r\n }", "@Override\n\tpublic Collection<V> values() {\n\t\tArrayList<V> valores = new ArrayList<V>();\n\t\tIterator it = tabla.iterator();\n\t\tint i = 0;\n\t\twhile (it.hasNext()) {\n\t\t\tIterator it2 = tabla.get(i).valueSet().iterator();\n\t\t\tit.next();\n\t\t\tint j = 0;\n\t\t\twhile (it2.hasNext()) {\n\t\t\t\tit2.next();\n\t\t\t\tvalores.add(tabla.get(i).valueSet().get(j));\n\t\t\t\tj++;\n\t\t\t}\n\t\t\ti++;\n\t\t}\n\t\treturn new HashSet<V>(valores);\n\t}", "public static void test2(Map<Object,Object> map) \n\t{\n\t\tprint(map.getClass().getSimpleName()+\"~~~~~~~~~~~~\");\n\t\tmap.putAll(new CountingMapData(25));\n\t\t// Map has 'Set' behavior for keys:\n\t\tmap.putAll(new CountingMapData(25));\n\t\tprintKeys2(map);\n\t\t// Producing a collection of the values:\n\t\tprintnb(\"Values: \");\n\t\tprint(map.values());\n\t\tprint(map);\n\t\tprint(\"map.containsKey(11): \" + map.containsKey(11));\n\t\tprint(\"map.get(11): \" + map.get(11));\n\t\tprint(\"map.containsValue(\\\"F0\\\"): \" + map.containsValue(\"F0\"));\n\t\tObject key = map.keySet().iterator().next();\n\t\tprint(\"First key in map: \" + key);\n\t\tmap.remove(key);\n\t\tprintKeys2(map);\n\t\tmap.clear();\n\t\tprint(\"map.isEmpty(): \" + map.isEmpty());\n\t\tmap.putAll(new CountingMapData(25));\n\t\t// Operations on the Set change the Map:\n\t\tmap.keySet().removeAll(map.keySet());\n\t\tprint(\"map.isEmpty(): \" + map.isEmpty());\n\t}", "public Collection values() {\n return map.values();\n }", "private static Set<FieldGroup> findGroupsFromMap(Map<Field, List<Field>> map) {\n if (map.isEmpty()) {\n return new HashSet<>();\n }\n\n Map<Field, List<Field>> copiedMap = new HashMap<>(map);\n\n Set<Field> fields = findGroup(SetUtils.firstIteratorElement(copiedMap.keySet()), copiedMap);\n\n copiedMap.keySet().removeAll(fields);\n copiedMap.values().forEach(fieldList -> fieldList.removeAll(fields));\n\n FieldGroup converted = new FieldGroup(new ArrayList<>(fields));\n Set<FieldGroup> result = findGroupsFromMap(copiedMap);\n result.add(converted);\n return result;\n }", "public static <A,B> List<Map<A,B>> generateAllPossibilities(Map<A,Set<B>> input){\n\t\tList<Pair<A,Set<B>>> in = new ArrayList<Pair<A,Set<B>>>();\n\t\t\n\t\tfor(Entry<A,Set<B>> entry : input.entrySet()){\n\t\t\tin.add(new Pair<A,Set<B>>(entry.getKey(),entry.getValue()));\n\t\t}\n\t\t\n\t\treturn generateAllPossibilities(in);\n\t}", "Map<String, String> mo14888a();", "public static <T, V> Set<V> set(Collection<T> collection, Function<T, V> mapping) {\n if (mapping == null) throw new IllegalArgumentException(\"Mapping function not set!\");\n if (collection == null) return set();\n return collection.stream()\n .filter(Objects::nonNull)\n .map(mapping)\n .filter(Objects::nonNull)\n .collect(Collectors.toSet());\n }", "java.util.List<com.sanqing.sca.message.ProtocolDecode.SimpleMap> \n getSimpleMapList();", "protected abstract Map<String, Object> _getMulti(Set<String> keys);", "<R> MultiSet<R> map(Function<X, R> f);", "public static String[] getValueSet(Map<String, String> mp, String[] keys) {\n \n List<String> tmpvl = new ArrayList<String>();\n for (int i=0; i< keys.length; i++){\n tmpvl.add(mp.get(keys[i]));\n }\n String[] tmpv = (String[])tmpvl.toArray(new String[tmpvl.size()]);\n return tmpv;\n }", "private static <K extends Comparable<K>, V>\n ImmutableSortedMap<K, SortedSet<V>>\n copyMap(Map<K, ? extends SortedSet<V>> map) {\n final ImmutableSortedMap.Builder<K, SortedSet<V>> b =\n ImmutableSortedMap.naturalOrder();\n for (Map.Entry<K, ? extends SortedSet<V>> e : map.entrySet()) {\n b.put(e.getKey(), ImmutableSortedSet.copyOf(e.getValue()));\n }\n return b.build();\n }", "public interface TransformsToUnsortedSetTrait extends RichIterableTestCase\n{\n @Override\n default <T> UnsortedSetIterable<T> getExpectedTransformed(T... elements)\n {\n return Sets.immutable.with(elements);\n }\n\n @Override\n default <T> MutableSet<T> newMutableForTransform(T... elements)\n {\n return Sets.mutable.with(elements);\n }\n\n @Override\n default MutableBooleanSet newBooleanForTransform(boolean... elements)\n {\n return new BooleanHashSet(elements);\n }\n\n @Override\n default MutableByteSet newByteForTransform(byte... elements)\n {\n return new ByteHashSet(elements);\n }\n\n @Override\n default MutableCharSet newCharForTransform(char... elements)\n {\n return new CharHashSet(elements);\n }\n\n @Override\n default MutableDoubleSet newDoubleForTransform(double... elements)\n {\n return new DoubleHashSet(elements);\n }\n\n @Override\n default MutableFloatSet newFloatForTransform(float... elements)\n {\n return new FloatHashSet(elements);\n }\n\n @Override\n default MutableIntSet newIntForTransform(int... elements)\n {\n return new IntHashSet(elements);\n }\n\n @Override\n default MutableLongSet newLongForTransform(long... elements)\n {\n return new LongHashSet(elements);\n }\n\n @Override\n default MutableShortSet newShortForTransform(short... elements)\n {\n return new ShortHashSet(elements);\n }\n}", "public Set<Session> copySet (Set<Session> s){\n Set<Session> temp= new HashSet<>();\n for( Session x:s) {\n temp.add(x);\n }\n return temp;\n }", "@SafeVarargs\n public static <T, V> Set<V> set(Function<T, V> mapping, T... values) {\n if (values == null) return set();\n return set(Arrays.asList(values), mapping);\n }", "public static void main(String[] args) {\n HashMap<Integer, String> Hm = new HashMap<Integer, String>();\n Hm.put(0, \"USA\");\n Hm.put(1, \"UK\");\n Hm.put(2, \"India\");\n Hm.put(3, \"Maldives\");\n \n Set sn=Hm.entrySet();\n Iterator i= sn.iterator(); \n while(i.hasNext()) {\n Map.Entry mp=(Map.Entry)i.next();\n System.out.println(mp.getKey());\n System.out.println(mp.getValue());\n }\n \n\t}", "static void arrayToSet()\n\t{\n\t\tList<String> oList = null;\n\t\tSet<String> oSet = null;\n\t\ttry {\n\t\t\tString arr[] = {\"A\",\"B\",\"C\",\"D\",\"E\",\"A\"};\n\t\t\t\n\t\t\toList = Arrays.asList(arr);\n\t\t\tSystem.out.println(\"List: \"+oList);\n\t\t\t\n\t\t\toSet = new TreeSet<>(oList);\n\t\t\t\n\t\t\tSystem.out.println(\"Set: \"+oSet);\n\t\t}catch(Exception e)\n\t\t{\n\t\t\te.printStackTrace();\n\t\t}\n\t\tfinally {\n\t\t\toSet = null;\n\t\t}\n\t}", "@SuppressWarnings(\"unchecked\")\r\n public Object clone() {\r\n try {\r\n OCRSet<E> newSet = (OCRSet<E>) super.clone();\r\n newSet.map = (HashMap<Integer, E>) map.clone();\r\n return newSet;\r\n } catch (CloneNotSupportedException e) {\r\n throw new InternalError();\r\n }\r\n }", "Map<String, String> asMap();", "@Override\n\tpublic ArregloDinamico<K> keySet() {\n\t\tArregloDinamico<K> respuesta = new ArregloDinamico<K>(N);\n\t\tfor(int i = 0; i<M ; i++)\n\t\t{\n\t\t\tArregloDinamico<NodoTabla<K,V>> temporal = map.darElemento(i).getAll();\n\t\t\tfor(int j=0 ; j < temporal.size() ; j++)\n\t\t\t{\n\t\t\t\tNodoTabla<K,V> elemento = temporal.darElemento(j);\n\t\t\t\tif(elemento != null && elemento.darLlave() != null)\n\t\t\t\t\trespuesta.addLast(elemento.darLlave());\t\n\t\t\t}\n\t\t}\n\t\treturn respuesta;\n\t}", "private Map toMap(Scriptable scriptable) {\n \t\tif (scriptable instanceof MapWrapper)\n \t\t\treturn (Map) ((MapWrapper) scriptable).unwrap();\n \t\treturn new MapAdapter(scriptable);\n \t}", "@Test\n public void testConvertGeneSet() {\n searchService.loadValueObject( SearchResult.from( GeneSet.class, gs, 1.0, \"test object\" ) );\n verify( geneSetService ).loadValueObject( gs );\n }", "public IdentificationSet() {\n map = new HashMap<>();\n init();\n }", "public abstract void setData(Map<ID, T> data);", "HSet entrySet();", "@Override \n public Set<String> keySet() {\n // definido um set onde colocar o resultado\n Set<String> r = new HashSet<>();\n try {\n // abre uma conecção\n conn = Connect.connect();\n // abrir um statment com a querie que temos de executar\n PreparedStatement stm = conn.prepareStatement(\"SELECT username FROM Administrador WHERE visivel=TRUE;\");\n // o resultado colocado em rs\n ResultSet rs = stm.executeQuery();\n while (rs.next()) // enquanto existir o next\n r.add(rs.getString(\"username\")); // adiciona o aluno\n } catch (SQLException | ClassNotFoundException e) {\n e.printStackTrace();\n } finally {\n Connect.close(conn);\n }\n return r;\n }", "public static void main(String[] args) {\n\tMap <String, Integer>phones=new HashMap<>();\r\n\tphones.put(\"Mila\", 98232433);\r\n\tphones.put(\"Jenia\", 2834732);\r\n\tphones.put(\"Yerlan\", 77398274);\r\n\tphones.put(\"Mila\",1263584);\r\n\t//last one will override the first one\r\n\t\r\n\tIterator <String> iterator=phones.keySet().iterator();\r\n\twhile (iterator.hasNext()){\r\n\t\tString key=iterator.next();\r\n\t\tInteger value=phones.get(key);\r\n\t\tSystem.out.println(key+\" \"+value);\r\n\t}\r\n\t\r\n\t//store keys in Set\r\n\tSet<String> keys=phones.keySet();\r\n\tfor (String key : keys) {\r\n\t\tSystem.out.println(key);\r\n\t}\r\n\t//store values in Collection\r\n Collection <Integer> val=phones.values();\r\n for (Integer values : val) {\r\n \tSystem.out.println(values);\r\n\t\t\r\n\t}\r\n \r\n Set<Entry<String,Integer>> entry=phones.entrySet();\r\n for (Entry<String, Integer> entry2 : entry) {\r\n\t\t//System.out.println(entry2);\r\n\t\tSystem.out.println(entry2.getKey()+\" \"+entry2.getValue());\r\n\t}\r\n}", "public Set entrySet() {\n return map.entrySet();\n }", "Set<T> get(Location loc);", "public static void adicionaMap2() {\n\t\t\t\tcDebitos_DFlorianopolis.put(\"seq\", new Integer[] { 1, 5 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"dam\", new Integer[] { 6, 18 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"fiti\", new Integer[] { 19, 26 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"data_Venc\", new Integer[] { 27, 38 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"cartorio\", new Integer[] { 39, 76 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"valor\", new Integer[] { 77, 90 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"multa\", new Integer[] { 91, 104 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"juros\", new Integer[] { 105, 118 });\r\n\t\t\t\tcDebitos_DFlorianopolis.put(\"total\", new Integer[] { 119, 132 });\r\n\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"seq\", new Integer[] { 1, 5 });\t\t\t\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"dam\", new Integer[] { 6, 20 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"processo\", new Integer[] { 21, 34 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"data_Venc\", new Integer[] { 35, 46 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"tributos\", new Integer[] { 47, 60 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"historico\", new Integer[] { 61, 78 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"valor\", new Integer[] { 79, 90 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"multa\", new Integer[] { 91, 104 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"juros\", new Integer[] { 105, 118 });\r\n\t\t\t\tcDebitos_GFlorianopolis.put(\"total\", new Integer[] { 119, 132 });\t\t\t\t\r\n\t\t\t\t\r\n\r\n\r\n\t\t\r\n\r\n\t\t// No DAM ANO DATA VENC No. PROCESSO\r\n\t\t// No. PARCELAMENTO VALOR JUROS TOTAL\r\n\t\tcDebitos_JFlorianopolis.put(\"seq\", new Integer[] { 1, 5 });\r\n\t\tcDebitos_JFlorianopolis.put(\"dam\", new Integer[] { 6, 20 });\r\n\t\tcDebitos_JFlorianopolis.put(\"ano\", new Integer[] { 21, 26 });\r\n\t\tcDebitos_JFlorianopolis.put(\"data_Venc\", new Integer[] { 27, 38 });\r\n\t\tcDebitos_JFlorianopolis.put(\"processo\", new Integer[] { 39, 55 });\r\n\t\tcDebitos_JFlorianopolis.put(\"nParcelamento\", new Integer[] { 55, 76 });\r\n\t\tcDebitos_JFlorianopolis.put(\"valor\", new Integer[] { 77, 104 });\r\n\t\tcDebitos_JFlorianopolis.put(\"juros\", new Integer[] { 105, 118 });\r\n\t\tcDebitos_JFlorianopolis.put(\"total\", new Integer[] { 119, 132 });\r\n\r\n\t\t// DAM LIV/FOLHA/CERT. DATA INSC HISTORICO\r\n\t\t// INSCRICAO VALOR\r\n\r\n\t\tcDebitos_J1Florianopolis.put(\"dam\", new Integer[] { 1, 13 });\r\n\t\tcDebitos_J1Florianopolis.put(\"liv_Folha_Cert\", new Integer[] { 14, 34 });\r\n\t\tcDebitos_J1Florianopolis.put(\"data_Insc\", new Integer[] { 35, 46 });\r\n\t\tcDebitos_J1Florianopolis.put(\"historico\", new Integer[] { 47, 92 });\r\n\t\tcDebitos_J1Florianopolis.put(\"inscricao\", new Integer[] { 93, 119 });\r\n\t\tcDebitos_J1Florianopolis.put(\"valor\", new Integer[] { 120, 132 });\r\n\t\t\r\n\t\t\r\n\t\t// No DAM ANO DATA VENC HISTORICO PROCESSO VALOR JUROS TOTAL\r\n\t\tcDebitos_LFlorianopolis.put(\"seq\", new Integer[] { 1, 5 });\r\n\t\tcDebitos_LFlorianopolis.put(\"dam\", new Integer[] { 6, 20 });\r\n\t\tcDebitos_LFlorianopolis.put(\"ano\", new Integer[] { 21, 26 });\r\n\t\tcDebitos_LFlorianopolis.put(\"data_Venc\", new Integer[] { 27, 38 });\r\n\t\tcDebitos_LFlorianopolis.put(\"historico\", new Integer[] { 39, 76 });\r\n\t\tcDebitos_LFlorianopolis.put(\"processo\", new Integer[] { 77, 91 });\r\n\t\tcDebitos_LFlorianopolis.put(\"valor\", new Integer[] { 92, 104 });\r\n\t\tcDebitos_LFlorianopolis.put(\"juros\", new Integer[] { 105, 118 });\r\n\t\tcDebitos_LFlorianopolis.put(\"total\", new Integer[] { 119, 132 });\r\n\r\n\t\t\r\n\t}" ]
[ "0.69490665", "0.66747695", "0.6424471", "0.62798053", "0.622415", "0.61743134", "0.61623394", "0.61602795", "0.6059278", "0.6050282", "0.6003314", "0.5990735", "0.59891874", "0.5978995", "0.5938694", "0.5888891", "0.5861981", "0.5859225", "0.58339524", "0.5830954", "0.5822813", "0.578173", "0.57736635", "0.5762749", "0.57595456", "0.5755389", "0.5746961", "0.5732178", "0.57174903", "0.5717007", "0.5715838", "0.57090956", "0.57064486", "0.5695968", "0.56763834", "0.56742483", "0.56721437", "0.565181", "0.56424403", "0.5641908", "0.5601562", "0.55872136", "0.5577238", "0.55727184", "0.55716366", "0.5550562", "0.55288243", "0.5527414", "0.55139923", "0.54890513", "0.5486302", "0.54779327", "0.54739326", "0.54663974", "0.5462015", "0.5462012", "0.54596865", "0.54392797", "0.54392576", "0.54376024", "0.5435255", "0.54135454", "0.5409861", "0.5406459", "0.53993315", "0.53894234", "0.5386135", "0.53838056", "0.5381174", "0.5374959", "0.5351805", "0.5346663", "0.53463227", "0.5344882", "0.5341647", "0.53395087", "0.5337071", "0.53260505", "0.5318817", "0.53161144", "0.5312213", "0.5308946", "0.52909476", "0.5279135", "0.5278293", "0.5278138", "0.5278066", "0.52744776", "0.5264361", "0.5263847", "0.52604145", "0.5255423", "0.5253346", "0.5240853", "0.5238801", "0.52358866", "0.52331984", "0.5228526", "0.52240044", "0.5221257" ]
0.76687706
0
Interface of all the object that wants to be able to be converted into a stream of bytes.
public interface Serializable { /** * Method to convert the object into a stream * * @param out OutputSerializer to write the object to * @throws IOException in case of an IO-error */ void writeObject(OutputSerializer out) throws java.io.IOException; /** * Method to build the object from a stream of bytes * * @param in InputSerializer to read from * @throws IOException in case of an IO-error */ void readObject(InputSerializer in) throws java.io.IOException; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface Serialization {\n\n byte[] objSerialize(Object obj);\n\n Object ObjDeserialize(byte[] bytes);\n}", "public InputStream asByteStream() {\n return new ByteArrayInputStream(rawBytes);\n }", "public interface Serializable {\n /** Convert object into byte sequence. */\n void serialize(@NotNull OutputStream out) throws IOException;\n /** Replace object with one converted from byte sequence. */\n void deserialize(@NotNull InputStream in) throws IOException;\n}", "public abstract byte[] toBytes() throws Exception;", "public abstract void serialize(OutputStream stream, T object) throws IOException;", "ByteString encode(T object) throws Exception;", "byte[] serialize(Serializable object);", "protected byte[] stream2blob(InputStream is) throws IOException, IllegalArgumentException {\n return StreamUtils.stream2blob(is);\n }", "public interface ByteHandler {\n\n /**\n * Method to serialize any byte-chunk.\n *\n * @param toSerialize byte to be serialized\n * @return result of the serialization\n */\n OutputStream serialize(OutputStream toSerialize);\n\n /**\n * Method to deserialize any byte-chunk.\n *\n * @param toDeserialize to deserialize\n * @return result of the deserialization\n */\n InputStream deserialize(InputStream toDeserialize);\n\n /**\n * Method to retrieve a new instance.\n *\n * @return new instance\n */\n ByteHandler getInstance();\n}", "public abstract <T> SerializationStream writeObject(T t);", "protected abstract byte[] encode(Object o) throws EncoderException;", "void mo6321a(OutputStream outputStream, Object obj);", "protected abstract ByteBuffer toMedia(Object object) throws BeanConversionException;", "public byte[] marshall();", "public interface ByteAdaptable {\n\n byte[] SetToByte();\n}", "public static Object read(Object obj) {\n if (obj instanceof byte[] byteArray) {\n return SafeEncoder.encode(byteArray);\n }\n if (obj instanceof List) {\n return ((List<?>) obj).stream().map(Jupiter::read).toList();\n }\n\n return obj;\n }", "public abstract byte[] toByteArray();", "public abstract byte[] toByteArray();", "public interface Marshaller<X> {\n Bytestring marshall(X x);\n\n X unmarshall(Bytestring string);\n}", "void serialize(Object obj, OutputStream stream) throws IOException;", "ObjectOutputStream newObjectOutputStream(OutputStream out) throws Exception;", "protected abstract Object toObject(ByteBuffer content, Type targetType) throws BeanConversionException;", "public interface Serializer {\n /**\n * Serializes given serializable object into the byte array.\n *\n * @param object object that will be serialized\n * @return serialized byte array\n */\n byte[] serialize(Serializable object);\n\n /**\n * Deserializes byte array that serialized by {@link #serialize(Serializable)} method.\n *\n * @param bytes byte array that will be deserialized\n * @return deserialized object\n */\n Object deserialize(byte[] bytes);\n}", "public byte[] serialize();", "private static byte[] construct(Serializable object) {\n\tByteArrayOutputStream bos = new ByteArrayOutputStream();\n\n\ttry {\n\t // Wrap the ByteArrayOutputStream in an ObjectOutputStream\n\t ObjectOutputStream oos = new ObjectOutputStream(bos);\n\t // and write the objects to the stream\n\t oos.writeObject(object);\n\t oos.close();\n\t} catch (Exception e) {\n\t e.printStackTrace();\n\t throw new Error(\"Failed to write serializable data for \" + object);\n\t}\n\n\t// the bytes are now held in the ByteArrayOutputStream\n\t// so we get the bytes of the ByteArrayOutputStream\n\tbyte[] rawBytes = bos.toByteArray();\n\n\treturn rawBytes;\n\n }", "public abstract Object decode(InputStream is) ;", "public interface dhd {\n InputStream a(Object obj);\n\n Object a(InputStream inputStream);\n}", "public interface Serializer {\r\n /**\r\n * Gets the value which indicates the encoding mechanism used.\r\n */\r\n String getContentEncoding();\r\n\r\n /**\r\n * Gets the MIME-type suffix\r\n */\r\n String getContentFormat();\r\n\r\n /**\r\n * Serializes the object graph provided and writes a serialized\r\n * representation to the output stream provided.\r\n */\r\n void serialize(OutputStream output, Object graph);\r\n\r\n /**\r\n * Deserializes the stream provided and reconstructs the corresponding\r\n * object graph.\r\n */\r\n Object deserialize(InputStream input, Class type, String format,\r\n String contentEncoding);\r\n}", "public interface Serializer {\n\n /**\n * Serializes the given object to the given output stream.\n *\n * @param <T> the object type\n * @param obj the object to serialize\n * @param type the class type\n * @param os the output stream\n *\n * @throws SerializationException if serialization fails\n */\n public <T> void serialize(T obj, Class<T> type, OutputStream os) throws SerializationException;\n\n /**\n * Deserializes an object of the given type from the given input stream.\n *\n * @param <T> the object type\n * @param type the class type\n * @param is the input stream\n *\n * @return the object\n *\n * @throws SerializationException if serialization fails\n */\n public <T> T deserialize(Class<T> type, InputStream is) throws SerializationException;\n\n}", "protected abstract Object toObject(InputStream inputStream, Type targetType) throws BeanConversionException;", "public byte[] toArray()\r\n {\r\n return _stream.toByteArray();\r\n }", "Stream<In> getInputStream();", "public interface JPPFObjectStreamBuilder\n{\n\t/**\n\t * Obtain an input stream used for deserializing objects.\n * @param\tin input stream to read from.\n\t * @return an <code>ObjectInputStream</code>\n\t * @throws Exception if an error is raised while creating the stream.\n\t */\n\tObjectInputStream newObjectInputStream(InputStream in) throws Exception;\n\t/**\n\t * Obtain an Output stream used for serializing objects.\n * @param\tout output stream to write to.\n\t * @return an <code>ObjectOutputStream</code>\n\t * @throws Exception if an error is raised while creating the stream.\n\t */\n\tObjectOutputStream newObjectOutputStream(OutputStream out) throws Exception;\n}", "public TByteArray(uka.transport.UnmarshalStream _stream)\n throws java.io.IOException, ClassNotFoundException\n {\n this(_stream, _SIZE);\n _stream.accept(_SIZE);\n }", "interface Convertable<T> {\n\n String toXml();\n\n T toObj();\n\n}", "static byte[] streamToBytes(final InputStream in) throws IOException {\n return streamToBytes(in, new byte[7]);\n }", "public interface StreamReceiver{\r\n\t/**\r\n\t * Writes an array of bytes to the object holding one end of the pipe.\r\n\t * \r\n\t * @param b The byte array to be written.\r\n\t */\r\n\tpublic abstract void write(byte[] b);\r\n\t\r\n}", "public byte[] convert(Object source) {\n try {\n ByteArrayOutputStream baos = new ByteArrayOutputStream(128);\n serializer.serialize(source, baos);\n return baos.toByteArray();\n } catch (Throwable t) {\n throw new SerializationFailedException(\"Failed to serialize object using \" +\n serializer.getClass().getSimpleName(), t);\n }\n }", "public MyEncodeableUsingEncoderDecoderClass() {}", "OutputStream serialize(OutputStream toSerialize);", "public interface ObjectOutput extends DataOutput, AutoCloseable {\n /**\n * Write an object to the underlying storage or stream. The class that implements this interface\n * defines how the object is written.\n *\n * @param obj the object to be written\n * @exception IOException Any of the usual Input/Output related exceptions.\n */\n public void writeObject(Object obj) throws IOException;\n\n /**\n * Writes a byte. This method will block until the byte is actually written.\n * \n * @param b the byte\n * @exception IOException If an I/O error has occurred.\n */\n public void write(int b) throws IOException;\n\n /**\n * Writes an array of bytes. This method will block until the bytes are actually written.\n * \n * @param b the data to be written\n * @exception IOException If an I/O error has occurred.\n */\n public void write(byte b[]) throws IOException;\n\n /**\n * Writes a sub array of bytes.\n * \n * @param b the data to be written\n * @param off the start offset in the data\n * @param len the number of bytes that are written\n * @exception IOException If an I/O error has occurred.\n */\n public void write(byte b[], int off, int len) throws IOException;\n\n /**\n * Flushes the stream. This will write any buffered output bytes.\n * \n * @exception IOException If an I/O error has occurred.\n */\n public void flush() throws IOException;\n\n /**\n * Closes the stream. This method must be called to release any resources associated with the\n * stream.\n * \n * @exception IOException If an I/O error has occurred.\n */\n public void close() throws IOException;\n}", "@Override\r\n public byte[] encodeToBytes(Object object) throws Exception {\n return null;\r\n }", "Object deserialize(Class objClass, InputStream stream) throws IOException;", "public interface Serialization {\n\n byte[] serialize(Object obj);\n\n default void serialize(Object obj, OutputStream outputStream) {\n throw new UnsupportedOperationException();\n }\n\n <T> T deserialize(byte[] in, Class<T> type);\n\n @SuppressWarnings(\"unchecked\")\n default <T> T deserialize(byte[] in, Type type) {\n if (type instanceof Class) {\n return this.deserialize(in, (Class<T>) type);\n } else {\n throw new UnsupportedOperationException();\n }\n }\n\n default <T> T deserialize(InputStream input, Type type) {\n throw new UnsupportedOperationException();\n }\n\n default <T> T deserialize(InputStream input, Class<T> type) {\n throw new UnsupportedOperationException();\n }\n}", "@Override\n public <T> byte[] serialize( final T obj )\n throws IOException\n {\n final byte[] unencrypted = serializer.serialize(obj);\n return encrypt(unencrypted);\n }", "public interface ILynxObjectMapper {\n\n /**\n * Serialize an object\n * @param object the object to be serialized\n * @return the raw byte data representing the object.\n */\n <V> byte[] serialize(V object);\n\n /**\n * Deserialize an object\n * @param data the raw data to be deserialized into an object.\n * @param cls the class of the object that data represents\n * @return an instance of cls represented by data\n */\n <V> V deserialize(byte[] data, Class<V> cls);\n\n /**\n * Same as {@link ILynxObjectMapper#deserialize(byte[], Class)} but with an input stream instead of a byte array\n */\n <V> V deserialize(InputStream inputStream, Class<V> cls);\n}", "private static <T extends Serializable> byte[] pickle(T obj)\n throws IOException {\n ByteArrayOutputStream baos = new ByteArrayOutputStream();\n ObjectOutputStream oos = new ObjectOutputStream(baos);\n oos.writeObject(obj);\n oos.close();\n return baos.toByteArray();\n }", "ObjectInputStream newObjectInputStream(InputStream in) throws Exception;", "protected abstract OutputStream getStream() throws IOException;", "public InputStream getStream();", "protected byte[] objectToBytes(O object) throws OBException {\r\n try {\r\n return object.store();\r\n\r\n } catch (IOException e) {\r\n throw new OBException(e);\r\n }\r\n }", "T deserialize(InputStream stream) throws IOException;", "public static byte[] objectToBytes(Serializable s) throws IOException\r\n {\r\n ByteArrayOutputStream baos = new ByteArrayOutputStream();\r\n ObjectOutputStream oos = new ObjectOutputStream(baos);\r\n try\r\n {\r\n oos.writeObject(s);\r\n oos.flush();\r\n return baos.toByteArray();\r\n }\r\n finally\r\n {\r\n oos.close();\r\n }\r\n\r\n }", "public interface Converter {\n\n /**\n * @param data data bytes that are serialized to disk.\n * @param converterKey Converter key.\n * @param <T> Type.\n * @return Deserialized object of type <T>.\n */\n <T> T deserialize(byte[] data, String converterKey);\n\n /**\n * @param object Object to be serialized into byte[].\n */\n byte[] serialize(Object object);\n\n /**\n * @return Converter key of a given object. Null if cannot be determined.\n */\n String mapping(Object object);\n\n /**\n * @return Converter key of a given class. Null if cannot be determined.\n */\n String mapping(Class<?> clazz);\n\n /**\n * @return return the type for a given converter key.\n */\n Class mapType(String converterKey);\n}", "public static byte[] objectToBytes( Object object ) throws IOException{\n byte[] output = null;\n if( object != null ){\n ByteArrayOutputStream stream = new ByteArrayOutputStream();\n ObjectOutputStream out = new ObjectOutputStream(stream);\n out.writeObject(object);\n output = stream.toByteArray();\n }\n return output;\n }", "private byte[] toBytes(String obj){\n return Base64.getDecoder().decode(obj);\n }", "public interface ByteVectorIO {\n public void send(byte[] b) throws IOException;\n\n public byte[] get() throws IOException;\n\n public void close();\n}", "static public byte[] getBytes(InputStream stream) throws IOException {\n if (stream instanceof BytesGetter) {\n BytesGetter buffer = (BytesGetter) stream;\n return buffer.getBytes();\n } else {\n try (InputStreamToByteArray in = new InputStreamToByteArray(stream)) {\n return in.getBytes();\n }\n }\n }", "public abstract String serialise();", "public interface IStreamable<U> {\n\n IMonStream<U> fstream();\n}", "public static <O> byte[] toBytes(O object) {\n try (ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();\n ObjectOutputStream objOutputStream = new ObjectOutputStream(byteArrayOutputStream);) {\n objOutputStream.writeObject(object);\n return byteArrayOutputStream.toByteArray();\n\n } catch (Exception e) {\n e.printStackTrace();\n return null;\n }\n }", "byte[] getBytes();", "byte[] getBytes();", "private byte[] serialize(Serializable object) throws Exception {\n ByteArrayOutputStream stream = new ByteArrayOutputStream();\n ObjectOutputStream objectStream = new ObjectOutputStream(stream);\n objectStream.writeObject(object);\n objectStream.flush();\n return stream.toByteArray();\n }", "public interface SSMLBytesStream {\n\t/**\n\t * Get the (default) encoding.\n\t * This is the default encoding for writeTo() methods (except the 3-parameters).\n\t * @return An explicit encoding for writeTo() methods\n\t * or <code>null</code> (=> use the machine default and no encoding in the xml declaration)\n\t */\n\tCharset getEncoding();\n\n\t/**\n\t * Write the SSML byte[]\n\t * with the &lt;?xml ... ?&gt; declaration\n\t * using the default encoding (if any).\n\t * @throws IOException\n\t * @return\tnumber of written bytes\n\t */\n\tint writeTo(OutputStream out) throws IOException;\n\n\t/**\n\t * A SSMLBytesStream with the possibility to manage the xml declaration and encoding. \n\t *\n\t */\n\tpublic interface SSMLBytesStreamPlus extends SSMLBytesStream {\n\n\t\t/**\n\t\t * Write the SSML byte[]\n\t\t * using a specific encoding.\n\t\t * @param withXmlDecl\tprepend the &lt;?xml ... ?&gt; declaration (with encoding).\n\t\t * @param enc\t(optional) explicit SSML encoding.\n\t\t * \tIf <code>null</code> the default machine encoding will be used.\n\t\t * @throws IOException\n\t\t * @return\tnumber of written bytes\n\t\t */\n\t\tint writeTo(OutputStream out, boolean withXmlDecl, Charset enc) throws IOException;\n\n\t\t/**\n\t\t * Write the SSML byte[]\n\t\t * using the default encoding (if any).\n\t\t * @param withXmlDecl\tprepend the &lt;?xml ... ?&gt; declaration (with encoding).\n\t\t * @throws IOException\n\t\t * @return\tnumber of written bytes\n\t\t */\n\t\tint writeTo(OutputStream out, boolean withXmlDecl) throws IOException;\n\t}\n\n}", "protected O bytesToObject(ByteBuffer data) throws OBException,\r\n InstantiationException, IllegalAccessException, IllegalIdException {\r\n return bytesToObject(data.array());\r\n }", "@FunctionalInterface\npublic interface BinaryContentGenerator extends ContentGenerator {\n\n /**\n * Generate the content and write to an output stream.\n *\n * @param output Output stream to collect the generated content.\n * @throws Exception if content can not be generated.\n */\n void generateContent(OutputStream output) throws Exception;\n\n\n /**\n * Mime type of the content.\n *\n * @return Default implementation returns \"application/octet-stream\".\n */\n default String getContentType() {\n return \"application/octet-stream\";\n }\n\n /**\n * File extension normally used for this type of content.\n *\n * @return Default implementation returns \"bin\".\n */\n default String getFileExtension() {\n return \"bin\";\n }\n}", "protected O bytesToObject(byte[] data) throws OBException,\r\n InstantiationException, IllegalAccessException, IllegalIdException {\r\n O res = type.newInstance();\r\n try {\r\n res.load(data);\r\n } catch (IOException e) {\r\n throw new OBException(e);\r\n }\r\n return res;\r\n }", "<R> Streamlet<R> newSource(SerializableSupplier<R> supplier);", "public static byte[] toBytes(Object object) {\n\t\tif(object instanceof Boolean) {\n\t\t\treturn new byte[] {\n\t\t\t\t\t(boolean) object ? (byte) 1 : (byte) 0\n\t\t\t};\n\t\t} else if (object instanceof Byte) {\n\t\t\treturn new byte[] {\n\t\t\t\t\t(byte) object\n\t\t\t};\n\t\t} else if (object instanceof Short) {\n\t\t\tByteBuffer buffer = ByteBuffer.allocate(2);\n\t\t\tbuffer.putShort((short) object);\n\t\t\treturn buffer.array();\n\t\t} else if (object instanceof Integer) {\n\t\t\tByteBuffer buffer = ByteBuffer.allocate(4);\n\t\t\tbuffer.putInt((int) object);\n\t\t\treturn buffer.array();\n\t\t} else if (object instanceof Long) {\n\t\t\tByteBuffer buffer = ByteBuffer.allocate(8);\n\t\t\tbuffer.putLong((long) object);\n\t\t\treturn buffer.array();\n\t\t} else if (object instanceof Character) {\n\t\t\tByteBuffer buffer = ByteBuffer.allocate(4);\n\t\t\tbuffer.putInt((char) object);\n\t\t\treturn buffer.array();\n\t\t} else if (object instanceof Float) {\n\t\t\tByteBuffer buffer = ByteBuffer.allocate(4);\n\t\t\tbuffer.putFloat((float) object);\n\t\t\treturn buffer.array();\n\t\t} else if (object instanceof Double) {\n\t\t\tByteBuffer buffer = ByteBuffer.allocate(8);\n\t\t\tbuffer.putDouble((double) object);\n\t\t\treturn buffer.array();\n\t\t} else if (object instanceof String) {\n\t\t\tbyte[] charset = ((String) object).getBytes();\n\t\t\tByteBuffer buffer = ByteBuffer.allocate(4+charset.length);\n\t\t\tbuffer.putInt(charset.length);\n\t\t\tbuffer.put(charset);\n\t\t\treturn buffer.array();\n\t\t} else {\n\t\t\tbyte[] charset = object.toString().getBytes();\n\t\t\tByteBuffer buffer = ByteBuffer.allocate(4+charset.length);\n\t\t\tbuffer.putInt(charset.length);\n\t\t\tbuffer.put(charset);\n\t\t\treturn buffer.array();\n\t\t}\n\t}", "OutputStream getOutputStream();", "public interface RowToByteArrayConverter {\r\n byte[] rowToByteArray(ResultSet resultSet);\r\n}", "InputStream deserialize(InputStream toDeserialize);", "@Test\n public void testToString() {\n System.out.println(\"toString\");\n for(TypeOfStream stype: TypeOfStream.values()) {\n InputStream stream = getInputStream(stype, TypeOfContent.BYTE_10, cs_UTF_8);\n @SuppressWarnings(\"deprecation\")\n BufferedCharSequence instance = new BufferedCharSequence(stream, cs_UTF_8.newDecoder(), 10);\n instance.setMaxBufferSize(5);\n String expResult = TypeOfContent.BYTE_10.getContent();\n String result = instance.toString();\n assertEquals(expResult, result);\n }\n }", "default byte[] getBytes() throws IOException {\n try (InputStream is = getInputStream()) {\n return IOUtils.toByteArray(is);\n }\n }", "public Object read();", "public abstract byte[] encode () throws IOException;", "public interface IObjectInput {\r\n\r\n\t/**\r\n\t * Reads a boolean.\r\n\t *\r\n\t * @return The next boolean.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic boolean readBoolean() throws IOException;\r\n\r\n\t/**\r\n\t * Reads a char.\r\n\t *\r\n\t * @return The next char.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic char readChar() throws IOException;\r\n\r\n\t/**\r\n\t * Reads a 32 bit integer.\r\n\t *\r\n\t * @return The next 32 bit integer.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic int readInt() throws IOException;\r\n\r\n\t/**\r\n\t * Reads a 64 bit integer.\r\n\t *\r\n\t * @return The next 64 bit integer.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic long readLong() throws IOException;\r\n\r\n\t/**\r\n\t * Reads a 16 bit integer.\r\n\t *\r\n\t * @return The next 16 bit integer.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic short readShort() throws IOException;\r\n\r\n\t/**\r\n\t * Reads a utf encoded string.\r\n\t *\r\n\t * @return The next utf encoded string.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic String readUTF() throws IOException;\r\n\t\r\n\t/**\r\n\t * Reads a byte.\r\n\t *\r\n\t * @return The next byte.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic byte readByte() throws IOException;\r\n\r\n\t/**\r\n\t * Reads a number of bytes and writes them into the buffer.\r\n\t * The number of bytes read is defined by the lenght of the\r\n\t * buffer.\r\n\t * \r\n\t * @param buffer The buffer to fill.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic void readBytes(byte[] buffer) throws IOException;\r\n\t\r\n\t/**\r\n\t * Reads a number of bytes and writes them into the buffer\r\n\t * starting from the specified offset. The number of bytes\r\n\t * read is defined by the length parameter.\r\n\t * \r\n\t * @param buffer The buffer to fill.\r\n\t * @param offset The offset to start from.\r\n\t * @param length The number of bytes to fill.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic void readBytes(byte[] buffer, int offset, int length) throws IOException;\r\n\r\n\t/**\r\n\t * Reads an object.\r\n\t * \r\n\t * @return The object that has been read.\r\n\t * @throws IOException Thrown if a problem occurs.\r\n\t */\r\n\tpublic Object readObject() throws IOException;\r\n\r\n}", "public byte[] toBytes() {\n ByteArrayOutputStream os = new ByteArrayOutputStream();\n try {\n writeTo(os);\n } catch (IOException e) {e.printStackTrace();}\n return os.toByteArray();\n }", "com.google.protobuf.ByteString getObj();", "public interface SSMLBytesStreamPlus extends SSMLBytesStream {\n\n\t\t/**\n\t\t * Write the SSML byte[]\n\t\t * using a specific encoding.\n\t\t * @param withXmlDecl\tprepend the &lt;?xml ... ?&gt; declaration (with encoding).\n\t\t * @param enc\t(optional) explicit SSML encoding.\n\t\t * \tIf <code>null</code> the default machine encoding will be used.\n\t\t * @throws IOException\n\t\t * @return\tnumber of written bytes\n\t\t */\n\t\tint writeTo(OutputStream out, boolean withXmlDecl, Charset enc) throws IOException;\n\n\t\t/**\n\t\t * Write the SSML byte[]\n\t\t * using the default encoding (if any).\n\t\t * @param withXmlDecl\tprepend the &lt;?xml ... ?&gt; declaration (with encoding).\n\t\t * @throws IOException\n\t\t * @return\tnumber of written bytes\n\t\t */\n\t\tint writeTo(OutputStream out, boolean withXmlDecl) throws IOException;\n\t}", "com.google.protobuf.ByteString\n getToBytes();", "public abstract InputStream getInputStream();", "public abstract InputStream getInputStream();", "protected OutputStream _createDataOutputWrapper(DataOutput out)\n/* */ {\n/* 1520 */ return new DataOutputAsStream(out);\n/* */ }", "protected java.io.ObjectInputStream toObjectStream(java.lang.String byteString)\n throws java.io.IOException {\n if (byteString.length() % 2 != 0) throw error();\n int length = byteString.length() / 2;\n byte[] bytes = new byte[length];\n for (int i = 0; i < length; i++) {\n java.lang.String b = byteString.substring(i*2, i*2+2);\n try {\n int unsigned = java.lang.Integer.parseInt(b, 16);\n if (unsigned < 128) bytes[i] = (byte) unsigned;\n else bytes[i] = (byte) (unsigned - 256); // maps 255 to -1, 128 to -128\n }\n catch (java.lang.NumberFormatException e) { throw error(); }\n }\n // this may throw an IOException\n return new java.io.ObjectInputStream(new java.io.ByteArrayInputStream(bytes));\n }", "public default InputStream getBinaryStream() throws JdbxException\n\t{\n\t\treturn get(GetAccessors.BINARYTREAM);\n\t}", "public abstract InputStream mo131998b();", "public InputStream getStream() {\n\t\treturn new ByteArrayInputStream(os.toByteArray());\n\t}", "private AerospikeConverters() {}", "public interface IData {\n byte[] getData();\n}", "@Override\n @SuppressWarnings(\"unchecked\")\n public void serialize(OutputStream stream, BaseType o) throws IOException {\n Class c = o.getClass();\n val si = this.serializersByType.get(c);\n ensureCondition(si != null, \"No serializer found for %s.\", c.getName());\n si.serializer.beforeSerialization(o);\n\n // Encode the Serialization Format Version.\n stream.write(SERIALIZER_VERSION);\n\n // Encode the Object type; this will be used upon deserialization.\n stream.write(si.id);\n\n // Write contents.\n si.serializer.serializeContents(stream, o);\n }", "public interface IStreamConnector extends IConnector {\r\n\r\n\t/** \r\n\t * Returns an input stream that can be used to receive data. This\r\n\t * method should only be called once per connector, although a connector can\r\n\t * declare that it supports multiple calls to this method. The specific type\r\n\t * returned by this method can be queries using the get type method. \r\n\t * \r\n\t * @return An input stream that can be used to receive data. \r\n\t * @throws IOException Thrown if the connector cannot open an input stream.\r\n\t */\r\n\tpublic InputStream getInputStream() throws IOException;\r\n\t\r\n\t/**\r\n\t * Returns an output stream that can be used to transfer data. Be\r\n\t * aware that this method should only be called once per connector. The \r\n\t * specific type returned by this method is defined by the get type method.\r\n\t * \r\n\t * @return An output stream that can be used to transfer data.\r\n\t * @throws IOException Thrown if the connector cannot open an output stream.\r\n\t */\r\n\tpublic OutputStream getOutputStream() throws IOException;\r\n\t\r\n}", "InputStream getDataStream();", "public interface Request extends Serializable {\n}", "public InputStream asInputStream() {\n return new ByteArrayInputStream(data);\n }", "void encode(StreamingContent content, OutputStream out) throws IOException;", "com.google.protobuf.ByteString\n getFromBytes();", "com.google.protobuf.ByteString\n getFromBytes();", "public void writeObject(OutputStream stream, Object object, int format) throws IOException;" ]
[ "0.6592663", "0.63991344", "0.63558567", "0.63255125", "0.63255095", "0.6265434", "0.6251866", "0.62289333", "0.615955", "0.6107967", "0.61039245", "0.60467535", "0.60282314", "0.6000371", "0.5998649", "0.5998036", "0.59777904", "0.59777904", "0.5960861", "0.596079", "0.5939289", "0.59329027", "0.5911782", "0.589462", "0.587719", "0.58770394", "0.5834029", "0.5809171", "0.5741815", "0.57205576", "0.571849", "0.5716079", "0.57037336", "0.57011545", "0.5684201", "0.568222", "0.5679042", "0.5670259", "0.56699026", "0.5665164", "0.56543636", "0.5614469", "0.5606294", "0.5594955", "0.5569206", "0.5567521", "0.5567271", "0.55646384", "0.5551763", "0.5549027", "0.5548622", "0.55424094", "0.5537304", "0.5534544", "0.5531399", "0.55261654", "0.5523967", "0.5523938", "0.55142075", "0.5506888", "0.54971594", "0.5487438", "0.5487438", "0.5487386", "0.54759324", "0.5469777", "0.5467645", "0.54524666", "0.54383683", "0.54341406", "0.54201263", "0.5414542", "0.54085106", "0.54064816", "0.5402307", "0.5397455", "0.5378415", "0.5359892", "0.5356931", "0.5352544", "0.5346923", "0.5345779", "0.53412765", "0.53412765", "0.53246045", "0.53237534", "0.531991", "0.53086305", "0.53057086", "0.53053045", "0.53001195", "0.5299999", "0.5298513", "0.5298406", "0.52945054", "0.5293855", "0.52916867", "0.52855206", "0.52855206", "0.5281541" ]
0.66774917
0
Method to convert the object into a stream
void writeObject(OutputSerializer out) throws java.io.IOException;
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Stream getStream(Streamable type){\n return Stream.builder().add(type).build() ;\n }", "void serialize(Object obj, OutputStream stream) throws IOException;", "public abstract <T> SerializationStream writeObject(T t);", "void mo6321a(OutputStream outputStream, Object obj);", "public abstract void serialize(OutputStream stream, T object) throws IOException;", "KStream<K, V> toStream();", "ObjectOutputStream newObjectOutputStream(OutputStream out) throws Exception;", "public String getStream(){\n return this.stream;\n }", "default Stream<Token<?>> stream() {\n return stream(true);\n }", "public void streamOutput(String type,Object currentObj);", "public InputStream getStream();", "@SuppressWarnings(\"unchecked\")\n public <T extends Tag> Stream<T> stream(@SuppressWarnings(\"UnusedParameters\") Class<T> tagClass) {\n return (Stream<T>) data.stream();\n }", "private ObjectInputStream getInputStream() {\n\t\t// retornamos el stream de entrada\n\t\treturn this.inputStream;\n\t}", "public Stream stream() {\n Preconditions.checkState(prepared);\n Preconditions.checkState(!closed);\n return new Stream();\n }", "public void writeObject(OutputStream stream, Object object, int format) throws IOException;", "public CStream get_stream() {\r\n\t\treturn new CStream(this);\r\n\t}", "public void objectToStream(@Nullable Object obj, @NonNull JsonStream jsonStream) throws IOException {\n if (obj == null) {\n jsonStream.nullValue();\n } else if (obj instanceof String) {\n jsonStream.value((String) obj);\n } else if (obj instanceof Number) {\n jsonStream.value((Number) obj);\n } else if (obj instanceof Boolean) {\n jsonStream.value((Boolean) obj);\n } else if (obj instanceof Map) {\n jsonStream.beginObject();\n for (Map.Entry entry : ((Map) obj).entrySet()) {\n Object key = entry.getKey();\n if (key instanceof String) {\n String str = (String) key;\n jsonStream.name(str);\n if (shouldFilter(str)) {\n jsonStream.value(FILTERED_PLACEHOLDER);\n } else {\n objectToStream(entry.getValue(), jsonStream);\n }\n }\n }\n jsonStream.endObject();\n } else if (obj instanceof Collection) {\n jsonStream.beginArray();\n for (Object objectToStream : (Collection) obj) {\n objectToStream(objectToStream, jsonStream);\n }\n jsonStream.endArray();\n } else if (obj.getClass().isArray()) {\n jsonStream.beginArray();\n int length = Array.getLength(obj);\n for (int i = 0; i < length; i++) {\n objectToStream(Array.get(obj, i), jsonStream);\n }\n jsonStream.endArray();\n } else {\n jsonStream.value(OBJECT_PLACEHOLDER);\n }\n }", "private ObjectOutputStream getOutputStream() {\n\t\t// retornamos el stream de salida\n\t\treturn this.outputStream;\n\t}", "Stream<In> getInputStream();", "public InputStream getStream() {\n\t\treturn new ByteArrayInputStream(os.toByteArray());\n\t}", "@Override\n public COSStream getCOSObject()\n {\n return stream;\n }", "private void writeObject(ObjectOutputStream _stream)\n/* 428: */ throws IOException\n/* 429: */ {\n/* 430:503 */ _stream.defaultWriteObject();\n/* 431:504 */ writeCustomData(_stream);\n/* 432: */ }", "public IntStream stream() {\n\treturn StreamSupport.intStream(spliterator(), false);\n }", "public interface JPPFObjectStreamBuilder\n{\n\t/**\n\t * Obtain an input stream used for deserializing objects.\n * @param\tin input stream to read from.\n\t * @return an <code>ObjectInputStream</code>\n\t * @throws Exception if an error is raised while creating the stream.\n\t */\n\tObjectInputStream newObjectInputStream(InputStream in) throws Exception;\n\t/**\n\t * Obtain an Output stream used for serializing objects.\n * @param\tout output stream to write to.\n\t * @return an <code>ObjectOutputStream</code>\n\t * @throws Exception if an error is raised while creating the stream.\n\t */\n\tObjectOutputStream newObjectOutputStream(OutputStream out) throws Exception;\n}", "default Stream<E> stream() {\n return StreamSupport.stream(this.spliterator(), false);\n }", "<R> Streamlet<R> newSource(SerializableSupplier<R> supplier);", "public void toStream(OutputStream outputStream) {\n final String stringSerialization = toJSON();\n try {\n final OutputStreamWriter outputStreamWriter = new OutputStreamWriter(new BufferedOutputStream(outputStream), Charsets.UTF_8);\n outputStreamWriter.write(stringSerialization);\n outputStreamWriter.close();\n } catch (IOException e) {\n throw Throwables.propagate(e);\n }\n }", "public OutputStream getStream()\r\n {\r\n return mStream;\r\n }", "public final InputStream returnStream()\n\t{\n\t\treturn stream;\n\t}", "public interface Serializable {\n\n\t/**\n\t * Method to convert the object into a stream\n\t *\n\t * @param out OutputSerializer to write the object to\n\t * @throws IOException in case of an IO-error\n\t */\n\tvoid writeObject(OutputSerializer out) throws java.io.IOException;\n\n\t/** \n\t * Method to build the object from a stream of bytes\n\t *\n\t * @param in InputSerializer to read from\n\t * @throws IOException in case of an IO-error\n\t */\n\tvoid readObject(InputSerializer in) throws java.io.IOException;\n}", "Object defaultReplaceObject(Object obj) throws IOException {\n\t logger.log(Level.FINEST, \"Object in stream instance of: {0}\", obj.getClass());\n\t try {\n\t\tif (obj instanceof DynamicProxyCodebaseAccessor ){\n\t\t logger.log(Level.FINEST, \"Object in stream instance of DynamicProxyCodebaseAccessor\");\n\t\t obj = \n\t\t ProxySerializer.create(\n\t\t\t (DynamicProxyCodebaseAccessor) obj,\n\t\t\t aout.defaultLoader,\n\t\t\t aout.getObjectStreamContext()\n\t\t );\n\t\t} else if (obj instanceof ProxyAccessor ) {\n\t\t logger.log(Level.FINEST, \"Object in stream instance of ProxyAccessor\");\n\t\t obj = \n\t\t ProxySerializer.create(\n\t\t\t (ProxyAccessor) obj,\n\t\t\t aout.defaultLoader,\n\t\t\t aout.getObjectStreamContext()\n\t\t );\n\t\t}\n\t } catch (IOException e) {\n\t\tlogger.log(Level.FINE, \"Unable to create ProxyAccessorSerializer\", e);\n\t\tthrow e;\n\t }\n\t Class c = obj.getClass();\n\t Class s = serializers.get(c);\n\t if (c.isAnnotationPresent(AtomicSerial.class)){} // Ignore\n\t else if (c.isAnnotationPresent(AtomicExternal.class)){} // Ignore\n\t // REMIND: stateless objects, eg EmptySet?\n\t else if (s != null){\n\t\ttry {\n\t\t Constructor constructor = s.getDeclaredConstructor(c);\n\t\t obj = constructor.newInstance(obj);\n\t\t} catch (NoSuchMethodException ex) {\n\t\t logger.log(Level.FINE, \"Unable to contruct serializer\", ex);\n\t\t} catch (SecurityException ex) {\n\t\t logger.log(Level.FINE, \"Unable to contruct serializer\", ex);\n\t\t} catch (InstantiationException ex) {\n\t\t logger.log(Level.FINE, \"Unable to contruct serializer\", ex);\n\t\t} catch (IllegalAccessException ex) {\n\t\t logger.log(Level.FINE, \"Unable to contruct serializer\", ex);\n\t\t} catch (IllegalArgumentException ex) {\n\t\t logger.log(Level.FINE, \"Unable to contruct serializer\", ex);\n\t\t} catch (InvocationTargetException ex) {\n\t\t logger.log(Level.FINE, \"Unable to contruct serializer\", ex);\n\t\t}\n\t }\n\t else if (obj instanceof Map) obj = new MapSerializer((Map) obj);\n\t else if (obj instanceof Set) obj = new SetSerializer((Set) obj);\n\t else if (obj instanceof Collection) obj = new ListSerializer((Collection) obj);\n\t else if (obj instanceof Permission) obj = new PermissionSerializer((Permission) obj);\n\t else if (obj instanceof Throwable) obj = new ThrowableSerializer((Throwable) obj);\n\t logger.log(Level.FINEST, \"Returning object in stream instance of: {0}\", obj.getClass());\n\t return obj;\n\t}", "protected abstract OutputStream getStream() throws IOException;", "OutputStream getOutputStream();", "public void saveToStream(OutputStream stream, Model model);", "public <T> SerializationStream writeValue(T value){\n return writeObject(value);\n }", "protected void openStream ()\n {\n stream = Util.stream (entry, \"Holder.java\");\n }", "public ODocument toStream() {\n lock.readLock().lock();\n try {\n ODocument document = new ODocument(getIdentity());\n document.field(\"schemaVersion\", CURRENT_VERSION_NUMBER);\n\n // This steps is needed because in classes there are duplicate due to aliases\n Set<OClassImpl> realClases = new HashSet<OClassImpl>();\n for (OClass c : classes.values()) realClases.add(((OClassImpl) c));\n\n Set<ODocument> classesDocuments = new HashSet<ODocument>();\n for (OClassImpl c : realClases) classesDocuments.add(c.toStream());\n document.field(\"classes\", classesDocuments, OType.EMBEDDEDSET);\n\n // This steps is needed because in views there are duplicate due to aliases\n Set<OViewImpl> realViews = new HashSet<OViewImpl>();\n for (OView v : views.values()) realViews.add(((OViewImpl) v));\n\n Set<ODocument> viewsDocuments = new HashSet<ODocument>();\n for (OClassImpl c : realViews) viewsDocuments.add(c.toStream());\n document.field(\"views\", viewsDocuments, OType.EMBEDDEDSET);\n\n List<ODocument> globalProperties = new ArrayList<ODocument>();\n for (OGlobalProperty globalProperty : properties) {\n if (globalProperty != null)\n globalProperties.add(((OGlobalPropertyImpl) globalProperty).toDocument());\n }\n document.field(\"globalProperties\", globalProperties, OType.EMBEDDEDLIST);\n document.field(\"blobClusters\", blobClusters, OType.EMBEDDEDSET);\n return document;\n } finally {\n lock.readLock().unlock();\n }\n }", "public OutputStream getOutputStream();", "OutputStream serialize(OutputStream toSerialize);", "public long getStream();", "public InputStream asByteStream() {\n return new ByteArrayInputStream(rawBytes);\n }", "@NonNull\n StreamedHttpRequest toStreamHttpRequest();", "boolean getStream();", "@Override\n @SuppressWarnings(\"unchecked\")\n public void serialize(OutputStream stream, BaseType o) throws IOException {\n Class c = o.getClass();\n val si = this.serializersByType.get(c);\n ensureCondition(si != null, \"No serializer found for %s.\", c.getName());\n si.serializer.beforeSerialization(o);\n\n // Encode the Serialization Format Version.\n stream.write(SERIALIZER_VERSION);\n\n // Encode the Object type; this will be used upon deserialization.\n stream.write(si.id);\n\n // Write contents.\n si.serializer.serializeContents(stream, o);\n }", "private void writeObject(java.io.ObjectOutputStream s)\n throws java.lang.ClassNotFoundException,\n\t java.io.IOException\n {\n s.defaultWriteObject();\n }", "default Stream<T> fullStream() {\n return Stream.empty();\n }", "public interface IStreamable<U> {\n\n IMonStream<U> fstream();\n}", "public static Object read(Object obj) {\n if (obj instanceof byte[] byteArray) {\n return SafeEncoder.encode(byteArray);\n }\n if (obj instanceof List) {\n return ((List<?>) obj).stream().map(Jupiter::read).toList();\n }\n\n return obj;\n }", "private void writeObject(java.io.ObjectOutputStream s)\n throws java.lang.ClassNotFoundException,\n java.io.IOException\n {\n s.defaultWriteObject();\n }", "public Stream<T> stream() {\n return items.stream();\n }", "public String getStreamContent() {\n return streamContent;\n }", "void serializeContents(OutputStream stream, TargetType o) throws IOException {\n val writeVersion = this.versions[getWriteVersion()];\n stream.write(writeVersion.getVersion());\n stream.write(writeVersion.getRevisions().size());\n\n // Write each Revision for this Version, in turn.\n for (val r : writeVersion.getRevisions()) {\n stream.write(r.getRevision());\n try (val revisionOutput = RevisionDataOutputStream.wrap(stream)) {\n r.getWriter().accept(o, revisionOutput);\n }\n }\n }", "OutputStream getOutputStream()\n {\n return outputStream;\n }", "public abstract void printToStream(PrintStream stream);", "Object deserialize(Class objClass, InputStream stream) throws IOException;", "public void toStream (OutputStream outputStream)\n throws IOException\n {\n this.logDebug(\"toStream 1/2: outputStream = \" + outputStream);\n\n try\n {\n\tswitch ( this.useMode )\n\t {\n\t case UseMode.SERVE : toStream_SERVE(outputStream); break;\n\t default : this.signalNotRepresentableAsStream();\n\t }\n }\n catch (Exception exception)\n {\n\tthrow new IOException (exception.getMessage());\n }\n\n this.logDebug(\"toStream 2/2\");\n }", "@SuppressWarnings(\"PMD.CloseResource\") // PMD does not understand Closer\n protected static void serializeObject(Serializable object, Path outputFile) {\n try {\n try (Closer closer = Closer.create()) {\n OutputStream out = closer.register(Files.newOutputStream(outputFile));\n BufferedOutputStream bout = closer.register(new BufferedOutputStream(out));\n serializeToLz4Data(object, bout);\n }\n } catch (Exception e) {\n throw new BatfishException(\"Failed to serialize object to output file: \" + outputFile, e);\n }\n }", "ObjectInputStream newObjectInputStream(InputStream in) throws Exception;", "@SuppressWarnings(\"PMD.CloseResource\") // PMD does not understand Closer.\n private static void serializeToLz4Data(Serializable object, OutputStream out) {\n try (Closer closer = Closer.create()) {\n OutputStream los = closer.register(new LZ4FrameOutputStream(out));\n ObjectOutputStream oos = closer.register(new ObjectOutputStream(los));\n oos.writeObject(object);\n } catch (Throwable e) {\n throw new BatfishException(\"Failed to convert object to LZ4 data\", e);\n }\n }", "public InputStream asInputStream() {\n return new ByteArrayInputStream(data);\n }", "OutputStream getOutputStream() throws IOException;", "default LazyFutureStream<U> convertToLazyStream(){\n\t\treturn new LazyReact(getTaskExecutor()).withRetrier(getRetrier()).fromStream((Stream)getLastActive().stream());\n\t}", "protected abstract Object toObject(InputStream inputStream, Type targetType) throws BeanConversionException;", "String objectWrite();", "public String toXML(final XStream xstream, final Object obj) throws ObjectStreamException {\n final Writer writer = new StringWriter();\n try {\n toXML(xstream, obj, writer);\n } catch (final ObjectStreamException e) {\n throw e;\n } catch (final IOException e) {\n throw new StreamException(\"Unexpected IO error from a StringWriter\", e);\n }\n return writer.toString();\n }", "DataStreams createDataStreams();", "private void readObject(final ObjectInputStream stream) throws IOException, ClassNotFoundException {\n stream.defaultReadObject();\n answerMarks_.clear();\n }", "public static Serializable getObjectFromStream(InputStream is)\n throws IOException, ClassNotFoundException {\n ObjectInputStream ois = new ObjectInputStream(is);\n Object result = ois.readObject();\n ois.close();\n return (Serializable)result;\n }", "private void openStreams() {\n\t\ttry {\n\t\t\t// mostramos un log\n\t\t\tthis.getLogger().debug(\"Opening streams..\");\n\t\t\t// abrimos el stream de salida\n\t\t\tthis.setOutputStream(new ObjectOutputStream(this.getConnection().getOutputStream()));\n\t\t\t// abrimos el stream de entrada\n\t\t\tthis.setInputStream(new ObjectInputStream(this.getConnection().getInputStream()));\n\t\t} catch (final IOException e) {}\n\t}", "public static void main(String[] args) {\n\t\tSystem.out.println(\"Create Stream of Object\\n\");\n\t\tStream<String> stream= Stream.of(\"Saliou\",\"Fatimatou\",\"Mahdiyou\",\"Kolon\");\n\t stream.forEach(System.out::println);\n\t \n // Create Stream from Objects from Collection\n\t\tSystem.out.println(\" \\n\\nCreate Stream Object from collection\\n\");\n\t Collection<String> collection=Arrays.asList(\"Saliou\",\"Fatimatou\",\"Mahdiyou\",\"Kolon\");\n\t Stream<String> stream2=collection.stream();\n\t stream2.forEach(System.out::println);\n\t \n\t //Create Stream Object from Collection\n\t System.out.println(\"\\n\\nCreate Stream Object from List\");\n\t List<String> list= Arrays.asList(\"Modou\",\"Fatou\",\"Saliou\",\"Samba\");\n\t Stream<String> stream3=list.stream();\n\t stream3.forEach(System.out::println);\n\t \n\t //Create Stream Object from Set\n\t System.out.println(\"\\n Create Stream from Set\");\n\t Set<String> set= new HashSet<>(list);\n\t Stream<String> stream4= set.stream();\n\t stream4.forEach(System.out::println);\n\t \n\t //Create Stream Object from Arrays\n\t System.out.println(\"\\nCreate Stream Object from Arrays\");\n\t ArrayList<String> array= new ArrayList<>(list);\n\t Stream<String> stream5= array.stream();\n\t stream5.forEach(System.out::println);\n\t \n\t //Create Stream from Array of String\n\t System.out.println(\"\\n Create Stream from Array of String\");\n\t String[] strArray= {\"Saliou\",\"Fatimatou\",\"Mahdiyou\",\"Kolon\"};\n\t Stream<String> stream6=Arrays.stream(strArray);\n\t stream6.forEach(System.out::println);\n\t \n\t \n\t}", "StreamResult toStreamResult(OutputStream os, Writer writer, String systemId) {\n StreamResult sr = new StreamResult();\n sr.setOutputStream(os);\n sr.setWriter(writer);\n sr.setSystemId(systemId);\n return sr;\n }", "private void setOutputStream(final ObjectOutputStream stream) throws IOException {\n\t\t// almacenamos el stream de salida\n\t\tthis.outputStream = stream;\n\t\t// limpiamos el stream\n\t\tthis.getOutputStream().flush();\n\t}", "private void writeObjectToStream(ByteArrayOutputStream baos) throws IOException {\n\t\t\tObjectOutputStream oos = new ObjectOutputStream(baos);\n\t\t\toos.writeObject(this.category);\n\t\t\toos.writeObject(this.entityId.toString());\n\t\t\toos.writeObject(this.entityType);\n\t\t\toos.writeObject(this.entityLink);\n\t\t\toos.writeObject(this.severity);\n\t\t\toos.writeObject(this.validationRule.toString());\n\t\t\toos.writeObject(this.violationDetails.toString());\n\t\t\toos.writeObject(this.violationType);\n\t\t\toos.close();\n\t\t}", "private void writeObject(ObjectOutputStream stream) throws IOException {\r\n\t\tstream.defaultWriteObject();\r\n\t\tGZIPOutputStream gzos = new GZIPOutputStream(stream);\r\n\t\tObjectOutputStream oos = new ObjectOutputStream(gzos);\r\n\t\toos.writeObject(map);\r\n\t\toos.writeObject(visibility);\r\n\t\toos.writeObject(occupied);\r\n\t\toos.writeObject(danger);\r\n\t\toos.writeObject(attacking);\r\n\t\toos.writeObject(fade);\r\n\t\toos.writeObject(cost);\r\n\t\toos.writeObject(difficulty);\r\n\t\toos.flush();\r\n\t\tgzos.finish();\r\n\t}", "DataStreamApi getDataStreamApi();", "private InputStream buildUpStream(final Object... args)\r\n\t{\n\t\tfinal StringBuilder builder = new StringBuilder(1000);\r\n\t\tfor (final Object arg : args)\r\n\t\t{\r\n\t\t\tbuilder.append(arg).append(CharUtils.CR);\r\n\t\t}\r\n\t\treturn new ByteArrayInputStream(builder.toString().getBytes());\r\n\t}", "public IntStream stream(long size) {\n\treturn StreamSupport.intStream(spliterator(size), false);\n }", "private void setInputStream(final ObjectInputStream stream) {\n\t\t// almacenamos el stream de entrada\n\t\tthis.inputStream = stream;\n\t}", "OutputStream createStream(String location);", "public ObjectInputStream getOis(){\n return this.ois;\n }", "public interface IStreamFactory{\n Closeable getStream(Query q);\n }", "public static <T> void encodeData(T object, OutputStream stream) throws Exception {\n\t\t//Patch for to code the data on the net with the length header:\n\t\tByteArrayOutputStream os = new ByteArrayOutputStream();\n\t\tIEncoder<T> encoder = CoderFactory.getInstance().newEncoder(\"MDER\");\n\t\tencoder.encode(object, os);\n\t\t\n\t\t//Write the data\n\t\t/*\n\t\tIEncoder<INT_U16> coder = CoderFactory.getInstance().newEncoder(\"MDER\");\n\t\tINT_U16 iu = new INT_U16(new Integer(os.size()));\n\t\tcoder.encode(iu, stream);\n\t\t*/\n\t\tstream.write(os.toByteArray());\n\t}", "public static OutputArchive fromOutputStream(OutputStream stream) throws IOException {\n if (stream instanceof ObjectOutput) {\n return new OutputArchive((ObjectOutput) stream);\n } else {\n return new OutputArchive(new ObjectOutputStream(stream));\n }\n }", "public static XmlStream stream(InputStream is) throws Exception {\n return XmlStreamSpec.with(is).stream();\n }", "public abstract Stream<E> streamBlockwise();", "public boolean getStream() {\n return stream_;\n }", "@SuppressWarnings(\"unchecked\")\n private <T extends Event> Stream<T> makeStream(StreamMaker sm, Class<T> type) {\n\n Stream<T> stream = app.createStream(type);\n stream.setName(sm.getName());\n\n if (sm.getKeyFinder() != null)\n stream.setKey((KeyFinder<T>) sm.getKeyFinder());\n else if (sm.getKeyDescriptor() != null)\n stream.setKey(sm.getKeyDescriptor());\n\n return stream;\n }", "<R> Streamlet<R> newSource(IRichSpout spout);", "InputStream getDataStream();", "public boolean getStream() {\n return stream_;\n }", "protected OutputStream _createDataOutputWrapper(DataOutput out)\n/* */ {\n/* 1520 */ return new DataOutputAsStream(out);\n/* */ }", "protected abstract ByteBuffer toMedia(Object object) throws BeanConversionException;", "public interface ObjectOutput extends DataOutput, AutoCloseable {\n /**\n * Write an object to the underlying storage or stream. The class that implements this interface\n * defines how the object is written.\n *\n * @param obj the object to be written\n * @exception IOException Any of the usual Input/Output related exceptions.\n */\n public void writeObject(Object obj) throws IOException;\n\n /**\n * Writes a byte. This method will block until the byte is actually written.\n * \n * @param b the byte\n * @exception IOException If an I/O error has occurred.\n */\n public void write(int b) throws IOException;\n\n /**\n * Writes an array of bytes. This method will block until the bytes are actually written.\n * \n * @param b the data to be written\n * @exception IOException If an I/O error has occurred.\n */\n public void write(byte b[]) throws IOException;\n\n /**\n * Writes a sub array of bytes.\n * \n * @param b the data to be written\n * @param off the start offset in the data\n * @param len the number of bytes that are written\n * @exception IOException If an I/O error has occurred.\n */\n public void write(byte b[], int off, int len) throws IOException;\n\n /**\n * Flushes the stream. This will write any buffered output bytes.\n * \n * @exception IOException If an I/O error has occurred.\n */\n public void flush() throws IOException;\n\n /**\n * Closes the stream. This method must be called to release any resources associated with the\n * stream.\n * \n * @exception IOException If an I/O error has occurred.\n */\n public void close() throws IOException;\n}", "public ObjectOutputStream acquireStream() throws InterruptedException\n {\n StreamMutex.acquire();\n return OutputStream;\n }", "protected String convertStreamToString(InputStream is) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(is));\n StringBuilder sb = new StringBuilder();\n\n String line = null;\n try {\n while ((line = reader.readLine()) != null) {\n sb.append(line + \"\\n\");\n }\n } catch (IOException e) {\n e.printStackTrace();\n } finally {\n try {\n is.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n log.info(sb.toString());\n return sb.toString();\n }", "public static <T> TStream<T> getJavaTStream(TopologyElement te,\n BOperatorInvocation bop, BOutputPort bstream, Type tupleType,\n Optional<TupleSerializer> serializer) {\n if (tupleType != null)\n bstream.setNativeType(tupleType);\n addDependency(te, bop, tupleType);\n if (serializer.isPresent())\n addDependency(te, bop, serializer.get());\n \n // If the stream is just a Java object as a blob\n // then don't allow them to be viewed.\n if (!VIEWABLE_TYPES.contains(tupleType)) {\n bop.addConfig(\"streamViewability\", false);\n }\n return new StreamImpl<T>(te, bstream, tupleType, serializer);\n }", "@Deprecated\n/* */ public COSStream getStream() {\n/* 290 */ return this.stream;\n/* */ }", "public OutputStream getOutputStream() {\n\t\treturn toMonet;\n\t}", "@Override\n\tpublic void flatten( DataOutputStream stream ) throws IOException\n\t{\n\t\tsuper.flatten( stream );\n\t}", "public PDStream(COSStream str)\n {\n stream = str;\n }" ]
[ "0.66927105", "0.6556561", "0.6460816", "0.6408465", "0.6351036", "0.634206", "0.63070345", "0.6152495", "0.60453117", "0.59709847", "0.5965581", "0.5962238", "0.59586024", "0.5951356", "0.5951007", "0.5927637", "0.591333", "0.5902245", "0.5889363", "0.58697456", "0.5795342", "0.5768642", "0.57660615", "0.5765079", "0.5762264", "0.5742118", "0.57322866", "0.57084835", "0.5699152", "0.56938297", "0.56414974", "0.56127614", "0.55980617", "0.5597036", "0.5590285", "0.5586958", "0.55790544", "0.5571387", "0.55687267", "0.55675215", "0.55669224", "0.5558041", "0.5505489", "0.55024093", "0.549509", "0.5493659", "0.5493238", "0.5482624", "0.54736286", "0.54603267", "0.54562", "0.54489833", "0.5401819", "0.53969204", "0.53960294", "0.53919685", "0.5378182", "0.5374234", "0.5361887", "0.5340084", "0.53349185", "0.53321075", "0.53271776", "0.5324259", "0.53221065", "0.53202266", "0.53191656", "0.5312163", "0.5309193", "0.52886164", "0.52883834", "0.5274705", "0.52542484", "0.52339554", "0.5204429", "0.520087", "0.5192265", "0.51830035", "0.5179417", "0.51706237", "0.516546", "0.51630515", "0.5161996", "0.51575625", "0.51446515", "0.5141909", "0.51406664", "0.51366794", "0.51356673", "0.51355886", "0.5128905", "0.5120969", "0.51203614", "0.5119164", "0.5117697", "0.51122236", "0.51063555", "0.5102679", "0.51010996", "0.509673" ]
0.5119271
93
Method to build the object from a stream of bytes
void readObject(InputSerializer in) throws java.io.IOException;
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "T deserialize(InputStream stream) throws IOException;", "Object deserialize(Class objClass, InputStream stream) throws IOException;", "private synchronized DataSource fromBytes(byte[] bytes) {\n Kryo kryo = new Kryo();\n Input input = new Input(new ByteArrayInputStream(bytes));\n DataSource curDataSource = (DataSource) kryo.readClassAndObject(input);\n input.close();\n return curDataSource;\n }", "public abstract Object decode(InputStream is) ;", "public DerParser( byte[] bytes ) throws IOException {\n this( new ByteArrayInputStream( bytes ) );\n }", "Object create(InputStream in) throws IOException, SAXException, ParserConfigurationException;", "public TByteArray(uka.transport.UnmarshalStream _stream)\n throws java.io.IOException, ClassNotFoundException\n {\n this(_stream, _SIZE);\n _stream.accept(_SIZE);\n }", "@Override\r\n public Object fromBinaryJava(byte[] bytes, Class<?> clazz) {\r\n return JSON.parseObject(bytes, clazz);\r\n }", "protected O bytesToObject(byte[] data) throws OBException,\r\n InstantiationException, IllegalAccessException, IllegalIdException {\r\n O res = type.newInstance();\r\n try {\r\n res.load(data);\r\n } catch (IOException e) {\r\n throw new OBException(e);\r\n }\r\n return res;\r\n }", "GeneratedMessage deserialize(InputStream in) throws IOException, InstantiationException, IllegalAccessException, ClassNotFoundException;", "public ClassFile(DataInput stream)\n throws IOException\n {\n load(stream);\n }", "InputStream deserialize(InputStream toDeserialize);", "@Override\n public Message fromBytes(byte[] bytes) {\n try {\n String content = new String(bytes);\n LOG.debug(\"Decoding consumer message: \"+content);\n \n JsonNode node = mapper.readTree(content);\n JsonNode headers = node.get(HEADERS);\n //LOG.info(\"MD key:\"+headers.get(\"KEY\")+\" T:\"+Thread.currentThread().getName());\n if (headers == null) {\n throw new IllegalArgumentException(\"No headers given: \"+node);\n }\n JsonNode payload = node.get(PAYLOAD);\n if (payload == null) {\n throw new IllegalArgumentException(\"No payload given: \"+node);\n }\n\n MessageBuilder<JsonNode> builder = MessageBuilder.withPayload(payload);\n Iterator<Map.Entry<String, JsonNode>> fields = headers.getFields();\n while (fields.hasNext()) {\n Map.Entry<String, JsonNode> field = fields.next();\n if (!ignoredHeaders.contains(field.getKey())) {\n builder.setHeader(field.getKey(), field.getValue().getTextValue());\n }\n }\n\n return builder.build();\n\n } catch (IOException ex) {\n throw new IllegalStateException(\"Error reading message bytes\", ex);\n }\n }", "public static Object load(byte[] bytes) {\r\n Object obj = null;\r\n ByteArrayInputStream bais = new ByteArrayInputStream(bytes);\r\n try {\r\n ObjectInputStream ois = new ObjectInputStream(bais);\r\n obj = ois.readObject();\r\n } catch (IOException e) {\r\n e.printStackTrace(); //To change body of catch statement use Options | File Templates.\r\n } catch (ClassNotFoundException e) {\r\n e.printStackTrace(); //To change body of catch statement use Options | File Templates.\r\n }\r\n return obj;\r\n }", "@DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:13.509 -0500\", hash_original_method = \"F3F9FDCE1484676B88E382A49EC8877F\", hash_generated_method = \"E98CBD85708A9D853A0E84BBC5FA6CF1\")\n \npublic static ASN1Object fromByteArray(byte[] data)\n throws IOException\n {\n ASN1InputStream aIn = new ASN1InputStream(data);\n\n try\n {\n return (ASN1Object)aIn.readObject();\n }\n catch (ClassCastException e)\n {\n throw new IOException(\"cannot recognise object in stream\"); \n }\n }", "Object deserialize(InputStream input, Class type, String format,\r\n String contentEncoding);", "public StorableInput(InputStream stream) {\n Reader r = new BufferedReader(new InputStreamReader(stream));\n fTokenizer = new StreamTokenizer(r);\n fMap = new Vector();\n }", "public static Object bytesToObject( byte[] bytes ) throws IOException, ClassNotFoundException\n {\n if( bytes == null ){\n return null;\n }\n ByteArrayInputStream byteArrayInputStream = new ByteArrayInputStream(bytes);\n ObjectInputStream objectInputStream = new ObjectInputStream(byteArrayInputStream);\n return objectInputStream.readObject();\n }", "public static Object toObject(byte[] bytes) throws IOException, ClassNotFoundException\n {\n Object obj = null;\n ByteArrayInputStream bis = null;\n ObjectInputStream ois = null;\n \n try\n {\n bis = new ByteArrayInputStream(bytes);\n ois = new ObjectInputStream(bis);\n obj = ois.readObject();\n }\n finally\n {\n if (bis != null)\n {\n bis.close();\n }\n if (ois != null)\n {\n ois.close();\n }\n }\n return obj;\n }", "public void fromBytes(byte[] data) {\n\t\tint index = 0;\n//\t\tArrayList<Integer> al= new ArrayList<Integer>();;\n\t\tthis.setProtocol(data[index]);\n\t\tindex++;\n this.setTotalSize(BitConverter.bytesToInt(data, index, ByteOrder.BIG_ENDIAN));\n\t\tindex+=4;\n\t\tthis.hashSize = BitConverter.bytesToInt(data, index, ByteOrder.BIG_ENDIAN);\n\t\tindex+=4;\n\t\tthis.setHash(new java.lang.String(data, index, hashSize));\n\t\tindex+=hashSize;\n\t\tthis.requestorHashSize = BitConverter.bytesToInt(data, index, ByteOrder.BIG_ENDIAN);\n\t\tindex+=4;\n\t\tthis.setRequestorHash(new java.lang.String(data, index, requestorHashSize));\n\t\tindex+=requestorHashSize;\n\t\tthis.setCommand(data[index]);\n\t\tindex++;\n\t\t\n\t}", "public abstract Tuple parseFrom(byte[] bytes) throws Exception;", "protected abstract DBObject parse(InputStream is) throws DeserializationException;", "public Object deserialize(byte[] bytes) {\n try {\n ByteArrayInputStream b = new ByteArrayInputStream(bytes);\n ObjectInputStream o = new ObjectInputStream(b);\n return o.readObject();\n } catch (Exception e) {\n return null;\n }\n }", "public static AsonValue CreateFrom(byte data[]) throws java.io.IOException {\n if((data[0]&0x80)!=0) return new AsonParser().parse(new ByteArrayInputStream(data));\n return new JsonParser().parse(new String(data,\"UTF-8\"));\n }", "protected Iterator parse(InputStream stream)\r\n\t\t\tthrows IOException, PGPException {\r\n\t\treturn new BcPGPObjectFactory(stream).iterator();\r\n\t}", "TContent createContent(byte[] bytes, ContentFactory<TContent> contentFactory);", "ObjectInputStream newObjectInputStream(InputStream in) throws Exception;", "public void fromBytes(ByteBuffer buffer) {\n }", "private static Object getObject(byte[] byteArr) throws IOException, ClassNotFoundException {\n\t\tObject object = SerializationUtils.deserialize(byteArr);\n\t\tByteArrayInputStream bis = new ByteArrayInputStream(byteArr);\n\t\tObjectInput in = new ObjectInputStream(bis);\n\t\t//return in.readObject();\n\t\treturn object;\n\t}", "public static Object bytesToObject(byte[] bytes) throws IOException,\r\n ClassNotFoundException\r\n {\r\n ByteArrayInputStream bais = new ByteArrayInputStream(bytes);\r\n ObjectInputStream ois = new ObjectInputStream(bais);\r\n try\r\n {\r\n return ois.readObject();\r\n }\r\n finally\r\n {\r\n ois.close();\r\n }\r\n }", "public abstract byte[] parse(String input);", "public static<T> T decodeData(InputStream stream, Class<T> objectClass) throws Exception{\n\t\t//Read two bytes (Length of the packet data): This is not part of MDER specification. BinaryNotes checks all\n\t\t//length constraints of all data types. This operation is not neccesary.\n\t\t/*\n\t\tint i=1;\n\t\tbyte[] hex = new byte[1];\t\t\t\t\n\t\twhile ((i<3)&&((i=stream.read())!=-1)){\n\t\t\thex[0]=(byte)i;\n\t\t}\n\t\t*/\n\t\t//Get the data in mder codification\n\t\tIDecoder decoder = CoderFactory.getInstance().newDecoder(\"MDER\");\n\t\treturn decoder.decode(stream, objectClass);\n\t}", "public static AsonValue CreateFrom(InputStream inputStream) throws java.io.IOException {\n class MIS extends InputStream {\n InputStream is;\n int firstByte;\n boolean firstRead = true;\n MIS(InputStream is) throws java.io.IOException { this.is = is; firstByte=is.read(); }\n @Override\n public int read() throws IOException { if(firstRead){firstRead=false;return firstByte;} return is.read(); }\n public byte getFirstByte() { return (byte)(firstByte&0xFF); }\n }\n MIS is = new MIS(inputStream);\n if((is.getFirstByte()&0x80)!=0) return new AsonParser().parse(is);\n return new JsonParser().parse(is);\n }", "public Builder setFromBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n checkByteStringIsUtf8(value);\n \n from_ = value;\n onChanged();\n return this;\n }", "public Builder setFromBytes(\n com.google.protobuf.ByteString value) {\n if (value == null) {\n throw new NullPointerException();\n }\n checkByteStringIsUtf8(value);\n\n from_ = value;\n onChanged();\n return this;\n }", "public JsonParser createParser(byte[] data)\n/* */ throws IOException, JsonParseException\n/* */ {\n/* 840 */ IOContext ctxt = _createContext(data, true);\n/* 841 */ if (this._inputDecorator != null) {\n/* 842 */ InputStream in = this._inputDecorator.decorate(ctxt, data, 0, data.length);\n/* 843 */ if (in != null) {\n/* 844 */ return _createParser(in, ctxt);\n/* */ }\n/* */ }\n/* 847 */ return _createParser(data, 0, data.length, ctxt);\n/* */ }", "public Data(byte[] bytes) {\r\n try {\r\n this.read_data_header(bytes);\r\n } catch (IOException e) {\r\n System.out.println(e.getMessage());\r\n }\r\n }", "@SuppressWarnings(\"unchecked\")\n\tpublic static <T extends Serializable> T deserializeObject(final byte[] str) {\n\t\tfinal ObjectInputStream in;\n\t\tfinal ByteArrayInputStream inputStream = new ByteArrayInputStream(str);\n\t\tfinal T ret;\n\n\t\ttry {\n\t\t\tin = new ObjectInputStream(inputStream);\n\n\t\t\tret = (T) in.readObject();\n\t\t} catch (final Exception e) {\n\t\t\tthrow new RuntimeException(e);\n\t\t}\n\n\t\treturn ret;\n\t}", "void deserialize(@NotNull InputStream in) throws IOException;", "DerParser(byte[] bytes) {\n\t\t\tthis(new ByteArrayInputStream(bytes));\n\t\t}", "public static SemanticVersion fromBytes(byte[] bytes) throws InvalidProtocolBufferException {\n return fromProtobuf(com.hedera.hashgraph.sdk.proto.SemanticVersion.parseFrom(bytes));\n }", "public static _byte parse(javax.xml.stream.XMLStreamReader reader)\n throws java.lang.Exception {\n _byte object = new _byte();\n\n int event;\n javax.xml.namespace.QName currentQName = null;\n java.lang.String nillableValue = null;\n java.lang.String prefix = \"\";\n java.lang.String namespaceuri = \"\";\n\n try {\n while (!reader.isStartElement() && !reader.isEndElement())\n reader.next();\n\n currentQName = reader.getName();\n\n nillableValue = reader.getAttributeValue(\"http://www.w3.org/2001/XMLSchema-instance\",\n \"nil\");\n\n if (\"true\".equals(nillableValue) ||\n \"1\".equals(nillableValue)) {\n // Skip the element and report the null value. It cannot have subelements.\n while (!reader.isEndElement())\n reader.next();\n\n object.set_byte(java.lang.Byte.MIN_VALUE);\n\n return object;\n }\n\n // Note all attributes that were handled. Used to differ normal attributes\n // from anyAttributes.\n java.util.Vector handledAttributes = new java.util.Vector();\n\n while (!reader.isEndElement()) {\n if (reader.isStartElement()) {\n if (reader.isStartElement() &&\n new javax.xml.namespace.QName(\n \"http://schemas.microsoft.com/2003/10/Serialization/\",\n \"byte\").equals(reader.getName())) {\n nillableValue = reader.getAttributeValue(\"http://www.w3.org/2001/XMLSchema-instance\",\n \"nil\");\n\n if (!\"true\".equals(nillableValue) &&\n !\"1\".equals(nillableValue)) {\n java.lang.String content = reader.getElementText();\n\n object.set_byte(org.apache.axis2.databinding.utils.ConverterUtil.convertToByte(\n content));\n } else {\n object.set_byte(java.lang.Byte.MIN_VALUE);\n\n reader.getElementText(); // throw away text nodes if any.\n }\n } // End of if for expected property start element\n\n else {\n // 3 - A start element we are not expecting indicates an invalid parameter was passed\n throw new org.apache.axis2.databinding.ADBException(\n \"Unexpected subelement \" +\n reader.getName());\n }\n } else {\n reader.next();\n }\n } // end of while loop\n } catch (javax.xml.stream.XMLStreamException e) {\n throw new java.lang.Exception(e);\n }\n\n return object;\n }", "private static BufferedReader newReader(InputStream stream) {\n return new BufferedReader(new InputStreamReader(stream));\n }", "protected JsonParser _createParser(InputStream in, IOContext ctxt)\n/* */ throws IOException\n/* */ {\n/* 1271 */ return new ByteSourceJsonBootstrapper(ctxt, in).constructParser(this._parserFeatures, this._objectCodec, this._byteSymbolCanonicalizer, this._rootCharSymbols, this._factoryFeatures);\n/* */ }", "public ExecutableReader(ExecutableStream stream) throws Exception {\n\t\texStr = stream;\n\t\tread(stream);\n\t}", "public ObixDecoder(InputStream in)\n throws Exception\n { \n super(in);\n }", "public BytesAgigaDocumentReader(byte[] b, AgigaPrefs prefs) {\n super(b, prefs);\n }", "protected PastContent deserialize(byte[] bytes, Endpoint endpoint, PastContentDeserializer pcd) throws IOException, ClassNotFoundException {\n \n SimpleInputBuffer sib = new SimpleInputBuffer(bytes);\n short type = sib.readShort();\n return pcd.deserializePastContent(sib, endpoint, type); \n }", "public BaculaSystem(String stream) {\n super(BaculaConstants.UNKNOWN_TYPE);\n // Limit is 5. for ex. stream is \"foo:bar:::\n // /wo limit is { \"foo\", \"bar\" } so ArrayIndexOutOfBound.\n // /w limit 5 is { \"foo\", \"bar\", \"\", \"\", \"\" }\n String[] values = stream.split(\":\", 5);\n\n setConnected(false);\n setName(values[0]);\n setDirAddress(values[1]);\n setDirPort(new Integer(values[2]));\n setLoginName(values[3]);\n setLastLogin(values[4]);\n }", "public SqlFileParser(InputStream stream) {\n this.reader = new BufferedReader(new InputStreamReader(stream));\n }", "private Object string2Object (final String str)\n throws IllegalArgumentException,\n IOException,\n SecurityException,\n ClassNotFoundException {\n\n Object object = null;\n\n ObjectInputStream objectInputStream = null;\n\n try {\n\n final byte [] data;\n\n // might throw an IllegalArgumentException;\n data = Base64Coder.decode(str);\n\n final ByteArrayInputStream byteArrayInputStream =\n new ByteArrayInputStream(data);\n\n // might throw a StreamCorrupted-, IO-, Security-, or\n // NullPointerException (StreamCorrupted- is an IOException,\n // NullPointerException should never happen here);\n // note: might additionally throw an EOFException!\n objectInputStream = new ObjectInputStream(byteArrayInputStream);\n\n // might throw a ClassNotFound-, InvalidClass-, StreamCorrupted-,\n // OptionalData- or IOException (InvalidClass-, StreamCorrupted-,\n // OptionalDataException denote IOExceptions);\n object = objectInputStream.readObject();\n\n } catch (final EOFException ex) {\n\n final String message = String.format(\n ObjectStringConverter.ERROR_DECODING_FAILED,\n str);\n\n throw new IOException (message);\n\n } finally {\n\n if (objectInputStream != null) {\n\n try {\n\n // might throw an IOException;\n objectInputStream.close();\n\n } catch (final IOException ex) {\n\n // ignore exception, since this is the \"finally\" block;\n // TODO: exception message should be written to log file;\n }\n }\n }\n\n return object;\n }", "@Override\n\tpublic Task fromBytes(byte[] byteArray) {\n\t\treturn null;\n\t}", "DocumentContent createDocumentContent(byte[] bytes);", "public TargetType deserialize(InputStream stream) throws IOException {\n ReaderType builder = newBuilder();\n deserialize(stream, builder);\n return builder.build();\n }", "Object create(Reader reader) throws IOException, SAXException, ParserConfigurationException;", "public StreamData(String name)\n {\n _data = new LinkedList<byte[]>();\n this.Name = name;\n this.Length = 0;\n }", "protected JsonParser _createParser(byte[] data, int offset, int len, IOContext ctxt)\n/* */ throws IOException\n/* */ {\n/* 1318 */ return new ByteSourceJsonBootstrapper(ctxt, data, offset, len).constructParser(this._parserFeatures, this._objectCodec, this._byteSymbolCanonicalizer, this._rootCharSymbols, this._factoryFeatures);\n/* */ }", "T from(Source source);", "public static ExecutableReader create(ExecutableStream str) throws Exception {\n\t\tint identify = identify(str);\n\t\tExecutableReader reader = null;\n\t\tswitch(identify) {\n\t\t\tcase TYPEID_PE_x86:\n\t\t\t\treader = new ExecutableReader(str);\n\t\t\tbreak;\n\t\t\tcase TYPEID_PE_x64:\n\t\t\t\treader = new ExecutableReader64(str);\n\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tSystem.out.println(\"[!] Arch not supported (Error: \"+identify+\")\");\n\t\t}\n\t\treturn reader;\n\t}", "protected java.io.ObjectInputStream toObjectStream(java.lang.String byteString)\n throws java.io.IOException {\n if (byteString.length() % 2 != 0) throw error();\n int length = byteString.length() / 2;\n byte[] bytes = new byte[length];\n for (int i = 0; i < length; i++) {\n java.lang.String b = byteString.substring(i*2, i*2+2);\n try {\n int unsigned = java.lang.Integer.parseInt(b, 16);\n if (unsigned < 128) bytes[i] = (byte) unsigned;\n else bytes[i] = (byte) (unsigned - 256); // maps 255 to -1, 128 to -128\n }\n catch (java.lang.NumberFormatException e) { throw error(); }\n }\n // this may throw an IOException\n return new java.io.ObjectInputStream(new java.io.ByteArrayInputStream(bytes));\n }", "public ClassParser(final InputStream inputStream, final String file_name) {\n this.file_name = file_name;\n fileOwned = false;\n\n if (inputStream instanceof DataInputStream) {\n this.dataInputStream = (DataInputStream) inputStream;\n } else {\n this.dataInputStream = new DataInputStream(new BufferedInputStream(inputStream, BUF_SIZE));\n }\n }", "@Override\n public Model decode(InputStream inStream) throws CoderException, IOException {\n long length = VarInt.decodeLong(inStream);\n if (length < 0) {\n throw new IOException(\"Invalid length \" + length);\n }\n\n InputStream limited = new CloseShieldInputStream(ByteStreams.limit(inStream, length));\n\n return Rio.parse(limited, \"\", RDF_FORMAT);\n }", "protected byte[] stream2blob(InputStream is) throws IOException, IllegalArgumentException {\n return StreamUtils.stream2blob(is);\n }", "protected abstract Object toObject(InputStream inputStream, Type targetType) throws BeanConversionException;", "public Parser(java.io.InputStream stream, String encoding) {\r\n try { jj_input_stream = new SimpleCharStream(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new RuntimeException(e); }\r\n token_source = new ParserTokenManager(jj_input_stream);\r\n token = new Token();\r\n jj_ntk = -1;\r\n }", "public Asn1Object read() throws IOException {\n\n\t\t\tint tag = this.in.read();\n\n\t\t\tif (tag == -1) {\n\t\t\t\tthrow new IllegalStateException(\"Invalid DER: stream too short, missing tag\");\n\t\t\t}\n\n\t\t\tint length = getLength();\n\n\t\t\tif (tag == BIT_STRING) {\n\t\t\t\t// Not sure what to do with this one.\n\t\t\t\tint padBits = this.in.read();\n\t\t\t\tlength--;\n\t\t\t}\n\n\t\t\tbyte[] value = new byte[length];\n\t\t\tint n = this.in.read(value);\n\t\t\tif (n < length) {\n\t\t\t\tthrow new IllegalStateException(\"Invalid DER: stream too short, missing value\");\n\t\t\t}\n\n\t\t\treturn new Asn1Object(tag, length, value);\n\t\t}", "private Object deserialize(byte[] data) throws IOException, ClassNotFoundException {\n\t\tByteArrayInputStream in = new ByteArrayInputStream(data);\n\t ObjectInputStream is = new ObjectInputStream(in);\n\t\treturn (Object) is.readObject();\n\t}", "public static ResourceRecord fromBytes(byte[] data, int start) throws ProtocolException {\n if (data.length - start < 11) throw new ProtocolException(\"invalid size for resource record \"+(data.length - start));\n ResourceRecord record = new ResourceRecord();\n \n System.out.println(\"RR.fromBytes() - \"+Tools.describeAsHex(data)); \n \n // TODO check for compression\n Labels labels = Tools.extractLabels(data, start);\n int end_of_name = labels.getEnd();\n record.name = labels.toName();\n record.type = DnsRecordType.valueOf(Tools.bytesToIntBigEndian(data[end_of_name+1],data[end_of_name+2]));\n record.rdataClass = DnsClass.valueOf(Tools.bytesToIntBigEndian(data[end_of_name+3],data[end_of_name+4]));\n record.ttl = Tools.bytesToUnsignedIntBigEndian(data, end_of_name+5);\n record.rdlength = Tools.bytesToIntBigEndian(data[end_of_name+9], data[end_of_name+10]);\n System.out.println(\"ttl=\"+record.ttl);\n if (end_of_name+10+record.rdlength > data.length) {\n throw new ProtocolException(\"rdlength extends beyond size of buffer\");\n }\n \n record.rdata = new byte[record.rdlength];\n System.arraycopy(data, end_of_name+10+1, record.rdata, 0, record.rdlength);\n record.length = (end_of_name-start)+ 10 +1+ record.rdlength;\n \n return record;\n }", "@SuppressWarnings(\"unchecked\")\n public BaseType deserialize(InputStream stream) throws IOException {\n processHeader(stream);\n\n // Decode the object type and look up its serializer.\n byte type = (byte) stream.read();\n if (type < 0) {\n throw new EOFException();\n }\n\n val si = this.serializersById.get(type);\n ensureCondition(si != null, \"No serializer found for object type %s.\", type);\n\n // Deserialize contents.\n return (BaseType) si.serializer.deserializeContents(stream);\n }", "SAPL parse(InputStream saplInputStream);", "public final StreamedFixtureBuilder<T> fromStream(final FixtureStream stream) {\n\t\t\treturn new StreamedFixtureBuilder<T>(this, stream.asSourceStream());\n\t\t}", "public static ResourceData create(\n final InputStream stream,\n final Dictionary<String, Object> props)\n throws IOException {\n if ( stream == null ) {\n final Dictionary<String, Object> result = new Hashtable<String, Object>();\n final Enumeration<String> e = props.keys();\n while (e.hasMoreElements()) {\n final String key = e.nextElement();\n result.put(key, props.get(key));\n }\n return new ResourceData(result, null);\n\n }\n final File dataFile = FileDataStore.SHARED.createNewDataFile(stream,\n null, null, null);\n return new ResourceData(null, dataFile);\n }", "@Override\n public void deserialize(ByteBuffer buf) {\n }", "public <T> T deserialize(Class<T> type, InputStream is) throws SerializationException;", "public JsonParser createParser(byte[] data, int offset, int len)\n/* */ throws IOException, JsonParseException\n/* */ {\n/* 861 */ IOContext ctxt = _createContext(data, true);\n/* */ \n/* 863 */ if (this._inputDecorator != null) {\n/* 864 */ InputStream in = this._inputDecorator.decorate(ctxt, data, offset, len);\n/* 865 */ if (in != null) {\n/* 866 */ return _createParser(in, ctxt);\n/* */ }\n/* */ }\n/* 869 */ return _createParser(data, offset, len, ctxt);\n/* */ }", "public static AbstractPacket newFromBytes(byte[] bytes) {\n try {\n if ((bytes == null) || (bytes.length < PacketHeader.getSize())) {\n CommsLog.log(CommsLog.Entry.Category.PROBLEM, \"Unable to generate a packet from the byte array; byte array was not big enough to hold a header\");\n }\n AbstractPacket packet = null;\n ByteBuffer reader = ByteBuffer.wrap(bytes);\n\n byte[] headerBytes = new byte[PacketHeader.getSize()];\n reader.get(headerBytes);\n PacketHeader header = PacketHeader.newFromBytes(headerBytes);\n\n if (header == null) {\n CommsLog.log(CommsLog.Entry.Category.PROBLEM, \"Unable to generate a packet header from the byte array\");\n return null;\n }\n\n packet = AbstractPacket.newFromHeader(header);\n if (packet == null) {\n CommsLog.log(CommsLog.Entry.Category.PROBLEM, \"Unable to generate a packet from the packet header\");\n return null;\n }\n\n int len = reader.remaining();\n if (len > 0) {\n byte[] packetBytes = new byte[len];\n reader.get(packetBytes);\n packet.parse(packetBytes);\n }\n reader.clear();\n return packet;\n } catch (Exception e) {\n return null;\n }\n }", "public YamlDocument(InputStream stream) {\n\t\tthis(YamlProcessor.getValues(stream));\n\t}", "public OBOParser(java.io.InputStream stream, String encoding) {\n try {\n jj_input_stream = new JavaCharStream(stream, encoding, 1, 1);\n } catch (java.io.UnsupportedEncodingException e) {\n throw new OWLRuntimeException(e);\n }\n token_source = new OBOParserTokenManager(jj_input_stream);\n token = new Token();\n jj_ntk = -1;\n jj_gen = 0;\n for (int i = 0; i < 6; i++) {\n jj_la1[i] = -1;\n }\n }", "public void deserialize(JoyBuffer in) {\n\t\t\n\t}", "private void readObject(final ObjectInputStream stream) throws IOException, ClassNotFoundException {\n stream.defaultReadObject();\n answerMarks_.clear();\n }", "@Test\n\tpublic void testConstructorInputStream() throws Exception\n\t{\n\t\tByteArrayOutputStream baos = new ByteArrayOutputStream();\n\t\tsmall_model.writeModelBinary(baos);\n\t\t\n\t\t//System.out.println(small_model);\n\n\t\tGeoTessModel model = new GeoTessModel(new DataInputStream(new ByteArrayInputStream(baos.toByteArray())));\n\t\t\n\t\t//System.out.println(model);\n\t\t\n\t\tassertTrue(small_model.equals(model));\n\t\t\n\t\t// write model to byte array in ascii format\n\t\tbaos = new ByteArrayOutputStream();\n\t\tsmall_model.writeModelAscii(baos);\n\t\t\n\t\tmodel = new GeoTessModel(new Scanner(new ByteArrayInputStream(baos.toByteArray())));\n\t\t\n\t\t//System.out.println(model);\n\t\t\n\t\tassertTrue(small_model.equals(model));\n\t}", "public BitReader(byte[] input) {\n this.input = input;\n this.size = input.length << 3;\n }", "public static Object deserializeObject(byte[] data) throws IOException {\n\t\tif (data == null || data.length < 1) {\n\t\t\treturn null;\n\t\t}\n\t\tObject object = null;\n\t\ttry {\n\t\t\tObjectInputStream objectStream = new ObjectInputStream(new ByteArrayInputStream(data));\n\t\t\tobject = objectStream.readObject();\n\t\t\tobjectStream.close();\n\t\t} catch (ClassNotFoundException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn object;\n\t}", "private RealDecisionTree deserialize(byte[] bytes){\n try {\n ObjectInputStream stream = new ObjectInputStream(new ByteArrayInputStream(bytes));\n RealDecisionTree tree = (RealDecisionTree)stream.readObject();\n return tree;\n } catch (IOException e) {\n e.printStackTrace();\n } catch (ClassNotFoundException e) {\n e.printStackTrace();\n }\n\n return null;\n }", "@Override\n\tpublic Object deserialize(byte[] bytes) throws SerializationException {\n\t\tif(bytes==null || bytes.length==0) {\n\t\t\treturn null;\n\t\t}\n\t\treturn deserializingConverter.convert(bytes);\n\t}", "public static JobID fromByteArray(byte[] bytes) {\n return new JobID(bytes);\n }", "public static SessionState fromBytes(byte[] bytes)\n {\n String[] sessionInfo = (new String(bytes)).split(\"_\", 3);\n String[] sesid = sessionInfo[0].split(\"/\");\n \n return new SessionState(\n Integer.parseInt(sesid[0]), \n sesid[1],\n Integer.parseInt(sessionInfo[1]),\n sessionInfo[2]);\n }", "public void load(DataInput stream)\n throws IOException\n {\n final int MAX = 8192;\n byte[] abBuf = new byte[MAX];\n ByteArrayOutputStream streamRaw = new ByteArrayOutputStream(MAX);\n\n int of = 0;\n try\n {\n while (true)\n {\n byte b = stream.readByte();\n\n abBuf[of++] = b;\n\t\t\t\tif (of == MAX)\n {\n streamRaw.write(abBuf, 0, MAX);\n of = 0;\n }\n }\n }\n catch (EOFException e)\n {\n if (of > 0)\n {\n streamRaw.write(abBuf, 0, of);\n }\n }\n\n\n setBytes(streamRaw.toByteArray());\n }", "public StreamReader() {}", "public TarInputStream(Stream inputStream)\n\t{\n\t\tthis(inputStream, TarBuffer.DefaultBlockFactor);\n\t}", "public EncapsInputStream(org.omg.CORBA.ORB orb,byte[] data,int size,GIOPVersion version){\n this(orb,data,size,false,version);\n }", "ReleaseFile parse( InputStream is ) throws IOException;", "public static Stats fromByteArray(byte[] byteArray) {\n/* 548 */ Preconditions.checkNotNull(byteArray);\n/* 549 */ Preconditions.checkArgument((byteArray.length == 40), \"Expected Stats.BYTES = %s remaining , got %s\", 40, byteArray.length);\n/* */ \n/* */ \n/* */ \n/* */ \n/* 554 */ return readFrom(ByteBuffer.wrap(byteArray).order(ByteOrder.LITTLE_ENDIAN));\n/* */ }", "public void fromByteArray(byte[] ba)throws IOException{\r\n ByteArrayInputStream bai = new ByteArrayInputStream(ba);\r\n DataInputStream dai = new DataInputStream(bai);\r\n\r\n this.id = dai.readInt();\r\n \r\n this.nome = dai.readUTF();\r\n this.email = dai.readUTF();\r\n this.endereco = dai.readUTF();\r\n }", "DataObject loadObject(XMLStreamReader reader) throws XMLStreamException, IllegalStateException;", "public MailcapFile(InputStream is) throws IOException {\n/* 104 */ if (LogSupport.isLoggable())\n/* 105 */ LogSupport.log(\"new MailcapFile: InputStream\"); \n/* 106 */ parse(new BufferedReader(new InputStreamReader(is, \"iso-8859-1\")));\n/* */ }", "Object create(InputSource is) throws IOException, SAXException, ParserConfigurationException;", "public Scan(byte[] buffer) throws IOException, ClassNotFoundException\n\t{\n\t\t_type = TYPE;\n\t\tdeserialize(buffer);\n\t}", "public CBS(java.io.InputStream in) {\n this(new java.io.InputStreamReader(in));\n }", "public EncapsInputStream(org.omg.CORBA.ORB orb,byte[] data,int size){\n this(orb,data,size,GIOPVersion.V1_2);\n }", "public Object build( URI uri ) throws DecodingException, IOException\r\n {\r\n Document document = DOCUMENT_BUILDER.parse( uri );\r\n Element root = document.getDocumentElement();\r\n Resolver resolver = new SimpleResolver();\r\n return decode( root , resolver );\r\n }" ]
[ "0.6631561", "0.6461124", "0.6406122", "0.63748336", "0.63418275", "0.6310371", "0.62629116", "0.6127332", "0.6124892", "0.61156213", "0.60942966", "0.60616326", "0.5997833", "0.599263", "0.5988344", "0.5916201", "0.5915049", "0.59095615", "0.59034693", "0.5902309", "0.58671993", "0.5866031", "0.5842127", "0.581866", "0.57937497", "0.57901067", "0.5783917", "0.57784426", "0.57725656", "0.57671595", "0.5745334", "0.5745105", "0.57437783", "0.5719107", "0.5718216", "0.57179207", "0.567793", "0.56723416", "0.56481284", "0.5633444", "0.56172", "0.5614812", "0.56126815", "0.55928874", "0.5586645", "0.55536556", "0.5521381", "0.5510902", "0.54931504", "0.5492951", "0.54858667", "0.5477777", "0.5477713", "0.5458307", "0.5456817", "0.54530597", "0.54369676", "0.5433372", "0.54227555", "0.5420981", "0.5417096", "0.5410455", "0.539287", "0.5373611", "0.5372771", "0.5365257", "0.5357715", "0.5355245", "0.53488314", "0.5348128", "0.53463024", "0.5336642", "0.5322522", "0.5306941", "0.53018683", "0.5300839", "0.5300368", "0.5300011", "0.52976376", "0.52969563", "0.5293108", "0.5292108", "0.52881324", "0.52817523", "0.52753323", "0.52730304", "0.5272657", "0.5269894", "0.5265176", "0.5261738", "0.5248405", "0.5247341", "0.5245035", "0.5243106", "0.5239187", "0.5236166", "0.5234779", "0.52338344", "0.5231884", "0.5229239", "0.52177685" ]
0.0
-1
setea el precio de venta para la empresa baterias..
private void setPrecioVentaBaterias() throws Exception { RegisterDomain rr = RegisterDomain.getInstance(); long idListaPrecio = this.selectedDetalle.getListaPrecio().getId(); String codArticulo = this.selectedDetalle.getArticulo().getCodigoInterno(); ArticuloListaPrecioDetalle lista = rr.getListaPrecioDetalle(idListaPrecio, codArticulo); String formula = this.selectedDetalle.getListaPrecio().getFormula(); if (lista != null && formula == null) { this.selectedDetalle.setPrecioGs(this.selectedCondicion.isCondicionContado()? lista.getPrecioGs_contado() : lista.getPrecioGs_credito()); } else { double costo = this.selectedDetalle.getArticulo().getCostoGs(); int margen = this.selectedDetalle.getListaPrecio().getMargen(); double precio = ControlArticuloCosto.getPrecioVenta(costo, margen); // formula lista precio mayorista.. if (idListaPrecio == 2 && formula != null) { ArticuloListaPrecio distribuidor = (ArticuloListaPrecio) rr.getObject(ArticuloListaPrecio.class.getName(), 1); ArticuloListaPrecioDetalle precioDet = rr.getListaPrecioDetalle(distribuidor.getId(), codArticulo); if (precioDet != null) { double cont = precioDet.getPrecioGs_contado(); double cred = precioDet.getPrecioGs_credito(); double formulaCont = cont + Utiles.obtenerValorDelPorcentaje(precioDet.getPrecioGs_contado(), 10); double formulaCred = cred + Utiles.obtenerValorDelPorcentaje(precioDet.getPrecioGs_credito(), 10); this.selectedDetalle.setPrecioGs(this.selectedCondicion.isCondicionContado()? formulaCont : formulaCred); } else { margen = distribuidor.getMargen(); double precioGs = ControlArticuloCosto.getPrecioVenta(costo, margen); double formula_ = precioGs + Utiles.obtenerValorDelPorcentaje(precioGs, 10); this.selectedDetalle.setPrecioGs(formula_); } // formula lista precio minorista.. } else if (idListaPrecio == 3 && formula != null) { ArticuloListaPrecio distribuidor = (ArticuloListaPrecio) rr.getObject(ArticuloListaPrecio.class.getName(), 1); ArticuloListaPrecioDetalle precioDet = rr.getListaPrecioDetalle(distribuidor.getId(), codArticulo); if (precioDet != null) { double cont = precioDet.getPrecioGs_contado() + Utiles.obtenerValorDelPorcentaje(precioDet.getPrecioGs_contado(), 10); double cred = precioDet.getPrecioGs_credito() + Utiles.obtenerValorDelPorcentaje(precioDet.getPrecioGs_credito(), 10); double formulaCont = (cont * 1.15) / 0.8; double formulaCred = (cred * 1.15) / 0.8; this.selectedDetalle.setPrecioGs(this.selectedCondicion.isCondicionContado()? formulaCont : formulaCred); } else { margen = distribuidor.getMargen(); double precioGs = ControlArticuloCosto.getPrecioVenta(costo, margen); double formula_ = ((precioGs + Utiles.obtenerValorDelPorcentaje(precioGs, 10)) * 1.15) / 0.8; this.selectedDetalle.setPrecioGs(formula_); } } else { this.selectedDetalle.setPrecioGs(precio); } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setPrecio(float precio) {\r\n this.precio = precio;\r\n }", "public void setPrecio(int precio) {\r\n\t\tthis.precio = precio;\r\n\t}", "public void setPrecio(double precio) {\n\t\tthis.precio = precio;\n\t}", "@Override\n\tpublic void acelerar() {\n\t\t// TODO Auto-generated method stub\n\t\t\t\tvelocidadActual += 40;\n\t\t\t\tif(velocidadActual>250) {\n\t\t\t\t\tvelocidadActual = 250;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tdepositoActual -= 10;\n\t\t\t\tSystem.out.println(\"Velocidad del ferrari: \"+velocidadActual);\n\t}", "public void setPrecio(Double precio) {\n this.precio = precio;\n }", "public void setMontoEstimado(double param){\n \n this.localMontoEstimado=param;\n \n\n }", "public void setCantidadCUVErrado(java.math.BigInteger param){\n \n this.localCantidadCUVErrado=param;\n \n\n }", "public int precioFinal(){\r\n int monto=super.PrecioFinal();\r\n\t \t \r\n\t if (pulgadas>40){\r\n\t monto+=precioBase*0.3;\r\n\t }\r\n\t if (sintonizador){\r\n\t monto+=50;\r\n\t }\r\n\t \r\n\t return monto;\r\n\t }", "public void setMontoCatalogoEstimado(double param){\n \n this.localMontoCatalogoEstimado=param;\n \n\n }", "public void setMontoPedidoRechazado(double param){\n \n this.localMontoPedidoRechazado=param;\n \n\n }", "private void peso(){\r\n if(getPeso()>80){\r\n precioBase+=100;\r\n }\r\n else if ((getPeso()<=79)&&(getPeso()>=50)){\r\n precioBase+=80;\r\n }\r\n else if ((getPeso()<=49)&&(getPeso()>=20)){\r\n precioBase+=50;\r\n }\r\n else if ((getPeso()<=19)&&(getPeso()>=0)){\r\n precioBase+=10;\r\n }\r\n }", "public void setCantidadFaltanteAnunciado(java.math.BigInteger param){\n \n this.localCantidadFaltanteAnunciado=param;\n \n\n }", "private void setPrecioVenta(double precioVenta) throws PrecioVentaNegativoException {\n if (precioVenta < 0)\n throw new PrecioVentaNegativoException(\"El precio de venta no puede ser negativo.\");\n this.precioVenta = precioVenta;\n }", "public void setMontoSolicitado(double param){\n \n this.localMontoSolicitado=param;\n \n\n }", "public void setPrecio(int precio) {\n\t\tthis.producto.setPrecio(precio);\n\t}", "public void prepararPago(){\n pago = (float) 0.00;\n nuevoSaldo = (float) 0.00;\n intereses = (float) 0.00;\n mora = (float) 0.00;\n pagoValido = false;\n }", "public void setMontoDescuento(double param){\n \n this.localMontoDescuento=param;\n \n\n }", "public void llenarCafetera() {\n\t\tthis.setCantidadActual(this.get_capacidadMaxima());\n\t}", "public void precioFinal(Cliente cliente){\n\t\n\tString tipo=cliente.getStrTipo();\n\t\n\tdblPrecioFinal=dblPrecioVen;\n\t\n\tif (dblPrecioFinal>dblPrecioCom)\n\t{\n\t if (tipo.equalsIgnoreCase(\"vip\"))\n\t {\n\t\tdblPrecioFinal=dblPrecioVen*0.80;\n\t }\n\t \n\t \n\t if (tipo.equalsIgnoreCase(\"normal\"))\n\t {\n\t\tdblPrecioFinal=dblPrecioVen*0.90;\n\t }\n\t \n\t \n\t if (tipo.equalsIgnoreCase(\"ocasional\"))\n\t {\n\t\tdblPrecioFinal=dblPrecioVen*0.95;\n\t }\n\t \n\t \n\t}\n\t\n\tif (dblPrecioFinal<=dblPrecioCom)\n\t{\n\t if (tipo.equalsIgnoreCase(\"vip\"))\n\t {\n\t\tdblPrecioFinal=dblPrecioVen*1.05;\n\t }\n\t \n\t \n\t if (tipo.equalsIgnoreCase(\"normal\"))\n\t {\n\t\tdblPrecioFinal=dblPrecioVen*1.10;\n\t }\n\t \n\t \n\t if (tipo.equalsIgnoreCase(\"ocasional\"))\n\t {\n\t\tdblPrecioFinal=dblPrecioVen*1.20;\n\t }\n\t \n\t \n\t}\n\t\n\t\n\t\n }", "public void setPrecio(double value) {\n this.precio = value;\n }", "public void setMontoFacturado(double param){\n \n this.localMontoFacturado=param;\n \n\n }", "public void setMontoFacturadoSinDescuento(double param){\n \n this.localMontoFacturadoSinDescuento=param;\n \n\n }", "public void azzera() { setEnergia(0.0); }", "public void setPercepcion(double param){\n \n this.localPercepcion=param;\n \n\n }", "public void precio4e(){\n precioHabitaciones = precioHabitaciones + (cantidadHabitaciones * numeroCamas);\n\n //Restaurante\n if(capacidadRestaurant < 30){\n precioHabitaciones = precioHabitaciones + 10;\n } else if (capacidadRestaurant > 29 && capacidadRestaurant < 51){\n precioHabitaciones = precioHabitaciones + 30;\n } else if (capacidadRestaurant > 50){\n precioHabitaciones = precioHabitaciones + 50;\n }\n\n //Gimnasio\n switch (gimnasio){\n case \"A\":\n precioHabitaciones = precioHabitaciones + 50;\n break;\n case \"B\":\n precioHabitaciones = precioHabitaciones + 30;\n break;\n }\n\n }", "@Override\r\n\tpublic double porcentajeDelComercio() {\n\t\treturn 0.25;\r\n\t}", "public Boleto(double valor) {\n precio = valor;\n }", "public void calcular()\r\n/* 530: */ {\r\n/* 531:556 */ this.facturaProveedorSRI.setMontoIva(this.facturaProveedorSRI.getBaseImponibleDiferenteCero().multiply(\r\n/* 532:557 */ ParametrosSistema.getPorcentajeIva().divide(BigDecimal.valueOf(100L))));\r\n/* 533: */ }", "@Override\r\n public void ingresarCapacidad(){\r\n double capacidad = Math.pow(alto, 3);\r\n int capacidadInt = Double.valueOf(capacidad).intValue();\r\n super.capacidad = capacidadInt;\r\n super.cantidadRestante = capacidadInt;\r\n System.out.println(capacidadInt);\r\n }", "public void sacarPaseo(){\r\n\t\t\tSystem.out.println(\"Por las tardes me saca de paseo mi dueño\");\r\n\t\t\t\r\n\t\t}", "public void obtenerValorDePiezaEnPesosAPesos() {\r\n\t\tdouble precio = this.pieza.getPrecioEn(Moneda.PESO);\r\n\t\tAssert.assertEquals(precio, 40);\r\n\t}", "public void cambiarPrecio(double precio) {\n\n\t\tif (precio <= 0) {\n\t\t\t\n\t\t\tthrow new Error(\"Precio debe ser mayor a cero\");\n\t\t}\n\t\t\n\t\tif (this.disponibilidad != Disponibilidad.LIBRE) {\n\t\t\t\n\t\t\tthrow new Error(\"Solo se puede cambiar el precio cuando está LIBRE\");\n\t\t}\n\t\tthis.precio = precio;\n\t}", "public Asiento(double precio) {\n\t\t\n\t\tthis.disponibilidad = Disponibilidad.LIBRE;\t\t\n\t\tthis.cambiarPrecio(precio);\n\t}", "public void setValorCertificado(double p) { this.valorCertificado = p; }", "public void setPriceLimit (BigDecimal PriceLimit);", "public double getPrecioVenta() {\n return precioVenta;\n }", "public void recarga(){\n \tthis.fuerza *= 1.1;\n \tthis.vitalidad *= 1.1; \n }", "public void setPoistumisaika(double poistumisaika) {\n\t\tthis.poistumisaika = poistumisaika + ThreadLocalRandom.current().nextDouble(1, 10);\n\t}", "@Override\n public void cantidad_Punteria(){\n punteria=69.5+05*nivel+aumentoP;\n }", "@Test\r\n public void testSetPrecio() {\r\n int expResult = 3;\r\n articuloPrueba.setPrecio(expResult);\r\n assertEquals(expResult, articuloPrueba.getPrecio());\r\n }", "public int getPrecio(){\n return precio;\n }", "@Test\n\tvoid calcularSalarioSinVentasPagoPositivoTest() {\n\t\tEmpleadoPorComision empleadoPorComision = new EmpleadoPorComision(\"Hiromu Arakawa\", \"p24\", 400000, 0);\n\t\tdouble salarioEsperado = 400000;\n\t\tdouble salarioEmpleadoPorComision = empleadoPorComision.calcularSalario();\n\t\tassertEquals(salarioEsperado, salarioEmpleadoPorComision);\n\n\t}", "public void setPrecioBase(double precioBase) {\r\n this.precioBase = precioBase;\r\n }", "@Override\n public double salario() {\n return 2600 * 1.10;\n }", "public void cambiarPrecio(Float porcent) {\r\n\t\tmodelo.cambiarPrecio(porcent);\r\n\t}", "public void pagar(int precio){\r\n this.dinero -=precio;\r\n }", "void setMonto(double monto);", "void setMonto(double monto);", "public void precioFinal(){\r\n if(getConsumoEnergetico() == Letra.A){\r\n precioBase = 100+precioBase;\r\n }\r\n else if((getConsumoEnergetico() == Letra.B)){\r\n precioBase = 80+precioBase;\r\n }\r\n else if(getConsumoEnergetico() == Letra.C){\r\n precioBase = 60+precioBase;\r\n }\r\n else if((getConsumoEnergetico() == Letra.D)){\r\n precioBase = 50+precioBase;\r\n }\r\n else if(getConsumoEnergetico() == Letra.E){\r\n precioBase = 30+precioBase;\r\n }\r\n else if((getConsumoEnergetico() == Letra.F)){\r\n precioBase = 10+precioBase;\r\n }\r\n else{\r\n aux=1;\r\n System.out.println(\"...No existe...\");\r\n }\r\n if (aux==0){\r\n peso();\r\n }\r\n \r\n }", "private void iniciarTela() {\n\t\tsetValorPagar(getValorTotal());\n\t\tgetjPanelVendasProsseguir().getjTFieldValorTotCompra().setText(String.format(\" R$ %.2f\", getValorTotal()));\n\t\tgetjPanelVendasProsseguir().getjTFieldValorPagar().setText(String.format(\" R$ %.2f\", getValorPagar()));\n\t\tgetjPanelVendasProsseguir().getjTFieldDesconto().requestFocus();\n\t}", "public void VaciarPila()\n {\n this.tope = 0;\n }", "@Override\n public void cantidad_Ataque(){\n ataque=5+2*nivel+aumentoT;\n }", "public void ponerMaximoTiempo() {\n this.timeFi = Long.parseLong(\"2000000000000\");\n }", "public void setPreco(Double preco);", "void setIVA(float iva);", "public void setParidadCliente(double value) {\r\n this.paridadCliente = value;\r\n }", "@Override\r\n\tpublic double recargoImpuesto() {\n\t\treturn 0.03;\r\n\t}", "@Override\r\n\tpublic float chekearDatos(){\r\n\t\t\r\n\t\tfloat monto = 0f;\r\n\t\tfloat montoPorMes = creditoSolicitado/plazoEnMeses;\r\n\t\tdouble porcentajeDeSusIngesosMensuales = (cliente.getIngresosMensuales()*0.7);\r\n\t\t\r\n\t\tif(cliente.getIngresoAnual()>=15000f && montoPorMes<=porcentajeDeSusIngesosMensuales){\r\n\t\t\t\r\n\t\t\tmonto = this.creditoSolicitado;\r\n\t\t\tsetEstadoDeSolicitud(true);\r\n\t\t}\t\r\n\t\t\r\n\t\t\r\n\t\treturn monto;\r\n\t}", "public void setPorcentajeDiscapacidad(BigDecimal porcentajeDiscapacidad)\r\n/* 239: */ {\r\n/* 240:439 */ this.porcentajeDiscapacidad = porcentajeDiscapacidad;\r\n/* 241: */ }", "@Override\r\n public void setPostpaidLimit(BigDecimal postpaidLimit) {\n }", "private void actualizaPuntuacion() {\n if(cambiosFondo <= 10){\n puntos+= 1*0.03f;\n }\n if(cambiosFondo > 10 && cambiosFondo <= 20){\n puntos+= 1*0.04f;\n }\n if(cambiosFondo > 20 && cambiosFondo <= 30){\n puntos+= 1*0.05f;\n }\n if(cambiosFondo > 30 && cambiosFondo <= 40){\n puntos+= 1*0.07f;\n }\n if(cambiosFondo > 40 && cambiosFondo <= 50){\n puntos+= 1*0.1f;\n }\n if(cambiosFondo > 50) {\n puntos += 1 * 0.25f;\n }\n }", "public void InitializeBalance(BigDecimal valor){\n \r\n ChekingAccount chekAc=pRepository.GetChekingAccount();\r\n chekAc.setSaldoInicial(valor);\r\n pRepository.SaveChekingAccount(chekAc);\r\n \r\n }", "public void setPriceLastInv (BigDecimal PriceLastInv);", "@Override\n\tpublic double netoAnual(double precio) {\n\t\treturn this.precio * 12;\n\t}", "public void zapisUrok() {\r\n\r\n\t\taktualnyZostatok = getZostatok() * urokovaSadzba / 100;\r\n\t\tsetVklad(aktualnyZostatok);\r\n\r\n\t}", "public void hallarPerimetroEscaleno() {\r\n this.perimetro = this.ladoA+this.ladoB+this.ladoC;\r\n }", "@Override\r\n\tpublic Double precio() {\n\t\treturn this.combo.precio() + 50;\r\n\t}", "public void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);", "public void setPesoV(int pesoV) \r\n\t\t{\r\n\t\t\tPesoV = pesoV;\r\n\t\t}", "@Override\r\n\tpublic void salarioAtual() {\n\t\tSystem.out.print(\"VALOR ATUAL\"+this.valor);\r\n\t\t\r\n\t}", "public void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);", "public void setCuota(double cuota) {\n this.cuota = cuota;\n }", "public void acelerar(int velocidade){\n\t\tSystem.out.println(\"Acelerando. Velocidade e: \"+ velocidade+\"KM/H\");\n\t}", "@Override\n\tpublic void frenar() {\n\t\tvelocidadActual = 0;\n\t}", "public void setParidadCosto(double value) {\r\n this.paridadCosto = value;\r\n }", "public void setPriceLimitOld (BigDecimal PriceLimitOld);", "public void minutoStamina(int minutoStamina){\n tiempoReal = (minutoStamina * 6)+10;\n }", "public void vaciarCafetera() {\n\t\tthis.setCantidadActual(0);\n\t}", "@Override public int conocerMonto(){\n\treturn 120;\n }", "public void setPeso(int peso) {\r\n\t\tif(peso < 0){\r\n\t\t\tSystem.out.println(\"Error peso\");\r\n\t\t}else{\r\n\t\tthis.peso = peso;\r\n\t\t}\r\n\t}", "void establecerPuntoAM(int pos){\n this.emisoraAMActual = pos;\n }", "private void asignarCapacidades ()\n\t{\n\t\tif(tipoVehiculo.equalsIgnoreCase(TIPO_VEHICULO_ECONOMICO))\n\t\t{\n\t\t\tcapacidadKilometrosPorGalon = CAPACIDAD_60;\n\t\t}\n\t\t\n\t\telse if(tipoVehiculo.equalsIgnoreCase(TIPO_VEHICULO_MEDIO))\n\t\t{\n\t\t\tcapacidadKilometrosPorGalon = CAPACIDAD_45;\n\t\t}\n\t\t\n\t\telse capacidadKilometrosPorGalon = CAPACIDAD_30;\n\t}", "@Override\n\tprotected double calcularImpuestoVehiculo() {\n\t\treturn this.getValor() * 0.003;\n\t}", "public void calculoSalarioBruto(){\n salarioBruto = hrTrabalhada * valorHr;\n }", "public void setPriceLimitEntered (BigDecimal PriceLimitEntered);", "public float carga(){\n return (this.capacidade/this.tamanho);\n }", "private void resetaPadraoEFundo() {\r\n\t\tdiferencaDeFundoATopo = new BigDecimal(0);\r\n\t\t\r\n\t\tif (!isNovoFundo) {\r\n\t\t\tvalorDoFundoAnterior = new BigDecimal(0);\r\n\t\t}\r\n\r\n\t\tvalorDoTopo = new BigDecimal(0);\r\n\t\tultimoFoiTopo = false;\r\n\t\t\r\n\t\tvalorDoFundo = valorCorrente;\r\n\t\tultimoFoiFundo = true;\r\n\t\t\r\n\t\tcorrecaoCorrente = new BigDecimal(0);\r\n\t\tformouPivoDeCompra = false;\r\n\t\tentrouNoRangeDeInicio = false;\r\n\t\testaNoRangeDeLimite = false;\r\n\t\tformadoSegundoTopo = false;\r\n\t\tformadoTopoRelevante = false;\r\n\t\tformouSegundoFundo = false;\r\n\t}", "public void setPuntoDeVenta(PuntoDeVenta puntoDeVenta)\r\n/* 145: */ {\r\n/* 146:166 */ this.puntoDeVenta = puntoDeVenta;\r\n/* 147: */ }", "public void setFxUfTasaCliente(double value) {\r\n this.fxUfTasaCliente = value;\r\n }", "public void defValor(double v) {\r\n\t\tthis.v = v;\r\n\t}", "public void setPeso(int peso) {\r\n this.peso = peso;\r\n }", "@Override\n public void setExperiencia(){\n experiencia1=Math.random()*50*nivel;\n experiencia=experiencia+experiencia1;\n subida();\n }", "public void setPriceLimitWTax (BigDecimal PriceLimitWTax);", "public Empresa() {\n super();\n this.nif = 0;\n this.raio = 0.0;\n this.precoPorKm = 0.0;\n this.precoPorPeso = 0.0;\n this.precoPorHora = 0.0;\n this.available = false;\n this.certificado = false;\n this.historico = new Historico();\n this.pe = null;\n }", "public void pridejNovePivo ()\n\t{\n\t\n\t\tpivo = pivo + PRODUKCE;\n\t\t\n\t}", "public void setPeso(double peso) {\r\n\t\tthis.peso = peso;\r\n\t}", "private void setPrecioCompra(double precioCompra) throws PrecioCompraNegativoException {\n if (precioCompra < 0)\n throw new PrecioCompraNegativoException(\"El precio de compra no puede ser negativo.\");\n this.precioCompra = precioCompra;\n }", "public void setPriceActual (BigDecimal PriceActual);", "public void CobrarImpuestosAmpliado(){\n\t\tif(sueldoBruto>=IMPUESTO_SUP){\n\t\t\tsueldoNeto=sueldoBruto-(sueldoBruto*PAGA_IMPUESTOS_MAX);\n\t\t\ttipoImpuesto=\"Ha pagado el 30% de impuestos\";\n\t\t}\n\t}", "public void setFxSpotCliente(double value) {\r\n this.fxSpotCliente = value;\r\n }" ]
[ "0.6957178", "0.6947758", "0.6832868", "0.67382324", "0.67061925", "0.66969985", "0.6691998", "0.66701394", "0.66105145", "0.65933037", "0.65889215", "0.65731764", "0.6516934", "0.6496232", "0.6465626", "0.64600945", "0.64424384", "0.63994956", "0.6394139", "0.6373109", "0.6372537", "0.63502246", "0.63346976", "0.6323715", "0.62624717", "0.6235949", "0.6167409", "0.6165974", "0.61412174", "0.6132637", "0.61192906", "0.611456", "0.6109934", "0.6097985", "0.6072585", "0.60700166", "0.60639274", "0.6052454", "0.6041946", "0.6030526", "0.6015671", "0.600932", "0.5993977", "0.599161", "0.59898627", "0.5989595", "0.5986046", "0.5986046", "0.5977645", "0.5975442", "0.596997", "0.5963675", "0.5963233", "0.59362894", "0.59360904", "0.5932684", "0.59189785", "0.5916573", "0.59086484", "0.5906868", "0.5905456", "0.58994794", "0.58957404", "0.5892435", "0.5867709", "0.58548015", "0.58509886", "0.584401", "0.5833053", "0.58326674", "0.58287156", "0.5817798", "0.5814177", "0.5808325", "0.58052945", "0.58039415", "0.57892334", "0.5787343", "0.57862604", "0.578353", "0.5780089", "0.5774592", "0.57646555", "0.57587975", "0.57506967", "0.5749614", "0.57489765", "0.57446116", "0.5742228", "0.5740366", "0.5739315", "0.5738999", "0.57194793", "0.57148767", "0.57130337", "0.57114214", "0.570667", "0.570283", "0.5699737", "0.56976825" ]
0.6571882
12
TODO Autogenerated method stub
@Override public User addUser(User user) { return userDatabase.put(user.getEmail(), user); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override public User getUser(String email) { return userDatabase.get(email); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override public User getUserWithToken(String token) { String email = tokenRepository.getEmail(token); if (email != null){ return userDatabase.get(email); } return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override public Gift createGift(GiftCreator giftCreator, Long idChain,String token) { User user = getUserWithToken(token); if(user != null){ String photoUri = saveNewPhoto(giftCreator.getImageBytes(),""); String photoThumbUri = saveNewPhoto(giftCreator.getImageThumbBytes(), "thumb"); Iterator<Entry<Long,Gift>> giftIterator = mGiftDatabase.entrySet().iterator(); long cont = 1; while (giftIterator.hasNext()){ Entry<Long,Gift> entry = giftIterator.next(); if (!entry.getKey().equals(cont)){ break; } cont++; } Gift gift = new Gift(cont, giftCreator, IP +photoUri, IP +photoThumbUri); gift.setUserEmail(user.getEmail()); mGiftDatabase.put(gift.getId(),gift); if (idChain != -1){ //No chain mGiftDatabase.get(idChain).addNewChain(gift.getId()); } user.addGift(gift.getId()); return gift; } return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override public Gift getGift(Long id) { return mGiftDatabase.get(id); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
Convert Map to List
private static Map<String, Integer> sortByComparator(Map<String, Integer> unsortMap) { List<Map.Entry<String, Integer>> list = new LinkedList<Map.Entry<String, Integer>>(unsortMap.entrySet()); // Sort list with comparator, to compare the Map values Comparator<Map.Entry<String, Integer>> comparator; comparator=Collections.reverseOrder(new Comparator<Map.Entry<String, Integer>>() { public int compare(Map.Entry<String, Integer> o1, Map.Entry<String, Integer> o2) { return (o1.getValue()).compareTo(o2.getValue()); } }); Collections.sort(list, comparator); // Convert sorted map back to a Map Map<String, Integer> sortedMap = new LinkedHashMap<String, Integer>(); for (Iterator<Map.Entry<String, Integer>> it = list.iterator(); it.hasNext();) { Map.Entry<String, Integer> entry = it.next(); sortedMap.put(entry.getKey(), entry.getValue()); } return sortedMap; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static <K, T> List<T> convertMapToList(Map<K, T> map) {\r\n\t\t\r\n\t\t// Si la collection est nulle\r\n\t\tif(map == null) return null;\r\n\t\t\r\n\t\t// On retourne l'ensemble\r\n\t\treturn new ArrayList<T>(map.values());\r\n\t}", "public List<String> toList() {\n\t\treturn toList(dict.keySet());\n\t}", "@Override\r\n\tpublic List<Map<String, Object>> list(Map<String, Object> map) {\n\t\treturn dao.list(map);\r\n\t}", "public static <K,V> ArrayList<V> convertHashMapToArrayList(\n HashMap<K,V> hm)\n {\n ArrayList<V> arr = new ArrayList();\n\n for (V value: hm.values())\n arr.add(value);\n\n return arr;\n\n }", "public static <K, V extends Comparable<? super V>> List<Entry<K, V>> getMapSortedByValue(Map<K, V> map) {\r\n\t\tfinal int size = map.size();\r\n\t\tfinal List<Map.Entry<K, V>> list = new ArrayList<Map.Entry<K, V>>(size);\r\n\t\tlist.addAll(map.entrySet());\r\n\t\tfinal ValueComparator<V> cmp = new ValueComparator<V>();\r\n\t\tCollections.sort(list, cmp);\r\n\t\treturn list;\r\n\t\t/*\r\n\t\tfinal List<K> keys = new ArrayList<K>(size);\r\n\t\tfor (int i = 0; i < size; i++) {\r\n\t\t\tkeys.set(i, list.get(i).getKey());\r\n\t\t}\r\n\t\treturn keys;\r\n\t\t*/\r\n\t}", "public List<Map<String, Object>> getKeYuanList(Map<String, Object> map);", "public static <K, T> Collection<T> convertMapToCollection(Map<K, T> map) {\r\n\t\t\r\n\t\t// Si la collection est nulle\r\n\t\tif(map == null) return null;\r\n\t\t\r\n\t\t// On retourne l'ensemble\r\n\t\treturn map.values();\r\n\t}", "@Override\n\tpublic Collection<V> values() {\n\t\tList<V> list = Util.newList();\n\t\tfor (K key : keys) {\n\t\t\tlist.add(map.get(key));\n\t\t}\n\t\t\n\t\treturn list;\n\t}", "java.util.List<com.sanqing.sca.message.ProtocolDecode.SimpleMap> \n getSimpleMapList();", "public List<List<String>> listMap2List(List<Map<Integer, String>> list)\n\t{\n\t\tList<List<String>> result = new ArrayList<List<String>>();\t\t\n\t\tfor (int i = 0; i < list.size(); i++)\n\t\t{\n\t\t\tList<String> temp = new ArrayList<String>();\n\t\t\tfor (int j = 0; j < list.get(i).size(); j++)\n\t\t\t{\n\t\t\t\t temp.add(list.get(i).get(j));\n\t\t\t}\n\t\t\tresult.add(temp);\n\t\t}\n\t\treturn result;\n\t}", "@Override\n\tpublic List<RotateBID> list(HashMap<String, String> map) {\n \n List<RotateBID> data= dao.list(map);\n\t\treturn data;\n\t}", "public static <K,V> ArrayList<K> convertHashMapKeysToArrayList(\n HashMap<K,V> hm)\n {\n ArrayList<K> arr = new ArrayList();\n\n for (K key: hm.keySet())\n arr.add(key);\n\n return arr;\n\n }", "public Collection values() {\n return map.values();\n }", "private static List<ajr> m19375a(Map<String, String> map) {\n if (map == null) {\n return null;\n }\n if (map.isEmpty()) {\n return Collections.emptyList();\n }\n List<ajr> arrayList = new ArrayList(map.size());\n for (Entry entry : map.entrySet()) {\n arrayList.add(new ajr((String) entry.getKey(), (String) entry.getValue()));\n }\n return arrayList;\n }", "public List<Map<String, Object>> toMapList(Object data) {\n\n try {\n String dataF;\n if (!(data instanceof String)) {\n dataF = toString(data);\n } else {\n dataF = objectMapper.writeValueAsString(data);\n }\n return objectMapper.readValue(dataF, new TypeReference<List<Map<String, Object>>>() {\n });\n } catch (IOException e) {\n logger.error(e.getMessage(), e);\n }\n return null;\n }", "public final List<TimeKey> mo13029a(Map<String, ? extends Map<String, String>> map) {\n ArrayList arrayList = new ArrayList(map.size());\n for (Map.Entry next : map.entrySet()) {\n Map map2 = (Map) next.getValue();\n Object obj = map2.get(\"encrypted_mobile_id\");\n if (obj != null) {\n String str = (String) obj;\n Object obj2 = map2.get(\"fromDate\");\n if (obj2 != null) {\n long roundToLong = MathKt.roundToLong(((Double) obj2).doubleValue());\n Object obj3 = map2.get(\"tillDate\");\n if (obj3 != null) {\n arrayList.add(new TimeKey((String) next.getKey(), str, TimeKey.DEFAULT_NAME, roundToLong, MathKt.roundToLong(((Double) obj3).doubleValue()), 0, 32, (DefaultConstructorMarker) null));\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.Double\");\n }\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.Double\");\n }\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.String\");\n }\n }\n return arrayList;\n }", "public static <K, V extends Comparable<V>>\n List<Map.Entry<K, V>> entriesSortedByValues(Map<K, V> map) {\n\n List<Map.Entry<K, V>> entryList = new ArrayList<>(map.entrySet());\n entryList.sort((e1, e2) -> e2.getValue().compareTo(e1.getValue()));\n\n return entryList;\n }", "public abstract ArrayList<Key> toArrayList();", "private PairDTO[] convertMapToArray(Map<String, String> claims) {\n PairDTO[] pairs = new PairDTO[claims.size()];\n Iterator iterator = claims.entrySet().iterator();\n int i = 0;\n while (iterator.hasNext()) {\n Map.Entry entry = (Map.Entry) iterator.next();\n PairDTO pair = new PairDTO();\n pair.setKey((String) entry.getKey());\n pair.setValue((String) entry.getValue());\n pairs[i] = pair;\n i++;\n }\n\n return pairs;\n }", "public static List<String> sortedKeys(Map map)\n {\n if (map == null)\n return Collections.emptyList();\n \n List<String> keys = CollectionFactory.newList();\n \n for (Object o : map.keySet())\n keys.add(String.valueOf(o));\n \n Collections.sort(keys);\n \n return keys;\n }", "private ArrayList<Integer> ilist_from_map(TreeMap<String,String> map) {\n ArrayList<Integer> res = new ArrayList<Integer>();\n int tmp = Integer.parseInt(map.get(\"departure\"));\n res.add(tmp);\n tmp = Integer.parseInt(map.get(\"arrival\"));\n res.add(tmp);\n if (map.get(\"intermediatea\")!=null) {\n tmp = Integer.parseInt(map.get(\"intermediatea\"));\n res.add(tmp);\n }\n if (map.get(\"intermediateb\")!=null) {\n tmp = Integer.parseInt(map.get(\"intermediateb\"));\n res.add(tmp);\n }\n if (map.get(\"intermediatec\")!=null) {\n tmp = Integer.parseInt(map.get(\"intermediatec\"));\n res.add(tmp);\n }\n if (map.get(\"intermediated\")!=null) {\n tmp = Integer.parseInt(map.get(\"intermediated\"));\n res.add(tmp);\n }\n\n return res;\n }", "public Collection<Collection<V>> values() {\n return map.values();\n }", "@Override\n\tpublic List selectList2(Object map) {\n\t\treturn null;\n\t}", "public static List<C3717i.C3719b> m18358a(Map<String, String> map) {\n if (map == null || map.isEmpty()) {\n return null;\n }\n try {\n Set<Map.Entry<String, String>> entrySet = map.entrySet();\n ArrayList arrayList = new ArrayList();\n for (Map.Entry<String, String> entry : entrySet) {\n arrayList.add(new C3717i.C3719b(entry.getKey(), entry.getValue()));\n }\n return arrayList;\n } catch (Throwable th) {\n th.printStackTrace();\n return null;\n }\n }", "@SuppressWarnings({ \"rawtypes\", \"unchecked\" })\n\tprivate List<Entry> sortByValue(Map<Integer, Long> map) {\n\t List<Entry> list = new LinkedList<Entry>(map.entrySet());\n\t Collections.sort(list, new Comparator() {\n\t public int compare(Object o1, Object o2) {\n\t return ((Comparable) ((Map.Entry) (o1)).getValue())\n\t \t\t .compareTo(((Map.Entry) (o2)).getValue());\n\t }\n\t });\n\t return list;\n\t}", "private Object[] getList(Object element, String key) throws ClassCastException {\n\t\tList<?> list = List.class.cast(Map.class.cast(element).get(key));\n\t\treturn list != null ? list.toArray() : null;\n\t}", "public List<S> get(Object key) {\n if (map.containsKey(key))\n return map.get(key);\n else\n return emptyList;\n }", "@SuppressWarnings({\"rawtypes\",\"unchecked\"})\r\n\tpublic List<HashMap> getUserListHashMap(HashMap<String, Object> map) throws Exception{\n\t\t\r\n\t\tList<HashMap> list = sqlSessionTemplat.selectList(\"admin.getUserListHashMap\",map);\r\n\t\treturn list;\r\n\t}", "@SuppressWarnings(\"unchecked\")\n private <T> List<Binding<T>> getFromMap(TypeLiteral<T> type) {\n return (List<Binding<T>>) map.get(type);\n }", "private Map<String, Object> flatten(Map<String, Object> map) {\n\t\tMap<String, Object> result = new LinkedHashMap<>();\n\t\tflatten(null, result, map);\n\t\treturn result;\n\t}", "public Collection<String> valuesOfMap() {\n Map<String, String> tempMap = createSimpleMap(\"Fondue\",\"Cheese\");\n\t\treturn tempMap.values();\n\t}", "public static void sort(Map<String, Long> map){\n\t\t\n\t\t Set<Entry<String, Long>> entrySet = map.entrySet();\n\t\t ArrayList<Entry<String, Long>> arrayList = new ArrayList<>(entrySet);\n\t\t// Collections.sort(arrayList, Comparator.comparing(null).reversed().t\n\t\t \n\t\t \n\t\t\n\t\tSystem.out.println(arrayList);\n\t}", "public static List<QuotaUserRs> listMapToObject(Map<String, Map<String, String>> mapQuotaUsers) throws Exception {\n\t\tList<QuotaUserRs> quotas = new ArrayList<QuotaUserRs>();\n\t\tif (mapQuotaUsers != null && mapQuotaUsers.size()>0) {\n\t\t\tfor (String user : mapQuotaUsers.keySet()) {\n\t\t\t\tQuotaUserRs quota = mapToObject(user, mapQuotaUsers.get(user));\n\t\t\t\tquotas.add(quota);\n\t\t\t}\n\t\t}\n\t\treturn quotas;\n\t}", "Collection<T> getAll() {\n _readLock.lock();\n try {\n return ImmutableList.copyOf(_toMap.values());\n } finally {\n _readLock.unlock();\n }\n }", "public List<Dytv> getDytvList(Map<String, Object> map) {\n\t\treturn dao.getDytvList(map);\r\n\t}", "public List<String> getList(String key)\n {\n return getList(key, new ArrayList<String>());\n }", "public List<V> getList(final K key) {\n return getList(key, 0, getCount(key));\n }", "@Override\n public Collection<T> values() {\n List<T> values = new ArrayList<>();\n for (Map.Entry<String, T> v : entries.values()) {\n values.add(v.getValue());\n }\n return values;\n }", "@Override\n\tpublic List selectList(Object map) {\n\n\t\tList list = session.selectList(\"play.play_list\", map);\n\n\t\treturn list;\n\t}", "@SuppressWarnings({ \"rawtypes\", \"unchecked\" })\n\tprivate List<Entry<String, Float>> sortByValue(Map map) {\n\t List<Entry<String, Float>> list = new LinkedList(map.entrySet());\n\t Collections.sort(list, new Comparator() {\n\t public int compare(Object o1, Object o2) {\n\t return -((Comparable) ((Map.Entry) (o1)).getValue())\n\t \t\t .compareTo(((Map.Entry) (o2)).getValue());\n\t }\n\t });\n\t return list;\n\t}", "public final List<BasePair> values(){\n return new ArrayList<BasePair>(layoutMap.values());\n }", "@Override\n\tpublic List<Map<String, Object>> findMapList(Map<String, Object> mapdata) {\n\t\treturn ermYjzbDao.findMapList(mapdata);\n\t}", "public List<MemberInfoDTO> list(Map map) {\n\t\treturn sqlSessionTemplate.selectList(\"memberInfo.list\", map);\r\n\t}", "private List<MaskValue> maskAsList(Mask m) {\n List<MaskValue> mList = new ArrayList<>();\n for (int i = 0, maskLen = m.getSize(); i < maskLen; i++) {\n\n mList.add(m.getValue(i));\n }\n\n return mList;\n }", "public static <K, V> void addToMapList(Map<K, List<V>> map, K key, V value)\n {\n List<V> list = map.get(key);\n\n if (list == null)\n {\n list = CollectionFactory.newList();\n map.put(key, list);\n }\n\n list.add(value);\n }", "@Override\n\tpublic List<Map<String, Object>> selectList(Map<String, Object> map) {\n\t\treturn approvalDao.selectList(map);\n\t}", "private static void fillListFromMap(List<Integer> bucketContents, Map<Double, List<Integer>> m) {\r\n\t\tIterator<Double> iter = m.keySet().iterator();\r\n\t\twhile (iter.hasNext()) {\r\n\t\t\tDouble key = iter.next();\r\n\t\t\tbucketContents.addAll(m.get(key));\r\n\t\t}\r\n\t}", "public List getList() {\n return Arrays.asList(toJavaArray()); \n }", "List<Object> toList() {\n List<Object> results = new ArrayList<>(this.myArrayList.size());\n for (Object element : this.myArrayList) {\n if (element == null || PropertyObject.NULL.equals(element)) {\n results.add(null);\n } else if (element instanceof PropertyArray) {\n results.add(((PropertyArray) element).toList());\n } else if (element instanceof PropertyObject) {\n results.add(((PropertyObject) element).toMap());\n } else {\n results.add(element);\n }\n }\n return results;\n }", "@SuppressWarnings(\"rawtypes\")\n\tpublic String getResList(Map map) {\n\t\tString hql = \"SELECT u FROM Res u order by u.resId asc\";\n\t\tGson g = new Gson();\n\t\tList<Res> Ress = null;\n\t\tMap<String, Object> jsonMap = new HashMap<String, Object>();\n\t\tString json = \"\";\n\t\tint total = this.getBaseDao().getRecordCountRows(hql);\n\t\ttry {\n\t\t\tRess = this.getBaseDao().getListForPage(\n\t\t\t\t\t(Integer) map.get(\"offset\"),\n\t\t\t\t\t(Integer) map.get(PagingConstants.PAGE_SIZE), hql);\n\t\t\tjsonMap.put(PagingConstants.TOTAL, total);\n\t\t\tjsonMap.put(PagingConstants.LIST, Ress);\n\t\t\tjson = g.toJson(jsonMap);\n\t\t} catch (Exception e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn json;\n\t}", "@Override\r\n\tpublic CommonList getAssetAsList(CommonMap cmap) throws Exception {\n\t\tCommonList list = assetAsMapper.getAssetAsList(cmap);\r\n\t\tlist.totalRow = assetAsMapper.getAssetAsListCnt(cmap);\r\n\t\treturn list;\r\n\t}", "List<Map<String, Object>> getStudentsList();", "@Override\n public List<OrgInfo> listByAll(HashMap<String, Object> map) {\n return infoMapper.listByAll(map);\n }", "public List<Item> getAllItems(Map<String, List<Item>> inventoryMap) {\n\t\tCollection<List<Item>> inventory = inventoryMap.values();\n\t\tList<Item> inventoryItems = new ArrayList<Item>();\n\t\tinventory.stream().forEach(items -> inventoryItems.addAll(items));\n\t\treturn inventoryItems;\n\t}", "@Override\r\n\tpublic List<HashMap<String, Object>> queryList(HashMap<String, Object> map) {\n\t\treturn crawlerCronJobDao.queryList(map);\r\n\t}", "java.util.List<java.lang.String> getValuesList();", "public List<String> mapToList (String startWord, String endWord, Map<String, String> map){\n \tLinkedList<String> ladder = new LinkedList<String>();\n \tif(startWord.equals(endWord)){\n \t\tladder.add(startWord);\n \t\tladder.add(endWord);\n \t\treturn ladder;\n \t}\n \tladder.add(endWord);\n \tString word = endWord;\n \twhile(!word.equals(startWord)){\n \t\tString parent = map.get(word);\n \t\tladder.addFirst(parent);\n \t\tword = parent;\n \t}\n \treturn ladder;\n \t\n }", "public List<Order> getOrderList(Map map) {\n\t\treturn orderDAO.getOrderList(map);\n\t}", "public List<Goods> list(HashMap<String, Object> map) {\n\t\treturn sm.selectList(\"com.huyu.entity.Goods.getList\", map);\n\t}", "@Override\r\n\tpublic List<User> list(Map<String, Object> map) throws Exception {\n\t\treturn null;\r\n\t}", "public HashMap<K,V> listAll();", "public List<HashMap<String, Object>> codelist(HashMap<String, String> hashmapParam) {\n\t\treturn mapper.codelist(hashmapParam);\r\n\t}", "public List<Locale> getLocaleList(final String key) {\n return getLocaleList(key, new ArrayList<>());\n }", "@Override\n\tpublic HashMap<String, String> getKeyConvertMap(List<String> listKey)\n\t\t\tthrows ServiceException {\n\t\treturn null;\n\t}", "private static HashMap sortValues(Map<Integer, String> map) {\n\t\tList list = new LinkedList(map.entrySet());\n\t\t// Custom Comparator\n\t\tCollections.sort(list, new Comparator() {\n\t\t\tpublic int compare(Object o1, Object o2) {\n\t\t\t\treturn ((Comparable) ((Map.Entry) (o1)).getValue()).compareTo(((Map.Entry) (o2)).getValue());\n\t\t\t}\n\t\t});\n\t\t// copying the sorted list in HashMap to preserve the iteration order\n\t\tHashMap sortedHashMap = new LinkedHashMap();\n\t\tfor (Iterator it = list.iterator(); it.hasNext();) {\n\t\t\tMap.Entry entry = (Map.Entry) it.next();\n\t\t\tsortedHashMap.put(entry.getKey(), entry.getValue());\n\t\t}\n\t\treturn sortedHashMap;\n\t}", "public static List<StockTradeData> convertToStockTradeData(Map<String, Object> map) {\n List<StockTradeData> stockTradeDataList = new ArrayList<>();\n\n Map<String, Object> dataMap = (Map<String, Object>) map.get(\"data\");\n\n for (Map.Entry<String, Object> entry : dataMap.entrySet()) {\n String stockCode = entry.getKey();\n Map<String, Object> qfqDayMap = (Map<String, Object>) entry.getValue();\n\n Object obj = qfqDayMap.get(\"day\");\n\n if (obj == null) {\n obj = qfqDayMap.get(\"qfqday\");\n }\n\n List<List<String>> stockDailyList = (List<List<String>>) obj;\n\n for (List<String> stockDaily: stockDailyList) {\n StockTradeData stockTradeData = new StockTradeData();\n stockTradeData.setCode(stockCode);\n stockTradeData.setDate(LocalDate.parse(stockDaily.get(0)));\n stockTradeData.setOpenPrice(convertToBigDecimal(stockDaily.get(1)));\n stockTradeData.setClosePrice(convertToBigDecimal(stockDaily.get(2)));\n stockTradeData.setHighPrice(convertToBigDecimal(stockDaily.get(3)));\n stockTradeData.setLowPrice(convertToBigDecimal(stockDaily.get(4)));\n stockTradeData.setVolume(convertToBigDecimal(stockDaily.get(5)));\n stockTradeDataList.add(stockTradeData);\n }\n }\n\n return stockTradeDataList;\n }", "public static Map<String, Object> flatten(Map<String, Object> map) {\n Map<String, Object> result = new LinkedHashMap<>();\n flatten(null, result, map);\n return result;\n }", "public Collection<String> getValues(String key) {\n\t\tfinal Collection<String> values = new ArrayList<>();\n\t\tfinal Iterator<Map.Entry<String, String>> iter = entries.iterator();\n\t\twhile (iter.hasNext()) {\n\t\t\tfinal Map.Entry<String, String> entry = iter.next();\n\t\t\tif (entry.getKey().equals(key)) {\n\t\t\t\tvalues.add(entry.getValue());\n\t\t\t}\n\t\t}\n\t\treturn values;\n\t}", "@Override\r\n public Iterable<V> vertices() {\r\n LinkedList<V> list = new LinkedList<>();\r\n for(V v : map.keySet())\r\n list.add(v);\r\n return list;\r\n }", "private TreeMap<Integer, List<NodeInfo>> convertToTreeMap(HashMap<ASTNode, NodeInfo> hashMap) {\n TreeMap<Integer, List<NodeInfo>> map = new TreeMap<>(Collections.reverseOrder());\n for (Map.Entry<ASTNode, NodeInfo> e : hashMap.entrySet()) {\n NodeInfo nodeInfo = e.getValue();\n if (map.containsKey(nodeInfo.subNodes)) {\n List<NodeInfo> list = map.get(nodeInfo.subNodes);\n list.add(nodeInfo);\n\n } else {\n\n // pick only no leaf nodes\n if (nodeInfo.subNodes > 0) {\n List<NodeInfo> list = new ArrayList<>();\n list.add(nodeInfo);\n map.put(nodeInfo.subNodes, list);\n }\n }\n\n }\n return map;\n }", "java.util.List<KeyValuePair>\n getInfoList();", "public static List<VolumeRs> listMapToObject(List<Map<String, String>> mapVolumes) throws Exception {\n\t\tList<VolumeRs> vols = new ArrayList<VolumeRs>();\n\t\tif (mapVolumes != null && mapVolumes.size()>0) {\n\t\t\tfor (Map<String, String> mapVol : mapVolumes) {\n\t\t\t\tVolumeRs vol = mapToObject(mapVol);\n\t\t\t\tvols.add(vol);\n\t\t\t}\n\t\t}\n\t\treturn vols;\n\t}", "public Set<String> asList() {\n\t\treturn this.dictionary;\n\t}", "public void fillMap(Map<String, List<String>> map){\n \tfor(String word : dictionary.words){ //Iterate over the ArrayList in the Dictionary object\n \t\tList<String> list = new ArrayList<String>();\n \t\tfor(String w : dictionary.words){ //iterate through all words in dictionary to find all one letter off from word\n \t\t\tif(isOneLetterOff(w, word))\n \t\t\t\tlist.add(w);\n \t\t\t//if w isn't off from word by one letter, check next w\n \t\t}\n \t\tmap.put(word, list);\n \t}\n }", "private static List<String> getJavaPackages(Map<String,Object> map){\r\n \t\treturn null;\r\n \t}", "public List<Entry<String, Double>> sort()\n\t{\n\t\tList<Entry<String, Double>> list = new ArrayList<Entry<String, Double>>();\n\t\tfor(Entry<String, Double> entry : map.entrySet())\n\t\t{\n\t\t\tlist.add(entry);\n\t\t}\n\n\t\tComparator<Entry<String, Double>> compare = new Comparator<Entry<String, Double>>() {\n\t @Override\n\t public int compare(Entry<String, Double> first, Entry<String, Double> second)\n\t {\n\t \tif (first.getValue() > second.getValue())\n\t \t{\n\t return -1;\n\t }\n\t if (first.getValue() < second.getValue())\n\t {\n\t return 1;\n\t }\n\t return 0;\n\t }\n\t };\n\n\t Collections.sort(list, compare);\n return list;\n\t}", "private Set<String> getNames(Map<String, String> map) {\r\n\t\tSet<String> set = new HashSet<>();\r\n\t\t\r\n\t\tmap.forEach((k,v) -> set.add(k));\r\n\t\t\r\n\t\treturn Collections.unmodifiableSet(set);\r\n\t}", "@SuppressWarnings(\"unchecked\")\n public List<HashMap<String, Boolean>> getAreaList(String key) {\n if (checkList.get(key) == null) {\n checkList.put(key, ListUtils.lazyList(new ArrayList<String>(), new ValueFactory(null)));\n }\n return checkList.get(key);\n }", "public List<Integer> getIntegerList(final String key) {\n return getIntegerList(key, new ArrayList<>());\n }", "@Override\n\tpublic List<Role> list(Map<String, Object> map) {\n\t\treturn roleDao.list(map);\n\t}", "private static List<Meta> getMetas(Map<String,String> metaMap) {\r\n\t\tlogger.debug(\"Called getMetas TransactionService helper with meta size\"+metaMap.size());\r\n\t\tList<Meta> metas = new ArrayList<Meta>();\r\n\t\tif (metaMap != null) {\r\n\t\t\tfor (String key : metaMap.keySet()) {\r\n\t\t\t\tMeta meta = new Meta();\r\n\t\t\t\tmeta.setKey(key);\r\n\t\t\t\tmeta.setValue(metaMap.get(key));\r\n\t\t\t\tmetas.add(meta);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn metas;\r\n\t}", "public ArrayList<Integer> sortKeysByValue(HashMap<Integer, Double> hm) {\n List<Map.Entry<Integer, Double>> list = new LinkedList<Map.Entry<Integer, Double>>(hm.entrySet());\n\n Collections.sort(list, new Comparator<Map.Entry<Integer, Double>>() {\n @Override\n public int compare(Map.Entry<Integer, Double> o1, Map.Entry<Integer, Double> o2) {\n return (o2.getValue()).compareTo(o1.getValue());\n }\n });\n ArrayList<Integer> keys = new ArrayList<Integer>();\n for (Map.Entry<Integer, Double> i : list) {\n keys.add(i.getKey());\n }\n return keys;\n }", "public static List convertMapList2BeanList(List<Map> datas,Class a){\n if(null != datas){\n List ret = new ArrayList();\n for(Map m:datas){\n try{\n ret.add(POJOUtil.convertDBMap2POJO(m,a));\n }catch (Exception e){\n log.error(e.getMessage(),e);\n }\n }\n if(ret.size()>0)\n return ret;\n return null;\n }\n return null;\n }", "public List<Group> getFilteredGroups(Map<String, Object> map);", "public Map toMap(Map<String, Object> map) {\n return super.toMap(map);\n }", "@Override\n\tpublic List selectList2(Object map) {\n\t\t\n\t\tList list= session.selectList(\"party.party_show_list\",map);\n\t\t\n\t\treturn list;\n\t}", "public List<String> getStringList(String key) {\n Object value = get(key);\n return ((value instanceof List) && !((List)value).isEmpty() &&\n (((List)value).get(0) instanceof String) ? (List<String>)value : emptyStringList);\n }", "public List<DictionaryData> alphabeticalList() {\r\n //System.out.println(\"Checkpoint 5: alphabeticalList() not implemented yet\");\r\n //using the java collection set\r\n //wordlist here is the collection containing elements to be added to this set values\r\n Collection<DictionaryData> wordlist = dictionaryMap.values();\r\n //return list of words as an arrarylist using the same format as above\r\n return new ArrayList<DictionaryData>(wordlist);\r\n\r\n //return null;\r\n }", "public abstract java.util.Map<java.lang.Double, java.util.List<java.lang.Integer>> pnlListMap();", "public static String[][] map2array(Map<String, String> map) {\n if (map == null) return new String[2][0];\n int n = map.size();\n String[][] rt = new String[2][n];\n rt[0] = (String[]) map.keySet().toArray(new String[n]);\n rt[1] = (String[]) map.values().toArray(new String[n]);\n return rt;\n }", "@Override\n public List<Entry> toArrayList() {\n return members;\n }", "@Override\n\tpublic List<RotatePayment> list(HashMap<String, Object> map) {\n\t\treturn paymentDao.list(map);\n\t}", "public Object[] getHomeList(){\r\n\t\t//Map laden\r\n\t\tloadMap();\r\n\t\treturn map.keySet().toArray();\r\n\t}", "@Override\r\n\tpublic List<Map<String, Object>> leftmenuList(Map<String, Object> map) throws Exception {\n\t\treturn leftmenuDAO.leftmenuList(map);\r\n\t}", "@Override\n\tpublic List selectList3(Object map) {\n\t\treturn null;\n\t}", "@Override\n\tpublic void convertitMap(Map<String, Object> map) {\n\t\t\n\t}", "public List getOwnerUsersList(Map map) {\n\t String currentUser = UserUtil.getCurrentPrincipalUser();\r\n\t\t List ls = (List)map.get(currentUser);\r\n//\t\t System.out.println(\"map.size()\"+currentUser) ;\r\n//\t\t System.out.println(map.size()) ;\r\n\t\treturn ls;\r\n\t}", "Listof<X> toList();", "public static List<LaunchServiceProvider> getSortedLspByRevenue(Map<LaunchServiceProvider,BigDecimal> mapUnsorted){\n Map<LaunchServiceProvider, BigDecimal> sortedLSP = mapUnsorted\n .entrySet()\n .stream()\n .sorted(Collections.reverseOrder(Map.Entry.comparingByValue()))\n .collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue, (e1, e2) -> e2,\n LinkedHashMap::new));\n return new ArrayList<>(sortedLSP.keySet());\n }", "public Map<String, List<String>> mo133923b() {\n Map<String, List<String>> map = this.f114455b;\n if (map != null) {\n return map;\n }\n TreeMap treeMap = new TreeMap(String.CASE_INSENSITIVE_ORDER);\n for (Map.Entry<String, String> entry : this.f114454a) {\n ArrayList arrayList = new ArrayList();\n if (treeMap.containsKey(entry.getKey())) {\n arrayList.addAll((Collection) treeMap.get(entry.getKey()));\n }\n arrayList.add(entry.getValue());\n treeMap.put(entry.getKey(), Collections.unmodifiableList(arrayList));\n }\n this.f114455b = Collections.unmodifiableMap(treeMap);\n return this.f114455b;\n }", "public ArrayList<Message> returnValues() {\r\n return new ArrayList<Message>(messageMap.values());\r\n }" ]
[ "0.8465804", "0.72332454", "0.6945983", "0.68987894", "0.6855255", "0.67934203", "0.6742536", "0.67074364", "0.6632813", "0.65751415", "0.6522322", "0.6458181", "0.64025855", "0.63701034", "0.6334896", "0.6308042", "0.6150596", "0.61350036", "0.6099598", "0.6054797", "0.604169", "0.60297847", "0.6021226", "0.60200506", "0.5996517", "0.5992808", "0.5979252", "0.5966771", "0.59553707", "0.59174156", "0.58892024", "0.5865504", "0.5864202", "0.5833525", "0.5804468", "0.57358855", "0.573068", "0.57261395", "0.57138", "0.5712575", "0.56959677", "0.5674124", "0.56544447", "0.56441003", "0.5639579", "0.56344163", "0.5628262", "0.56223047", "0.55996066", "0.5594133", "0.55905455", "0.55852616", "0.556453", "0.5561276", "0.5550539", "0.5527355", "0.55249435", "0.55159163", "0.55083156", "0.5505439", "0.5503512", "0.5503137", "0.55001974", "0.55000824", "0.54797214", "0.5461732", "0.54604524", "0.54264414", "0.54199034", "0.5419715", "0.5403727", "0.5395438", "0.5384929", "0.5381662", "0.5367916", "0.53542876", "0.5344669", "0.5334375", "0.532898", "0.5328001", "0.5322031", "0.5317445", "0.5312189", "0.53055865", "0.530025", "0.52999353", "0.52942425", "0.5287708", "0.5283478", "0.52797514", "0.5276442", "0.52626204", "0.5261405", "0.5251225", "0.5248056", "0.5238292", "0.5220485", "0.52132905", "0.52057046", "0.5190287", "0.5186616" ]
0.0
-1
Convert Map to List
private static Map<Long, Long> sortByComparatorGift(Map<Long, Long> unsortMap) { List<Map.Entry<Long, Long>> list = new LinkedList<Map.Entry<Long, Long>>(unsortMap.entrySet()); // Sort list with comparator, to compare the Map values Comparator<Map.Entry<Long, Long>> comparator; comparator = Collections.reverseOrder(new Comparator<Map.Entry<Long, Long>>() { public int compare(Map.Entry<Long, Long> o1, Map.Entry<Long, Long> o2) { return (o1.getValue()).compareTo(o2.getValue()); } }); Collections.sort(list, comparator); // Convert sorted map back to a Map Map<Long, Long> sortedMap = new LinkedHashMap<Long, Long>(); for (Iterator<Map.Entry<Long, Long>> it = list.iterator(); it.hasNext();) { Map.Entry<Long, Long> entry = it.next(); sortedMap.put(entry.getKey(), entry.getValue()); } return sortedMap; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static <K, T> List<T> convertMapToList(Map<K, T> map) {\r\n\t\t\r\n\t\t// Si la collection est nulle\r\n\t\tif(map == null) return null;\r\n\t\t\r\n\t\t// On retourne l'ensemble\r\n\t\treturn new ArrayList<T>(map.values());\r\n\t}", "public List<String> toList() {\n\t\treturn toList(dict.keySet());\n\t}", "@Override\r\n\tpublic List<Map<String, Object>> list(Map<String, Object> map) {\n\t\treturn dao.list(map);\r\n\t}", "public static <K,V> ArrayList<V> convertHashMapToArrayList(\n HashMap<K,V> hm)\n {\n ArrayList<V> arr = new ArrayList();\n\n for (V value: hm.values())\n arr.add(value);\n\n return arr;\n\n }", "public static <K, V extends Comparable<? super V>> List<Entry<K, V>> getMapSortedByValue(Map<K, V> map) {\r\n\t\tfinal int size = map.size();\r\n\t\tfinal List<Map.Entry<K, V>> list = new ArrayList<Map.Entry<K, V>>(size);\r\n\t\tlist.addAll(map.entrySet());\r\n\t\tfinal ValueComparator<V> cmp = new ValueComparator<V>();\r\n\t\tCollections.sort(list, cmp);\r\n\t\treturn list;\r\n\t\t/*\r\n\t\tfinal List<K> keys = new ArrayList<K>(size);\r\n\t\tfor (int i = 0; i < size; i++) {\r\n\t\t\tkeys.set(i, list.get(i).getKey());\r\n\t\t}\r\n\t\treturn keys;\r\n\t\t*/\r\n\t}", "public List<Map<String, Object>> getKeYuanList(Map<String, Object> map);", "public static <K, T> Collection<T> convertMapToCollection(Map<K, T> map) {\r\n\t\t\r\n\t\t// Si la collection est nulle\r\n\t\tif(map == null) return null;\r\n\t\t\r\n\t\t// On retourne l'ensemble\r\n\t\treturn map.values();\r\n\t}", "@Override\n\tpublic Collection<V> values() {\n\t\tList<V> list = Util.newList();\n\t\tfor (K key : keys) {\n\t\t\tlist.add(map.get(key));\n\t\t}\n\t\t\n\t\treturn list;\n\t}", "java.util.List<com.sanqing.sca.message.ProtocolDecode.SimpleMap> \n getSimpleMapList();", "public List<List<String>> listMap2List(List<Map<Integer, String>> list)\n\t{\n\t\tList<List<String>> result = new ArrayList<List<String>>();\t\t\n\t\tfor (int i = 0; i < list.size(); i++)\n\t\t{\n\t\t\tList<String> temp = new ArrayList<String>();\n\t\t\tfor (int j = 0; j < list.get(i).size(); j++)\n\t\t\t{\n\t\t\t\t temp.add(list.get(i).get(j));\n\t\t\t}\n\t\t\tresult.add(temp);\n\t\t}\n\t\treturn result;\n\t}", "@Override\n\tpublic List<RotateBID> list(HashMap<String, String> map) {\n \n List<RotateBID> data= dao.list(map);\n\t\treturn data;\n\t}", "public static <K,V> ArrayList<K> convertHashMapKeysToArrayList(\n HashMap<K,V> hm)\n {\n ArrayList<K> arr = new ArrayList();\n\n for (K key: hm.keySet())\n arr.add(key);\n\n return arr;\n\n }", "public Collection values() {\n return map.values();\n }", "private static List<ajr> m19375a(Map<String, String> map) {\n if (map == null) {\n return null;\n }\n if (map.isEmpty()) {\n return Collections.emptyList();\n }\n List<ajr> arrayList = new ArrayList(map.size());\n for (Entry entry : map.entrySet()) {\n arrayList.add(new ajr((String) entry.getKey(), (String) entry.getValue()));\n }\n return arrayList;\n }", "public List<Map<String, Object>> toMapList(Object data) {\n\n try {\n String dataF;\n if (!(data instanceof String)) {\n dataF = toString(data);\n } else {\n dataF = objectMapper.writeValueAsString(data);\n }\n return objectMapper.readValue(dataF, new TypeReference<List<Map<String, Object>>>() {\n });\n } catch (IOException e) {\n logger.error(e.getMessage(), e);\n }\n return null;\n }", "public final List<TimeKey> mo13029a(Map<String, ? extends Map<String, String>> map) {\n ArrayList arrayList = new ArrayList(map.size());\n for (Map.Entry next : map.entrySet()) {\n Map map2 = (Map) next.getValue();\n Object obj = map2.get(\"encrypted_mobile_id\");\n if (obj != null) {\n String str = (String) obj;\n Object obj2 = map2.get(\"fromDate\");\n if (obj2 != null) {\n long roundToLong = MathKt.roundToLong(((Double) obj2).doubleValue());\n Object obj3 = map2.get(\"tillDate\");\n if (obj3 != null) {\n arrayList.add(new TimeKey((String) next.getKey(), str, TimeKey.DEFAULT_NAME, roundToLong, MathKt.roundToLong(((Double) obj3).doubleValue()), 0, 32, (DefaultConstructorMarker) null));\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.Double\");\n }\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.Double\");\n }\n } else {\n throw new NullPointerException(\"null cannot be cast to non-null type kotlin.String\");\n }\n }\n return arrayList;\n }", "public static <K, V extends Comparable<V>>\n List<Map.Entry<K, V>> entriesSortedByValues(Map<K, V> map) {\n\n List<Map.Entry<K, V>> entryList = new ArrayList<>(map.entrySet());\n entryList.sort((e1, e2) -> e2.getValue().compareTo(e1.getValue()));\n\n return entryList;\n }", "public abstract ArrayList<Key> toArrayList();", "private PairDTO[] convertMapToArray(Map<String, String> claims) {\n PairDTO[] pairs = new PairDTO[claims.size()];\n Iterator iterator = claims.entrySet().iterator();\n int i = 0;\n while (iterator.hasNext()) {\n Map.Entry entry = (Map.Entry) iterator.next();\n PairDTO pair = new PairDTO();\n pair.setKey((String) entry.getKey());\n pair.setValue((String) entry.getValue());\n pairs[i] = pair;\n i++;\n }\n\n return pairs;\n }", "public static List<String> sortedKeys(Map map)\n {\n if (map == null)\n return Collections.emptyList();\n \n List<String> keys = CollectionFactory.newList();\n \n for (Object o : map.keySet())\n keys.add(String.valueOf(o));\n \n Collections.sort(keys);\n \n return keys;\n }", "private ArrayList<Integer> ilist_from_map(TreeMap<String,String> map) {\n ArrayList<Integer> res = new ArrayList<Integer>();\n int tmp = Integer.parseInt(map.get(\"departure\"));\n res.add(tmp);\n tmp = Integer.parseInt(map.get(\"arrival\"));\n res.add(tmp);\n if (map.get(\"intermediatea\")!=null) {\n tmp = Integer.parseInt(map.get(\"intermediatea\"));\n res.add(tmp);\n }\n if (map.get(\"intermediateb\")!=null) {\n tmp = Integer.parseInt(map.get(\"intermediateb\"));\n res.add(tmp);\n }\n if (map.get(\"intermediatec\")!=null) {\n tmp = Integer.parseInt(map.get(\"intermediatec\"));\n res.add(tmp);\n }\n if (map.get(\"intermediated\")!=null) {\n tmp = Integer.parseInt(map.get(\"intermediated\"));\n res.add(tmp);\n }\n\n return res;\n }", "public Collection<Collection<V>> values() {\n return map.values();\n }", "@Override\n\tpublic List selectList2(Object map) {\n\t\treturn null;\n\t}", "public static List<C3717i.C3719b> m18358a(Map<String, String> map) {\n if (map == null || map.isEmpty()) {\n return null;\n }\n try {\n Set<Map.Entry<String, String>> entrySet = map.entrySet();\n ArrayList arrayList = new ArrayList();\n for (Map.Entry<String, String> entry : entrySet) {\n arrayList.add(new C3717i.C3719b(entry.getKey(), entry.getValue()));\n }\n return arrayList;\n } catch (Throwable th) {\n th.printStackTrace();\n return null;\n }\n }", "@SuppressWarnings({ \"rawtypes\", \"unchecked\" })\n\tprivate List<Entry> sortByValue(Map<Integer, Long> map) {\n\t List<Entry> list = new LinkedList<Entry>(map.entrySet());\n\t Collections.sort(list, new Comparator() {\n\t public int compare(Object o1, Object o2) {\n\t return ((Comparable) ((Map.Entry) (o1)).getValue())\n\t \t\t .compareTo(((Map.Entry) (o2)).getValue());\n\t }\n\t });\n\t return list;\n\t}", "private Object[] getList(Object element, String key) throws ClassCastException {\n\t\tList<?> list = List.class.cast(Map.class.cast(element).get(key));\n\t\treturn list != null ? list.toArray() : null;\n\t}", "public List<S> get(Object key) {\n if (map.containsKey(key))\n return map.get(key);\n else\n return emptyList;\n }", "@SuppressWarnings({\"rawtypes\",\"unchecked\"})\r\n\tpublic List<HashMap> getUserListHashMap(HashMap<String, Object> map) throws Exception{\n\t\t\r\n\t\tList<HashMap> list = sqlSessionTemplat.selectList(\"admin.getUserListHashMap\",map);\r\n\t\treturn list;\r\n\t}", "@SuppressWarnings(\"unchecked\")\n private <T> List<Binding<T>> getFromMap(TypeLiteral<T> type) {\n return (List<Binding<T>>) map.get(type);\n }", "private Map<String, Object> flatten(Map<String, Object> map) {\n\t\tMap<String, Object> result = new LinkedHashMap<>();\n\t\tflatten(null, result, map);\n\t\treturn result;\n\t}", "public Collection<String> valuesOfMap() {\n Map<String, String> tempMap = createSimpleMap(\"Fondue\",\"Cheese\");\n\t\treturn tempMap.values();\n\t}", "public static void sort(Map<String, Long> map){\n\t\t\n\t\t Set<Entry<String, Long>> entrySet = map.entrySet();\n\t\t ArrayList<Entry<String, Long>> arrayList = new ArrayList<>(entrySet);\n\t\t// Collections.sort(arrayList, Comparator.comparing(null).reversed().t\n\t\t \n\t\t \n\t\t\n\t\tSystem.out.println(arrayList);\n\t}", "public static List<QuotaUserRs> listMapToObject(Map<String, Map<String, String>> mapQuotaUsers) throws Exception {\n\t\tList<QuotaUserRs> quotas = new ArrayList<QuotaUserRs>();\n\t\tif (mapQuotaUsers != null && mapQuotaUsers.size()>0) {\n\t\t\tfor (String user : mapQuotaUsers.keySet()) {\n\t\t\t\tQuotaUserRs quota = mapToObject(user, mapQuotaUsers.get(user));\n\t\t\t\tquotas.add(quota);\n\t\t\t}\n\t\t}\n\t\treturn quotas;\n\t}", "Collection<T> getAll() {\n _readLock.lock();\n try {\n return ImmutableList.copyOf(_toMap.values());\n } finally {\n _readLock.unlock();\n }\n }", "public List<Dytv> getDytvList(Map<String, Object> map) {\n\t\treturn dao.getDytvList(map);\r\n\t}", "public List<String> getList(String key)\n {\n return getList(key, new ArrayList<String>());\n }", "public List<V> getList(final K key) {\n return getList(key, 0, getCount(key));\n }", "@Override\n public Collection<T> values() {\n List<T> values = new ArrayList<>();\n for (Map.Entry<String, T> v : entries.values()) {\n values.add(v.getValue());\n }\n return values;\n }", "@Override\n\tpublic List selectList(Object map) {\n\n\t\tList list = session.selectList(\"play.play_list\", map);\n\n\t\treturn list;\n\t}", "@SuppressWarnings({ \"rawtypes\", \"unchecked\" })\n\tprivate List<Entry<String, Float>> sortByValue(Map map) {\n\t List<Entry<String, Float>> list = new LinkedList(map.entrySet());\n\t Collections.sort(list, new Comparator() {\n\t public int compare(Object o1, Object o2) {\n\t return -((Comparable) ((Map.Entry) (o1)).getValue())\n\t \t\t .compareTo(((Map.Entry) (o2)).getValue());\n\t }\n\t });\n\t return list;\n\t}", "public final List<BasePair> values(){\n return new ArrayList<BasePair>(layoutMap.values());\n }", "@Override\n\tpublic List<Map<String, Object>> findMapList(Map<String, Object> mapdata) {\n\t\treturn ermYjzbDao.findMapList(mapdata);\n\t}", "public List<MemberInfoDTO> list(Map map) {\n\t\treturn sqlSessionTemplate.selectList(\"memberInfo.list\", map);\r\n\t}", "private List<MaskValue> maskAsList(Mask m) {\n List<MaskValue> mList = new ArrayList<>();\n for (int i = 0, maskLen = m.getSize(); i < maskLen; i++) {\n\n mList.add(m.getValue(i));\n }\n\n return mList;\n }", "public static <K, V> void addToMapList(Map<K, List<V>> map, K key, V value)\n {\n List<V> list = map.get(key);\n\n if (list == null)\n {\n list = CollectionFactory.newList();\n map.put(key, list);\n }\n\n list.add(value);\n }", "@Override\n\tpublic List<Map<String, Object>> selectList(Map<String, Object> map) {\n\t\treturn approvalDao.selectList(map);\n\t}", "private static void fillListFromMap(List<Integer> bucketContents, Map<Double, List<Integer>> m) {\r\n\t\tIterator<Double> iter = m.keySet().iterator();\r\n\t\twhile (iter.hasNext()) {\r\n\t\t\tDouble key = iter.next();\r\n\t\t\tbucketContents.addAll(m.get(key));\r\n\t\t}\r\n\t}", "public List getList() {\n return Arrays.asList(toJavaArray()); \n }", "List<Object> toList() {\n List<Object> results = new ArrayList<>(this.myArrayList.size());\n for (Object element : this.myArrayList) {\n if (element == null || PropertyObject.NULL.equals(element)) {\n results.add(null);\n } else if (element instanceof PropertyArray) {\n results.add(((PropertyArray) element).toList());\n } else if (element instanceof PropertyObject) {\n results.add(((PropertyObject) element).toMap());\n } else {\n results.add(element);\n }\n }\n return results;\n }", "@SuppressWarnings(\"rawtypes\")\n\tpublic String getResList(Map map) {\n\t\tString hql = \"SELECT u FROM Res u order by u.resId asc\";\n\t\tGson g = new Gson();\n\t\tList<Res> Ress = null;\n\t\tMap<String, Object> jsonMap = new HashMap<String, Object>();\n\t\tString json = \"\";\n\t\tint total = this.getBaseDao().getRecordCountRows(hql);\n\t\ttry {\n\t\t\tRess = this.getBaseDao().getListForPage(\n\t\t\t\t\t(Integer) map.get(\"offset\"),\n\t\t\t\t\t(Integer) map.get(PagingConstants.PAGE_SIZE), hql);\n\t\t\tjsonMap.put(PagingConstants.TOTAL, total);\n\t\t\tjsonMap.put(PagingConstants.LIST, Ress);\n\t\t\tjson = g.toJson(jsonMap);\n\t\t} catch (Exception e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn json;\n\t}", "@Override\r\n\tpublic CommonList getAssetAsList(CommonMap cmap) throws Exception {\n\t\tCommonList list = assetAsMapper.getAssetAsList(cmap);\r\n\t\tlist.totalRow = assetAsMapper.getAssetAsListCnt(cmap);\r\n\t\treturn list;\r\n\t}", "List<Map<String, Object>> getStudentsList();", "@Override\n public List<OrgInfo> listByAll(HashMap<String, Object> map) {\n return infoMapper.listByAll(map);\n }", "public List<Item> getAllItems(Map<String, List<Item>> inventoryMap) {\n\t\tCollection<List<Item>> inventory = inventoryMap.values();\n\t\tList<Item> inventoryItems = new ArrayList<Item>();\n\t\tinventory.stream().forEach(items -> inventoryItems.addAll(items));\n\t\treturn inventoryItems;\n\t}", "@Override\r\n\tpublic List<HashMap<String, Object>> queryList(HashMap<String, Object> map) {\n\t\treturn crawlerCronJobDao.queryList(map);\r\n\t}", "java.util.List<java.lang.String> getValuesList();", "public List<String> mapToList (String startWord, String endWord, Map<String, String> map){\n \tLinkedList<String> ladder = new LinkedList<String>();\n \tif(startWord.equals(endWord)){\n \t\tladder.add(startWord);\n \t\tladder.add(endWord);\n \t\treturn ladder;\n \t}\n \tladder.add(endWord);\n \tString word = endWord;\n \twhile(!word.equals(startWord)){\n \t\tString parent = map.get(word);\n \t\tladder.addFirst(parent);\n \t\tword = parent;\n \t}\n \treturn ladder;\n \t\n }", "public List<Order> getOrderList(Map map) {\n\t\treturn orderDAO.getOrderList(map);\n\t}", "public List<Goods> list(HashMap<String, Object> map) {\n\t\treturn sm.selectList(\"com.huyu.entity.Goods.getList\", map);\n\t}", "@Override\r\n\tpublic List<User> list(Map<String, Object> map) throws Exception {\n\t\treturn null;\r\n\t}", "public HashMap<K,V> listAll();", "public List<HashMap<String, Object>> codelist(HashMap<String, String> hashmapParam) {\n\t\treturn mapper.codelist(hashmapParam);\r\n\t}", "public List<Locale> getLocaleList(final String key) {\n return getLocaleList(key, new ArrayList<>());\n }", "@Override\n\tpublic HashMap<String, String> getKeyConvertMap(List<String> listKey)\n\t\t\tthrows ServiceException {\n\t\treturn null;\n\t}", "private static HashMap sortValues(Map<Integer, String> map) {\n\t\tList list = new LinkedList(map.entrySet());\n\t\t// Custom Comparator\n\t\tCollections.sort(list, new Comparator() {\n\t\t\tpublic int compare(Object o1, Object o2) {\n\t\t\t\treturn ((Comparable) ((Map.Entry) (o1)).getValue()).compareTo(((Map.Entry) (o2)).getValue());\n\t\t\t}\n\t\t});\n\t\t// copying the sorted list in HashMap to preserve the iteration order\n\t\tHashMap sortedHashMap = new LinkedHashMap();\n\t\tfor (Iterator it = list.iterator(); it.hasNext();) {\n\t\t\tMap.Entry entry = (Map.Entry) it.next();\n\t\t\tsortedHashMap.put(entry.getKey(), entry.getValue());\n\t\t}\n\t\treturn sortedHashMap;\n\t}", "public static List<StockTradeData> convertToStockTradeData(Map<String, Object> map) {\n List<StockTradeData> stockTradeDataList = new ArrayList<>();\n\n Map<String, Object> dataMap = (Map<String, Object>) map.get(\"data\");\n\n for (Map.Entry<String, Object> entry : dataMap.entrySet()) {\n String stockCode = entry.getKey();\n Map<String, Object> qfqDayMap = (Map<String, Object>) entry.getValue();\n\n Object obj = qfqDayMap.get(\"day\");\n\n if (obj == null) {\n obj = qfqDayMap.get(\"qfqday\");\n }\n\n List<List<String>> stockDailyList = (List<List<String>>) obj;\n\n for (List<String> stockDaily: stockDailyList) {\n StockTradeData stockTradeData = new StockTradeData();\n stockTradeData.setCode(stockCode);\n stockTradeData.setDate(LocalDate.parse(stockDaily.get(0)));\n stockTradeData.setOpenPrice(convertToBigDecimal(stockDaily.get(1)));\n stockTradeData.setClosePrice(convertToBigDecimal(stockDaily.get(2)));\n stockTradeData.setHighPrice(convertToBigDecimal(stockDaily.get(3)));\n stockTradeData.setLowPrice(convertToBigDecimal(stockDaily.get(4)));\n stockTradeData.setVolume(convertToBigDecimal(stockDaily.get(5)));\n stockTradeDataList.add(stockTradeData);\n }\n }\n\n return stockTradeDataList;\n }", "public static Map<String, Object> flatten(Map<String, Object> map) {\n Map<String, Object> result = new LinkedHashMap<>();\n flatten(null, result, map);\n return result;\n }", "public Collection<String> getValues(String key) {\n\t\tfinal Collection<String> values = new ArrayList<>();\n\t\tfinal Iterator<Map.Entry<String, String>> iter = entries.iterator();\n\t\twhile (iter.hasNext()) {\n\t\t\tfinal Map.Entry<String, String> entry = iter.next();\n\t\t\tif (entry.getKey().equals(key)) {\n\t\t\t\tvalues.add(entry.getValue());\n\t\t\t}\n\t\t}\n\t\treturn values;\n\t}", "@Override\r\n public Iterable<V> vertices() {\r\n LinkedList<V> list = new LinkedList<>();\r\n for(V v : map.keySet())\r\n list.add(v);\r\n return list;\r\n }", "private TreeMap<Integer, List<NodeInfo>> convertToTreeMap(HashMap<ASTNode, NodeInfo> hashMap) {\n TreeMap<Integer, List<NodeInfo>> map = new TreeMap<>(Collections.reverseOrder());\n for (Map.Entry<ASTNode, NodeInfo> e : hashMap.entrySet()) {\n NodeInfo nodeInfo = e.getValue();\n if (map.containsKey(nodeInfo.subNodes)) {\n List<NodeInfo> list = map.get(nodeInfo.subNodes);\n list.add(nodeInfo);\n\n } else {\n\n // pick only no leaf nodes\n if (nodeInfo.subNodes > 0) {\n List<NodeInfo> list = new ArrayList<>();\n list.add(nodeInfo);\n map.put(nodeInfo.subNodes, list);\n }\n }\n\n }\n return map;\n }", "java.util.List<KeyValuePair>\n getInfoList();", "public static List<VolumeRs> listMapToObject(List<Map<String, String>> mapVolumes) throws Exception {\n\t\tList<VolumeRs> vols = new ArrayList<VolumeRs>();\n\t\tif (mapVolumes != null && mapVolumes.size()>0) {\n\t\t\tfor (Map<String, String> mapVol : mapVolumes) {\n\t\t\t\tVolumeRs vol = mapToObject(mapVol);\n\t\t\t\tvols.add(vol);\n\t\t\t}\n\t\t}\n\t\treturn vols;\n\t}", "public Set<String> asList() {\n\t\treturn this.dictionary;\n\t}", "public void fillMap(Map<String, List<String>> map){\n \tfor(String word : dictionary.words){ //Iterate over the ArrayList in the Dictionary object\n \t\tList<String> list = new ArrayList<String>();\n \t\tfor(String w : dictionary.words){ //iterate through all words in dictionary to find all one letter off from word\n \t\t\tif(isOneLetterOff(w, word))\n \t\t\t\tlist.add(w);\n \t\t\t//if w isn't off from word by one letter, check next w\n \t\t}\n \t\tmap.put(word, list);\n \t}\n }", "private static List<String> getJavaPackages(Map<String,Object> map){\r\n \t\treturn null;\r\n \t}", "public List<Entry<String, Double>> sort()\n\t{\n\t\tList<Entry<String, Double>> list = new ArrayList<Entry<String, Double>>();\n\t\tfor(Entry<String, Double> entry : map.entrySet())\n\t\t{\n\t\t\tlist.add(entry);\n\t\t}\n\n\t\tComparator<Entry<String, Double>> compare = new Comparator<Entry<String, Double>>() {\n\t @Override\n\t public int compare(Entry<String, Double> first, Entry<String, Double> second)\n\t {\n\t \tif (first.getValue() > second.getValue())\n\t \t{\n\t return -1;\n\t }\n\t if (first.getValue() < second.getValue())\n\t {\n\t return 1;\n\t }\n\t return 0;\n\t }\n\t };\n\n\t Collections.sort(list, compare);\n return list;\n\t}", "private Set<String> getNames(Map<String, String> map) {\r\n\t\tSet<String> set = new HashSet<>();\r\n\t\t\r\n\t\tmap.forEach((k,v) -> set.add(k));\r\n\t\t\r\n\t\treturn Collections.unmodifiableSet(set);\r\n\t}", "@SuppressWarnings(\"unchecked\")\n public List<HashMap<String, Boolean>> getAreaList(String key) {\n if (checkList.get(key) == null) {\n checkList.put(key, ListUtils.lazyList(new ArrayList<String>(), new ValueFactory(null)));\n }\n return checkList.get(key);\n }", "public List<Integer> getIntegerList(final String key) {\n return getIntegerList(key, new ArrayList<>());\n }", "@Override\n\tpublic List<Role> list(Map<String, Object> map) {\n\t\treturn roleDao.list(map);\n\t}", "private static List<Meta> getMetas(Map<String,String> metaMap) {\r\n\t\tlogger.debug(\"Called getMetas TransactionService helper with meta size\"+metaMap.size());\r\n\t\tList<Meta> metas = new ArrayList<Meta>();\r\n\t\tif (metaMap != null) {\r\n\t\t\tfor (String key : metaMap.keySet()) {\r\n\t\t\t\tMeta meta = new Meta();\r\n\t\t\t\tmeta.setKey(key);\r\n\t\t\t\tmeta.setValue(metaMap.get(key));\r\n\t\t\t\tmetas.add(meta);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn metas;\r\n\t}", "public ArrayList<Integer> sortKeysByValue(HashMap<Integer, Double> hm) {\n List<Map.Entry<Integer, Double>> list = new LinkedList<Map.Entry<Integer, Double>>(hm.entrySet());\n\n Collections.sort(list, new Comparator<Map.Entry<Integer, Double>>() {\n @Override\n public int compare(Map.Entry<Integer, Double> o1, Map.Entry<Integer, Double> o2) {\n return (o2.getValue()).compareTo(o1.getValue());\n }\n });\n ArrayList<Integer> keys = new ArrayList<Integer>();\n for (Map.Entry<Integer, Double> i : list) {\n keys.add(i.getKey());\n }\n return keys;\n }", "public static List convertMapList2BeanList(List<Map> datas,Class a){\n if(null != datas){\n List ret = new ArrayList();\n for(Map m:datas){\n try{\n ret.add(POJOUtil.convertDBMap2POJO(m,a));\n }catch (Exception e){\n log.error(e.getMessage(),e);\n }\n }\n if(ret.size()>0)\n return ret;\n return null;\n }\n return null;\n }", "public List<Group> getFilteredGroups(Map<String, Object> map);", "public Map toMap(Map<String, Object> map) {\n return super.toMap(map);\n }", "@Override\n\tpublic List selectList2(Object map) {\n\t\t\n\t\tList list= session.selectList(\"party.party_show_list\",map);\n\t\t\n\t\treturn list;\n\t}", "public List<String> getStringList(String key) {\n Object value = get(key);\n return ((value instanceof List) && !((List)value).isEmpty() &&\n (((List)value).get(0) instanceof String) ? (List<String>)value : emptyStringList);\n }", "public List<DictionaryData> alphabeticalList() {\r\n //System.out.println(\"Checkpoint 5: alphabeticalList() not implemented yet\");\r\n //using the java collection set\r\n //wordlist here is the collection containing elements to be added to this set values\r\n Collection<DictionaryData> wordlist = dictionaryMap.values();\r\n //return list of words as an arrarylist using the same format as above\r\n return new ArrayList<DictionaryData>(wordlist);\r\n\r\n //return null;\r\n }", "public abstract java.util.Map<java.lang.Double, java.util.List<java.lang.Integer>> pnlListMap();", "public static String[][] map2array(Map<String, String> map) {\n if (map == null) return new String[2][0];\n int n = map.size();\n String[][] rt = new String[2][n];\n rt[0] = (String[]) map.keySet().toArray(new String[n]);\n rt[1] = (String[]) map.values().toArray(new String[n]);\n return rt;\n }", "@Override\n public List<Entry> toArrayList() {\n return members;\n }", "@Override\n\tpublic List<RotatePayment> list(HashMap<String, Object> map) {\n\t\treturn paymentDao.list(map);\n\t}", "public Object[] getHomeList(){\r\n\t\t//Map laden\r\n\t\tloadMap();\r\n\t\treturn map.keySet().toArray();\r\n\t}", "@Override\r\n\tpublic List<Map<String, Object>> leftmenuList(Map<String, Object> map) throws Exception {\n\t\treturn leftmenuDAO.leftmenuList(map);\r\n\t}", "@Override\n\tpublic List selectList3(Object map) {\n\t\treturn null;\n\t}", "@Override\n\tpublic void convertitMap(Map<String, Object> map) {\n\t\t\n\t}", "public List getOwnerUsersList(Map map) {\n\t String currentUser = UserUtil.getCurrentPrincipalUser();\r\n\t\t List ls = (List)map.get(currentUser);\r\n//\t\t System.out.println(\"map.size()\"+currentUser) ;\r\n//\t\t System.out.println(map.size()) ;\r\n\t\treturn ls;\r\n\t}", "Listof<X> toList();", "public static List<LaunchServiceProvider> getSortedLspByRevenue(Map<LaunchServiceProvider,BigDecimal> mapUnsorted){\n Map<LaunchServiceProvider, BigDecimal> sortedLSP = mapUnsorted\n .entrySet()\n .stream()\n .sorted(Collections.reverseOrder(Map.Entry.comparingByValue()))\n .collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue, (e1, e2) -> e2,\n LinkedHashMap::new));\n return new ArrayList<>(sortedLSP.keySet());\n }", "public Map<String, List<String>> mo133923b() {\n Map<String, List<String>> map = this.f114455b;\n if (map != null) {\n return map;\n }\n TreeMap treeMap = new TreeMap(String.CASE_INSENSITIVE_ORDER);\n for (Map.Entry<String, String> entry : this.f114454a) {\n ArrayList arrayList = new ArrayList();\n if (treeMap.containsKey(entry.getKey())) {\n arrayList.addAll((Collection) treeMap.get(entry.getKey()));\n }\n arrayList.add(entry.getValue());\n treeMap.put(entry.getKey(), Collections.unmodifiableList(arrayList));\n }\n this.f114455b = Collections.unmodifiableMap(treeMap);\n return this.f114455b;\n }", "public ArrayList<Message> returnValues() {\r\n return new ArrayList<Message>(messageMap.values());\r\n }" ]
[ "0.8465804", "0.72332454", "0.6945983", "0.68987894", "0.6855255", "0.67934203", "0.6742536", "0.67074364", "0.6632813", "0.65751415", "0.6522322", "0.6458181", "0.64025855", "0.63701034", "0.6334896", "0.6308042", "0.6150596", "0.61350036", "0.6099598", "0.6054797", "0.604169", "0.60297847", "0.6021226", "0.60200506", "0.5996517", "0.5992808", "0.5979252", "0.5966771", "0.59553707", "0.59174156", "0.58892024", "0.5865504", "0.5864202", "0.5833525", "0.5804468", "0.57358855", "0.573068", "0.57261395", "0.57138", "0.5712575", "0.56959677", "0.5674124", "0.56544447", "0.56441003", "0.5639579", "0.56344163", "0.5628262", "0.56223047", "0.55996066", "0.5594133", "0.55905455", "0.55852616", "0.556453", "0.5561276", "0.5550539", "0.5527355", "0.55249435", "0.55159163", "0.55083156", "0.5505439", "0.5503512", "0.5503137", "0.55001974", "0.55000824", "0.54797214", "0.5461732", "0.54604524", "0.54264414", "0.54199034", "0.5419715", "0.5403727", "0.5395438", "0.5384929", "0.5381662", "0.5367916", "0.53542876", "0.5344669", "0.5334375", "0.532898", "0.5328001", "0.5322031", "0.5317445", "0.5312189", "0.53055865", "0.530025", "0.52999353", "0.52942425", "0.5287708", "0.5283478", "0.52797514", "0.5276442", "0.52626204", "0.5261405", "0.5251225", "0.5248056", "0.5238292", "0.5220485", "0.52132905", "0.52057046", "0.5190287", "0.5186616" ]
0.0
-1
The worst imp of the World ;p (No time)
private String saveNewPhoto(byte[] photo,String sufix){ String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); String imageFileName = "JPEG_" + timeStamp + "_" + sufix + ".jpg"; File potlachBase = new File("src/main/webapp/photos"); //Shit made potlachBase.mkdirs(); File potlachImage = new File(potlachBase,imageFileName); OutputStream out = null; try { potlachImage.createNewFile(); InputStream in = new ByteArrayInputStream(photo); out = new FileOutputStream(potlachImage); // Transfer bytes from in to out byte[] buf = new byte[1024]; int len; while ((len = in.read(buf)) > 0) { out.write(buf, 0, len); } in.close(); out.close(); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } return "/photos/"+imageFileName; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getBestGuy () {\r\n return poblac.getBestGuy();\r\n }", "public long getBestSolutionTime();", "double getMissChance();", "public double worstFitness()\r\n {\r\n\treturn worstFitness;\r\n }", "Object getWorst();", "public int getWorstScore()\n {\n return -1;\n }", "private void getBest()\n\t{\n\t\tSystem.out.println();\n\t\tSystem.out.println();\n\t\tSystem.out.println(bestTour + \" \" + bestScore);\n\t}", "public static String solution() {\r\n\t\treturn \"73162890\";\r\n\t}", "@Test\r\n void testVaryingMajorityNoHistory() {\r\n VaryingMajority testStrat = new VaryingMajority(3);\r\n AlwaysDefect testStrat2 = new AlwaysDefect();\r\n ArrayList<Integer> payoffs = new ArrayList<>(Arrays.asList(3, 5, 0, 1));\r\n Game game = new Game(testStrat, testStrat2, 1, payoffs);\r\n game.playGame();\r\n int points = testStrat.getPoints();\r\n assertEquals(points, 0, \"varyingMajority not returning c when no history\");\r\n }", "@Test\r\n void testVaryingMajorityWithNotEnoughHistory() {\r\n VaryingMajority testStrat = new VaryingMajority(3);\r\n AlwaysDefect testStrat2 = new AlwaysDefect();\r\n ArrayList<Integer> payoffs = new ArrayList<>(Arrays.asList(3, 5, 0, 1));\r\n Game game = new Game(testStrat, testStrat2, 2, payoffs);\r\n game.playGame();\r\n int points = testStrat.getPoints();\r\n assertEquals(points, 1, \"varyingMajority not returning correctly with insufficient history\");\r\n }", "int accidentVelo()\r\n\t{\r\n\t\tdouble rand = Math.random()*100;\r\n\t\tSystem.out.println(rand);\r\n\t\tif ((double)rand <= 0.5) {\r\n\t\t\tSystem.out.println(\"Finalement vous auriez du y aller à pied. Vous vous vider de votre sang sur le bord du trottoir.\");\r\n\t\t\treturn 0.5;\r\n\t\t}\r\n\t\treturn 0;\r\n\t}", "@Test\r\n void testVaryingMajorityWithTooMuchHistory() {\r\n VaryingMajority testStrat = new VaryingMajority(3);\r\n AlwaysDefect testStrat2 = new AlwaysDefect();\r\n ArrayList<Integer> payoffs = new ArrayList<>(Arrays.asList(3, 5, 0, 1));\r\n Game game = new Game(testStrat, testStrat2, 5, payoffs);\r\n game.playGame();\r\n int points = testStrat.getPoints();\r\n assertEquals(points, 4, \"varyingMajority not returning correctly with too much history\");\r\n }", "public int storrelse();", "static public long unitless() {\n\t\treturn(underScore);\n\t}", "private String happiness() {\r\n\t\tint[] temp=tile.getHappiness();\r\n\t\tString out=\"Tile Happiness: \\n\\n\";\r\n\t\tint square=(int)Math.sqrt(temp.length);\r\n\t\tif(square*square<temp.length) {\r\n\t\t\tsquare++;\r\n\t\t}\r\n\t\tfor(int i=0; i<temp.length;) {\r\n\t\t\tfor(int j=0; j<square; j++) {\r\n\t\t\t\tif(i<temp.length) {\r\n\t\t\t\t\tout=out.concat(String.format(\"%4s\", temp[i]));\r\n\t\t\t\t\ti++;\r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\tj=square;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tout=out.concat(\"\\n\");\r\n\t\t}\r\n\t\treturn out;\r\n\t}", "public Position findWeed() {\n int xVec =0;\n int yVec=0;\n int sum = 0;\n Position move = new Position(0, 0);\n for (int i = 0; i < this.WORLD.getMapSize().getX(); i++) {\n for (int j = 0; j < this.WORLD.getMapSize().getY(); j++) {\n\n //hogweed\n Organism organism = this.WORLD.getOrganism(i, j);\n if(organism!=null){\n Class c = organism.getClass();\n if (c.getSimpleName().equals(\"Parnsip\")) {\n int tmpX = Math.abs(this.position.getX() - i);\n int tmpY = Math.abs(this.position.getY() - j);\n if (!(xVec == 0 && yVec == 0)) {\n int tmpSum = tmpX + tmpY;\n if (sum > tmpSum) {\n xVec=tmpX;\n yVec=tmpY;\n sum = tmpSum;\n this.setMove(move, j, i);\n }\n }\n else {\n xVec=tmpX;\n yVec=tmpY;\n sum = tmpX + tmpY;\n this.setMove(move, j, i);\n }\n }\n }\n\n }\n }\n return move;\n }", "public static void better() {\n System.out.println(\"I am 'efficient'\");\n }", "public int getWorth() { return 1; }", "static int hireAssistant(int tab[]) {\n int best = 0;\n for(int i = 0; i<tab.length; i++) {\n if(tab[i] > best)\n best = tab[i];\n }\n return best;\n }", "private double evaluate() {\n // check for draws first, most lickely\n if (board.gameState() == MNKGameState.DRAW) return 0;\n else if (board.gameState() == MY_WIN) return 2 * M * N; // 2 times max depth\n else if (board.gameState() == ENEMY_WIN) return -2 * M * N;\n else {\n evaluated++;\n // keep the heuristic evaluation between 1 and -1\n return board.value();\n }\n }", "public int getGov();", "public double heuristic(game Game){\n // int l[] = {0,1};\n // board b = Game.getBoard();\n // tic smallBoard = b.getState(l); \n \n /* if O wins the game */\n if(Game.getState() == 2){return 99;}\n \n /* X wins the game */\n if(Game.getState() == 1){return -99;}\n \n return 0;\n }", "int getMinigameDefenseChancesLeft();", "double getDeathFactor();", "public abstract Integer gethourNeed();", "public p207() {\n double target = 1/12345.0;\n double log2 = Math.log(2);\n\n for (int x = 2; x < 2000000; x++){\n double a = Math.floor(Math.log(x) / log2) / (x-1);\n if (a < target){\n System.out.println(x*(x-1L));\n break;\n }\n }\n }", "double getExtremeSpikeProbability();", "public int best(){\n List<Integer> points = count();\n Integer max = 0;\n for (Integer p: points){\n if (p <= 21 && max < p){\n max = p;\n }\n }\n return max;\n }", "private void warResult() {\r\n // Get number of survivors alive\r\n int survivorCount = safeCount(survivors);\r\n if (survivorCount == 0) {\r\n System.out.println(\"None of the survivors made it.\");\r\n\t\t}\r\n else {\r\n System.out.println(\"It seems \" + survivorCount + \" have made it to safety.\");\r\n\t\t}\r\n }", "protected int getHighestInnovation() {\n\t\treturn highest;\n\t}", "public int gameOver(){\n\t\tfor(int i=0;i<3;i++){\n\t\t\tif(banmen[i][0]==1&&banmen[i][1]==1&&banmen[i][2]==1){\n\t\t\t\treturn 1;\n\t\t\t}\n\t\t\tif(banmen[0][i]==1&&banmen[1][i]==1&&banmen[2][i]==1){\n\t\t\t\treturn 1;\n\t\t\t}\n\t\t\tif(banmen[i][0]==2&&banmen[i][1]==2&&banmen[i][2]==2){\n\t\t\t\treturn 2;\n\t\t\t}\n\t\t\tif(banmen[0][i]==2&&banmen[1][i]==2&&banmen[2][i]==2){\n\t\t\t\treturn 2;\n\t\t\t}\n\t\t}\n\t\tif(banmen[0][0]==1&&banmen[1][1]==1&&banmen[2][2]==1){\n\t\t\treturn 1;\n\t\t}\n\t\tif(banmen[0][2]==1&&banmen[1][1]==1&&banmen[2][0]==1){\n\t\t\treturn 1;\n\t\t}\n\t\tif(banmen[0][0]==2&&banmen[1][1]==2&&banmen[2][2]==2){\n\t\t\treturn 2;\n\t\t}\n\t\tif(banmen[0][2]==2&&banmen[1][1]==2&&banmen[2][0]==2){\n\t\t\treturn 2;\n\t\t}\n\t\tfor(int i=0;i<3;i++){\n\t\t\tfor(int j=0;j<3;j++){\n\t\t\t\tif(banmen[i][j]==0){\n\t\t\t\t\treturn -1;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn 0;\n\t}", "private double getUnadjustedFitness(Computer computer){\n double score = 0;\n score += 6 * getMatchPercent(computer);\n if(computer.compatible() && sizeCompatability(computer))\n score += 9.5;\n int ramAmount =computer.ramAmount();\n if(ramAmount < 8)\n score -= (8 - ramAmount) * 2;\n else if(ramAmount > 8 && ramAmount < 17)\n score += .06 * (ramAmount - 8);\n else if(ramAmount > 17)\n score += .03 * (ramAmount - 8);\n\n if(computer.cpu.name.contains(\"Intel\") && computer.cpu.name.endsWith(\"K\")){\n if (!computer.motherboard.overclock()){\n score -= 6;\n }\n }\n\n if(computer.cpu.name.contains(\"Intel\") && !(computer.cpu.shortname.contains(\"-5\") || computer.cpu.shortname.contains(\"-6\"))){\n score -= 2;\n }\n if(computer.cpu.name.contains(\"GeForce\") && !(computer.gpu.name.contains(\"GTX 9\") || computer.gpu.name.contains(\"GTX 1\"))){\n score -= 2;\n }\n if(computer.bootDrive.size < 240)\n score -= settings.diskSize * 0.33;\n if(computer.bootDrive.size > 700)\n score += settings.diskSize * 5;\n else\n score += settings.diskSize * computer.bootDrive.size / 140;\n if(computer.secondaryDrive != null)\n score += settings.diskSize * computer.secondaryDrive.size / 1000;\n\n //Now ensure there's enough power, and give a bonus for there being ~300 watts more than needed;\n //there are 4.5 points to gain in powersupply, 10 points to lose\n int basePower = computer.powerConsumption();\n int ideal = basePower + 65;\n if(computer.power.watts < basePower)\n score -= 10;\n else if(computer.power.watts < ideal)\n score += (basePower - computer.power.watts) / 100;\n else\n score += 2.5 - (computer.power.watts - basePower) / 250;\n score += (3 - computer.power.tier) * .6;\n\n // Now motherboard, one point to gain, one to lose\n score += 2 - computer.motherboard.getQuality();\n\n double driveScore = ((computer.bootDrive.reads + computer.bootDrive.writes) / 2) / 88;\n driveScore -= 2;\n if(driveScore > 7.5){\n driveScore = 7.5;\n }\n score += driveScore;\n double rawCpu = ((1 - settings.multicore) / 3) * computer.cpu.singlecore + ((settings.multicore / 3) * (computer.cpu.multicore));\n double adjustedCpu = 26 + 40* ((settings.cpuIntensity / (settings.cpuIntensity + settings.gpuIntensity))* rawCpu - lowCpuScore()) / (maxCpuScore() - lowCpuScore());\n double rawGpu = computer.gpu.fps + (computer.gpu.threedmark / 100);\n double adjustedGpu = 17 + 40 * ((settings.gpuIntensity / (settings.cpuIntensity + settings.gpuIntensity)) * rawGpu - lowGpuScore()) / (maxGpuScore() - lowGpuScore());\n //Inflate the GPU score slightly\n // adjustedGpu * ((35 - adjustedGpu) / 35);\n score += adjustedGpu;\n score += adjustedCpu;\n\n return score;\n }", "private void runBest() {\n }", "private int heavyAttack() {\n return attack(6, 2);\n }", "Object getBest();", "public Individual getWorst() {\n\t\treturn individuals[individuals.length-1];\n\t}", "public Decision worstFor(Context context);", "void one_epoch() {\r\n \r\n \tdouble P_MUT = 0.1; // p-stwo mutacji\r\n \tdouble P_REC = 0.6; // p-stwo krzyzowania\r\n \r\n\t\tint poz=0;\t\t\t// pozycja najlepszego osobnika\r\n\t\t\r\n\t\tint ch1,ch2, cross, imin=0, imax=0;\r\n\t\tdouble min=Double.MAX_VALUE, max;\r\n\t\t\r\n\t\tinit();\r\n\t\r\n\t\t// ewolucja przez MAX_ITER iteracji\r\n\t\tfor (int iter = 0; iter < MAX_ITER; iter++) {\r\n\t\t\t//ocena osobnikow\r\n\t\t\tmin = Double.MAX_VALUE;\r\n\t\t\tmax = 0;\r\n\t\t\ttotFit = 0; \r\n\t\t\tdouble suma=0;\r\n\t\t\tfor (int i=0; i<SIZE; i++) {\r\n\t\t\t\tfit[i] = fitness(i); // oblicza dostosowanie i-tego osobnika\r\n\t\t\t\ttotFit+=fit[i]; \t\t // obl. calkowitego dopasowania \r\n\t\t\t\tif (fit[i]<min) {\r\n\t\t\t\t\tmin = fit[i]; \t\t // najlepsza wartosc dostosowania\r\n\t\t\t\t\timin = i;\t \t\t // nr pozycji najlepszego osobnika\r\n\t\t\t\t}\r\n\t\t\t\tif (fit[i]>max) {\r\n\t\t\t\t\tmax = fit[i];\r\n\t\t\t\t\timax = i;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tif (iter==999) piszPop();\r\n\t\t\t//strategia elitarna:\r\n\t\t\tif (min>best) {\r\n\t\t\t//jesli nowa populacja nie zawiera lepszego\r\n\t\t\t//osobnika, to najgorszy zastepowany jest przez cbest\r\n\t\t\t\tfor (int j=0; j<LEN; j++)\r\n\t\t\t\toldpop[imax][j] = cbest[j];\r\n\t\t\t\tmin = best;\r\n\t\t\t\tfit[imax] = best;\r\n\t\t\t\tsuma = totFit - fit[imax] + min;\r\n\t\t\t} \r\n\t\t\t//w przeciwnym razie najlepszy z populacji staje sie cbest;\r\n\t\t\telse {\r\n\t\t\t\tfor (int j=0; j<LEN; j++) {\r\n\t\t\t\t\tcbest[j] = oldpop[imin][j];\r\n\t\t\t\t}\r\n\t\t\t\tbest = min;\r\n\t\t\t}\r\n\t\t\tsuma = suma/SIZE;\r\n\t\t\t//druk najlepszego rozwiazania\t\r\n\t \tif (min==0 && pisac) {\r\n\t\t\t\tSystem.out.print(\"Rozwiazanie: '\");\r\n\t\t\t\tfor (int i=0; i<LEN; i++) System.out.print(oldpop[imin][i]);\r\n\t\t\t\tSystem.out.println(\" fit: \"+fitness(imin)+\" iteracja: \"+iter);\r\n\t\t\t\tpisac=false;\r\n\t\t\t}\r\n\t\t\t// zbieranie statystyk\r\n\t \tstat[iter][0] += min;\r\n\t \tstat[iter][1] += min*min;\r\n\t \tpoz = 0;\r\n\t \t//operacje genetyczne: selekcja, krzyzowanie i mutacja\r\n\t \tfor (int j = 0; j < SIZE/2; j++) {\r\n\t\t\t\t// Wybór rodziców (selekcja turniejowa).\r\n\t\t\t\tch1 = tournament();\r\n\t\t\t\tch2 = tournament();\r\n\t\t\t\t//krzyzowanie\r\n\t\t\t\tif (rnd.nextDouble()<P_REC) {\r\n\t\t\t\t\tcross = (int)Math.floor(rnd.nextDouble()*LEN);\r\n\t\t\t\t} else cross=LEN; //bez krzyzowania\r\n\t\t\t\tfor (int i=0; i<cross; i++) {\r\n\t\t\t\t\t//mutacja\r\n\t\t\t\t\tif (rnd.nextDouble()<P_MUT) \r\n\t\t\t\t\t\tnewpop[poz][i] = 1-oldpop[ch1][i];\r\n\t\t\t\t\telse \r\n\t\t\t\t\t\tnewpop[poz][i] = oldpop[ch1][i];\r\n\t\t\t\t\tif (rnd.nextDouble()<P_MUT) \r\n\t\t\t\t\t\tnewpop[poz+1][i] = 1-oldpop[ch2][i];\r\n\t\t\t\t\telse \r\n\t\t\t\t\t\tnewpop[poz+1][i] = oldpop[ch2][i];\r\n\t\t\t\t}\r\n\t\t\t\tfor (int i=cross; i<LEN; i++) {\r\n\t\t\t\t\tif (rnd.nextDouble()<P_MUT)\r\n\t\t\t\t\t\tnewpop[poz][i] = 1-oldpop[ch2][i];\r\n\t\t\t\t\telse \r\n\t\t\t\t\t\tnewpop[poz][i] = oldpop[ch2][i];\r\n\t\t\t\t\tif (rnd.nextDouble()<P_MUT) \r\n\t\t\t\t\t\tnewpop[poz+1][i] = 1-oldpop[ch1][i];\r\n\t\t\t\t\telse \r\n\t\t\t\t\t\tnewpop[poz+1][i] = oldpop[ch1][i];\r\n\t\t\t\t}\r\n\t\t\t\tpoz = poz+2;\r\n\t \t}\r\n\t \tfor (int i=0; i<SIZE; i++) {\r\n\t \t\tfor (int j=0; j<LEN; j++) {\r\n\t \t\t\toldpop[i][j] = newpop[i][j];\r\n\t \t\t}\r\n\t \t}\t \t\r\n\t\t}\r\n }", "public void war() {\r\n while ((safeCount(survivors) > 0) && (safeCount(zombies) > 0)) {\r\n // Make each survivor attack every zombie\r\n attack(survivors, zombies);\r\n\r\n // Make each zombie attack every survivor\r\n attack(zombies, survivors);\r\n }\r\n\r\n // Print number of survivors that made to safety.\r\n warResult();\r\n }", "@Test(timeout = 4000)\n public void test40() throws Throwable {\n LovinsStemmer lovinsStemmer0 = new LovinsStemmer();\n String string0 = lovinsStemmer0.stemString(\"probToLogOdds: probability must be in [0,1] \");\n assertEquals(\"probtologod: prob must be in [0,1] \", string0);\n }", "public void cheat() {\r\n\t\t\t\tnourriture += population*10;\r\n\t\t\t\tarmee += population/2;\r\n\t\t\t\tpopulation += armee*tailleArmee;\r\n\t\t\t}", "public static void main(String[] args) throws Exception {\n getBestTime();\n }", "public double getBestScore();", "float getWetness();", "public Position findWeedPosition() {\n int x = 0;\n int y = 0;\n int sum = 0;\n for (int i = 0; i < this.WORLD.getMapSize().getX(); i++) {\n for (int j = 0; j < this.WORLD.getMapSize().getY(); j++) {\n\n //hogweed\n Organism organism = this.WORLD.getOrganism(i, j);\n if(organism!=null){\n Class c = organism.getClass();\n if (c.getSimpleName().equals(\"Parnsip\")) {\n int tmpX = Math.abs(this.position.getX() - i);\n int tmpY = Math.abs(this.position.getY() - j);\n if (!(sum==0)) {\n int tmpSum = tmpX + tmpY;\n if (sum > tmpSum) {\n x = i;\n y = j;\n sum = tmpSum;\n }\n }\n else {\n x = i;\n y = j;\n sum = tmpX + tmpY;\n\n }\n }\n }\n\n }\n }\n return new Position(x,y);\n }", "void CalculateProbabilities()\n\t{\n\t int i;\n\t double maxfit;\n\t maxfit=fitness[0];\n\t for (i=1;i<FoodNumber;i++)\n\t {\n\t if (fitness[i]>maxfit)\n\t maxfit=fitness[i];\n\t }\n\n\t for (i=0;i<FoodNumber;i++)\n\t {\n\t prob[i]=(0.9*(fitness[i]/maxfit))+0.1;\n\t }\n\n\t}", "@Override\n\tprotected double[] calculateNeighbourhoodBest(int i) {\n\t\t\t//System.out.println(\"Gbest particle from local typology!\");\n\t\t\tint indexBestParticle = i;\n\t\t\tint indexLeftNeighbour = (i > 0) ? i - 1 : swarmSize - 1;\n\t\t\tint indexRightNeighbour = (i < swarmSize - 1) ? i + 1 : 0;\t\t\n\t\t\t\t\t\n\t\t\tdouble nBestFitness = swarm.get(i).getPBestFitness();\n\t\t\tdouble leftNeighborParticlePBestFitness = swarm.get(indexLeftNeighbour).getPBestFitness();\n\t\t\tdouble rightNeighborParticlePBestFitness = swarm.get(indexRightNeighbour).getPBestFitness();\n\t\t\t\t\t\n\t\t\tif (leftNeighborParticlePBestFitness < nBestFitness) {\n\t\t\t\tindexBestParticle = indexLeftNeighbour;\n\t\t\t\tnBestFitness = leftNeighborParticlePBestFitness;\n\t\t\t}\n\t\t\tif (rightNeighborParticlePBestFitness < nBestFitness) {\n\t\t\t\tindexBestParticle = indexRightNeighbour;\n\t\t\t\tnBestFitness = rightNeighborParticlePBestFitness;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\treturn swarm.get(indexBestParticle).getPBest();\n\t\t\t//return swarm.get(indexBestParticle);\n\t\t\t\n\t}", "int getSoilMoistureLevel(int soilMoistureMM);", "@Test\r\n void testSoftMajorityAlwaysDefect() {\r\n AlwaysDefect testStrat = new AlwaysDefect();\r\n SoftMajority testStrat2 = new SoftMajority();\r\n ArrayList<Integer> payoffs = new ArrayList<>(Arrays.asList(3, 5, 0, 1));\r\n Game game = new Game(testStrat, testStrat2, 3, payoffs);\r\n game.playGame();\r\n assertEquals(testStrat2.getPoints(), 2, \"SoftMajority strategy not functioning correctly\");\r\n }", "public int minimumPenalty() {\n return dp[dp.length-1];\n }", "@Override\n\tpublic int topSpeed() {\n\t\treturn 0;\n\t}", "public int calcMaxLife() {\n\t\treturn 10;\r\n\t}", "@Override\n\tpublic double attack() {\n\t\treturn 12.5;\n\t}", "public static void main(String[] args) {\n\n\n\n double numberOfgallons = 5;\n\n double gallonstolitter = numberOfgallons*3.785;\n\n\n String result = numberOfgallons + \" gallons equal to: \"+gallonstolitter+ \" liters\";\n System.out.println(result);\n\n //=============================================\n /* 2. write a java program that converts litters to gallons\n 1 gallon = 3.785 liters\n 1 litter = 1/3.785\n*/\n\n /*double litter1 = 1/3.785;\n double l =10;\n double gallon1 = l*litter1;\n\n System.out.println(gallon1);\n //======================================================\n*/\n /*\n 3. manually calculate the following code fragements:\n\t\t\t\t1. int a = 200;\n\t\t\t\t\tint b = -a++ + - --a * a-- % 2\n\t\t\t\t\tb = ?\n\n */\n\n\n double numberOfLiters = 100;\n\n double LiterstoGallons = numberOfLiters/3.785;\n\n String result2 = numberOfLiters+\" liters equal to \"+LiterstoGallons+\" galons\";\n\n System.out.println(result2);\n\n\n\n\n\n\n\n\n\n\n\n\n\n int a = 200;\n int b = -a++ + - --a * a-- % 2;\n // b = -200 + - 200* 200%2 = -200;\n\n int x = 300;\n int y = 400;\n int z = x+y-x*y+x/y;\n // z= 300+400-300*400+300/400=700-120000+0(cunki int kimi qebul edir)= -119300;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n }", "@SuppressWarnings(\"unchecked\")\n\tpublic static void main(String[] args) {\n\t\tString grid = Mission_Impossible.gen_grid();\n\t\tlong start = System.currentTimeMillis();\n\t\tMission_Impossible.solve(grid, \"BF\", false);\n\t\tSystem.out.println(\"Total Time\");\n\t\tSystem.out.println(System.currentTimeMillis() - start);\n\n\t}", "boolean outOfSight();", "public static void hardestBoss() {\r\n // Get array with names of bosses.\r\n BossNames[] names = BossNames.values();\r\n\r\n // Get array of damage/attack points of the bosses.\r\n Boss boss = new Boss();\r\n int bossDamage[] = boss.getBossDamage();\r\n\r\n // Calculate max damage/attack points using for-each loop.\r\n int maxDamage = bossDamage[0];\r\n for (int damage : bossDamage) {\r\n if (damage > maxDamage) {\r\n maxDamage = damage;\r\n }\r\n }\r\n\r\n // Search array for maxDamage to calculate index.\r\n int index = -1;\r\n for (int i = 0; i < bossDamage.length; i++) {\r\n if (bossDamage[i] == maxDamage) {\r\n index = i;\r\n }\r\n }\r\n\r\n if (index != -1) {\r\n console.println(\"The boss with the greatest attack points is \" + names[index] + \".\");\r\n }\r\n }", "public double getBestSolutionEvaluation();", "public boolean isMaximumBetter(){\n return false;\n }", "@Test(timeout = 4000)\n public void test120() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluation evaluation0 = new Evaluation(instances0);\n double double0 = evaluation0.pctIncorrect();\n assertEquals(Double.NaN, double0, 0.01);\n assertEquals(0.0, evaluation0.SFPriorEntropy(), 0.01);\n }", "@Override\n\t\tpublic double heuristic() {\n\t\t\tint sum = 0;\n\t\t\tfor (int i = 0; i < k; i++) {\n\t\t\t\tsum += Math.abs(xGoals[i] - state[i]);\n\t\t\t\tsum += Math.abs(yGoals[i] - state[k + i]);\n\t\t\t}\n\t\t\treturn sum;\n\t\t}", "public abstract Boolean higherScoreBetter();", "int tournament() {\r\n \tint ch1,ch2;\r\n\t\tch1 = (int)Math.floor(Math.random()*SIZE);\r\n\t\tdo {\r\n\t\t\tch2 = (int)Math.floor(Math.random()*SIZE);\r\n\t\t} while (ch1==ch2);\r\n\t\tif (fit[ch1]<fit[ch2]) return ch1;\r\n\t\telse return ch2;\r\n }", "@Test(timeout = 4000)\n public void test108() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluation evaluation0 = new Evaluation(instances0);\n double double0 = evaluation0.avgCost();\n assertEquals(Double.NaN, double0, 0.01);\n assertEquals(0.0, evaluation0.SFPriorEntropy(), 0.01);\n }", "private void findBest()\r\n\t{\r\n\t\tint i;\r\n\t\tint size_mature_pool;\r\n\t\tint idx_current;//index of a currently checked genotype\r\n\t\tint num_errors;//number of errors of the current chromosome\r\n\t\tdouble min_error;//smallest error among the oldest genotypes\r\n\t\tVector<Integer> idx_oldest;\r\n\t\t\r\n\t\tsize_mature_pool = _pool_of_bests.size();\r\n\t\t\r\n\t\tidx_oldest = new Vector<Integer>(0, 1);\r\n\t\t\r\n\t\t//find all oldest genotypes\r\n\t\tfor(i=0; i<size_mature_pool; i++)\r\n\t\t{\r\n\t\t\tnum_errors = _pool_of_bests.get(i)._error.all_single_squares.size();\r\n\t\t\tif(num_errors>=_min_life_span)\r\n\t\t\t{\r\n\t\t\t\tidx_oldest.add(i);\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\t//find the best oldest gentypes with a span above a threshold\r\n\t\t_best_idx = -1;\r\n\t\tif(idx_oldest.size() > 0)\r\n\t\t{\r\n\t\t\t_best_idx = idx_oldest.get(0);\r\n\t\t\tmin_error = _pool_of_bests.get(_best_idx)._error.getAverageError();\r\n\t\t\tfor(i=1; i<idx_oldest.size(); i++)\r\n\t\t\t{\r\n\t\t\t\tidx_current = idx_oldest.get(i);\r\n\t\t\t\tif(min_error > _pool_of_bests.get(idx_current)._error.getAverageError())\r\n\t\t\t\t{\r\n\t\t\t\t\t_best_idx = idx_current;\r\n\t\t\t\t\tmin_error = _pool_of_bests.get(_best_idx)._error.getAverageError();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}", "@Override\r\n\tint check_sweetness() {\n\t\treturn 30;\r\n\t}", "float getSpecialProb();", "public SolutionType getBestSolution();", "@Test\r\n void testHardMajorityAlwaysDefect() {\r\n AlwaysDefect testStrat = new AlwaysDefect();\r\n HardMajority testStrat2 = new HardMajority();\r\n ArrayList<Integer> payoffs = new ArrayList<>(Arrays.asList(3, 5, 0, 1));\r\n Game game = new Game(testStrat, testStrat2, 3, payoffs);\r\n game.playGame();\r\n assertEquals(testStrat2.getPoints(), 3, \"HardMajority strategy not functioning correctly\");\r\n }", "private String production() {\r\n\t\tint[] prod=tile.getProductionNeedsMet();\r\n\t\tString out=\"Production Met: \"+prod[0]+\" || Production Not Met: \"+prod[1];\r\n\t\treturn out;\r\n\t}", "public Fitness worstScore() {\r\n Map.Entry<Fitness, List<Element>> worstEntry\r\n = elementsByFitness.firstEntry();\r\n if (worstEntry == null) {\r\n return null;\r\n }\r\n Fitness result = worstEntry.getKey();\r\n\r\n return result;\r\n }", "public void bruteForcePrint() {\n long start = System.currentTimeMillis();\n io.print(\"The given statement is \");\n if (brute.checkEveryCombination(numVariables, statement)) {\n io.println(\"satisfiable.\");\n } else {\n io.println(\"not satisfiable.\");\n }\n io.println(\"The calculation took \" + (System.currentTimeMillis() - start) + \" milliseconds.\\n\");\n }", "public int getDescent() {\n // return descent;\n\t\treturn gpf.descent;\n }", "public static double difficultyRating()\r\n {\r\n double howhard = 4.0;\r\n return howhard;\r\n }", "public void topScore() {\n\t\tif (playern.getExp() >= 100) {\n\t\t\tSystem.out.println(\"You become a Warrior and win the game\");\n\t\t\tSystem.exit(0);\n\t\t}\n\t}", "public PentagoMove alphabetaw(PentagoBoardState boardState){\n PentagoBoardState pbs = (PentagoBoardState) boardState.clone();\n ArrayList<PentagoMove> legalmoves = pbs.getAllLegalMoves();\n\n PentagoMove bestmove = legalmoves.get(0);\n PentagoMove bestopponentmove = new PentagoMove(0,0,0,0,0);\n int bestmovescore = -9999999;\n int bestwhitescore = 0;\n //ArrayList<Integer> scores = new ArrayList<Integer>();\n for(int i = 0;i<legalmoves.size()-1;i++){\n\n PentagoBoardState newboard = (PentagoBoardState) pbs.clone();\n //System.out.println( pbs.getTurnPlayer() + \"BEFORE PROCESS\");\n PentagoMove next = legalmoves.get(i);\n\n newboard.processMove(next);\n\n int score = evaluate(newboard);\n //scores.add(score);\n //System.out.println( pbs.getTurnPlayer() + \" AFTER PROCES\");\n\n if(score > 100000){\n newboard.getWinner();\n newboard.printBoard();\n System.out.println(\"FOUND A WINNER\" + score);\n return next;\n }\n\n\n PentagoMove currentopponentmove;\n ArrayList<PentagoMove> opponentlegalmoves = newboard.getAllLegalMoves();\n if (opponentlegalmoves.size()!=0){\n currentopponentmove = opponentlegalmoves.get(0);\n }\n\n int minopponentmovescore = 999999;\n int thismovescore = -9999;\n ArrayList<PentagoMove> bestopponentmoves = new ArrayList<PentagoMove>();\n PentagoMove currentbestopponentmove = new PentagoMove(0,0,0,0,0);\n\n for(int a = 0;a<opponentlegalmoves.size()-1;a++){\n\n PentagoBoardState pbsopponent = (PentagoBoardState) newboard.clone();\n //System.out.println( pbs.getTurnPlayer() + \"BEFORE PROCESS\");\n PentagoMove opponentnext = opponentlegalmoves.get(a);\n\n pbsopponent.processMove(opponentnext);\n //System.out.println( pbs.getTurnPlayer() + \" AFTER PROCES\");\n //pbs.printBoard();\n\n int opponentscore = evaluate(pbsopponent);\n\n\n\n\n\n if (minopponentmovescore>opponentscore){\n //currentopponentmove = opponentnext;\n minopponentmovescore = opponentscore;\n bestopponentmoves.add(opponentnext);\n currentbestopponentmove = opponentnext;\n }\n\n\n }\n bestopponentmove = currentbestopponentmove;\n //lvl 3\n /*\n\n int lvl3minscore =99999;\n PentagoMove currentmaxmove;\n for (int r = 0;r<bestopponentmoves.size()-1;r++) {\n PentagoBoardState pbsopponent = (PentagoBoardState) newboard.clone();\n pbsopponent.processMove(bestopponentmoves.get(r));\n\n ArrayList<PentagoMove> maxlegalmoves = pbsopponent.getAllLegalMoves();\n if (maxlegalmoves.size() != 0) {\n currentmaxmove = maxlegalmoves.get(0);\n }\n int opponentscore = evaluate(pbsopponent);\n int findminmaxmovescore = -99999;\n for (int s = 0; s < maxlegalmoves.size() - 1; s++) {\n\n PentagoBoardState maxboard = (PentagoBoardState) pbsopponent.clone();\n //System.out.println( pbs.getTurnPlayer() + \"BEFORE PROCESS\");\n PentagoMove maxnext = maxlegalmoves.get(s);\n\n maxboard.processMove(maxnext);\n //System.out.println( pbs.getTurnPlayer() + \" AFTER PROCES\");\n //pbs.printBoard();\n\n int maxnextscore = evaluate(pbsopponent);\n if (findminmaxmovescore < maxnextscore) {\n currentmaxmove = maxnext;\n findminmaxmovescore = maxnextscore;\n }\n }\n if (thismovescore<findminmaxmovescore){\n //currentopponentmove = opponentnext;\n thismovescore = findminmaxmovescore;\n }\n\n //opponentscore = maxmovescore;\n }\n\n //end experiment\n\n\n\n\n if (mycolour ==1){\n lvl3minscore =minopponentmovescore;\n }\n */\n if (minopponentmovescore>bestmovescore){//minopponentmovescore\n System.out.println(\"max player move score: \"+score + \"Min : \" + minopponentmovescore);\n bestmovescore = minopponentmovescore;\n bestmove = next;\n bestwhitescore = score;\n\n }\n else if (minopponentmovescore == bestmovescore){\n if (score > bestwhitescore){\n System.out.println(\"max player move score: \"+score + \"Min : \" + minopponentmovescore);\n bestmovescore = minopponentmovescore;\n bestmove = next;\n bestwhitescore = score;\n }\n\n\n\n }\n\n\n }\n System.out.println(\"final max player move score: \"+ bestmovescore + \"\\n My best move: \"+bestmove.toPrettyString() + \"\\n My best move: \"+ bestopponentmove.toPrettyString());\n return bestmove;\n }", "public void printBestIndividual() {\n\t\tSystem.out.println(\"Finalizing\");\n\t\tQuoridorBoard board;\n\t\tfor (int t = 0; t < (Math.log(individuals.length) / Math.log(2)); t++) {\n\t\t\tfor (int i = 0; i < individuals.length - 1; i++) {\n\t\t\t\tif (individuals[i].fitness == t) {\n\t\t\t\t\tfor (int j = i + 1; j < individuals.length; j++) {\n\t\t\t\t\t\tif (individuals[j].fitness == t) {\n\t\t\t\t\t\t\tboard = new QuoridorBoard(individuals[i],\n\t\t\t\t\t\t\t\t\tindividuals[j]);\n\t\t\t\t\t\t\tboard.play();\n\t\t\t\t\t\t\tif (board.getWinner() != null) {\n\t\t\t\t\t\t\t\tAI winner = board.getWinner();\n\t\t\t\t\t\t\t\tAI loser = board.getLoser();\n\t\t\t\t\t\t\t\twinner.fitness++;\n\t\t\t\t\t\t\t\tindividuals[i] = winner;\n\t\t\t\t\t\t\t\tindividuals[j] = loser;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\ttry {\n\t\t\tFileWriter fstream = new FileWriter(\"evoOutput.txt\");\n\t\t\tBufferedWriter out = new BufferedWriter(fstream);\n\t\t\tint max1 = 0;\n\t\t\tint max2 = 0;\n\t\t\tAI best1 = new AI();\n\t\t\tAI best2 = new AI();\n\t\t\tfor (AI ai : individuals) {\n\t\t\t\tif (ai.fitness > max1) {\n\t\t\t\t\tmax1 = ai.fitness;\n\t\t\t\t\tbest1 = ai.clone();\n\t\t\t\t} else if (ai.fitness > max2) {\n\t\t\t\t\tmax2 = ai.fitness;\n\t\t\t\t\tbest2 = ai.clone();\n\t\t\t\t}\n\t\t\t}\n\t\t\tout.write(best1.outputString() + \"\\r\\n\" + best2.outputString()\n\t\t\t\t\t+ \"\\r\\n\");\n\t\t\tout.close();\n\t\t\tSystem.out.println(\"Done\");\n\t\t} catch (Exception e) {\n\t\t\tSystem.err.println(\"Error: \" + e.getMessage());\n\t\t}\n\t}", "private boolean learning()\r\n\t{\r\n\t\tint temp = (int) (Math.random() * 100);\t\t//generate a random int between 0-100\r\n\t\tif(temp<=intelligence)\r\n\t\t\treturn true;\r\n\t\treturn false;\r\n\t}", "private int tournament()\r\n {\r\n\tint out = spinTheWheel();\r\n\tdouble max = ff.evaluate(chromos.get(out),generation());\r\n\tdouble temp_fitness = 0;\r\n\tint temp_index = 0;\r\n\r\n\tfor(int i = 0; i < selPara - 1 + tourStep*generation(); i++)\r\n\t {\r\n\t\ttemp_index = spinTheWheel();\r\n\t\ttemp_fitness = ff.evaluate(chromos.get(temp_index),generation());\r\n\t\tif(temp_fitness > max)\r\n\t\t {\r\n\t\t\tmax = temp_fitness;\r\n\t\t\tout = temp_index;\r\n\t\t }\r\n\t }\r\n\treturn out;\r\n }", "@Test\n @Tag(\"slow\")\n public void testWOOD1P() {\n CuteNetlibCase.doTest(\"WOOD1P.SIF\", \"1.44290241157344\", \"9.99999999999964\", NumberContext.of(7, 4));\n }", "public Code guess(){\n int minimumEliminated = -1;\n Code bestGuess = null;\n //Create a list of all codes in sample space (including both impossible and possible codes)\n List<Code> unusedCodes = new LinkedList<>(possibleCodes);\n unusedCodes.addAll(impossibleCodes);\n\n //MinMax part\n //For each code in the sample space\n for (Code arbitraryCode : unusedCodes) {\n //Create a new 2D miniMax table\n int[][] scoreTable = new int[Code.CODE_LENGTH + 1][Code.CODE_LENGTH + 1];\n //For each possibleCode\n for (Code possibleCode : possibleCodes) {\n Response response = arbitraryCode.getResponse(possibleCode); //Compare with the temporary arbitrary code and get response\n scoreTable[response.getStrikes()][response.getHits()]++; //Increase number of codes which have this response\n }\n //Find max in the table\n int maxScoreHits = -1;\n for (int[] row : scoreTable) {\n for (int i : row) {\n maxScoreHits = Integer.max(i, maxScoreHits);\n }\n }\n int score = possibleCodes.size() - maxScoreHits; //Evaluate score\n //Update minimumEliminated and bestGuess\n if (score > minimumEliminated) {\n minimumEliminated = score;\n bestGuess = arbitraryCode;\n }\n }\n\n //Update guess\n guess = bestGuess;\n\n return bestGuess;\n }", "public int eval()\n\t\t{\n\t\t\tif (p[BLACK]==0) return MAX+1;\t//black=0 then white win then return max\n\t\t\tif (p[WHITE]==0) return MIN-1;\t//white=0 then black win then return min\n\t\t\tint bl=getNumberOne(p[0]);int wh=getNumberOne(p[1]);\n\t\t\treturn wh-bl;\n\t\t}", "public static int gameOver(Node nd){\n\t\tint win;\n\t\tfor(int i=0; i<6; i++){\n\t\t\tfor(int j=0; j<7; j++){\n\t\t\t\tif((win = utilVert(nd,i,j)) != 0){\n\t\t\t\t\tif(win == -512)\n\t\t\t\t\t\treturn -512;\n\t\t\t\t\telse if(win == 512)\n\t\t\t\t\t\treturn 512;\n\t\t\t\t}\n\n\t\t\t\tif((win = utilHori(nd,i,j)) != 0){\n\t\t\t\t\tif(win == -512)\n\t\t\t\t\t\treturn -512;\n\t\t\t\t\telse if(win == 512)\n\t\t\t\t\t\treturn 512;\n\t\t\t\t}\n\n\t\t\t\tif((win = utilRDiag(nd,i,j)) != 0){\n\t\t\t\t\tif(win == -512)\n\t\t\t\t\t\treturn -512;\n\t\t\t\t\telse if(win == 512)\n\t\t\t\t\t\treturn 512;\n\t\t\t\t}\n\n\t\t\t\tif((win = utilLDiag(nd,i,j)) != 0){\n\t\t\t\t\tif(win == -512)\n\t\t\t\t\t\treturn -512;\n\t\t\t\t\telse if(win == 512)\n\t\t\t\t\t\treturn 512;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif(fullBoard(nd))\n\t\t\treturn 1;\n\n\t\treturn 0;\n\t}", "public String getIterationSurMax() { return (actuelIteration + 1) + \"/\" + totalIteration; }", "public String makeUpMetaphysics() {\n\t\treturn \"Yes I know what I'm talking about and I understand existence more than everyone else. As \"\n\t\t\t\t+ \"you can see I wrote all these books: \" + books + \". I am truly the wokest being alive.\";\n\t}", "@Test\n @Tag(\"slow\")\n public void testWOODW() {\n CuteNetlibCase.doTest(\"WOODW.SIF\", \"1.30447633308416\", \"6.463675062936\", NumberContext.of(7, 4));\n }", "@Test(timeout = 4000)\n public void test68() throws Throwable {\n LovinsStemmer lovinsStemmer0 = new LovinsStemmer();\n String string0 = lovinsStemmer0.stemString(\"probToLogOdds: probability must be in [0,1] \");\n assertEquals(\"probtologod: prob must be in [0,1] \", string0);\n }", "public static void main (String [] args)\r\n {\r\n System.out.println(\"\\nWelcome to Scrabble Word! This program finds the most valuable word based on a scrabble hand. The rules the program works off are the point values for letters provided by http://scrabble.hasbro.com/en-us/faq and the double score multiplier for consecutive double letters.\\n\");\r\n System.out.print(\"Please enter a list of letters, from 3 to 12 letters long, without spaces -> \"); \r\n String input = userInput(); \r\n if(input == null)\r\n {\r\n System.exit(0);\r\n }\r\n String [] word = findWords(input);\r\n printWords(word); \r\n //pointvalues of letters (alphabetical order)\r\n int [] table = {1,3,3,2,1,4,2,4,1,8,5,1,3,1,1,3,10,1,1,1,1,4,4,8,4,10};\r\n String best = bestWord(word,table);\r\n if(best == null || best.equals(\"\"))\r\n {\r\n System.out.println(\"No word from the IGN data source can be created with that input.\");\r\n System.exit(1);\r\n }\r\n System.out.println(\"\\n\\nHighest scoring word: \" + best + \"\\n\");\r\n }", "public double getCurrentGeneration() throws IOException{\n\t\tint minute = TimeSlice.getCurrentMinute();\n\t\tif((minute<6*60)||(minute>18*60))\n\t\t\treturn Math.random();\t// at night, return a noise near to 0\n\t\tWebWeather webWeather = (new WebWeather()).getCurrentDay();\n\t\tint dayText = webWeather.getDayText();\n\t\tdouble level = normalPower*dayText/3.5;\n\t\tdouble d = (Math.random()-0.5)/0.5;\n\t\tdouble ratio = 0.1;\t\t// 波动方差\n\t\tdouble noise = ratio*level;\n\t\treturn level*Math.cos((minute-12*60)/12/60*Math.PI)+noise; \t\n\t}", "private String RandomGoal() {\n\t\tList<String> list = Arrays.asList(\"m\", \"m\", \"m\", \"m\", \"m\", \"m\", \"m\", \"m\", \"t\", \"t\");\n\t\tRandom rand = new Random();\n\t\tString randomgoal = list.get(rand.nextInt(list.size()));\n\n\t\treturn randomgoal;\n\t}", "int getMaxStamina();", "public static int getObstacleProbability() {\n\t\tif(SHOW_OBSTACLES){\n\t\t\treturn RANDOM_OBSTACLE_COUNT;\n\t\t}\n\t\treturn 0;\n\t}", "public static double getOptimalInflation() {\n\t\treturn Constants.OPTIMAL_INFLATION;\n\t}", "public double getBestHeight() { return getBestHeight(-1); }", "public abstract double getHeuristic(State state);", "public long calHurt() {\n/* 82 */ return 0L;\n/* */ }", "public int getToughness();", "@SmallTest\n\tpublic void testBadMatchPenalty() {\n\t\tbadMatch();\n\t\tassertEquals((Integer) (START_SCORE - BAD_MATCH_PENALTY), Integer.valueOf(solo.getText(1).getText().toString()));\n\t}", "public static double difficultyRating()\n\t{\n\t\treturn 2.5;\n\t}", "public int getNetworth();", "private void findSmallestCost() {\n int best = 0;\n fx = funFitness[0];\n for (int i = 1; i < population; i++) {\n if (funFitness[i] < fx) {\n fx = funFitness[i];\n best = i;\n }\n }\n //System.arraycopy(currentPopulation[best], 0, bestSolution, 0, dimension);\n copy(bestSolution, currentPopulation[best]);\n }" ]
[ "0.61180055", "0.6098957", "0.6082796", "0.5977641", "0.58949584", "0.58873475", "0.57378674", "0.5715241", "0.5702853", "0.5700602", "0.5682665", "0.5672184", "0.5643335", "0.55861145", "0.55774814", "0.5574871", "0.5529801", "0.549548", "0.548966", "0.5484443", "0.5481051", "0.54771054", "0.5462926", "0.54531544", "0.5445495", "0.54443455", "0.54371834", "0.5431732", "0.54130775", "0.5410193", "0.5402703", "0.5402126", "0.53997517", "0.5395691", "0.5379794", "0.53653157", "0.53651637", "0.5346664", "0.53464246", "0.5340899", "0.5337366", "0.5334792", "0.5332416", "0.5328745", "0.53216845", "0.531816", "0.5314122", "0.5301329", "0.52922875", "0.5284098", "0.52726626", "0.52687633", "0.5255944", "0.525467", "0.52334064", "0.52254015", "0.522289", "0.5209637", "0.52083", "0.52068913", "0.52065176", "0.52019054", "0.51993835", "0.51954526", "0.5192156", "0.51886344", "0.5180137", "0.5179127", "0.5173428", "0.5167998", "0.5167734", "0.5164424", "0.51624566", "0.5160866", "0.51604944", "0.5159898", "0.5158059", "0.5157323", "0.515695", "0.515196", "0.5150271", "0.5149471", "0.5138504", "0.5137173", "0.5136503", "0.5133695", "0.5133039", "0.5127387", "0.5125236", "0.51246256", "0.5118809", "0.51183146", "0.5114419", "0.5114232", "0.51139754", "0.51135", "0.511103", "0.5110507", "0.5110423", "0.5108093", "0.5108019" ]
0.0
-1
TODO Autogenerated method stub
@Override public void tableChanged(TableModelEvent e) { int row = e.getFirstRow(); int column = e.getColumn(); TableModel model = (TableModel)e.getSource(); String columnName = model.getColumnName(column); Object data = model.getValueAt(row, column); db.update(row, columnName, data); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override public void stateChanged(ChangeEvent e) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
Creates new form FrmLogin
public FrmLogin() { initComponents(); this.setLocationRelativeTo(null); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public LOGINFORMF() {\n initComponents();\n }", "public loginForm() {\n initComponents();\n \n }", "public Form getLoginForm() {\n if (LoginForm == null) {//GEN-END:|14-getter|0|14-preInit\n // write pre-init user code here\n LoginForm = new Form(\"Welcome\", new Item[]{getTextField()});//GEN-BEGIN:|14-getter|1|14-postInit\n LoginForm.addCommand(getExitCommand());\n LoginForm.addCommand(getOkCommand());\n LoginForm.setCommandListener(this);//GEN-END:|14-getter|1|14-postInit\n // write post-init user code here\n }//GEN-BEGIN:|14-getter|2|\n return LoginForm;\n }", "public FormLogin() {\n initComponents();\n open_db();\n setLocationRelativeTo(this);\n }", "@RequestMapping(method = RequestMethod.GET)\n \tpublic String createForm(Model model, ForgotLoginForm form) {\n \t\tmodel.addAttribute(\"form\", form);\n \t\treturn \"forgotlogin/index\";\n \t}", "public LoginFarmacia() {\n initComponents();\n }", "public LoginFormBean() {\r\n \r\n }", "public LoginForm() {\n initComponents();\n }", "public Login() \n {\n super();\n create();\n this.setVisible(true);\n initComponents();\n }", "public LoginProfesor() {\n initComponents();\n }", "public login() {\n initComponents();\n }", "public static Result login(){\n String username= Form.form().bindFromRequest().get(\"username\");\n String password= Form.form().bindFromRequest().get(\"password\");\n String new_user= Form.form().bindFromRequest().get(\"new_user\");\n if(new_user != null){\n return ok(login.render(username,password));\n } else {\n Skier s=Session.authenticate(username,password);\n if(s==null){\n return badRequest(index.render(\"Invalid Username or Password\"));\n } else {\n login(s);\n return redirect(\"/home\");\n }\n }\n }", "public login() {\n initComponents();\n \n \n }", "@RequestMapping(\"/newuser\")\r\n\tpublic ModelAndView newUser() {\t\t\r\n\t\tRegister reg = new Register();\r\n\t\treg.setUser_type(\"ROLE_INDIVIDUAL\");\r\n\t\treg.setEmail_id(\"abc@xyz.com\");\r\n\t\treg.setFirst_name(\"First Name\");\r\n\t\treg.setCity(\"pune\");\r\n\t\treg.setMb_no(new BigInteger(\"9876543210\"));\r\n\t\treturn new ModelAndView(\"register\", \"rg\", reg);\r\n\t}", "public login() {\n\n initComponents();\n \n usuarios.add(new usuarios(\"claudio\", \"claudioben10\"));\n usuarios.get(0).setAdminOno(true);\n \n }", "public frm_LoginPage() {\n initComponents();\n setIcon();\n txt_userName.setText(\"\");\n txt_userName.requestFocus();\n password_password.setText(\"\");\n }", "public FrmLogin() {\n initComponents();\n FuncConnect DB = new FuncConnect();\n DB.config();\n Con = DB.Con;\n Stat = DB.StatM;\n setLocationRelativeTo(null);\n }", "public Login() {\n initComponents();\n \n }", "public LoginFormView() {\n initComponents();\n }", "public LoginController(LoginForm form) {this.loginForm = form;}", "public JanelaLogin() {\n \t\n \tConexao c = new Conexao();\n \t\n \t\n initComponents();\n }", "public void premutoLogin()\n\t{\n\t\tnew _FINITO_funzione_loginGUI();\n\t}", "public LoginForm(FTPManager mngr) {\n initComponents();\n setModal(true);\n this.mngr=mngr;\n //TODO: REMOVE! This is for testing only\n txtUsername.setText(\"asia.klich@gmail.com\");\n txtPassword.setText(\"derek\");\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n }", "public Login() {\n initComponents();\n this.setTitle(\"Login\");\n this.setLocationRelativeTo(null);\n this.pack();\n // Asignanado objecto\n adminUsers = new usuarioAdmin();\n \n // No hay inicializacion de usuarios\n sys.us[0] = new Usuario();\n sys.us[0].setId(\"admin\");\n sys.us[0].setNombre(\"admin\");\n sys.us[0].setApellido(\"admin\");\n sys.us[0].setUser(\"admin\");\n sys.us[0].setPassword(\"admin\");\n sys.us[0].setRol(\"admin\");\n }", "public ControladorLogin() { }", "public Login() {\n initComponents();\n \n }", "public TelaLogin() {\n initComponents();\n }", "public TelaLogin() {\n initComponents();\n }", "public void registerUser(RegisterForm form) throws DAOException;", "Login() { \n }", "public LogarSistema(FormListaContatos form) {\n initComponents();\n this.formContatos = form;\n tfLogin.requestFocus();\n }", "public Login() {\n inicializarUsuarios();\n }", "private void createAccount()\n {\n // check for blank or invalid inputs\n if (Utils.isEmpty(edtFullName))\n {\n edtFullName.setError(\"Please enter your full name.\");\n return;\n }\n\n if (Utils.isEmpty(edtEmail) || !Utils.isValidEmail(edtEmail.getText().toString()))\n {\n edtEmail.setError(\"Please enter a valid email.\");\n return;\n }\n\n if (Utils.isEmpty(edtPassword))\n {\n edtPassword.setError(\"Please enter a valid password.\");\n return;\n }\n\n // check for existing user\n AppDataBase database = AppDataBase.getAppDataBase(this);\n User user = database.userDao().findByEmail(edtEmail.getText().toString());\n\n if (user != null)\n {\n edtEmail.setError(\"Email already registered.\");\n return;\n }\n\n user = new User();\n user.setId(database.userDao().findMaxId() + 1);\n user.setFullName(edtFullName.getText().toString());\n user.setEmail(edtEmail.getText().toString());\n user.setPassword(edtPassword.getText().toString());\n\n database.userDao().insert(user);\n\n Intent intent = new Intent(this, LoginActivity.class);\n intent.putExtra(\"user\", user);\n startActivity(intent);\n }", "void registerNewUser(String login, String name, String password, String matchingPassword,\n String email);", "public void createPersonalInfos(JFrame jFrame, ControllerAdmin controllerAdminPersonalInfos){\n JLabel jLabelAcount = new JLabel(\"Compte\");\n jLabelAcount.setBounds(20, 20, 100, 28);\n\n JLabel jLabelId = new JLabel(\"Identifiant :\");\n jLabelId.setBounds(40, 50, 300, 28);\n JTextField jTextFieldId = new JTextField(controllerAdminPersonalInfos.getUser().getId());\n jTextFieldId.setBounds(40, 80, 300, 28);\n\n JLabel jLabelLastName = new JLabel(\"Nom :\");\n jLabelLastName.setBounds(40, 110, 300, 28);\n JTextField jTextFieldLastName = new JTextField(controllerAdminPersonalInfos.getUser().getLastName());\n jTextFieldLastName.setBounds(40, 140, 300, 28);\n\n JLabel jLabelFirstName = new JLabel(\"Prenom :\");\n jLabelFirstName.setBounds(40, 170, 300, 28);\n JTextField jTextFieldFirstName = new JTextField(controllerAdminPersonalInfos.getUser().getFirstName());\n jTextFieldFirstName.setBounds(40, 200, 300, 28);\n\n JLabel jLabelEmail = new JLabel(\"Email :\");\n jLabelEmail.setBounds(40, 230, 300, 28);\n JTextField jTextFieldEmail = new JTextField(controllerAdminPersonalInfos.getUser().getEmail());\n jTextFieldEmail.setBounds(40, 260, 300, 28);\n\n JLabel jLabelPassword = new JLabel(\"Mot de passe :\");\n jLabelPassword.setBounds(40, 290, 300, 28);\n JPasswordField jPasswordFieldPassword = new JPasswordField(controllerAdminPersonalInfos.getUser().getPassword());\n jPasswordFieldPassword.setBounds(40, 320, 300, 28);\n\n JButton jButtonModifPassword = new JButton(\"Modifier le mot de passe\");\n jButtonModifPassword.setBounds(350, 320, 200, 28);\n\n //set editabilite\n jTextFieldId.setEditable(false);\n jTextFieldLastName.setEditable(false);\n jTextFieldFirstName.setEditable(false);\n jTextFieldEmail.setEditable(false);\n jPasswordFieldPassword.setEditable(false);\n\n // Ajout des element à la JFrame\n jFrame.add(jLabelAcount);\n jFrame.add(jLabelId);\n jFrame.add(jTextFieldId);\n jFrame.add(jLabelLastName);\n jFrame.add(jTextFieldLastName);\n jFrame.add(jLabelFirstName);\n jFrame.add(jTextFieldFirstName);\n jFrame.add(jLabelEmail);\n jFrame.add(jTextFieldEmail);\n jFrame.add(jLabelPassword);\n jFrame.add(jButtonModifPassword);\n jFrame.add(jPasswordFieldPassword);\n\n jButtonModifPassword.addActionListener(new ActionListener() {\n @Override\n public void actionPerformed(ActionEvent e) {\n createModifPassword(jFrame, controllerAdminPersonalInfos);\n jFrame.repaint();\n }\n });\n\n jFrame.setLayout(null);\n jFrame.setVisible(true);\n }", "public FrmAuth() {\n initComponents();\n setTitle(\"Authentification\");\n setResizable(false);\n setLocationRelativeTo(null);\n }", "public login() {\r\n\t\tsuper();\r\n\t}", "@RequestMapping(\"/createnewuser\")\r\n\tpublic ModelAndView userCreated(@ModelAttribute(\"rg\") Register reg) {\r\n\t\t\r\n\t\tBigInteger num = reg.getMb_no();\r\n\t\tSystem.out.println(\"mbno=\"+num.toString());\r\n\t\t//Doing the entry of New User in Spring_Users table\r\n\t\t\r\n\t\tString username = reg.getEmail_id();\r\n\t\tString password = reg.getPassword();\r\n\t\tSpringUsers su = new SpringUsers();\r\n\t\tsu.setUsername(username);\r\n\t\tsu.setPassword(password);\r\n\t\tsu.setEnabled(1);\r\n\t\tSystem.out.println(\"username=\"+username);\r\n\t\tSystem.out.println(\"password=\"+password);\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\tString r = reg.getUser_type();\r\n\t\t\r\n\t\t//if(r.equals(\"ROLE_INDIVIDUAL\"))\r\n\t\t\t//return new ModelAndView(\"individualhomepage\");\r\n\t\t//if(r.equals(\"ROLE_BROKER\"))\r\n\t//\t\treturn new ModelAndView(\"brokerhomepage\");\r\n\t\t//if(r.equals(\"ROLE_BUILDER\"))\r\n\t\t//\treturn new ModelAndView(\"builderhomepage\");\r\n\t\t\r\n\t//\tint i = susvc.entryOfNewUser(su);\r\n\t\t\r\n\t\tint j = regsvc.registerNewUser(reg);\r\n\t\t \r\n\t\treturn new ModelAndView(\"usercreated\");\r\n\r\n\t}", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jPanel1 = new javax.swing.JPanel();\n lbltitle = new javax.swing.JLabel();\n jPanel2 = new javax.swing.JPanel();\n lblun = new javax.swing.JLabel();\n lblpass = new javax.swing.JLabel();\n lblur = new javax.swing.JLabel();\n txtusername = new javax.swing.JTextField();\n pfpassword = new javax.swing.JPasswordField();\n txtuserrole = new javax.swing.JTextField();\n btncreate = new javax.swing.JButton();\n btnlogin = new javax.swing.JButton();\n jScrollPane1 = new javax.swing.JScrollPane();\n createdb = new javax.swing.JTable();\n btndelete = new javax.swing.JButton();\n lbluc = new javax.swing.JLabel();\n txtusercode = new javax.swing.JTextField();\n\n setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\n\n jPanel1.setBackground(new java.awt.Color(153, 153, 153));\n\n lbltitle.setBackground(new java.awt.Color(51, 255, 255));\n lbltitle.setFont(new java.awt.Font(\"Tahoma\", 1, 36)); // NOI18N\n lbltitle.setForeground(new java.awt.Color(255, 255, 255));\n lbltitle.setText(\"Create_Account\");\n\n javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);\n jPanel1.setLayout(jPanel1Layout);\n jPanel1Layout.setHorizontalGroup(\n jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGroup(jPanel1Layout.createSequentialGroup()\n .addGap(189, 189, 189)\n .addComponent(lbltitle)\n .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\n );\n jPanel1Layout.setVerticalGroup(\n jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGroup(jPanel1Layout.createSequentialGroup()\n .addGap(31, 31, 31)\n .addComponent(lbltitle)\n .addContainerGap(32, Short.MAX_VALUE))\n );\n\n jPanel2.setBackground(new java.awt.Color(153, 153, 153));\n\n lblun.setBackground(new java.awt.Color(204, 204, 204));\n lblun.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n lblun.setForeground(new java.awt.Color(255, 255, 255));\n lblun.setText(\"UserName\");\n\n lblpass.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n lblpass.setForeground(new java.awt.Color(255, 255, 255));\n lblpass.setText(\"Password\");\n\n lblur.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n lblur.setForeground(new java.awt.Color(255, 255, 255));\n lblur.setText(\"UserRole\");\n\n txtusername.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n txtusername.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));\n\n pfpassword.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n pfpassword.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));\n\n txtuserrole.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n txtuserrole.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));\n\n btncreate.setBackground(new java.awt.Color(153, 153, 153));\n btncreate.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n btncreate.setForeground(new java.awt.Color(255, 0, 0));\n btncreate.setText(\"Create\");\n btncreate.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));\n btncreate.addActionListener(new java.awt.event.ActionListener() {\n public void actionPerformed(java.awt.event.ActionEvent evt) {\n btncreateActionPerformed(evt);\n }\n });\n\n btnlogin.setBackground(new java.awt.Color(153, 153, 153));\n btnlogin.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n btnlogin.setForeground(new java.awt.Color(255, 0, 0));\n btnlogin.setText(\"Login\");\n btnlogin.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));\n btnlogin.addActionListener(new java.awt.event.ActionListener() {\n public void actionPerformed(java.awt.event.ActionEvent evt) {\n btnloginActionPerformed(evt);\n }\n });\n\n createdb.setModel(new javax.swing.table.DefaultTableModel(\n new Object [][] {\n {null, null, null, null},\n {null, null, null, null},\n {null, null, null, null},\n {null, null, null, null}\n },\n new String [] {\n \"UserName\", \"Password\", \"UserCode\", \"UserRole\"\n }\n ));\n jScrollPane1.setViewportView(createdb);\n\n btndelete.setBackground(new java.awt.Color(153, 153, 153));\n btndelete.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n btndelete.setForeground(new java.awt.Color(255, 0, 0));\n btndelete.setText(\"Delete\");\n btndelete.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));\n btndelete.addActionListener(new java.awt.event.ActionListener() {\n public void actionPerformed(java.awt.event.ActionEvent evt) {\n btndeleteActionPerformed(evt);\n }\n });\n\n lbluc.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n lbluc.setForeground(new java.awt.Color(255, 255, 255));\n lbluc.setText(\"UserCode\");\n\n txtusercode.setFont(new java.awt.Font(\"Tahoma\", 1, 18)); // NOI18N\n txtusercode.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(0, 0, 0)));\n\n javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2);\n jPanel2.setLayout(jPanel2Layout);\n jPanel2Layout.setHorizontalGroup(\n jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(jScrollPane1, javax.swing.GroupLayout.Alignment.TRAILING)\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addGap(34, 34, 34)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addComponent(lbluc, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addGap(100, 100, 100)\n .addComponent(txtusercode, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(lblpass, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(lblur, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(lblun, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGap(100, 100, 100)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)\n .addComponent(txtusername, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(pfpassword, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(txtuserrole, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE))))\n .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 88, Short.MAX_VALUE)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(btncreate, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(btndelete, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(btnlogin, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGap(54, 54, 54))\n );\n jPanel2Layout.setVerticalGroup(\n jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addGap(33, 33, 33)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(lbluc, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(txtusercode, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(btncreate, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)))\n .addGap(29, 29, 29)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(lblun, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(txtusername, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGap(4, 4, 4)\n .addComponent(btndelete, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addGap(3, 3, 3)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(lblpass, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(pfpassword, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGap(37, 37, 37)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(lblur, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(txtuserrole, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addComponent(btnlogin, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)))\n .addGap(60, 60, 60)\n .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 219, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addContainerGap(100, Short.MAX_VALUE))\n );\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());\n getContentPane().setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGroup(layout.createSequentialGroup()\n .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\n .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\n );\n\n pack();\n }", "public tela_GerencLogin() {\n initComponents();\n lb_NomeLogin.setText(Sessao.getLogin());\n lb_Id.setText(Integer.toString(Sessao.getId()));\n \n }", "@GetMapping(\"/loginForm\")\n\t\tpublic String login() {\n\t\t\treturn\"user/loginForm\";\n\t\t}", "@RequestMapping(method = RequestMethod.POST)\n \tpublic String create(@Valid ForgotLoginForm form, BindingResult result, Model model, HttpServletRequest request) {\n \t\tvalidator.validate(form, result);\t// Validates provided information\n \t\t\n \t\t// Returns the form with errors found\n \t\tif(result.hasErrors()) {\n \t\t\treturn createForm(model, form);\n \t\t}\n \t\t\n \t\tString emailAddress = form.getEmailAddress();\t// Gets the email from the form\n \t\tTypedQuery<User> query = User.findUsersByEmailAddress(emailAddress);\t// Stores the query for the user\n \t\tUser targetUser = query.getSingleResult();\t// Stores the user found with the query\n \t\tRandom random = new Random(System.currentTimeMillis());\t// Generates a random number\n\t\tString newPassword = \"\" + Math.abs(random.nextInt());\t// Sets the string for the new password\n \t\t\n \t\t// If reset is specified\n \t\tif(form.getResetPassword())\n \t\t{\n \t\t\ttargetUser.setPassword(messageDigestPasswordEncoder.encodePassword(newPassword, null));\t// Encrypts and sets the user password\n \t\t\ttargetUser.merge();\t\t// Merges the local user with the database user\n \t\t}\n \t\t\n \t\t// Sends the user an e-mail\n \t\tSimpleMailMessage mail = new SimpleMailMessage();\n \t\tmail.setTo(targetUser.getEmailAddress());\n \t\tmail.setSubject(\"Social Web Spider Login Retrevial\");\n \t\t\n \t\t// If the user requested a password reset send that message message\n \t\tif(form.getResetPassword())\n \t\t{\n \t\t\tmail.setText(\"Hello, here is your requested login and password reset.\\n\\nUsername: \" + targetUser.getUsername() + \"\\nNew Password: \" + newPassword + \"\\n\\nThanks, Social Web Spider\");\n \t\t\tmailSender.send(mail);\n \t\t\treturn \"forgotlogin/thanks\";\n \t\t}\n \t\t\n \t\t// Send the user just an e-mail\n \t\tmail.setText(\"Hello, here is your requested login.\\n\\nUsername: \" + targetUser.getUsername() + \"\\n\\nThanks, Social Web Spider\");\n \t\tmailSender.send(mail);\n \t\treturn \"forgotlogin/thanks\";\n \t}", "public Accountant_login() {\n initComponents();\n }", "public Login()\r\n\t{\r\n\t\tthis.name=name;\r\n\t\tthis.dob=dob;\r\n\t\tthis.nationality=nationality;\r\n\t\tthis.location=location;\r\n\t\tthis.phno=phno;\r\n\t\tthis.gender=gender;\r\n\t\tthis.jobtype=jobtype;\r\n\t\tthis.experience=experience;\r\n\t\tthis.salary=salary;\r\n\t\t\r\n\t\tthis.uname=uname;\r\n\t\tthis.password=password;\r\n\t\t\r\n\t\tthis.notification=notification;\r\n\t}", "public void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.getContentPane().setBackground(new Color(92, 255, 208));\n\t\tframe.setBounds(100, 100, 1050, 500);\n\t\tframe.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); // Dispose on close, otherwise closes all the app\n\t\tframe.setTitle(\"Creació d'usuari\");\n\t\tPreferences prefs = Preferences.userNodeForPackage(LoginForm.class);\n\t\tString token = prefs.get(\"token\", \"token\");\n\t\tframe.setTitle(\"Creació d'usuari\");\n\t\tframe.setBounds(300, 90, 500, 500);\n\n\t\t// Components for the form of creation user.\n\t\ttitle = new JLabel(\"Creació d'usuari\");\n\t\ttitle.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 25));\n\t\ttitle.setSize(235, 30);\n\t\ttitle.setLocation(150, 20);\n\t\tframe.add(title);\n\n\t\tname = new JLabel(\"Nom:\");\n\t\tname.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\tname.setSize(100, 20);\n\t\tname.setLocation(100, 80);\n\t\tframe.add(name);\n\n\t\ttname = new JTextField();\n\t\ttname.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 10));\n\t\ttname.setSize(190, 20);\n\t\ttname.setLocation(200, 80);\n\t\tframe.add(tname);\n\n\t\tsurname = new JLabel(\"Cognom:\");\n\t\tsurname.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\tsurname.setSize(100, 20);\n\t\tsurname.setLocation(100, 120);\n\t\tframe.add(surname);\n\n\t\ttsurname = new JTextField();\n\t\ttsurname.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 10));\n\t\ttsurname.setSize(190, 20);\n\t\ttsurname.setLocation(200, 120);\n\t\tframe.add(tsurname);\n\n\t\temail = new JLabel(\"Email:\");\n\t\temail.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\temail.setSize(100, 20);\n\t\temail.setLocation(100, 160);\n\t\tframe.add(email);\n\n\t\ttemail = new JTextField();\n\t\ttemail.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 10));\n\t\ttemail.setSize(190, 20);\n\t\ttemail.setLocation(200, 160);\n\t\tframe.add(temail);\n\n\t\ttlf = new JLabel(\"Telèfon:\");\n\t\ttlf.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\ttlf.setSize(100, 20);\n\t\ttlf.setLocation(100, 200);\n\t\tframe.add(tlf);\n\n\t\tttlf = new JTextField();\n\t\tttlf.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 10));\n\t\tttlf.setSize(190, 20);\n\t\tttlf.setLocation(200, 200);\n\t\tframe.add(ttlf);\n\n\t\tpass = new JLabel(\"Contrasenya:\");\n\t\tpass.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\tpass.setSize(100, 20);\n\t\tpass.setLocation(100, 240);\n\t\tframe.add(pass);\n\n\t\ttpass = new JTextField();\n\t\ttpass.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 10));\n\t\ttpass.setSize(190, 20);\n\t\ttpass.setLocation(200, 240);\n\t\tframe.add(tpass);\n\n\t\tpassc = new JLabel(\"Confirmació de Contrasenya:\");\n\t\tpassc.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\tpassc.setSize(100, 20);\n\t\tpassc.setLocation(100, 280);\n\t\tframe.add(passc);\n\n\t\ttpassc = new JTextField();\n\t\ttpassc.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 10));\n\t\ttpassc.setSize(190, 20);\n\t\ttpassc.setLocation(200, 280);\n\t\tframe.add(tpassc);\n\n\t\trole = new JLabel(\"Rol:\");\n\t\trole.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\trole.setSize(100, 20);\n\t\trole.setLocation(100, 320);\n\t\tframe.add(role);\n\n\t\tadmin = new JRadioButton(\"Admin\");\n\t\tadmin.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\tadmin.setSelected(true);\n\t\tadmin.setSize(106, 20);\n\t\tadmin.setLocation(200, 320);\n\t\tframe.add(admin);\n\n\t\trastreator = new JRadioButton(\"Rastreator\");\n\t\trastreator.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\trastreator.setSelected(false);\n\t\trastreator.setSize(125, 20);\n\t\trastreator.setLocation(200, 350);\n\t\tframe.add(rastreator);\n\n\t\trolegp = new ButtonGroup();\n\t\trolegp.add(admin);\n\t\trolegp.add(rastreator);\n\n\t\tsub = new JButton(\"Aceptar\");\n\t\tsub.setBackground(new Color(255, 255, 255));\n\t\tsub.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\tsub.setSize(100, 20);\n\t\tsub.setLocation(130, 420);\n\t\tsub.addActionListener(this);\n\t\tframe.add(sub);\n\n\t\treset = new JButton(\"Reset\");\n\t\treset.setBackground(new Color(255, 255, 255));\n\t\treset.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\treset.setSize(100, 20);\n\t\treset.setLocation(250, 420);\n\t\treset.addActionListener(this);\n\t\tframe.add(reset);\n\n\t\tres = new JLabel(\"\");\n\t\tres.setFont(new Font(\"Lucida Grande\", Font.PLAIN, 15));\n\t\tres.setSize(500, 25);\n\t\tres.setLocation(100, 500);\n\t\tframe.add(res);\n\n\t\tframe.setVisible(true);\n\t}", "public Login() {\n initComponents();\n //emailField.setText(\"mrsmiley381@gmail.com\");\n }", "public Login() {\n initComponents();\n lblstar.setVisible(false); // hide the red star that indicates that the user didnt fill in a form\n lblstar1.setVisible(false);\n }", "public static void create(Formulario form){\n daoFormulario.create(form);\n }", "public AdminLogin() {\n initComponents();\n }", "public SLogin() {\r\n initComponents();\r\n }", "public Login() {\n initComponents();\n hideregister ();\n }", "private void entrar() {\n\n Connection con = Conexao.abrirConexao();\n UsuarioDAO ud = new UsuarioDAO(con);\n String login = txtLOGIN.getText();\n String senha = txtSENHA.getText();\n String nome;\n\n if (txtLOGIN.getText().equals(\"admin\")) {\n nome = \"Administrador\";\n } else {\n nome = ud.retornarUsuario(login);\n }\n\n if (/*ud.logar(login, senha) == 0 ||*/ login.equals(\"admin\") && senha.equals(\"admin\")) {\n lblERRO.setText(\"\");\n JFrame principal = new frm_PRINCIPAL(login, nome);\n this.dispose();\n principal.setVisible(true);\n\n } else {\n\n lblERRO.setText(\"Usuário e/ou Senha Inválidos!\");\n }\n Conexao.fecharConexao(con);\n }", "public frmUsuarios() {\n initComponents();\n mostrar(\"\");\n inhabilitar();\n }", "public Login() {\n\t\tsuper();\n\t}", "public AfterLogin() {\n initComponents();\n }", "public Login() {\n\t\tinitComponents();\n\t\tthis.setTitle(\"学生成绩管理系统-登录\");\n\t\tthis.setResizable(false);\n\t\tthis.setLocationRelativeTo(null);\n\t}", "public Login() {\n\n initComponents();\n jTextFieldUsuario.requestFocus();\n \n// setLocationRelativeTo(null);\n }", "public Login() {\n initComponents();\n KiemTraKN();\n }", "@ModelAttribute(\"forgotLoginForm\")\n \tpublic ForgotLoginForm fromBackingObject() {\n \t\treturn new ForgotLoginForm();\n \t}", "@ModelAttribute(\"loginForm\")\n public LoginForm getCommandObject() {\n log.debug(\"getCommandObject.START\");\n LoginForm formBean = new LoginForm();\n formBean.setUsername(\"TRUONGMH\");\n return formBean;\n }", "public JFrmPrincipal() {\n initComponents();\n }", "void register() {\n if (registerView.getFirstName().length() == 0 || registerView.getLastName().length() == 0 || registerView.getUsername().length() == 0 || registerView.getPassword().length() == 0) {\n IDialog invalidRegistrationDialog\n = dialogFactory.createDialog(DialogFactoryOptions.dialogNames.MESSAGE, new HashMap<String, Object>() {\n {\n put(\"message\", \"Unable to register: Fields must be non-empty!\");\n put(\"title\", \"Authentication Error\");\n put(\"messageType\", DialogFactoryOptions.dialogType.ERROR);\n }\n });\n\n invalidRegistrationDialog.run();\n } else {\n if (userController.registerUser(registerView.getFirstName(), registerView.getLastName(), registerView.getUsername(), registerView.getPassword()) != null) {\n mainFrame.setPanel(panelFactory.createPanel(PanelFactoryOptions.panelNames.MAIN_MENU));\n } else {\n IDialog invalidRegistrationDialog = dialogFactory.createDialog(DialogFactoryOptions.dialogNames.MESSAGE, new HashMap<String, Object>() {\n {\n put(\"message\", \"Unable to register: Username is already taken\");\n put(\"title\", \"Authentication Error\");\n put(\"messageType\", DialogFactoryOptions.dialogType.ERROR);\n }\n });\n\n invalidRegistrationDialog.run();\n }\n }\n }", "public ContenedorloginviewmodelFactoryImpl() {\r\n\t\tsuper();\r\n\t}", "public ProfilsFIForm() {\r\n\t\tsuper();\r\n\t}", "public NewUser() {\n initComponents();\n }", "@Override\n public void onClick(View v) {\n name = txtName.getText().toString();\n username = txtUsername.getText().toString();\n password = txtPassword.getText().toString();\n try {\n if (username.trim().length() > 0 && password.trim().length() > 0 && name.trim().length() > 0) {\n dbHelper.open();\n dbHelper.Register(username, password, name);\n //jika tombol diklik akan muncul toast daftar berhasil dan langsung menuju ke halaman login\n Toast.makeText(RegisterActivity.this, \"Daftar berhasil\", Toast.LENGTH_LONG).show();\n finish();\n } else {\n //jika tombol diklik akan muncul toast daftar gagal, lengkapi form!\n Toast.makeText(RegisterActivity.this, \"Daftar gagal, lengkapi form!\", Toast.LENGTH_LONG).show();\n }\n } catch (Exception e) {\n Toast.makeText(RegisterActivity.this, e.getMessage(), Toast.LENGTH_LONG).show();\n }\n }", "public String registration() {\n if (name != null) {\n int createdUsers = DBUtils.addUser(name, password, email);\n if (createdUsers > 0) {\n try {\n HttpServletRequest request = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest();\n request.login(name, password);\n initUser();\n request.getSession().setAttribute(\"current_user\", this);\n } catch (ServletException e) {\n FacesContext context = FacesContext.getCurrentInstance();\n FacesMessage message = new FacesMessage(\"Wrong login or password\");\n message.setSeverity(FacesMessage.SEVERITY_ERROR);\n context.addMessage(\"login\", message);\n }\n return \"/index?faces-redirect=true\";\n }\n }\n return \"/pages/register.xhtml?faces-redirect=true\";\n }", "public Login() {\n socio = new Socio();\n empleado = new Personal();\n }", "public T01Login() {\n initComponents();\n btnMenu.setVisible(false);\n }", "public frmAdminAccount() {\n initComponents();\n }", "@RequestMapping(\"Home1\")\r\n\tpublic String createUser1(Model m) \r\n\t{\n\t\tm.addAttribute(\"employee\",new Employee());\r\n\t\treturn \"register\";//register.jsp==form action=register\r\n\t}", "public pageLogin() {\n initComponents();\n labelimage.setBorder(new EmptyBorder(0,0,0,0));\n enterButton.setBorder(null);\n enterButton.setContentAreaFilled(false);\n enterButton.setVisible(true);\n usernameTextField.setText(\"Username\");\n usernameTextField.setForeground(new Color(153,153,153));\n passwordTextField.setText(\"Password\");\n passwordTextField.setForeground(new Color(153,153,153));\n usernameAlert.setText(\" \");\n passwordAlert.setText(\" \");\n \n }", "private void genLoginGui(){\n loginFrame = new JFrame(\"Log in\");\n\n // login panel, inputs name\n loginPanel = new JPanel();\n loginPanel.setLayout(new FlowLayout());\n nameLabel = new JLabel(\"Name\");\n nameTextFiled = new JTextField();\n nameTextFiled.setPreferredSize(new Dimension(100, 20));\n nameTextFiled.addActionListener(clientAction);\n nameTextFiled.setActionCommand(\"ENTERROOM\");\n\n btnEnterRoom = new JButton(\"Enter Room\");\n btnEnterRoom.addActionListener(clientAction);\n btnEnterRoom.setActionCommand(\"ENTERROOM\");\n\n loginPanel.add(nameLabel);\n loginPanel.add(nameTextFiled);\n loginPanel.add(btnEnterRoom);\n\n loginFrame.add(loginPanel, BorderLayout.CENTER);\n\n loginFrame.setSize(700, 500);\n loginFrame.setLocation(0, 200);\n loginFrame.add(loginPanel);\n loginFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n loginFrame.setVisible(true);\n }", "public Login(){\n\t\tthis.setTitle(\"DSI | Sokoban\");\n\t\tvalido = false;\n\t\tthis.getContentPane().setLayout(new FlowLayout());\n\t\tcrearLabels();\n\t\tcrearBotones();\n\t\tthis.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\tthis.setPreferredSize(new Dimension(250, 200));\n\t\tthis.pack();\n\t\tthis.setResizable(false);\n\t\tthis.setVisible(true);\n\t\tthis.setLocationRelativeTo(null);\n\t}", "public void register(String form /* should be a Form from GUI */){\n String email = \"email\";\n String nome_completo = \"full_name\";\n Date data_nascimento = new Date(1996-10-21);\n String password = getMd5(\"password\");\n String nif = \"nif\";\n String morada = \"morada\";\n String telemovel = \"telemovel\";\n User user = new User(email);\n if (!user.exists()){\n user.setNome_completo(nome_completo);\n user.setData_nascimento(data_nascimento);\n user.setPassword(password);\n user.setNif(nif);\n user.setMorada(morada);\n user.setTelemovel(telemovel);\n user.setAdmin(FALSE);\n //System registers person\n //db.register(user)\n }\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jPanel2 = new javax.swing.JPanel();\n bannerLabel = new javax.swing.JLabel();\n loginLabel = new javax.swing.JLabel();\n firstNameLabel = new javax.swing.JLabel();\n firstNameTField = new javax.swing.JTextField();\n lastNameLabel = new javax.swing.JLabel();\n lastNameTField = new javax.swing.JTextField();\n usernameLabel = new javax.swing.JLabel();\n usernameTField = new javax.swing.JTextField();\n passwordLabel = new javax.swing.JLabel();\n passwordField = new javax.swing.JPasswordField();\n passwordcheckLabel = new javax.swing.JLabel();\n passwordcheckField = new javax.swing.JPasswordField();\n createButton = new javax.swing.JButton();\n cancelButton = new javax.swing.JButton();\n\n setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\n\n bannerLabel.setFont(new java.awt.Font(\"Arial\", 1, 18)); // NOI18N\n bannerLabel.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);\n bannerLabel.setText(\"Create new account\");\n\n loginLabel.setText(\"You already have an account? Click here to log in!\");\n loginLabel.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR));\n loginLabel.addMouseListener(new java.awt.event.MouseAdapter() {\n public void mouseClicked(java.awt.event.MouseEvent evt) {\n loginLabelMouseClicked(evt);\n }\n public void mouseEntered(java.awt.event.MouseEvent evt) {\n loginLabelMouseEntered(evt);\n }\n public void mouseExited(java.awt.event.MouseEvent evt) {\n loginLabelMouseExited(evt);\n }\n });\n\n firstNameLabel.setText(\"First Name\");\n\n lastNameLabel.setText(\"Last Name\");\n\n usernameLabel.setText(\"Username\");\n\n usernameTField.setText(\"Username\");\n\n passwordLabel.setText(\"Password\");\n\n passwordField.setText(\"Password\");\n\n passwordcheckLabel.setText(\"Re-enter password\");\n\n passwordcheckField.setText(\"password\");\n\n createButton.setText(\"Create account\");\n createButton.addActionListener(new java.awt.event.ActionListener() {\n public void actionPerformed(java.awt.event.ActionEvent evt) {\n createButtonActionPerformed(evt);\n }\n });\n\n cancelButton.setText(\"Cancel\");\n cancelButton.addActionListener(new java.awt.event.ActionListener() {\n public void actionPerformed(java.awt.event.ActionEvent evt) {\n cancelButtonActionPerformed(evt);\n }\n });\n\n javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2);\n jPanel2.setLayout(jPanel2Layout);\n jPanel2Layout.setHorizontalGroup(\n jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addGap(110, 110, 110)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addComponent(createButton)\n .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 101, Short.MAX_VALUE)\n .addComponent(cancelButton))\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addComponent(loginLabel)\n .addGap(5, 5, 5))\n .addComponent(bannerLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 284, javax.swing.GroupLayout.PREFERRED_SIZE))))\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addGap(15, 15, 15)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)\n .addComponent(firstNameLabel)\n .addComponent(usernameLabel)\n .addComponent(lastNameLabel)\n .addComponent(passwordLabel)\n .addComponent(passwordcheckLabel))\n .addGap(18, 18, 18)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)\n .addComponent(usernameTField, javax.swing.GroupLayout.DEFAULT_SIZE, 255, Short.MAX_VALUE)\n .addComponent(lastNameTField)\n .addComponent(passwordField)\n .addComponent(passwordcheckField)\n .addComponent(firstNameTField))))\n .addContainerGap(107, Short.MAX_VALUE))\n );\n jPanel2Layout.setVerticalGroup(\n jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGroup(jPanel2Layout.createSequentialGroup()\n .addGap(24, 24, 24)\n .addComponent(bannerLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 56, javax.swing.GroupLayout.PREFERRED_SIZE)\n .addGap(77, 77, 77)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(firstNameLabel)\n .addComponent(firstNameTField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGap(18, 18, 18)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(lastNameLabel)\n .addComponent(lastNameTField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGap(18, 18, 18)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(usernameLabel)\n .addComponent(usernameTField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGap(18, 18, 18)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(passwordLabel)\n .addComponent(passwordField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addGap(18, 18, 18)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(passwordcheckLabel)\n .addComponent(passwordcheckField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))\n .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 84, Short.MAX_VALUE)\n .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\n .addComponent(createButton)\n .addComponent(cancelButton))\n .addGap(39, 39, 39)\n .addComponent(loginLabel)\n .addGap(100, 100, 100))\n );\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());\n getContentPane().setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n );\n\n pack();\n }", "public void login() {\n\n String username = usernameEditText.getText().toString();\n String password = passwordEditText.getText().toString();\n regPresenter.setHost(hostEditText.getText().toString());\n regPresenter.login(username, password);\n }", "public void creatUser(String name, String phone, String email, String password);", "public Login() {\n\n }", "public Login() {\n }", "public void registrarUsuarioFinal(){\r\n Usuario nuevoUsuario= new Usuario();\r\n nuevoUsuario.setNombreUsuario(nuevoNombreUsuario);\r\n nuevoUsuario.setPassword(nuevoPasswordUsuario);\r\n nuevoUsuario.setTipoUsuario(\"final\");\r\n \r\n IUsuarioDAO iusuarioDAO = new UsuarioDAOImp();\r\n iusuarioDAO.agregarUsuario(nuevoUsuario);\r\n FacesMessage facesMessage = new FacesMessage(FacesMessage.SEVERITY_INFO, \"Usuario registrado\", \"Usuario registrado exitosamente\");\r\n FacesContext.getCurrentInstance().addMessage(null, facesMessage);\r\n\r\n }", "public JfrmPrincipal() {\n initComponents();\n }", "@Override\n public void manejarLogin() {\n loginPresenter.validarLogin(etxtEmail.getText().toString(),etxtPass.getText().toString());\n }", "@RequestMapping(\"/login\")\r\n\tpublic ModelAndView login(@Valid @ModelAttribute(\"loginForm\") final UserLoginForm form,\r\n\t\t\tfinal BindingResult errors) {\r\n\t\treturn new ModelAndView(\"users/login\");\r\n\t}" ]
[ "0.6869843", "0.66716903", "0.6525043", "0.63996744", "0.63909745", "0.63805085", "0.6365953", "0.636326", "0.6346437", "0.62658364", "0.62650657", "0.62242305", "0.6216472", "0.6212176", "0.619958", "0.6197803", "0.6159741", "0.61493564", "0.6129443", "0.6129302", "0.612297", "0.6095004", "0.6090374", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60757405", "0.60651994", "0.6059479", "0.6047897", "0.60455006", "0.60455006", "0.6038225", "0.6022264", "0.60198826", "0.601649", "0.59932137", "0.59759927", "0.59754455", "0.59548074", "0.59377956", "0.59339327", "0.5933886", "0.5925011", "0.5911584", "0.5905523", "0.5903297", "0.5888931", "0.5884045", "0.58790404", "0.5875061", "0.5866933", "0.5866222", "0.58397716", "0.58343756", "0.5832448", "0.5832176", "0.5828268", "0.58275115", "0.5826424", "0.58224815", "0.58218735", "0.5821383", "0.58182925", "0.5817997", "0.5813096", "0.58119404", "0.5811096", "0.5809331", "0.58082193", "0.5805816", "0.5798123", "0.57869124", "0.5778471", "0.57661784", "0.5765333", "0.5764396", "0.57619303", "0.5755788", "0.5752009", "0.5746361", "0.5742504", "0.57419217", "0.5740096", "0.57354695", "0.5733574", "0.5731332", "0.5728763" ]
0.6234909
11
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
@SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { jPanel2 = new javax.swing.JPanel(); txtName = new javax.swing.JTextField(); jPanel5 = new javax.swing.JPanel(); txtName1 = new javax.swing.JTextField(); jPanel7 = new javax.swing.JPanel(); jLabel2 = new javax.swing.JLabel(); jLabel3 = new javax.swing.JLabel(); btnEntrar = new javax.swing.JButton(); btnCrearL = new javax.swing.JButton(); jSeparator1 = new javax.swing.JSeparator(); lblImageL = new javax.swing.JLabel(); setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); jPanel2.setBackground(new java.awt.Color(255, 255, 255)); jPanel2.setForeground(new java.awt.Color(255, 255, 255)); jPanel2.setFont(new java.awt.Font("Comic Sans MS", 1, 18)); // NOI18N jPanel2.setPreferredSize(new java.awt.Dimension(509, 252)); jPanel2.setRequestFocusEnabled(false); txtName.setFont(new java.awt.Font("Arial", 0, 18)); // NOI18N txtName.setForeground(new java.awt.Color(0, 204, 51)); txtName.setBorder(null); jPanel5.setBackground(new java.awt.Color(0, 51, 255)); javax.swing.GroupLayout jPanel5Layout = new javax.swing.GroupLayout(jPanel5); jPanel5.setLayout(jPanel5Layout); jPanel5Layout.setHorizontalGroup( jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGap(0, 306, Short.MAX_VALUE) ); jPanel5Layout.setVerticalGroup( jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGap(0, 3, Short.MAX_VALUE) ); txtName1.setFont(new java.awt.Font("Arial", 0, 18)); // NOI18N txtName1.setForeground(new java.awt.Color(0, 204, 51)); txtName1.setBorder(null); jPanel7.setBackground(new java.awt.Color(0, 51, 255)); javax.swing.GroupLayout jPanel7Layout = new javax.swing.GroupLayout(jPanel7); jPanel7.setLayout(jPanel7Layout); jPanel7Layout.setHorizontalGroup( jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGap(0, 306, Short.MAX_VALUE) ); jPanel7Layout.setVerticalGroup( jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGap(0, 3, Short.MAX_VALUE) ); jLabel2.setFont(new java.awt.Font("Segoe UI", 0, 30)); // NOI18N jLabel2.setText("Nombre:"); jLabel3.setFont(new java.awt.Font("Segoe UI", 0, 30)); // NOI18N jLabel3.setText("Apellido:"); btnEntrar.setContentAreaFilled(false); btnCrearL.setContentAreaFilled(false); btnCrearL.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { btnCrearLActionPerformed(evt); } }); jSeparator1.setOrientation(javax.swing.SwingConstants.VERTICAL); javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2); jPanel2.setLayout(jPanel2Layout); jPanel2Layout.setHorizontalGroup( jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jPanel2Layout.createSequentialGroup() .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblImageL, javax.swing.GroupLayout.PREFERRED_SIZE, 340, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, 10, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(18, 18, 18) .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup() .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jLabel2, javax.swing.GroupLayout.PREFERRED_SIZE, 120, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 120, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(txtName1, javax.swing.GroupLayout.PREFERRED_SIZE, 306, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(jPanel7, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(txtName, javax.swing.GroupLayout.PREFERRED_SIZE, 306, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(jPanel5, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addGap(21, 21, 21)) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup() .addComponent(btnEntrar, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(80, 80, 80) .addComponent(btnCrearL, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(69, 69, 69)))) ); jPanel2Layout.setVerticalGroup( jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jPanel2Layout.createSequentialGroup() .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jPanel2Layout.createSequentialGroup() .addGap(125, 125, 125) .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jPanel2Layout.createSequentialGroup() .addComponent(txtName, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jPanel5, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addComponent(jLabel2)) .addGap(30, 30, 30) .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jPanel2Layout.createSequentialGroup() .addComponent(txtName1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jPanel7, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addComponent(jLabel3)) .addGap(70, 70, 70) .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(btnEntrar, javax.swing.GroupLayout.PREFERRED_SIZE, 120, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(btnCrearL, javax.swing.GroupLayout.PREFERRED_SIZE, 120, javax.swing.GroupLayout.PREFERRED_SIZE))) .addGroup(jPanel2Layout.createSequentialGroup() .addContainerGap() .addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, 560, javax.swing.GroupLayout.PREFERRED_SIZE)) .addGroup(jPanel2Layout.createSequentialGroup() .addGap(26, 26, 26) .addComponent(lblImageL, javax.swing.GroupLayout.PREFERRED_SIZE, 520, javax.swing.GroupLayout.PREFERRED_SIZE))) .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) ); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, 810, Short.MAX_VALUE) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jPanel2, javax.swing.GroupLayout.DEFAULT_SIZE, 530, Short.MAX_VALUE) ); pack(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Form() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public frmRectangulo() {\n initComponents();\n }", "public form() {\n initComponents();\n }", "public AdjointForm() {\n initComponents();\n setDefaultCloseOperation(HIDE_ON_CLOSE);\n }", "public FormListRemarking() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n \n }", "public FormPemilihan() {\n initComponents();\n }", "public GUIForm() { \n initComponents();\n }", "public FrameForm() {\n initComponents();\n }", "public TorneoForm() {\n initComponents();\n }", "public FormCompra() {\n initComponents();\n }", "public muveletek() {\n initComponents();\n }", "public Interfax_D() {\n initComponents();\n }", "public quanlixe_form() {\n initComponents();\n }", "public SettingsForm() {\n initComponents();\n }", "public RegistrationForm() {\n initComponents();\n this.setLocationRelativeTo(null);\n }", "public Soru1() {\n initComponents();\n }", "public FMainForm() {\n initComponents();\n this.setResizable(false);\n setLocationRelativeTo(null);\n }", "public soal2GUI() {\n initComponents();\n }", "public EindopdrachtGUI() {\n initComponents();\n }", "public MechanicForm() {\n initComponents();\n }", "public AddDocumentLineForm(java.awt.Frame parent) {\n super(parent);\n initComponents();\n myInit();\n }", "public BloodDonationGUI() {\n initComponents();\n }", "public quotaGUI() {\n initComponents();\n }", "public Customer_Form() {\n initComponents();\n setSize(890,740);\n \n \n }", "public PatientUI() {\n initComponents();\n }", "public Oddeven() {\n initComponents();\n }", "public myForm() {\n\t\t\tinitComponents();\n\t\t}", "public intrebarea() {\n initComponents();\n }", "public Magasin() {\n initComponents();\n }", "public RadioUI()\n {\n initComponents();\n }", "public NewCustomerGUI() {\n initComponents();\n }", "public ZobrazUdalost() {\n initComponents();\n }", "public FormUtama() {\n initComponents();\n }", "public p0() {\n initComponents();\n }", "public INFORMACION() {\n initComponents();\n this.setLocationRelativeTo(null); \n }", "public ProgramForm() {\n setLookAndFeel();\n initComponents();\n }", "public AmountReleasedCommentsForm() {\r\n initComponents();\r\n }", "public form2() {\n initComponents();\n }", "public MainForm() {\n\t\tsuper(\"Hospital\", List.IMPLICIT);\n\n\t\tstartComponents();\n\t}", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n setName(\"Form\"); // NOI18N\n setRequestFocusEnabled(false);\n setVerifyInputWhenFocusTarget(false);\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n this.setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 465, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 357, Short.MAX_VALUE)\n );\n }", "public LixeiraForm() {\n initComponents();\n setLocationRelativeTo(null);\n }", "public kunde() {\n initComponents();\n }", "public MusteriEkle() {\n initComponents();\n }", "public frmMain() {\n initComponents();\n }", "public frmMain() {\n initComponents();\n }", "public DESHBORDPANAL() {\n initComponents();\n }", "public frmVenda() {\n initComponents();\n }", "public GUIForm() {\n initComponents();\n inputField.setText(NO_FILE_SELECTED);\n outputField.setText(NO_FILE_SELECTED);\n progressLabel.setBackground(INFO);\n progressLabel.setText(SELECT_FILE);\n }", "public FrmMenu() {\n initComponents();\n }", "public Botonera() {\n initComponents();\n }", "public OffertoryGUI() {\n initComponents();\n setTypes();\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents()\n {\n\n setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\n setBackground(new java.awt.Color(255, 255, 255));\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());\n getContentPane().setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 983, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 769, Short.MAX_VALUE)\n );\n\n pack();\n }", "public JFFornecedores() {\n initComponents();\n }", "public EnterDetailsGUI() {\n initComponents();\n }", "public vpemesanan1() {\n initComponents();\n }", "public Kost() {\n initComponents();\n }", "public FormHorarioSSE() {\n initComponents();\n }", "public frmacceso() {\n initComponents();\n }", "public UploadForm() {\n initComponents();\n }", "public HW3() {\n initComponents();\n }", "public Managing_Staff_Main_Form() {\n initComponents();\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents()\n {\n\n setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\n getContentPane().setLayout(null);\n\n pack();\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n setName(\"Form\"); // NOI18N\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n this.setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 400, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 300, Short.MAX_VALUE)\n );\n }", "public sinavlar2() {\n initComponents();\n }", "public P0405() {\n initComponents();\n }", "public MiFrame2() {\n initComponents();\n }", "public IssueBookForm() {\n initComponents();\n }", "public Choose1() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n\n String oldAuthor = prefs.get(\"AUTHOR\", \"\");\n if(oldAuthor != null) {\n this.authorTextField.setText(oldAuthor);\n }\n String oldBook = prefs.get(\"BOOK\", \"\");\n if(oldBook != null) {\n this.bookTextField.setText(oldBook);\n }\n String oldDisc = prefs.get(\"DISC\", \"\");\n if(oldDisc != null) {\n try {\n int oldDiscNum = Integer.parseInt(oldDisc);\n oldDiscNum++;\n this.discNumberTextField.setText(Integer.toString(oldDiscNum));\n } catch (Exception ex) {\n this.discNumberTextField.setText(oldDisc);\n }\n this.bookTextField.setText(oldBook);\n }\n\n\n }", "public GUI_StudentInfo() {\n initComponents();\n }", "public Lihat_Dokter_Keseluruhan() {\n initComponents();\n }", "public JFrmPrincipal() {\n initComponents();\n }", "public bt526() {\n initComponents();\n }", "public Pemilihan_Dokter() {\n initComponents();\n }", "public Ablak() {\n initComponents();\n }", "@Override\n\tprotected void initUi() {\n\t\t\n\t}", "@SuppressWarnings(\"unchecked\")\n\t// <editor-fold defaultstate=\"collapsed\" desc=\"Generated\n\t// Code\">//GEN-BEGIN:initComponents\n\tprivate void initComponents() {\n\n\t\tlabel1 = new java.awt.Label();\n\t\tlabel2 = new java.awt.Label();\n\t\tlabel3 = new java.awt.Label();\n\t\tlabel4 = new java.awt.Label();\n\t\tlabel5 = new java.awt.Label();\n\t\tlabel6 = new java.awt.Label();\n\t\tlabel7 = new java.awt.Label();\n\t\tlabel8 = new java.awt.Label();\n\t\tlabel9 = new java.awt.Label();\n\t\tlabel10 = new java.awt.Label();\n\t\ttextField1 = new java.awt.TextField();\n\t\ttextField2 = new java.awt.TextField();\n\t\tlabel14 = new java.awt.Label();\n\t\tlabel15 = new java.awt.Label();\n\t\tlabel16 = new java.awt.Label();\n\t\ttextField3 = new java.awt.TextField();\n\t\ttextField4 = new java.awt.TextField();\n\t\ttextField5 = new java.awt.TextField();\n\t\tlabel17 = new java.awt.Label();\n\t\tlabel18 = new java.awt.Label();\n\t\tlabel19 = new java.awt.Label();\n\t\tlabel20 = new java.awt.Label();\n\t\tlabel21 = new java.awt.Label();\n\t\tlabel22 = new java.awt.Label();\n\t\ttextField6 = new java.awt.TextField();\n\t\ttextField7 = new java.awt.TextField();\n\t\ttextField8 = new java.awt.TextField();\n\t\tlabel23 = new java.awt.Label();\n\t\ttextField9 = new java.awt.TextField();\n\t\ttextField10 = new java.awt.TextField();\n\t\ttextField11 = new java.awt.TextField();\n\t\ttextField12 = new java.awt.TextField();\n\t\tlabel24 = new java.awt.Label();\n\t\tlabel25 = new java.awt.Label();\n\t\tlabel26 = new java.awt.Label();\n\t\tlabel27 = new java.awt.Label();\n\t\tlabel28 = new java.awt.Label();\n\t\tlabel30 = new java.awt.Label();\n\t\tlabel31 = new java.awt.Label();\n\t\tlabel32 = new java.awt.Label();\n\t\tjButton1 = new javax.swing.JButton();\n\n\t\tlabel1.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 18)); // NOI18N\n\t\tlabel1.setText(\"It seems that some of the buttons on the ATM machine are not working!\");\n\n\t\tlabel2.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 18)); // NOI18N\n\t\tlabel2.setText(\"Unfortunately these numbers are exactly what Professor has to use to type in his password.\");\n\n\t\tlabel3.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 18)); // NOI18N\n\t\tlabel3.setText(\n\t\t\t\t\"If you want to eat tonight, you have to help him out and construct the numbers of the password with the working buttons and math operators.\");\n\n\t\tlabel4.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 14)); // NOI18N\n\t\tlabel4.setText(\"Denver's Password: 2792\");\n\n\t\tlabel5.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel5.setText(\"import java.util.Scanner;\\n\");\n\n\t\tlabel6.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel6.setText(\"public class ATM{\");\n\n\t\tlabel7.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel7.setText(\"public static void main(String[] args){\");\n\n\t\tlabel8.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel8.setText(\"System.out.print(\");\n\n\t\tlabel9.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel9.setText(\" -\");\n\n\t\tlabel10.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel10.setText(\");\");\n\n\t\ttextField1.addActionListener(new java.awt.event.ActionListener() {\n\t\t\tpublic void actionPerformed(java.awt.event.ActionEvent evt) {\n\t\t\t\ttextField1ActionPerformed(evt);\n\t\t\t}\n\t\t});\n\n\t\tlabel14.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel14.setText(\"System.out.print( (\");\n\n\t\tlabel15.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel15.setText(\"System.out.print(\");\n\n\t\tlabel16.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel16.setText(\"System.out.print( ( (\");\n\n\t\tlabel17.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel17.setText(\")\");\n\n\t\tlabel18.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel18.setText(\" +\");\n\n\t\tlabel19.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel19.setText(\");\");\n\n\t\tlabel20.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel20.setText(\" /\");\n\n\t\tlabel21.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel21.setText(\" %\");\n\n\t\tlabel22.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel22.setText(\" +\");\n\n\t\tlabel23.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel23.setText(\");\");\n\n\t\tlabel24.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel24.setText(\" +\");\n\n\t\tlabel25.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel25.setText(\" /\");\n\n\t\tlabel26.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel26.setText(\" *\");\n\n\t\tlabel27.setCursor(new java.awt.Cursor(java.awt.Cursor.DEFAULT_CURSOR));\n\t\tlabel27.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel27.setText(\")\");\n\n\t\tlabel28.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel28.setText(\")\");\n\n\t\tlabel30.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel30.setText(\"}\");\n\n\t\tlabel31.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel31.setText(\"}\");\n\n\t\tlabel32.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel32.setText(\");\");\n\n\t\tjButton1.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 14)); // NOI18N\n\t\tjButton1.setText(\"Check\");\n\t\tjButton1.addActionListener(new java.awt.event.ActionListener() {\n\t\t\tpublic void actionPerformed(java.awt.event.ActionEvent evt) {\n\t\t\t\tjButton1ActionPerformed(evt);\n\t\t\t}\n\t\t});\n\n\t\tjavax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n\t\tlayout.setHorizontalGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(28).addGroup(layout\n\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING).addComponent(getDoneButton()).addComponent(jButton1)\n\t\t\t\t\t\t.addComponent(label7, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addComponent(label6, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addComponent(label5, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addComponent(label4, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addComponent(label3, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t.addComponent(label1, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t.addGap(1)\n\t\t\t\t\t\t\t\t.addComponent(label2, GroupLayout.PREFERRED_SIZE, 774, GroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t.addGap(92).addGroup(layout.createParallelGroup(Alignment.LEADING).addGroup(layout\n\t\t\t\t\t\t\t\t\t\t.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING, false)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label15, GroupLayout.PREFERRED_SIZE, 145,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField8, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(2)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label21, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField7, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label8, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField1, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label9, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED).addComponent(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttextField2, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label31, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label14, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(37))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(174)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField5, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t20, GroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label18, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(7)))\n\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING).addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING, false).addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField4, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t20, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label17, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label22, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField9, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t20, GroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGap(20)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label23, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label20, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField3, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t20, GroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGap(20).addComponent(label19, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(23).addComponent(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlabel10, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))))\n\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label16, GroupLayout.PREFERRED_SIZE, 177,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField12, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label24, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField6, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label27, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label25, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField11, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label28, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGap(1)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label26, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField10, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED).addComponent(label32,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))))\n\t\t\t\t\t\t.addComponent(label30, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t.addContainerGap(GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)));\n\t\tlayout.setVerticalGroup(\n\t\t\t\tlayout.createParallelGroup(Alignment.LEADING).addGroup(layout.createSequentialGroup().addContainerGap()\n\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t.addComponent(label1, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t.addComponent(label2, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t.addGap(1)\n\t\t\t\t\t\t.addComponent(label3, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(label4, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(label5, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(label6, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(label7, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t.addGroup(\n\t\t\t\t\t\t\t\t\t\tlayout.createSequentialGroup().addGroup(layout.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createSequentialGroup().addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING).addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label9,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label8,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField1,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttextField2, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label10,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(3)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(19)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField5,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label14,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label18,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label17,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField4,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(1))))\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label20, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label19, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField3, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(78)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label27, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(76)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField11, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(75)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label32,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField10,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tShort.MAX_VALUE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING, false)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label15,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField8,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label21,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField7,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(27))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField9,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAlignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label22,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlayout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(3)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlabel23,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(29)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label16,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField12,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label24,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField6,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(1))))))\n\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t.addComponent(label25, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t.addComponent(label28, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t.addComponent(label26, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t.addGap(30)\n\t\t\t\t\t\t.addComponent(label31, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addGap(25)\n\t\t\t\t\t\t.addComponent(label30, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addGap(26).addComponent(jButton1).addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(getDoneButton()).addContainerGap(23, Short.MAX_VALUE)));\n\t\tthis.setLayout(layout);\n\n\t\tlabel16.getAccessibleContext().setAccessibleName(\"System.out.print( ( (\");\n\t\tlabel17.getAccessibleContext().setAccessibleName(\"\");\n\t\tlabel18.getAccessibleContext().setAccessibleName(\" +\");\n\t}", "public Pregunta23() {\n initComponents();\n }", "public FormMenuUser() {\n super(\"Form Menu User\");\n initComponents();\n }", "public AvtekOkno() {\n initComponents();\n }", "public busdet() {\n initComponents();\n }", "public ViewPrescriptionForm() {\n initComponents();\n }", "public Ventaform() {\n initComponents();\n }", "public Kuis2() {\n initComponents();\n }", "public CreateAccount_GUI() {\n initComponents();\n }", "public POS1() {\n initComponents();\n }", "public Carrera() {\n initComponents();\n }", "public EqGUI() {\n initComponents();\n }", "public JFriau() {\n initComponents();\n this.setLocationRelativeTo(null);\n this.setTitle(\"BuNus - Budaya Nusantara\");\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n setBackground(new java.awt.Color(204, 204, 204));\n setMinimumSize(new java.awt.Dimension(1, 1));\n setPreferredSize(new java.awt.Dimension(760, 402));\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n this.setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 750, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 400, Short.MAX_VALUE)\n );\n }", "public nokno() {\n initComponents();\n }", "public dokter() {\n initComponents();\n }", "public ConverterGUI() {\n initComponents();\n }", "public hitungan() {\n initComponents();\n }", "public Modify() {\n initComponents();\n }", "public FP_Calculator_GUI() {\n initComponents();\n \n setVisible(true);\n }", "public frmAddIncidencias() {\n initComponents();\n }" ]
[ "0.73192346", "0.7290526", "0.7290526", "0.7290526", "0.7285891", "0.72480357", "0.7213616", "0.7207808", "0.71955067", "0.71891475", "0.71844363", "0.7159038", "0.71474695", "0.7092269", "0.7079923", "0.70560205", "0.69864315", "0.697697", "0.69552195", "0.6953691", "0.69458604", "0.6942849", "0.6935743", "0.6930747", "0.69286084", "0.6924837", "0.69246644", "0.6911876", "0.69103247", "0.68922365", "0.6891582", "0.68904996", "0.68901706", "0.6888661", "0.68829393", "0.6881672", "0.6880505", "0.68782157", "0.6875765", "0.6874406", "0.68711114", "0.6859388", "0.6856025", "0.68551815", "0.6855079", "0.6855076", "0.68530315", "0.68524104", "0.68524104", "0.6843717", "0.68364704", "0.6836458", "0.6828335", "0.68279964", "0.6826276", "0.68240345", "0.6823631", "0.68171996", "0.6816324", "0.68097955", "0.68088883", "0.68078303", "0.6807776", "0.680721", "0.680251", "0.6795605", "0.6794452", "0.67921954", "0.67907083", "0.678904", "0.6787817", "0.6787755", "0.67814714", "0.67663145", "0.6765024", "0.67649895", "0.6756559", "0.6754775", "0.6751848", "0.67506975", "0.67435455", "0.6738591", "0.6737042", "0.6735227", "0.6732907", "0.6726301", "0.6726003", "0.67197675", "0.67156976", "0.6714806", "0.6713657", "0.6708582", "0.67078584", "0.6705488", "0.6700733", "0.6699659", "0.6698679", "0.66974026", "0.6693979", "0.66902804", "0.6690275" ]
0.0
-1
Created by KV on 6/1/2016.
public interface Walk { public default void status() { System.out.println("Walking"); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void perish() {\n \n }", "private stendhal() {\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n public void init() {\n\n }", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\n public void init() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n void init() {\n }", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n protected void initialize() {\n\n \n }", "@Override\n public int describeContents() { return 0; }", "@Override\n public void init() {}", "@Override\n protected void initialize() \n {\n \n }", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void init() {}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "private TMCourse() {\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n protected void init() {\n }", "@Override\n\tprotected void interr() {\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n public void init() {\n\n }", "@Override\n public void init() {\n\n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\n\tpublic void create () {\n\n\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "private void init() {\n\n\t}", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "private Rekenhulp()\n\t{\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\n public void initialize() { \n }", "@Override\n public void initialize() {}", "@Override\n public void initialize() {}", "@Override\n public void initialize() {}", "public void gored() {\n\t\t\n\t}", "Petunia() {\r\n\t\t}", "@Override\n public void initialize() {\n \n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void create() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "private Singletion3() {}", "@Override\n\tpublic void init() {\n\t}", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\n\tpublic void init()\n\t{\n\n\t}", "public Pitonyak_09_02() {\r\n }", "@Override\n\t\tpublic void init() {\n\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "private MetallicityUtils() {\n\t\t\n\t}", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@SuppressWarnings(\"unused\")\n\tprivate void version() {\n\n\t}", "@Override\n public void init() {\n }", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\n public void initialize() {\n }", "@Override\n public void initialize() {\n }", "@Override\n public void initialize() {\n }", "@Override\n public void initialize() {\n }", "@Override\n public void initialize() {\n }", "@Override\n public void initialize() {\n }" ]
[ "0.60986197", "0.6052224", "0.59081715", "0.5830981", "0.5824812", "0.58091027", "0.58013874", "0.58013874", "0.5738498", "0.57379556", "0.5694108", "0.567579", "0.5675078", "0.5675078", "0.5675078", "0.5675078", "0.5675078", "0.5675078", "0.5671689", "0.56617737", "0.5642734", "0.56368476", "0.56284064", "0.5617766", "0.5616573", "0.5615683", "0.5611624", "0.5611624", "0.5611624", "0.5611624", "0.5611624", "0.55666554", "0.55664355", "0.55529666", "0.55504066", "0.5546666", "0.5546666", "0.55407065", "0.55375737", "0.55367273", "0.5535881", "0.5535881", "0.5524516", "0.5522782", "0.55143946", "0.55052996", "0.55040157", "0.54971725", "0.54971725", "0.54971725", "0.54927146", "0.5491144", "0.54901135", "0.54901135", "0.54901135", "0.5486168", "0.54803514", "0.5478102", "0.54739416", "0.54721385", "0.54721385", "0.54721385", "0.5470903", "0.54654825", "0.546136", "0.5460053", "0.5460053", "0.54567933", "0.5451642", "0.54501784", "0.54501784", "0.54501784", "0.5434396", "0.5431408", "0.5428545", "0.54279894", "0.5419151", "0.5416905", "0.54055434", "0.5405388", "0.54015875", "0.54003215", "0.53985053", "0.5386732", "0.5386732", "0.5386732", "0.5386732", "0.5386732", "0.5386732", "0.5386732", "0.53842986", "0.53841114", "0.5382376", "0.5376382", "0.5373017", "0.53700054", "0.53700054", "0.53700054", "0.53700054", "0.53700054", "0.53700054" ]
0.0
-1
Processes requests for both HTTP GET and POST methods.
protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html;charset=UTF-8"); HttpSession session = request.getSession(); RequestDispatcher rd; String fieldsThatFail = ""; Integer idLoggedUser = (Integer) session.getAttribute("loggedUserID"); boolean error = false; Usuario user=null; if(idLoggedUser == null) { rd = this.getServletContext().getRequestDispatcher("/login.jsp"); request.setAttribute("error", "Por favor inicie sesión primero."); rd.forward(request, response); } try{ int str=Integer.valueOf(request.getParameter("id")); user=this.usuarioFacade.find(str); String oldPassword = request.getParameter("oldPassword"); if(!oldPassword.equals(user.getPassword())){ error=true; fieldsThatFail += "oldPass"; } String password1 = request.getParameter("password1"); String password2 = request.getParameter("password2"); if(!password1.equals(password2) || password1.length() < 6) { error = true; fieldsThatFail += "pass"; } if(error){ request.setAttribute("fields", fieldsThatFail); rd = this.getServletContext().getRequestDispatcher("/modificarPassword.jsp"); rd.forward(request, response); }else{ user.setPassword(password2); usuarioFacade.edit(user); request.setAttribute("usuario", user); rd = this.getServletContext().getRequestDispatcher("/panelUser.jsp"); rd.forward(request, response); } }catch(Exception ex){ user=usuarioFacade.find(idLoggedUser); session.setAttribute("loggedUser", user); rd = this.getServletContext().getRequestDispatcher("/modificarPassword.jsp"); rd.forward(request, response); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n protected void doPost(final HttpServletRequest req, final HttpServletResponse resp) throws ServletException, IOException {\n final String method = req.getParameter(METHOD);\n if (GET.equals(method)) {\n doGet(req, resp);\n } else {\n resp.setStatus(HttpServletResponse.SC_METHOD_NOT_ALLOWED);\n }\n }", "private void processRequest(HttpServletRequest request, HttpServletResponse response) {\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n // only POST should be used\n doPost(request, response);\n }", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\nSystem.err.println(\"=====================>>>>>123\");\n\t\tString key=req.getParameter(\"method\");\n\t\tswitch (key) {\n\t\tcase \"1\":\n\t\t\tgetProvinces(req,resp);\n\t\t\tbreak;\n\t\tcase \"2\":\n\t\t\tgetCities(req,resp);\t\t\t\n\t\t\tbreak;\n\t\tcase \"3\":\n\t\t\tgetAreas(req,resp);\n\t\t\tbreak;\n\n\t\tdefault:\n\t\t\tbreak;\n\t\t}\n\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tprocess(req, resp);\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\r\n\t\tdoPost(req, resp);\r\n\t}", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoGet(req, resp);\n\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoPost(req, resp);\r\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoPost(req, resp);\r\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoPost(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoPost(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoPost(req, resp);\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoProcess(req, resp);\r\n\t}", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoProcess(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tdoPost(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tdoPost(req, resp);\n\t}", "@Override\n \tpublic void doGet(HttpServletRequest req, HttpServletResponse resp)\n \t\t\tthrows ServletException, IOException {\n \t\tdoPost(req, resp);\n \t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\r\n\t\t\tthrows ServletException, IOException {\n\t\tdoPost(req, resp);\r\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\r\n\t\t\tthrows ServletException, IOException {\n\t\tdoPost(req, resp);\r\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tthis.doPost(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tthis.doPost(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tthis.doPost(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tthis.doPost(req, resp);\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\r\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doPost(req, resp);\r\n\t\tdoGet(req, resp);\r\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tthis.doPost(req, resp);\r\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n\n processRequest(request, response);\n }", "@Override\n\tprotected void doGet(HttpServletRequest request,\n\t\t\tHttpServletResponse response) throws ServletException, IOException {\n\t\tprocessRequest(request, response);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest request,\n\t\t\tHttpServletResponse response) throws ServletException, IOException {\n\t\tprocessRequest(request, response);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tthis.doPost(req, resp);\n\t\t\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\n\t\tprocess(req,resp);\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }" ]
[ "0.7004024", "0.66585696", "0.66031146", "0.6510023", "0.6447109", "0.64421695", "0.64405906", "0.64321136", "0.6428049", "0.6424289", "0.6424289", "0.6419742", "0.6419742", "0.6419742", "0.6418235", "0.64143145", "0.64143145", "0.6400266", "0.63939095", "0.63939095", "0.639271", "0.63919044", "0.63919044", "0.63903785", "0.63903785", "0.63903785", "0.63903785", "0.63887113", "0.63887113", "0.6380285", "0.63783026", "0.63781637", "0.637677", "0.63761306", "0.6370491", "0.63626", "0.63626", "0.63614637", "0.6355308", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896", "0.63546896" ]
0.0
-1
Handles the HTTP GET method.
@Override protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { processRequest(request, response); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void doGet( )\n {\n \n }", "@Override\n\tprotected void executeGet(GetRequest request, OperationResponse response) {\n\t}", "@Override\n\tprotected Method getMethod() {\n\t\treturn Method.GET;\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\t\n\t}", "@Override\n protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t}", "@Override\r\n\tprotected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoGet(req, resp);\r\n\t}", "void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException;", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n \r\n }", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n \r\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n metGet(request, response);\n }", "public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException {\r\n\tlogTrace( req, \"GET log\" );\r\n\tString requestId = req.getQueryString();\r\n\tif (requestId == null) return;\r\n\tif (\"get-response\".equals( requestId )) {\r\n\t try {\r\n\t\tonMEVPollsForResponse( req, resp );\r\n\t } catch (Exception e) {\r\n\t\tlogError( req, resp, e, \"MEV polling error\" );\r\n\t\tsendError( resp, \"MEV polling error: \" + e.toString() );\r\n\t }\r\n\t}\r\n }", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n \r\n \r\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t\t\n\t}", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n\r\n }", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\r\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\r\n\t}", "public void doGet() throws IOException {\n\n // search ressource\n byte[] contentByte = null;\n try {\n contentByte = ToolBox.readFileByte(RESOURCE_DIRECTORY, this.url);\n this.statusCode = OK;\n ContentType contentType = new ContentType(this.extension);\n sendHeader(statusCode, contentType.getContentType(), contentByte.length);\n } catch (IOException e) {\n System.out.println(\"Ressource non trouvé\");\n statusCode = NOT_FOUND;\n contentByte = ToolBox.readFileByte(RESPONSE_PAGE_DIRECTORY, \"pageNotFound.html\");\n sendHeader(statusCode, \"text/html\", contentByte.length);\n }\n\n this.sendBodyByte(contentByte);\n }", "public HttpResponseWrapper invokeGET(String path) {\n\t\treturn invokeHttpMethod(HttpMethodType.HTTP_GET, path, \"\");\n\t}", "@Override\n\tpublic void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n\n }", "@Override\n\tprotected void doGet(HttpServletRequest request,\n\t\t\tHttpServletResponse response) throws ServletException, IOException {\n\t}", "public Result get(Get get) throws IOException;", "@Override\n public void doGet(HttpServletRequest request, HttpServletResponse response) {\n System.out.println(\"[Servlet] GET request \" + request.getRequestURI());\n\n response.setContentType(FrontEndServiceDriver.APP_TYPE);\n response.setStatus(HttpURLConnection.HTTP_BAD_REQUEST);\n\n try {\n String url = FrontEndServiceDriver.primaryEventService +\n request.getRequestURI().replaceFirst(\"/events\", \"\");\n HttpURLConnection connection = doGetRequest(url);\n\n if (connection.getResponseCode() == HttpURLConnection.HTTP_OK) {\n PrintWriter pw = response.getWriter();\n JsonObject responseBody = (JsonObject) parseResponse(connection);\n\n response.setStatus(HttpURLConnection.HTTP_OK);\n pw.println(responseBody.toString());\n }\n }\n catch (Exception ignored) {}\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tSystem.out.println(\"get\");\n\t\tthis.doPost(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "public void doGet(HttpServletRequest request, HttpServletResponse response)\r\n\t\t\tthrows ServletException, IOException {}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \tSystem.out.println(\"---here--get--\");\n processRequest(request, response);\n }", "@Override\n public final void doGet() {\n try {\n checkPermissions(getRequest());\n // GET one\n if (id != null) {\n output(api.runGet(id, getParameterAsList(PARAMETER_DEPLOY), getParameterAsList(PARAMETER_COUNTER)));\n } else if (countParameters() == 0) {\n throw new APIMissingIdException(getRequestURL());\n }\n // Search\n else {\n\n final ItemSearchResult<?> result = api.runSearch(Integer.parseInt(getParameter(PARAMETER_PAGE, \"0\")),\n Integer.parseInt(getParameter(PARAMETER_LIMIT, \"10\")), getParameter(PARAMETER_SEARCH),\n getParameter(PARAMETER_ORDER), parseFilters(getParameterAsList(PARAMETER_FILTER)),\n getParameterAsList(PARAMETER_DEPLOY), getParameterAsList(PARAMETER_COUNTER));\n\n head(\"Content-Range\", result.getPage() + \"-\" + result.getLength() + \"/\" + result.getTotal());\n\n output(result.getResults());\n }\n } catch (final APIException e) {\n e.setApi(apiName);\n e.setResource(resourceName);\n throw e;\n }\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n }", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\r\n\t\t\tthrows ServletException, IOException {\n\t\tthis.service(req, resp);\r\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\t\n\t}", "@RequestMapping(value = \"/{id}\", method = RequestMethod.GET)\n public void get(@PathVariable(\"id\") String id, HttpServletRequest req){\n throw new NotImplementedException(\"To be implemented\");\n }", "@Override\npublic void get(String url) {\n\t\n}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\t\r\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tString action = req.getParameter(\"action\");\r\n\t\t\r\n\t\tif(action == null) {\r\n\t\t\taction = \"List\";\r\n\t\t}\r\n\t\t\r\n\t\tswitch(action) {\r\n\t\t\tcase \"List\":\r\n\t\t\t\tlistUser(req, resp);\r\n\t\t\t\t\t\t\r\n\t\t\tdefault:\r\n\t\t\t\tlistUser(req, resp);\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest request, \n\t\t\tHttpServletResponse response) throws ServletException, IOException {\n\t\tSystem.out.println(\"Routed to doGet\");\n\t}", "@NonNull\n public String getAction() {\n return \"GET\";\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\n\t\tprocess(req,resp);\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "@Override\r\nprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t process(req,resp);\r\n\t }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tprocess(req, resp);\n\t}", "@Override\n\tpublic HttpResponse get(final String endpoint) {\n\t\treturn httpRequest(HTTP_GET, endpoint, null);\n\t}", "public void doGet(HttpServletRequest request, HttpServletResponse response)\r\n\t\t\tthrows ServletException, IOException {\r\n\t}", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n System.out.println(\"teste doget\");\r\n }", "public void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n response.setContentType(\"text/plain\");\n // Actual logic goes here.\n PrintWriter out = response.getWriter();\n out.println(\"Wolken,5534-0848-5100,0299-6830-9164\");\n\ttry \n\t{\n Get g = new Get(Bytes.toBytes(request.getParameter(\"userid\")));\n Result r = table.get(g);\n byte [] value = r.getValue(Bytes.toBytes(\"v\"),\n Bytes.toBytes(\"\"));\n\t\tString valueStr = Bytes.toString(value);\n\t\tout.println(valueStr);\n\t}\n\tcatch (Exception e)\n\t{\n\t\tout.println(e);\n\t}\n }", "@Override\r\n public void doGet(String path, HttpServletRequest request, HttpServletResponse response)\r\n throws Exception {\r\n // throw new UnsupportedOperationException();\r\n System.out.println(\"Inside the get\");\r\n response.setContentType(\"text/xml\");\r\n response.setCharacterEncoding(\"utf-8\");\r\n final Writer w = response.getWriter();\r\n w.write(\"inside the get\");\r\n w.close();\r\n }", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoProcess(req, resp);\r\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n System.out.println(\"Console: doGET visited\");\n String result = \"\";\n //get the user choice from the client\n String choice = (request.getPathInfo()).substring(1);\n response.setContentType(\"text/plain;charset=UTF-8\");\n PrintWriter out = response.getWriter();\n //methods call appropriate to user calls\n if (Integer.valueOf(choice) == 3) {\n result = theBlockChain.toString();\n if (result != null) {\n out.println(result);\n response.setStatus(200);\n //set status if result output is not generated\n } else {\n response.setStatus(401);\n return;\n }\n }\n //verify chain method\n if (Integer.valueOf(choice) == 2) {\n response.setStatus(200);\n boolean validity = theBlockChain.isChainValid();\n out.print(\"verifying:\\nchain verification: \");\n out.println(validity);\n }\n }", "@Override\n public DataObjectResponse<T> handleGET(DataObjectRequest<T> request)\n {\n if(getRequestValidator() != null) getRequestValidator().validateGET(request);\n\n DefaultDataObjectResponse<T> response = new DefaultDataObjectResponse<>();\n try\n {\n VisibilityFilter<T, DataObjectRequest<T>> visibilityFilter = visibilityFilterMap.get(VisibilityMethod.GET);\n List<Query> queryList = new LinkedList<>();\n if(request.getQueries() != null)\n queryList.addAll(request.getQueries());\n\n if(request.getId() != null)\n {\n // if the id is specified\n queryList.add(new ById(request.getId()));\n }\n\n DataObjectFeed<T> feed = objectPersister.retrieve(queryList);\n if(feed == null)\n feed = new DataObjectFeed<>();\n List<T> filteredObjects = visibilityFilter.filterByVisible(request, feed.getAll());\n response.setCount(feed.getCount());\n response.addAll(filteredObjects);\n }\n catch(PersistenceException e)\n {\n ObjectNotFoundException objectNotFoundException = new ObjectNotFoundException(String.format(OBJECT_NOT_FOUND_EXCEPTION, request.getId()), e);\n response.setErrorResponse(ErrorResponseFactory.objectNotFound(objectNotFoundException, request.getCID()));\n }\n return response;\n }", "public void handleGet( HttpExchange exchange ) throws IOException {\n switch( exchange.getRequestURI().toString().replace(\"%20\", \" \") ) {\n case \"/\":\n print(\"sending /MainPage.html\");\n sendResponse( exchange, FU.readFromFile( getReqDir( exchange )), 200);\n break;\n case \"/lif\":\n // send log in page ( main page )\n sendResponse ( exchange, FU.readFromFile(getReqDir(exchange)), 200);\n //\n break;\n case \"/home.html\":\n\n break;\n case \"/book.html\":\n\n break;\n default:\n //checks if user is logged in\n\n //if not send log in page\n //if user is logged in then\n print(\"Sending\");\n String directory = getReqDir( exchange ); // dont need to do the / replace as no space\n File page = new File( getReqDir( exchange) );\n\n // IMPLEMENT DIFFERENT RESPONSE CODE FOR HERE IF EXISTS IS FALSE OR CAN READ IS FALSE\n sendResponse(exchange, FU.readFromFile(directory), 200);\n break;\n }\n }", "public int handleGET(String requestURL) throws ClientProtocolException, IOException{\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\thttpGet = new HttpGet(requestURL);\t\t\r\n\t\t\t\t\t\t\r\n\t\tinputsource=null;\r\n\t\t\t\r\n\t\toutputString=\"\";\r\n\t\t\r\n\t\t//taking response by executing http GET object\r\n\t\tCloseableHttpResponse response = httpclient.execute(httpGet);\t\t\r\n\t\r\n\t\t/* \r\n\t\t * \tThe underlying HTTP connection is still held by the response object\r\n\t\t\tto allow the response content to be streamed directly from the network socket.\r\n\t\t\tIn order to ensure correct deallocation of system resources\r\n\t\t\tthe user MUST call CloseableHttpResponse.close() from a finally clause.\r\n\t\t\tPlease note that if response content is not fully consumed the underlying\r\n\t\t\tconnection cannot be safely re-used and will be shut down and discarded\r\n\t\t\tby the connection manager.\r\n\t\t */\r\n\t\t\r\n\t\t\tstatusLine= response.getStatusLine().toString();\t\t//status line\r\n\t\t\t\r\n\t\t\tHttpEntity entity1 = response.getEntity();\t\t\t\t//getting response entity from server response \t\r\n\t\t\t\t\t\r\n\t\t\tBufferedReader br=new BufferedReader(new InputStreamReader(entity1.getContent()));\r\n\r\n\t\t\tString line;\r\n\t\t\twhile((line=br.readLine())!=null)\r\n\t\t\t{\r\n\t\t\t\toutputString=outputString+line.toString();\r\n\t }\r\n\t\t\t\r\n\t\t\t//removing spaces around server response string.\r\n\t\t\toutputString.trim();\t\t\t\t\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t//converting server response string into InputSource.\r\n\t\t\tinputsource = new InputSource(new StringReader(outputString));\t\r\n\t\t\t\r\n\t\t\t// and ensure it is fully consumed\r\n\t\t\tEntityUtils.consume(entity1);\t\t\t//consuming entity.\r\n\t\t\tresponse.close();\t\t\t\t\t\t//closing response.\r\n\t\t\tbr.close();\t\t\t\t\t\t\t\t//closing buffered reader\r\n\t\t\t\r\n\t\t\t//returning response code\r\n\t\t\treturn response.getStatusLine().getStatusCode();\r\n\t\r\n\t}", "@Override\n\tprotected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\t\t logger.error(\"BISHUNNN CALLED\");\n\t\tString category = request.getParameter(\"category\").trim();\n\t\tGetHttpCall getHttpCall = new GetHttpCall();\n\t\turl = APIConstants.baseURL+category.toLowerCase();\n\t\tresponseString = getHttpCall.execute(url);\n\t\tresponse.getWriter().write(responseString);\n\t}", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n //processRequest(request, response);\r\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tPrintWriter out = resp.getWriter();\n\t\tout.print(\"<h1>Hello from your doGet method!</h1>\");\n\t}", "public void doGet(HttpServletRequest request,\n HttpServletResponse response)\n throws IOException, ServletException {\n response.setContentType(TYPE_TEXT_HTML.label);\n response.setCharacterEncoding(UTF8.label);\n request.setCharacterEncoding(UTF8.label);\n String path = request.getRequestURI();\n logger.debug(RECEIVED_REQUEST + path);\n Command command = null;\n try {\n command = commands.get(path);\n command.execute(request, response);\n } catch (NullPointerException e) {\n logger.error(REQUEST_PATH_NOT_FOUND);\n request.setAttribute(JAVAX_SERVLET_ERROR_STATUS_CODE, 404);\n command = commands.get(EXCEPTION.label);\n command.execute(request, response);\n }\n }", "public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tString search = req.getParameter(\"searchBook\");\n\t\tString output=search;\n\n\t\t//redirect output to view search.jsp\n\t\treq.setAttribute(\"output\", output);\n\t\tresp.setContentType(\"text/json\");\n\t\tRequestDispatcher view = req.getRequestDispatcher(\"search.jsp\");\n\t\tview.forward(req, resp);\n\t\t\t\n\t}", "public void doGet( HttpServletRequest request, HttpServletResponse response )\n throws ServletException, IOException\n {\n handleRequest( request, response, false );\n }", "public void doGet(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\n\t}", "public void doGet(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\n\t}", "@GET\n @Produces(MediaType.APPLICATION_JSON)\n public Response handleGet() {\n Gson gson = GSONFactory.getInstance();\n List allEmployees = getAllEmployees();\n\n if (allEmployees == null) {\n allEmployees = new ArrayList();\n }\n\n Response response = Response.ok().entity(gson.toJson(allEmployees)).build();\n return response;\n }", "@Override\n\tprotected void doGet(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows IOException, ServletException {\n\t\tsuper.doGet(request, response);\t\t\t\n\t}", "private static String sendGET(String getURL) throws IOException {\n\t\tURL obj = new URL(getURL);\n\t\tHttpURLConnection con = (HttpURLConnection) obj.openConnection();\n\t\tcon.setRequestMethod(\"GET\");\n\t\tString finalResponse = \"\";\n\n\t\t//This way we know if the request was processed successfully or there was any HTTP error message thrown.\n\t\tint responseCode = con.getResponseCode();\n\t\tSystem.out.println(\"GET Response Code : \" + responseCode);\n\t\tif (responseCode == HttpURLConnection.HTTP_OK) { // success\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()));\n\t\t\tString inputLine;\n\t\t\tStringBuffer buffer = new StringBuffer();\n\n\t\t\twhile ((inputLine = in.readLine()) != null) {\n\t\t\t\tbuffer.append(inputLine);\n\t\t\t}\n\t\t\tin.close();\n\n\t\t\t// print result\n\t\t\tfinalResponse = buffer.toString();\n\t\t} else {\n\t\t\tSystem.out.println(\"GET request not worked\");\n\t\t}\n\t\treturn finalResponse;\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n //processRequest(request, response);\n }", "@Override\n \tpublic void doGet(HttpServletRequest req, HttpServletResponse resp)\n \t\t\tthrows ServletException, IOException {\n \t\tdoPost(req, resp);\n \t}", "public BufferedReader reqGet(final String route) throws\n ServerStatusException, IOException {\n System.out.println(\"first reqGet\");\n return reqGet(route, USER_AGENT);\n }", "HttpGet getRequest(HttpServletRequest request, String address) throws IOException;", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override \r\nprotected void doGet(HttpServletRequest request, HttpServletResponse response) \r\nthrows ServletException, IOException { \r\nprocessRequest(request, response); \r\n}", "protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\n String action = request.getParameter(\"action\");\r\n\r\n try {\r\n switch (action)\r\n {\r\n case \"/getUser\":\r\n \tgetUser(request, response);\r\n break;\r\n \r\n }\r\n } catch (Exception ex) {\r\n throw new ServletException(ex);\r\n }\r\n }", "@Override\n protected void doGet\n (HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoProcess(req, resp);\n\t}", "@Test\r\n\tpublic void doGet() throws Exception {\n\t\tCloseableHttpClient httpClient = HttpClients.createDefault();\r\n\t\t// Create a GET object and pass a url to it\r\n\t\tHttpGet get = new HttpGet(\"http://www.google.com\");\r\n\t\t// make a request\r\n\t\tCloseableHttpResponse response = httpClient.execute(get);\r\n\t\t// get response as result\r\n\t\tSystem.out.println(response.getStatusLine().getStatusCode());\r\n\t\tHttpEntity entity = response.getEntity();\r\n\t\tSystem.out.println(EntityUtils.toString(entity));\r\n\t\t// close HttpClient\r\n\t\tresponse.close();\r\n\t\thttpClient.close();\r\n\t}", "private void requestGet(String endpoint, Map<String, String> params, RequestListener listener) throws Exception {\n String requestUri = Constant.API_BASE_URL + ((endpoint.indexOf(\"/\") == 0) ? endpoint : \"/\" + endpoint);\n get(requestUri, params, listener);\n }", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\tint i = request.getRequestURI().lastIndexOf(\"/\") + 1;\n\t\tString action = request.getRequestURI().substring(i);\n\t\tSystem.out.println(action);\n\t\t\n\t\tString view = \"Error\";\n\t\tObject model = \"service Non disponible\";\n\t\t\n\t\tif (action.equals(\"ProductsList\")) {\n\t\t\tview = productAction.productsList();\n\t\t\tmodel = productAction.getProducts();\n\t\t}\n\t\t\n\t\trequest.setAttribute(\"model\", model);\n\t\trequest.getRequestDispatcher(prefix + view + suffix).forward(request, response); \n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n\t throws ServletException, IOException {\n\tprocessRequest(request, response);\n }", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\tcommandAction(request,response);\r\n\t}" ]
[ "0.7589609", "0.71665615", "0.71148175", "0.705623", "0.7030174", "0.70291144", "0.6995984", "0.697576", "0.68883485", "0.6873811", "0.6853569", "0.6843572", "0.6843572", "0.6835363", "0.6835363", "0.6835363", "0.68195957", "0.6817864", "0.6797789", "0.67810035", "0.6761234", "0.6754993", "0.6754993", "0.67394847", "0.6719924", "0.6716244", "0.67054695", "0.67054695", "0.67012346", "0.6684415", "0.6676695", "0.6675696", "0.6675696", "0.66747975", "0.66747975", "0.6669016", "0.66621476", "0.66621476", "0.66476154", "0.66365504", "0.6615004", "0.66130257", "0.6604073", "0.6570195", "0.6551141", "0.65378064", "0.6536579", "0.65357745", "0.64957607", "0.64672184", "0.6453189", "0.6450501", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.64067316", "0.6395873", "0.6379907", "0.63737476", "0.636021", "0.6356937", "0.63410467", "0.6309468", "0.630619", "0.630263", "0.63014317", "0.6283933", "0.62738425", "0.62680805", "0.62585783", "0.62553537", "0.6249043", "0.62457556", "0.6239428", "0.6239428", "0.62376446", "0.62359244", "0.6215947", "0.62125194", "0.6207376", "0.62067443", "0.6204527", "0.6200444", "0.6199078", "0.61876005", "0.6182614", "0.61762017", "0.61755335", "0.61716276", "0.6170575", "0.6170397", "0.616901" ]
0.0
-1
Handles the HTTP POST method.
@Override protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { processRequest(request, response); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void doPost(Request request, Response response) {\n\n\t}", "@Override\n protected void doPost(HttpServletRequest req, HttpServletResponse resp) {\n }", "public void doPost( )\n {\n \n }", "@Override\n public String getMethod() {\n return \"POST\";\n }", "public String post();", "@Override\n\tpublic void doPost(HttpRequest request, AbstractHttpResponse response)\n\t\t\tthrows IOException {\n\t\t\n\t}", "@Override\n public String getMethod() {\n return \"POST\";\n }", "public ResponseTranslator post() {\n setMethod(\"POST\");\n return doRequest();\n }", "protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException {\n }", "public void doPost(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows IOException {\n\n\t}", "public void postData() {\n\n\t}", "@Override\n public void doPost(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException {\n logger.warn(\"doPost Called\");\n handle(req, res);\n }", "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n metPost(request, response);\n }", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n }", "@Override\r\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp)\r\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doPost(req, resp);\r\n\t}", "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n\r\n }", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doPost(req, resp);\n\t}", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doPost(req, resp);\n\t}", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doPost(req, resp);\n\t}", "@Override\n\tpublic void postHandle(WebRequest request, ModelMap model) throws Exception {\n\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\n }", "public void doPost(HttpServletRequest request, HttpServletResponse response)\r\n\t\t\tthrows ServletException, IOException {\r\n\r\n\t\t\r\n\t}", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\t\n\t}", "@Override\n\tprotected HttpMethod requestMethod() {\n\t\treturn HttpMethod.POST;\n\t}", "@Override\n\tprotected void handlePostBody(HashMap<String, HashMap<String, String>> params, DataFormat format) throws Exception {\n\t}", "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n }", "@Override\n\tprotected void doPost(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\t}", "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n \r\n }", "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n \r\n }", "@Override\n\n\tpublic void handlePOST(CoapExchange exchange) {\n\t\tFIleStream read = new FIleStream();\n\t\tread.tempWrite(Temp_Path, exchange.getRequestText());\n\t\texchange.respond(ResponseCode.CREATED, \"POST successfully!\");\n\t\t_Logger.info(\"Receive post request:\" + exchange.getRequestText());\n\t}", "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n response.getWriter().println(\"go to post method in manager\");\n }", "@Override\r\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doPost(req, resp);\r\n\t}", "@Override\r\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doPost(req, resp);\r\n\t}", "@Override\r\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doPost(req, resp);\r\n\t}", "@Override\n protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n }", "@Override\n protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n }", "public void doPost(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\t\t\n\t}", "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "public abstract boolean handlePost(FORM form, BindException errors) throws Exception;", "@Override\n protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n super.doPost(req, resp);\n }", "public void doPost(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\t\n\t\t\t\n\t\t \n\t}", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doPost(req, resp);\n\t}", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doPost(req, resp);\n\t}", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doPost(req, resp);\n\t}", "public void processPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException\n {\n }", "@Override\n\tpublic void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\n\t}", "@Override\n\tpublic void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\n\t}", "public void doPost(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\n\n\t}", "public void doPost(HttpServletRequest request ,HttpServletResponse response){\n\n }", "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n\n }", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request,\r\n\t\t\tHttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\r\n\t}", "public void post(){\n\t\tHttpClient client = new HttpClient();\n\n\t\tPostMethod post = new PostMethod(\"http://211.138.245.85:8000/sso/POST\");\n//\t\tPostMethod post = new PostMethod(\"/eshopclient/product/show.do?id=111655\");\n//\t\tpost.addRequestHeader(\"Cookie\", cookieHead);\n\n\n\t\ttry {\n\t\t\tSystem.out.println(\"��������====\");\n\t\t\tint status = client.executeMethod(post);\n\t\t\tSystem.out.println(status);\n\t\t} catch (HttpException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n//\t\ttaskCount++;\n//\t\tcountDown--;\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "public void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException {\r\n\tlogTrace( req, \"POST log\" );\r\n\tString requestId = req.getQueryString();\r\n\tif (requestId == null) {\r\n\t try {\r\n\t\tServletUtil.bufferedRead( req.getInputStream() );\r\n\t } catch (IOException ex) {\r\n\t }\r\n\t logError( req, resp, new Exception(\"Unrecognized POST\"), \"\" );\r\n\t sendError(resp, \"Unrecognized POST\");\r\n\t} else\r\n\t if (\"post-request\".equals( requestId )) {\r\n\t\ttry {\r\n\t\t onMEVPostsRequest( req, resp );\r\n\t\t} catch (Exception e) {\r\n\t\t try {\r\n\t\t\tServletUtil.bufferedRead( req.getInputStream() );\r\n\t\t } catch (IOException ex) {\r\n\t\t }\r\n\t\t logError( req, resp, e, \"MEV POST error\" );\r\n\t\t sendError( resp, \"MEV POST error: \" + e.toString() );\r\n\t\t}\r\n\t } else if (\"post-response\".equals( requestId )) {\r\n\t\ttry {\r\n\t\t onPVMPostsResponse( req, resp );\r\n\t\t} catch (Exception e) {\r\n\t\t try {\r\n\t\t\tServletUtil.bufferedRead( req.getInputStream() );\r\n\t\t } catch (IOException ex) {\r\n\t\t }\r\n\t\t logError( req, resp, e, \"PVM POST error\" );\r\n\t\t sendError( resp, \"PVM POST error: \" + e.toString() );\r\n\t\t}\r\n\t }\r\n }", "@Override\n\tpublic void postHandle(HttpServletRequest request,\n\t\t\tHttpServletResponse response, Object handler,\n\t\t\tModelAndView modelAndView) throws Exception {\n\t\t\n\t}", "@Override\n\tpublic void postHandle(HttpServletRequest request,\n\t\t\tHttpServletResponse response, Object handler,\n\t\t\tModelAndView modelAndView) throws Exception {\n\t\t\n\t}", "@Override\n\tpublic void postHandle(HttpServletRequest request,\n\t\t\tHttpServletResponse response, Object handler,\n\t\t\tModelAndView modelAndView) throws Exception {\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest req, HttpServletResponse resp, Object handler, ModelAndView m)\r\n\t\t\tthrows Exception {\n\t\t\r\n\t}", "@Override\n public final void doPost() {\n try {\n checkPermissions(getRequest());\n final IItem jSonStreamAsItem = getJSonStreamAsItem();\n final IItem outputItem = api.runAdd(jSonStreamAsItem);\n\n output(JSonItemWriter.itemToJSON(outputItem));\n } catch (final APIException e) {\n e.setApi(apiName);\n e.setResource(resourceName);\n throw e;\n\n }\n }", "@Override\n\tvoid post() {\n\t\t\n\t}", "@Override\r\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException {\n\t\t\r\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\t\tSystem.out.println(\"=========interCpetor Post=========\");\r\n\t}", "public void doPost(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\t\tString method = request.getParameter(\"method\");\n\t\tswitch(method){\n\t\tcase \"Crawl\":\n\t\t\tcrawl(request, response);\n\t\t\tbreak;\n\t\tcase \"Extract\":\n\t\t\textract(request, response);\n\t\t\tbreak;\n\t\tcase \"JDBC\":\n\t\t\tjdbc(request, response);\n\t\t\tbreak;\n\t\tcase \"Indexer\":\n\t\t\tindexer(request, response);\n\t\t\tbreak;\n\t\t}\n\t}", "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n System.out.println(\"teste dopost\");\r\n }", "protected void doPost(HttpServletRequest request,\r\n\t\t\tHttpServletResponse response)\r\n\t/* 43: */throws ServletException, IOException\r\n\t/* 44: */{\r\n\t\t/* 45:48 */doGet(request, response);\r\n\t\t/* 46: */}", "@Override\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tprocess(req, resp);\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\r\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\r\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\r\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\r\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\r\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\r\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\r\n\t}", "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "@Override\r\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\tprocess(req,resp);\r\n\t}", "public void handlePost(SessionSrvc session, IObjectContext context)\n throws Exception\n {\n }", "public void doPost(HttpServletRequest request, HttpServletResponse response) {\n\t\tdoGet(request, response);\n\t}", "public void doPost(HttpServletRequest request, HttpServletResponse response) {\n\t\tdoGet(request, response);\n\t}", "public void doPost(HttpServletRequest request, HttpServletResponse response) {\r\n\t\tdoGet(request, response);\r\n\t}", "@Override\r\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response, Object handler,\r\n\t\t\tModelAndView modelAndView) throws Exception {\n\t}", "@Override\n protected void doPost\n (HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n try {\r\n processRequest(request, response);\r\n } catch (JSONException ex) {\r\n Logger.getLogger(PDCBukUpload.class.getName()).log(Level.SEVERE, null, ex);\r\n }\r\n }", "@Override\r\n protected void doPost(HttpServletRequest request,\r\n HttpServletResponse response)\r\n throws ServletException,\r\n IOException {\r\n processRequest(request,\r\n response);\r\n\r\n }", "@Override\r\n\tpublic void doPost(CustomHttpRequest request, CustomHttpResponse response) throws Exception {\n\t\tdoGet(request, response);\r\n\t}", "@Override\n\tpublic void postHandle(HttpServletRequest request, HttpServletResponse response,\n\t\t\tObject handler, ModelAndView modelAndView) throws Exception {\n\n\t}", "protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\tdoHandle(request, response);\n\t}", "private void postRequest() {\n\t\tSystem.out.println(\"post request, iam playing money\");\n\t}", "@Override\r\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n }", "@Override\n public void postHandle(HttpServletRequest request,\n HttpServletResponse response, Object handler,\n ModelAndView modelAndView) throws Exception {\n\n }", "@Override\n protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n try {\n processRequest(request, response);\n } catch (Exception ex) {\n Logger.getLogger(PedidoController.class.getName()).log(Level.SEVERE, null, ex);\n }\n }" ]
[ "0.73289514", "0.71383566", "0.7116213", "0.7105215", "0.7100045", "0.70236707", "0.7016248", "0.6964149", "0.6889435", "0.6784954", "0.67733276", "0.67482096", "0.66677034", "0.6558593", "0.65582114", "0.6525548", "0.652552", "0.652552", "0.652552", "0.65229493", "0.6520197", "0.6515622", "0.6513045", "0.6512626", "0.6492367", "0.64817846", "0.6477479", "0.64725804", "0.6472099", "0.6469389", "0.6456206", "0.6452577", "0.6452577", "0.6452577", "0.6450273", "0.6450273", "0.6438126", "0.6437522", "0.64339423", "0.64253825", "0.6422238", "0.6420897", "0.6420897", "0.6420897", "0.6407662", "0.64041835", "0.64041835", "0.639631", "0.6395677", "0.6354875", "0.63334197", "0.6324263", "0.62959254", "0.6288832", "0.6288832", "0.6288832", "0.6288832", "0.6288832", "0.6288832", "0.6288832", "0.6288832", "0.6288832", "0.6288832", "0.6288832", "0.6280875", "0.6272104", "0.6272104", "0.62711537", "0.62616795", "0.62544584", "0.6251865", "0.62274224", "0.6214439", "0.62137586", "0.621211", "0.620854", "0.62023044", "0.61775357", "0.61775357", "0.61775357", "0.61775357", "0.61775357", "0.61775357", "0.61775357", "0.61638993", "0.61603814", "0.6148914", "0.61465937", "0.61465937", "0.614548", "0.6141879", "0.6136717", "0.61313903", "0.61300284", "0.6124381", "0.6118381", "0.6118128", "0.61063534", "0.60992104", "0.6098801", "0.6096766" ]
0.0
-1
Returns a short description of the servlet.
@Override public String getServletInfo() { return "Short description"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getServletInfo()\n {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\n return \"Short description\";\n }", "public String getServletInfo() {\r\n return \"Short description\";\r\n }", "public String getServletInfo() {\r\n return \"Short description\";\r\n }", "public String getServletInfo() {\r\n return \"Short description\";\r\n }", "public String getServletInfo() {\r\n return \"Short description\";\r\n }", "public String getServletInfo() {\r\n return \"Short description\";\r\n }", "public String getServletInfo() {\r\n return \"Short description\";\r\n }", "@Override\r\n public String getServletInfo() {\r\n return \"Short description\";\r\n }", "@Override\r\n public String getServletInfo() {\r\n return \"Short description\";\r\n }", "@Override\n public String getServletInfo() {\n return \"Short description\";\n }", "@Override\n public String getServletInfo() {\n return \"Short description\";\n }", "@Override\n public String getServletInfo() {\n return \"Short description\";\n }", "@Override\n\tpublic String getServletInfo() {\n\t\treturn \"Short description\";\n\t}", "@Override\n\tpublic String getServletInfo() {\n\t\treturn \"Short description\";\n\t}", "@Override\n\tpublic String getServletInfo() {\n\t\treturn \"Short description\";\n\t}", "@Override\n\tpublic String getServletInfo() {\n\t\treturn \"Short description\";\n\t}", "@Override\n\tpublic String getServletInfo() {\n\t\treturn \"Short description\";\n\t}", "@Override\n\tpublic String getServletInfo() {\n\t\treturn \"Short description\";\n\t}", "@Override\r\n public String getServletInfo()\r\n {\r\n return \"Short description\";\r\n }", "@Override\n public String getServletInfo()\n {\n return \"Short description\";\n }", "@Override\r\n\tpublic String getServletInfo() {\r\n\t\treturn \"Short description\";\r\n\t}", "@Override\r\n public String getServletInfo()\r\n {\r\n return \"Short description\";\r\n }", "@Override\n public String getServletInfo() {\n return \"Short description\";\n }" ]
[ "0.87634975", "0.8732279", "0.8732279", "0.8732279", "0.8732279", "0.8732279", "0.8732279", "0.8732279", "0.8732279", "0.8732279", "0.8732279", "0.8699131", "0.8699131", "0.8699131", "0.8699131", "0.8699131", "0.8699131", "0.8531295", "0.8531295", "0.85282224", "0.85282224", "0.85282224", "0.8527433", "0.8527433", "0.8527433", "0.8527433", "0.8527433", "0.8527433", "0.8516995", "0.8512296", "0.8511239", "0.8510324", "0.84964365" ]
0.0
-1
Register Meshers for Branches
@SubscribeEvent public static void registerModels(ModelRegistryEvent event) { for (TreeFamily tree : ModTrees.tfcTrees) { ModelHelperTFC.regModel(tree.getDynamicBranch());//Register Branch itemBlock ModelHelperTFC.regModel(tree);//Register custom state mapper for branch } ModelLoader.setCustomStateMapper(ModBlocks.blockRootyDirt, new StateMap.Builder().ignore(BlockRooty.LIFE).build()); ModTrees.tfcSpecies.values().stream().filter(s -> s.getSeed() != Seed.NULLSEED).forEach(s -> ModelHelperTFC.regModel(s.getSeed()));//Register Seed Item Models }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void registerRenderer() {}", "public void registerRenderer() {}", "@Override\r\n\tpublic void registriereBeobachter(Beobachter b) {\n\t\tbeobachter.add(b);\r\n\t}", "public void buildBridges() {\n\t\tList<MagneticComponent> firstTier = getValidLinks(0);\r\n\t\t\r\n\t\tbuildNextBridge(firstTier, 0);\r\n\t}", "@Override\n\tpublic void registerWorldChunkManager() {\n\t\tworldChunkMgr = new zei_WorldChunkManagerZeitgeist(giants, worldObj);\n\t\tworldType = 99;\n\t\thasNoSky = false;\n\t}", "public void registerRenders() {\n }", "public void registerWorldChunkManager()\n\t{\n\t\tthis.worldChunkMgr = new WorldChunkMangerHeaven(worldObj.getSeed(), terrainType);\n\t\tthis.hasNoSky = false;\n\t}", "private void registerNeurons(){\n\t\tneurons.add(new ObstaclesDetectionNeuron(this));\n\t\tneurons.add(new AreaLimitDetectionNeuron(this));\n\t\tneurons.add(new ButtonHandlerNeuron(this));\n\t\tneurons.add(new BeeperNeuron(this));\n\t}", "public void initZoneAreas() {\n this.zoneList = new ArrayList<Node>();\n this.zoneRoot = new Node(\"Zone Root\");\n \n Material mat = new Material(assetManager, \"Common/MatDefs/Misc/Unshaded.j3md\"); \n mat.setColor(\"Color\", new ColorRGBA(0,1,1,0.5f));\n mat.getAdditionalRenderState().setBlendMode(BlendMode.Alpha);\n \n Geometry zoneBox1 = new Geometry(\"Zone 1\",new Box(12,1,12));\n Node zoneNode1 = new Node(\"Zone 1\");\n zoneBox1.setMaterial(mat);\n zoneBox1.setQueueBucket(Bucket.Transparent);\n zoneNode1.attachChild(zoneBox1);\n this.zoneList.add(zoneNode1);\n this.zoneRoot.attachChild(zoneNode1);\n \n zoneNode1.setLocalTranslation(CubeToWorldVector(7.5f,0,47.5f));\n \n Geometry zoneBox2 = new Geometry(\"Zone 2\",new Box(18f,1,6));\n Node zoneNode2 = new Node(\"Zone 2\");\n zoneBox2.setMaterial(mat);\n zoneBox2.setQueueBucket(Bucket.Transparent);\n zoneNode2.attachChild(zoneBox2);\n this.zoneList.add(zoneNode2);\n this.zoneRoot.attachChild(zoneNode2);\n \n zoneNode2.setLocalTranslation(CubeToWorldVector(17.5f,0,47.5f));\n \n Geometry zoneBox2b = new Geometry(\"Zone 2b\",new Box(6f,1,6));\n Node zoneNode2b = new Node(\"Zone 2b\");\n zoneBox2b.setMaterial(mat);\n zoneBox2b.setQueueBucket(Bucket.Transparent);\n zoneNode2b.attachChild(zoneBox2b);\n this.zoneList.add(zoneNode2b);\n this.zoneRoot.attachChild(zoneNode2b);\n \n zoneNode2b.setLocalTranslation(CubeToWorldVector(21.5f,0,43.5f));\n \n Geometry zoneBox3 = new Geometry(\"Zone 3\",new Box(24f,1,22.5f));\n Node zoneNode3 = new Node(\"Zone 3\");\n zoneBox3.setMaterial(mat);\n zoneBox3.setQueueBucket(Bucket.Transparent);\n zoneNode3.attachChild(zoneBox3);\n this.zoneList.add(zoneNode3);\n this.zoneRoot.attachChild(zoneNode3);\n \n zoneNode3.setLocalTranslation(CubeToWorldVector(23.5f,0,34f));\n \n Geometry zoneBox4 = new Geometry(\"Zone 4\",new Box(9f,1,9f));\n Node zoneNode4 = new Node(\"Zone 4\");\n zoneBox4.setMaterial(mat);\n zoneBox4.setQueueBucket(Bucket.Transparent);\n zoneNode4.attachChild(zoneBox4);\n this.zoneList.add(zoneNode4);\n this.zoneRoot.attachChild(zoneNode4);\n \n zoneNode4.setLocalTranslation(CubeToWorldVector(12.5f,0,29.5f));\n \n Geometry zoneBox4b = new Geometry(\"Zone 4b\",new Box(9f,1,22.5f));\n Node zoneNode4b = new Node(\"Zone 4b\");\n zoneBox4b.setMaterial(mat);\n zoneBox4b.setQueueBucket(Bucket.Transparent);\n zoneNode4b.attachChild(zoneBox4b);\n this.zoneList.add(zoneNode4b);\n this.zoneRoot.attachChild(zoneNode4b);\n \n zoneNode4b.setLocalTranslation(CubeToWorldVector(6.5f,0,25f));\n \n Geometry zoneBox5 = new Geometry(\"Zone 5\",new Box(36f,1,18f));\n Node zoneNode5 = new Node(\"Zone 5\");\n zoneBox5.setMaterial(mat);\n zoneBox5.setQueueBucket(Bucket.Transparent);\n zoneNode5.attachChild(zoneBox5);\n this.zoneList.add(zoneNode5);\n this.zoneRoot.attachChild(zoneNode5);\n \n zoneNode5.setLocalTranslation(CubeToWorldVector(13.5f,0,11.5f));\n rootNode.attachChild(this.zoneRoot);\n }", "public void registerRenderers() {\n\n\t}", "@Override\n protected void createMesh() {\n rayLight.getScope().add(camera);\n\n light = new PointLight(Color.GAINSBORO);\n light.setTranslateX(-300);\n light.setTranslateY(300);\n light.setTranslateZ(-2000);\n\n light2 = new PointLight(Color.ALICEBLUE);\n light2.setTranslateX(300);\n light2.setTranslateY(-300);\n light2.setTranslateZ(2000);\n\n light3 = new PointLight(Color.SPRINGGREEN);\n light3.setTranslateY(-2000);\n //create a target\n target1 = new Sphere(180);\n target1.setId(\"t1\");\n target1.setDrawMode(DrawMode.LINE);\n target1.setCullFace(CullFace.NONE);\n target1.setTranslateX(500);\n target1.setTranslateY(500);\n target1.setTranslateZ(500);\n target1.setMaterial(red);\n // create another target\n target2 = new Sphere(150);\n target2.setId(\"t2\");\n target2.setDrawMode(DrawMode.LINE);\n target2.setCullFace(CullFace.NONE);\n target2.setTranslateX(-500);\n target2.setTranslateY(-500);\n target2.setTranslateZ(-500);\n target2.setMaterial(blue);\n\n origin = new Box(20, 20, 20);\n origin.setDrawMode(DrawMode.LINE);\n origin.setCullFace(CullFace.NONE);\n \n model = new Group(target1, target2, origin, light, light2, light3, rayLight);\n }", "private void addTerrain() {\n int patchSize = 3;\n int mapSize = 3;\n TerrainQuad quad\n = new TerrainQuad(\"terrain\", patchSize, mapSize, nineHeights);\n rootNode.attachChild(quad);\n quad.setMaterial(quadMaterial);\n\n CollisionShape shape = CollisionShapeFactory.createMeshShape(quad);\n float massForStatic = 0f;\n RigidBodyControl rbc = new RigidBodyControl(shape, massForStatic);\n rbc.setPhysicsSpace(physicsSpace);\n quad.addControl(rbc);\n }", "public void registerTileEntitySpecalRenderer(/* PlaceHolder */) {\n\t}", "public void registerWorldChunkManager() {\n\t\tthis.worldChunkMgr = new WorldChunkManagerHell(BiomeGenBase.sky, 0.5F, 0.0F);\n\t\tthis.dimensionId = 1;\n\t\tthis.hasNoSky = true;\n\t}", "public void registerTileEntitySpecialRenderer()\n {\n }", "@Override\n\tprotected void onInitialAgentsCreation() {\n\t\tSystem.out.println(\"Création drones\");\n\t\tDrone drone = null;\n\t\tDroneBuilder droneBuilder;\n\t\tfor (int i = 0; i < INITIAL_DRONE_COUNT; i++) {\n\t\t\tdrone = new Drone(this, getEnvironment().getRandom().nextInt(World.WIDTH), getEnvironment().getRandom().nextInt(World.HEIGHT));\n\t\t\tdroneBuilder = new DroneBuilder();\n\t\t\tdroneBuilder.setDrone(drone);\n\t\t\tdroneBuilder.buildBehaviorStates();\n\t\t\tdroneBuilder.buildAgentPhase();\n\t\t}\n\t}", "void onMeshUpdate(MeshOrganizer mesh);", "public static void BlockRegister()\n\t{\n\t\tString[] umberstoneBlock = {\"umberstone\"};\n\t\tString[] umbercobbleBlock = {\"cobbleUmber\"};\n\t\tStoneRegister umberstone = getStoneRegister(ModBlocks.umberstone, ModBlocks.umberstone, \"umberstone\", umberstoneBlock, umbercobbleBlock, \"erebus\");\n\t\tumberstone.mossyCobble = false;\n\t\tumberstone.genReplaceable = false;\n\t\tumberstone.register();\n\t}", "public void register(){\n }", "public void clientModSetup(){\n\t\tRenderingRegistry.registerEntityRenderingHandler(Content.mercEntityType.get(), RenderMercenary::new );\n\t\tScreenManager.registerFactory(Content.mercContainerType.get(), GUIContainerMercenary::new);\n\t}", "@Override\n public void addLoaders(WorldLoader wl, WorldInfo info) {\n }", "public void createAndRegisterActors(){\n //stressAppNetworkService.getAbstractNetworkServiceList().forEach((type,ns)->{\n stressAppNetworkService.getChatNetworkServicePluginRootList().forEach(ns->{\n //System.out.println(\"Network Service type: \"+type);\n nsPublicKeyMap.put(ns.getPublicKey(), (ChatNetworkServicePluginRoot) ns);\n ((ChatNetworkServicePluginRoot) ns).setMessageReceiver(this);\n int actorCounter = 0;\n for(ActorProfile actor : actorProfileList){\n createAndRegisterActor(actor,(ChatNetworkServicePluginRoot) ns, actorCounter);\n actorCounter++;\n actorsCreated++;\n report(ReportType.ACTOR_CREATED);\n }\n nsStarted++;\n report(ReportType.NS_STARED);\n });\n }", "public abstract void register();", "private void setup(McBoosters plugin){\n FileConfiguration boosterConfig = plugin.getFileManager().getFile(FileManager.Files.BOOSTER_FILE);\n for(String s : boosterConfig.getConfigurationSection(\"\").getKeys(false)){\n boosterInfoMap.put(s.toLowerCase(), new BoosterInfo(boosterConfig, s));\n }\n //Backup boosters\n FileConfiguration boosterBackup = plugin.getFileManager().getFile(FileManager.Files.BOOSTER_BACKUP_FILE);\n if(boosterBackup.contains(\"Boosters\")){\n for(String s : boosterBackup.getConfigurationSection(\"Boosters\").getKeys(false)){\n for(String i : boosterBackup.getConfigurationSection(\"Boosters.\" + s).getKeys(false)){\n String key = \"Boosters.\" + s + \".\" + i + \".\";\n String boosterName = boosterBackup.getString(key + \"ID\");\n if(boosterBackup.getInt(key + \"RemainingDuration\") <= 0){\n boosterBackup.set(\"Boosters.\" + s, null);\n continue;\n }\n Booster booster = BoosterFactory.getBooster(boosterBackup, key, boosterInfoMap.get(boosterName));\n if(activeBoosters.containsKey(boosterName)){\n activeBoosters.get(boosterName).add(booster);\n }\n else{\n ArrayList<Booster> list = new ArrayList<>();\n list.add(booster);\n activeBoosters.put(boosterName, list);\n }\n }\n }\n plugin.getFileManager().saveFile(FileManager.Files.BOOSTER_BACKUP_FILE);\n }\n }", "@Override\r\n public void preInit(FMLPreInitializationEvent e) {\n \tModBlocks.registerBlockModels();\r\n \tnet.minecraftforge.fml.client.registry.RenderingRegistry.registerEntityRenderingHandler(EntityTribeling.class, RenderTribeling.FACTORY);\r\n super.preInit(e);\r\n }", "public static void registerDungeons()\r\n {\r\n if (!isLoaded || isLegacy)\r\n {\r\n return;// I supported this mod in older versions\r\n }\r\n\r\n try\r\n {\r\n Method addDungeonMob = Class.forName(\"com.evilnotch.dungeontweeks.main.world.worldgen.mobs.DungeonMobs\").getMethod(\"addDungeonMob\", ResourceLocation.class, ResourceLocation.class,\r\n int.class);\r\n for (AS_WorldGenTower.TowerTypes tower : AS_WorldGenTower.TowerTypes.values())\r\n {\r\n boolean nether = tower == TowerTypes.Netherrack;\r\n addDungeonMob.invoke(null, tower.getId(), new ResourceLocation(\"cave_spider\"), 100);\r\n addDungeonMob.invoke(null, tower.getId(), new ResourceLocation(\"spider\"), 90);\r\n addDungeonMob.invoke(null, tower.getId(), nether ? new ResourceLocation(\"wither_skeleton\") : new ResourceLocation(\"skeleton\"), 120);\r\n addDungeonMob.invoke(null, tower.getId(), new ResourceLocation(\"zombie\"), 120);\r\n\r\n if (nether)\r\n {\r\n addDungeonMob.invoke(null, tower.getId(), new ResourceLocation(\"blaze\"), 20);\r\n }\r\n }\r\n }\r\n catch (Exception e)\r\n {\r\n e.printStackTrace();\r\n }\r\n }", "public static void register() {\n\n\t\tPonderRegistry.forComponents(AllBlocks.SHAFT)\n\t\t\t.addStoryBoard(\"shaft/relay\", KineticsScenes::shaftAsRelay, PonderTag.KINETIC_RELAYS);\n\t\tPonderRegistry.forComponents(AllBlocks.SHAFT, AllBlocks.ANDESITE_ENCASED_SHAFT, AllBlocks.BRASS_ENCASED_SHAFT)\n\t\t\t.addStoryBoard(\"shaft/encasing\", KineticsScenes::shaftsCanBeEncased);\n\n\t\tPonderRegistry.forComponents(AllBlocks.COGWHEEL)\n\t\t\t.addStoryBoard(\"cog/small\", KineticsScenes::cogAsRelay, PonderTag.KINETIC_RELAYS)\n\t\t\t.addStoryBoard(\"cog/speedup\", KineticsScenes::cogsSpeedUp);\n\n\t\tPonderRegistry.forComponents(AllBlocks.LARGE_COGWHEEL)\n\t\t\t.addStoryBoard(\"cog/speedup\", KineticsScenes::cogsSpeedUp)\n\t\t\t.addStoryBoard(\"cog/large\", KineticsScenes::largeCogAsRelay, PonderTag.KINETIC_RELAYS);\n\n\t\tPonderRegistry.forComponents(AllItems.BELT_CONNECTOR)\n\t\t\t.addStoryBoard(\"belt/connect\", BeltScenes::beltConnector, PonderTag.KINETIC_RELAYS)\n\t\t\t.addStoryBoard(\"belt/directions\", BeltScenes::directions)\n\t\t\t.addStoryBoard(\"belt/transport\", BeltScenes::transport, PonderTag.LOGISTICS)\n\t\t\t.addStoryBoard(\"belt/encasing\", BeltScenes::beltsCanBeEncased);\n\n\t\tPonderRegistry.forComponents(AllBlocks.ANDESITE_CASING, AllBlocks.BRASS_CASING)\n\t\t\t.addStoryBoard(\"shaft/encasing\", KineticsScenes::shaftsCanBeEncased)\n\t\t\t.addStoryBoard(\"belt/encasing\", BeltScenes::beltsCanBeEncased);\n\n\t\tPonderRegistry.forComponents(AllBlocks.GEARBOX, AllItems.VERTICAL_GEARBOX)\n\t\t\t.addStoryBoard(\"gearbox\", KineticsScenes::gearbox, PonderTag.KINETIC_RELAYS);\n\n\t\tPonderRegistry.addStoryBoard(AllBlocks.CLUTCH, \"clutch\", KineticsScenes::clutch, PonderTag.KINETIC_RELAYS);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.GEARSHIFT, \"gearshift\", KineticsScenes::gearshift,\n\t\t\tPonderTag.KINETIC_RELAYS);\n\n\t\tPonderRegistry.forComponents(AllBlocks.SEQUENCED_GEARSHIFT)\n\t\t\t.addStoryBoard(\"sequenced_gearshift\", KineticsScenes::sequencedGearshift);\n\n\t\tPonderRegistry.forComponents(AllBlocks.ENCASED_FAN)\n\t\t\t.addStoryBoard(\"fan/direction\", FanScenes::direction, PonderTag.KINETIC_APPLIANCES)\n\t\t\t.addStoryBoard(\"fan/processing\", FanScenes::processing)\n\t\t\t.addStoryBoard(\"fan/source\", FanScenes::source, PonderTag.KINETIC_SOURCES);\n\n\t\tPonderRegistry.addStoryBoard(AllBlocks.CREATIVE_MOTOR, \"creative_motor\", KineticsScenes::creativeMotor,\n\t\t\tPonderTag.KINETIC_SOURCES);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.WATER_WHEEL, \"water_wheel\", KineticsScenes::waterWheel,\n\t\t\tPonderTag.KINETIC_SOURCES);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.HAND_CRANK, \"hand_crank\", KineticsScenes::handCrank,\n\t\t\tPonderTag.KINETIC_SOURCES);\n\n\t\tPonderRegistry.addStoryBoard(AllBlocks.COPPER_VALVE_HANDLE, \"valve_handle\", KineticsScenes::valveHandle,\n\t\t\tPonderTag.KINETIC_SOURCES);\n\t\tPonderRegistry.forComponents(AllBlocks.DYED_VALVE_HANDLES)\n\t\t\t.addStoryBoard(\"valve_handle\", KineticsScenes::valveHandle);\n\n\t\tPonderRegistry.addStoryBoard(AllBlocks.ENCASED_CHAIN_DRIVE, \"chain_drive/relay\",\n\t\t\tChainDriveScenes::chainDriveAsRelay, PonderTag.KINETIC_RELAYS);\n\t\tPonderRegistry.forComponents(AllBlocks.ENCASED_CHAIN_DRIVE, AllBlocks.ADJUSTABLE_CHAIN_GEARSHIFT)\n\t\t\t.addStoryBoard(\"chain_drive/gearshift\", ChainDriveScenes::adjustableChainGearshift);\n\n\t\tPonderRegistry.forComponents(AllBlocks.FURNACE_ENGINE)\n\t\t\t.addStoryBoard(\"furnace_engine\", KineticsScenes::furnaceEngine);\n\t\tPonderRegistry.forComponents(AllBlocks.FLYWHEEL)\n\t\t\t.addStoryBoard(\"furnace_engine\", KineticsScenes::flywheel);\n\t\tPonderRegistry.forComponents(AllBlocks.ROTATION_SPEED_CONTROLLER)\n\t\t\t.addStoryBoard(\"speed_controller\", KineticsScenes::speedController);\n\n\t\t// Gauges\n\t\tPonderRegistry.addStoryBoard(AllBlocks.SPEEDOMETER, \"gauges\", KineticsScenes::speedometer);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.STRESSOMETER, \"gauges\", KineticsScenes::stressometer);\n\n\t\t// Item Processing\n\t\tPonderRegistry.addStoryBoard(AllBlocks.MILLSTONE, \"millstone\", ProcessingScenes::millstone);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.CRUSHING_WHEEL, \"crushing_wheel\", ProcessingScenes::crushingWheels);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.MECHANICAL_MIXER, \"mechanical_mixer/mixing\", ProcessingScenes::mixing);\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_PRESS)\n\t\t\t.addStoryBoard(\"mechanical_press/pressing\", ProcessingScenes::pressing)\n\t\t\t.addStoryBoard(\"mechanical_press/compacting\", ProcessingScenes::compacting);\n\t\tPonderRegistry.forComponents(AllBlocks.BASIN)\n\t\t\t.addStoryBoard(\"basin\", ProcessingScenes::basin)\n\t\t\t.addStoryBoard(\"mechanical_mixer/mixing\", ProcessingScenes::mixing)\n\t\t\t.addStoryBoard(\"mechanical_press/compacting\", ProcessingScenes::compacting);\n\t\tPonderRegistry.addStoryBoard(AllItems.EMPTY_BLAZE_BURNER, \"empty_blaze_burner\",\n\t\t\tProcessingScenes::emptyBlazeBurner);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.BLAZE_BURNER, \"blaze_burner\", ProcessingScenes::blazeBurner);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.DEPOT, \"depot\", BeltScenes::depot);\n\t\tPonderRegistry.forComponents(AllBlocks.WEIGHTED_EJECTOR)\n\t\t\t.addStoryBoard(\"weighted_ejector/eject\", EjectorScenes::ejector)\n\t\t\t.addStoryBoard(\"weighted_ejector/split\", EjectorScenes::splitY)\n\t\t\t.addStoryBoard(\"weighted_ejector/redstone\", EjectorScenes::redstone);\n\n\t\t// Crafters\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_CRAFTER)\n\t\t\t.addStoryBoard(\"mechanical_crafter/setup\", CrafterScenes::setup)\n\t\t\t.addStoryBoard(\"mechanical_crafter/connect\", CrafterScenes::connect);\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_CRAFTER, AllItems.CRAFTER_SLOT_COVER)\n\t\t\t.addStoryBoard(\"mechanical_crafter/covers\", CrafterScenes::covers);\n\n\t\t// Chutes\n\t\tPonderRegistry.forComponents(AllBlocks.CHUTE)\n\t\t\t.addStoryBoard(\"chute/downward\", ChuteScenes::downward, PonderTag.LOGISTICS)\n\t\t\t.addStoryBoard(\"chute/upward\", ChuteScenes::upward);\n\t\tPonderRegistry.forComponents(AllBlocks.CHUTE, AllBlocks.SMART_CHUTE)\n\t\t\t.addStoryBoard(\"chute/smart\", ChuteScenes::smart);\n\n\t\t// Funnels\n\t\tPonderRegistry.addStoryBoard(AllBlocks.BRASS_FUNNEL, \"funnels/brass\", FunnelScenes::brass);\n\t\tPonderRegistry.forComponents(AllBlocks.ANDESITE_FUNNEL, AllBlocks.BRASS_FUNNEL)\n\t\t\t.addStoryBoard(\"funnels/intro\", FunnelScenes::intro, PonderTag.LOGISTICS)\n\t\t\t.addStoryBoard(\"funnels/direction\", FunnelScenes::directionality)\n\t\t\t.addStoryBoard(\"funnels/compat\", FunnelScenes::compat)\n\t\t\t.addStoryBoard(\"funnels/redstone\", FunnelScenes::redstone)\n\t\t\t.addStoryBoard(\"funnels/transposer\", FunnelScenes::transposer);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.ANDESITE_FUNNEL, \"funnels/brass\", FunnelScenes::brass);\n\n\t\t// Tunnels\n\t\tPonderRegistry.addStoryBoard(AllBlocks.ANDESITE_TUNNEL, \"tunnels/andesite\", TunnelScenes::andesite);\n\t\tPonderRegistry.forComponents(AllBlocks.BRASS_TUNNEL)\n\t\t\t.addStoryBoard(\"tunnels/brass\", TunnelScenes::brass)\n\t\t\t.addStoryBoard(\"tunnels/brass_modes\", TunnelScenes::brassModes);\n\n\t\t// Chassis & Super Glue\n\t\tPonderRegistry.forComponents(AllBlocks.LINEAR_CHASSIS, AllBlocks.SECONDARY_LINEAR_CHASSIS)\n\t\t\t.addStoryBoard(\"chassis/linear_group\", ChassisScenes::linearGroup, PonderTag.CONTRAPTION_ASSEMBLY)\n\t\t\t.addStoryBoard(\"chassis/linear_attachment\", ChassisScenes::linearAttachement);\n\t\tPonderRegistry.forComponents(AllBlocks.RADIAL_CHASSIS)\n\t\t\t.addStoryBoard(\"chassis/radial\", ChassisScenes::radial, PonderTag.CONTRAPTION_ASSEMBLY);\n\t\tPonderRegistry.forComponents(AllItems.SUPER_GLUE)\n\t\t\t.addStoryBoard(\"super_glue\", ChassisScenes::superGlue, PonderTag.CONTRAPTION_ASSEMBLY);\n\t\tPonderRegistry.forComponents(AllBlocks.STICKER)\n\t\t\t.addStoryBoard(\"sticker\", RedstoneScenes::sticker, PonderTag.CONTRAPTION_ASSEMBLY);\n\n\t\t// Mechanical Arm\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_ARM)\n\t\t\t.addStoryBoard(\"mechanical_arm/setup\", ArmScenes::setup, PonderTag.ARM_TARGETS)\n\t\t\t.addStoryBoard(\"mechanical_arm/filter\", ArmScenes::filtering)\n\t\t\t.addStoryBoard(\"mechanical_arm/modes\", ArmScenes::modes)\n\t\t\t.addStoryBoard(\"mechanical_arm/redstone\", ArmScenes::redstone);\n\n\t\t// Mechanical Piston\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_PISTON, AllBlocks.STICKY_MECHANICAL_PISTON)\n\t\t\t.addStoryBoard(\"mechanical_piston/anchor\", PistonScenes::movement, PonderTag.KINETIC_APPLIANCES,\n\t\t\t\tPonderTag.MOVEMENT_ANCHOR);\n\t\tPonderRegistry\n\t\t\t.forComponents(AllBlocks.MECHANICAL_PISTON, AllBlocks.STICKY_MECHANICAL_PISTON,\n\t\t\t\tAllBlocks.PISTON_EXTENSION_POLE)\n\t\t\t.addStoryBoard(\"mechanical_piston/piston_pole\", PistonScenes::poles);\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_PISTON, AllBlocks.STICKY_MECHANICAL_PISTON)\n\t\t\t.addStoryBoard(\"mechanical_piston/modes\", PistonScenes::movementModes);\n\n\t\t// Windmill Bearing\n\t\tPonderRegistry.forComponents(AllBlocks.ROPE_PULLEY)\n\t\t\t.addStoryBoard(\"rope_pulley/anchor\", PulleyScenes::movement, PonderTag.KINETIC_APPLIANCES,\n\t\t\t\tPonderTag.MOVEMENT_ANCHOR)\n\t\t\t.addStoryBoard(\"rope_pulley/modes\", PulleyScenes::movementModes)\n\t\t\t.addStoryBoard(\"rope_pulley/attachment\", PulleyScenes::attachment);\n\n\t\t// Windmill Bearing\n\t\tPonderRegistry.forComponents(AllBlocks.WINDMILL_BEARING)\n\t\t\t.addStoryBoard(\"windmill_bearing/source\", BearingScenes::windmillsAsSource, PonderTag.KINETIC_SOURCES)\n\t\t\t.addStoryBoard(\"windmill_bearing/structure\", BearingScenes::windmillsAnyStructure,\n\t\t\t\tPonderTag.MOVEMENT_ANCHOR);\n\t\tPonderRegistry.forComponents(AllBlocks.SAIL)\n\t\t\t.addStoryBoard(\"sail\", BearingScenes::sail);\n\t\tPonderRegistry.forComponents(AllBlocks.SAIL_FRAME)\n\t\t\t.addStoryBoard(\"sail\", BearingScenes::sailFrame);\n\n\t\t// Mechanical Bearing\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_BEARING)\n\t\t\t.addStoryBoard(\"mechanical_bearing/anchor\", BearingScenes::mechanicalBearing, PonderTag.KINETIC_APPLIANCES,\n\t\t\t\tPonderTag.MOVEMENT_ANCHOR)\n\t\t\t.addStoryBoard(\"mechanical_bearing/modes\", BearingScenes::bearingModes)\n\t\t\t.addStoryBoard(\"mechanical_bearing/stabilized\", BearingScenes::stabilizedBearings,\n\t\t\t\tPonderTag.CONTRAPTION_ACTOR);\n\n\t\t// Clockwork Bearing\n\t\tPonderRegistry.addStoryBoard(AllBlocks.CLOCKWORK_BEARING, \"clockwork_bearing\", BearingScenes::clockwork,\n\t\t\tPonderTag.KINETIC_APPLIANCES, PonderTag.MOVEMENT_ANCHOR);\n\n\t\t// Gantries\n\t\tPonderRegistry.addStoryBoard(AllBlocks.GANTRY_SHAFT, \"gantry/intro\", GantryScenes::introForShaft,\n\t\t\tPonderTag.KINETIC_APPLIANCES, PonderTag.MOVEMENT_ANCHOR);\n\t\tPonderRegistry.addStoryBoard(AllBlocks.GANTRY_CARRIAGE, \"gantry/intro\", GantryScenes::introForPinion,\n\t\t\tPonderTag.KINETIC_APPLIANCES, PonderTag.MOVEMENT_ANCHOR);\n\t\tPonderRegistry.forComponents(AllBlocks.GANTRY_SHAFT, AllBlocks.GANTRY_CARRIAGE)\n\t\t\t.addStoryBoard(\"gantry/redstone\", GantryScenes::redstone)\n\t\t\t.addStoryBoard(\"gantry/direction\", GantryScenes::direction)\n\t\t\t.addStoryBoard(\"gantry/subgantry\", GantryScenes::subgantry);\n\n\t\t// Cart Assembler\n\t\tPonderRegistry.forComponents(AllBlocks.CART_ASSEMBLER)\n\t\t\t.addStoryBoard(\"cart_assembler/anchor\", CartAssemblerScenes::anchor, PonderTag.MOVEMENT_ANCHOR)\n\t\t\t.addStoryBoard(\"cart_assembler/modes\", CartAssemblerScenes::modes)\n\t\t\t.addStoryBoard(\"cart_assembler/dual\", CartAssemblerScenes::dual)\n\t\t\t.addStoryBoard(\"cart_assembler/rails\", CartAssemblerScenes::rails);\n\n\t\t// Movement Actors\n\t\tPonderRegistry.forComponents(AllBlocks.PORTABLE_STORAGE_INTERFACE)\n\t\t\t.addStoryBoard(\"portable_interface/transfer\", MovementActorScenes::psiTransfer, PonderTag.CONTRAPTION_ACTOR)\n\t\t\t.addStoryBoard(\"portable_interface/redstone\", MovementActorScenes::psiRedstone);\n\t\tPonderRegistry.forComponents(AllBlocks.REDSTONE_CONTACT)\n\t\t\t.addStoryBoard(\"redstone_contact\", RedstoneScenes::contact);\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_SAW)\n\t\t\t.addStoryBoard(\"mechanical_saw/processing\", MechanicalSawScenes::processing, PonderTag.KINETIC_APPLIANCES)\n\t\t\t.addStoryBoard(\"mechanical_saw/breaker\", MechanicalSawScenes::treeCutting)\n\t\t\t.addStoryBoard(\"mechanical_saw/contraption\", MechanicalSawScenes::contraption, PonderTag.CONTRAPTION_ACTOR);\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_DRILL)\n\t\t\t.addStoryBoard(\"mechanical_drill/breaker\", MechanicalDrillScenes::breaker, PonderTag.KINETIC_APPLIANCES)\n\t\t\t.addStoryBoard(\"mechanical_drill/contraption\", MechanicalDrillScenes::contraption,\n\t\t\t\tPonderTag.CONTRAPTION_ACTOR);\n\t\tPonderRegistry.forComponents(AllBlocks.DEPLOYER)\n\t\t\t.addStoryBoard(\"deployer/filter\", DeployerScenes::filter, PonderTag.KINETIC_APPLIANCES)\n\t\t\t.addStoryBoard(\"deployer/modes\", DeployerScenes::modes)\n\t\t\t.addStoryBoard(\"deployer/redstone\", DeployerScenes::redstone)\n\t\t\t.addStoryBoard(\"deployer/contraption\", DeployerScenes::contraption, PonderTag.CONTRAPTION_ACTOR);\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_HARVESTER)\n\t\t\t.addStoryBoard(\"harvester\", MovementActorScenes::harvester);\n\t\tPonderRegistry.forComponents(AllBlocks.MECHANICAL_PLOUGH)\n\t\t\t.addStoryBoard(\"plough\", MovementActorScenes::plough);\n\n\t\t// Redstone\n\t\tPonderRegistry.forComponents(AllBlocks.PULSE_REPEATER)\n\t\t\t.addStoryBoard(\"pulse_repeater\", RedstoneScenes::pulseRepeater);\n\t\tPonderRegistry.forComponents(AllBlocks.ADJUSTABLE_REPEATER)\n\t\t\t.addStoryBoard(\"adjustable_repeater\", RedstoneScenes::adjustableRepeater);\n\t\tPonderRegistry.forComponents(AllBlocks.ADJUSTABLE_PULSE_REPEATER)\n\t\t\t.addStoryBoard(\"adjustable_pulse_repeater\", RedstoneScenes::adjustablePulseRepeater);\n\t\tPonderRegistry.forComponents(AllBlocks.POWERED_LATCH)\n\t\t\t.addStoryBoard(\"powered_latch\", RedstoneScenes::poweredLatch);\n\t\tPonderRegistry.forComponents(AllBlocks.POWERED_TOGGLE_LATCH)\n\t\t\t.addStoryBoard(\"powered_toggle_latch\", RedstoneScenes::poweredToggleLatch);\n\t\tPonderRegistry.forComponents(AllBlocks.ANALOG_LEVER)\n\t\t\t.addStoryBoard(\"analog_lever\", RedstoneScenes::analogLever);\n\t\tPonderRegistry.forComponents(AllBlocks.NIXIE_TUBE)\n\t\t\t.addStoryBoard(\"nixie_tube\", RedstoneScenes::nixieTube);\n\t\tPonderRegistry.forComponents(AllBlocks.REDSTONE_LINK)\n\t\t\t.addStoryBoard(\"redstone_link\", RedstoneScenes::redstoneLink);\n\n\t\t// Debug scenes, can be found in game via the Brass Hand\n\t\tif (EDITOR_MODE)\n\t\t\tDebugScenes.registerAll();\n\t}", "private void registerCaches(){\n // Initialize region arraylist\n prisoners = new HashMap<>();\n regions = QueryManager.getRegions();\n prisonBlocks = QueryManager.getPrisonBlocks();\n portals = QueryManager.getPortals();\n }", "public Barriers( Board board ) {\n\t\tthis.board = board;\n\t\tbarriers = new ArrayList<Point>();\n\t}", "public static void makeGeometry(AssetManager am) {\n geom = am.loadModel(\"Models/container/container.j3o\");\n mat = new Material(am, \"Common/MatDefs/Misc/Unshaded.j3md\");\n Texture Tex = am.loadTexture(\n \"Textures/Container/Template/texture.png\");\n\n\n Colors.add(am.loadTexture(\n \"Textures/Container/blue.png\"));\n Colors.add(am.loadTexture(\n \"Textures/Container/green.png\"));\n Colors.add(am.loadTexture(\n \"Textures/Container/purple.png\"));\n Colors.add(am.loadTexture(\n \"Textures/Container/red.png\"));\n companyTextures.put(\"UPS\", am.loadTexture(\n \"Textures/Container/UPS.png\"));\n companyTextures.put(\"CocaCola\", am.loadTexture(\n \"Textures/Container/cocacola.png\"));\n companyTextures.put(\"McDonalds\", am.loadTexture(\n \"Textures/Container/mac.png\"));\n\n companyTextures.put(\"Grolsch\", am.loadTexture(\n \"Textures/Container/grolsch.png\"));\n companyTextures.put(\"Heineken\", am.loadTexture(\n \"Textures/Container/heineken.png\"));\n companyTextures.put(\"Nestle\", am.loadTexture(\n \"Textures/Container/nestle.png\"));\n companyTextures.put(\"Shell\", am.loadTexture(\n \"Textures/Container/shell.png\"));\n companyTextures.put(\"DeutschePost\", am.loadTexture(\n \"Textures/Container/post.png\"));\n companyTextures.put(\"PostBank\", am.loadTexture(\n \"Textures/Container/postbank.png\"));\n companyTextures.put(\"Airfrance\", am.loadTexture(\n \"Textures/Container/airfrance.png\"));\n\n companyTextures.put(\"BallastNedam\", am.loadTexture(\n \"Textures/Container/ballastnedam.png\"));\n companyTextures.put(\"Manpower\", am.loadTexture(\n \"Textures/Container/manpower.png\"));\n\n companyTextures.put(\"Lufthansa\", am.loadTexture(\n \"Textures/Container/lufthansa.png\"));\n companyTextures.put(\"Bayer\", am.loadTexture(\n \"Textures/Container/bayer.png\"));\n\n\n companyTextures.put(\"Danone\", am.loadTexture(\n \"Textures/Container/danone.png\"));\n companyTextures.put(\"Ericsson\", am.loadTexture(\n \"Textures/Container/ericsson.png\"));\n\n companyTextures.put(\"Danone\", am.loadTexture(\n \"Textures/Container/danone.png\"));\n companyTextures.put(\"Ericsson\", am.loadTexture(\n \"Textures/Container/ericsson.png\"));\n\n\n companyTextures.put(\"OCE\", am.loadTexture(\n \"Textures/Container/oce.png\"));\n companyTextures.put(\"BeterBed\", am.loadTexture(\n \"Textures/Container/beterbed.png\"));\n\n companyTextures.put(\"TenCate\", am.loadTexture(\n \"Textures/Container/tencate.png\"));\n\n companyTextures.put(\"FederalExpress\", am.loadTexture(\n \"Textures/Container/fedex.png\"));\n companyTextures.put(\"IBM\", am.loadTexture(\n \"Textures/Container/IBM.png\"));\n companyTextures.put(\"KraftFoods\", am.loadTexture(\n \"Textures/Container/kraft.png\"));\n companyTextures.put(\"Hanjin\", am.loadTexture(\n \"Textures/Container/hanjin.png\"));\n companyTextures.put(\"CargoTrans\", am.loadTexture(\n \"Textures/Container/cargotrans.png\"));\n\n\n companyTextures.put(\"Metro\", am.loadTexture(\n \"Textures/Container/metro.png\"));\n companyTextures.put(\"Carrefour\", am.loadTexture(\n \"Textures/Container/carefour.png\"));\n companyTextures.put(\"Amstel\", am.loadTexture(\n \"Textures/Container/amstel.png\"));\n companyTextures.put(\"TransNL\", am.loadTexture(\n \"Textures/Container/transnl.png\"));\n companyTextures.put(\"Gilette\", am.loadTexture(\n \"Textures/Container/gillete.png\"));\n\n\n companyTextures.put(\"WalMart\", am.loadTexture(\n \"Textures/Container/walmart.png\"));\n companyTextures.put(\"Delhaize\", am.loadTexture(\n \"Textures/Container/delhaize.png\"));\n companyTextures.put(\"BASF\", am.loadTexture(\n \"Textures/Container/basf.png\"));\n companyTextures.put(\"SeaTrans\", am.loadTexture(\n \"Textures/Container/seatrans.png\"));\n companyTextures.put(\"DowChemical\", am.loadTexture(\n \"Textures/Container/dow.png\"));\n\n companyTextures.put(\"AXA\", am.loadTexture(\n \"Textures/Container/axe.png\"));\n companyTextures.put(\"LLyod\", am.loadTexture(\n \"Textures/Container/lloyd.png\"));\n \n companyTextures.put(\"GJMW\", am.loadTexture(\n \"Textures/Container/GJMW.png\"));\n companyTextures.put(\"WoodNorge\", am.loadTexture(\n \"Textures/Container/woodnorge.png\"));\n companyTextures.put(\"FlowersNL\", am.loadTexture(\n \"Textures/Container/flowersnl.png\"));\n \n companyTextures.put(\"FruitINT\", am.loadTexture(\n \"Textures/Container/fruitint.png\"));\n companyTextures.put(\"IntTrans\", am.loadTexture(\n \"Textures/Container/inttrans.png\"));\n companyTextures.put(\"MaasHolland\", am.loadTexture(\n \"Textures/Container/maasholland.png\"));\n\n mat.setTexture(\"ColorMap\", Tex);\n r = new Random();\n\n mat.setColor(\"Color\", ColorRGBA.White);\n\n geom.setMaterial(mat);\n }", "public static void registerRenders() {\n for(Block block : modBlocks)\n BlockHelper.registerRender(block);\n }", "public static void mainRegistry() {\n\t\tregisterTileEntity(TileEntityLightningCell.class);\n\t\tregisterTileEntity(TileEntityLightningFurnace.class);\n\t\tregisterTileEntity(TileEntityLightningCrusher.class);\n\t\tregisterTileEntity(TileEntityLightningInfuser.class);\n\t\tregisterTileEntity(TileEntityLightningBreaker.class);\n\t\tregisterTileEntity(TileEntityLightningMiner.class);\n\t\tregisterTileEntity(TileEntityStaticGenerator.class);\n\t\tregisterTileEntity(TileEntityChargingPlate.class);\n\t\tregisterTileEntity(TileEntityEnchReallocator.class);\n\t\tregisterTileEntity(TileEntityLightningCannon.class);\n\t\tregisterTileEntity(TileEntityLightningTransmitter.class);\n\t\tregisterTileEntity(TileEntityLightningReceiver.class);\n\t\tregisterTileEntity(TileEntityEnergyProvider.class);\n\t\tregisterTileEntity(TileEntityEnergyReceiver.class);\n\t}", "@Override\r\n\tpublic void register() {\n\t\t\r\n\t}", "public static void registerBlockEntities()\n\t{\n\t}", "@Override\n public void onAdd() {\n onRemove();\n \n // Generate a list of renderable images\n MapChunk[] chunks = generateChunks(generate());\n \n // Ensure the list is valid\n if(chunks == null) {\n return;\n }\n \n // Move the textures onto Rectangle shapes\n int chunkWidth = getChunkWidth();\n int chunkHeight = getChunkHeight();\n \n int rows = getHeightInChunks();\n int cols = getWidthInChunks();\n \n // Init our storage\n mTextures = new Texture[ rows * cols ];\n mShapes = new RectangleShape[ rows * cols ];\n \n // Iterate the whole map in chunks\n for(int x = 0; x < cols; x++) {\n for(int y = 0; y < rows; y++) {\n \n // Get the chunk for this position\n MapChunk thisChunk = chunks[ (y * cols) + x ];\n \n if(thisChunk == null) {\n // Something went wrong. Undo.\n onRemove();\n return;\n }\n \n // Convert our image into a texture\n Texture t = new Texture();\n if(t == null || !t.loadFromImage(thisChunk.image)) {\n onRemove();\n return;\n }\n \n // Store the texture for removal later on\n mTextures[ (y * cols) + x ] = t;\n \n // Create a rectangle shape\n RectangleShape r = new RectangleShape( chunkWidth, chunkHeight );\n \n // Apply some settings\n r.setTexture(t);\n r.setPosition( x * chunkWidth, y * chunkHeight );\n \n // Add this shape to the renderer\n if(mRenderer.add(r) < 0) {\n onRemove();\n return;\n }\n \n // Store the shape\n mShapes[ (y * cols) + x ] = r;\n \n }\n }\n \n }", "public static void registerOres(){\n overworldOres.add(register(\"limestone\", Feature.ORE.withConfiguration(new OreFeatureConfig(\n OreFeatureConfig.FillerBlockType.BASE_STONE_OVERWORLD, AnnotatedBlockHolder.LIMESTONE.getDefaultState(), 24)) //Vein Size\n .range(72).square()\n .func_242731_b(24))); \n\n overworldOres.add(register(\"halite_ore\", Feature.ORE.withConfiguration(new OreFeatureConfig(\n new BlockMatchRuleTest(AnnotatedBlockHolder.LIMESTONE.getDefaultState().getBlock()), AnnotatedBlockHolder.HALITE_ORE.getDefaultState(), 16)) //Vein Size\n .range(72).square() //Spawn height start\n .func_242731_b(48))); //Chunk spawn frequency\n }", "private void joinRenderGroups() {\r\n for (CustomerBean uiCustomerBean : uiCustomerBeans) {\r\n renderManager.getOnDemandRenderer(uiCustomerBean.getCustomer().getCustomernumber().toString()).add(this);\r\n }\r\n }", "@Override\n\tpublic void registerRecipe(IForgeRegistry<IRecipe> registry) {\n\t\tRecipeAddedManager.BREWING_RECIPES.add(0, this);\n\t}", "void setupSpheres() {\n\n // create a Switch for the spheres, allow switch changes\n spheresSwitch = new Switch(Switch.CHILD_ALL);\n spheresSwitch.setCapability(Switch.ALLOW_SWITCH_WRITE);\n\n // Set up an appearance to make the Sphere with objColor ambient,\n // black emmissive, objColor diffuse and white specular coloring\n Material material = new Material(objColor, black, objColor, white, 32);\n Appearance appearance = new Appearance();\n appearance.setMaterial(material);\n\n // create a sphere and put it into a shared group\n Sphere sphere = new Sphere(0.5f, appearance);\n SharedGroup sphereSG = new SharedGroup();\n sphereSG.addChild(sphere);\n\n // create a grid of spheres in the z=0 plane\n // each has a TransformGroup to position the sphere which contains\n // a link to the shared group for the sphere\n for (int y = -2; y <= 2; y++) {\n for (int x = -2; x <= 2; x++) {\n TransformGroup tg = new TransformGroup();\n tmpVector.set(x * 1.2f, y * 1.2f, -0.1f);\n tmpTrans.set(tmpVector);\n tg.setTransform(tmpTrans);\n tg.addChild(new Link(sphereSG));\n spheresSwitch.addChild(tg);\n }\n }\n }", "public static void registerBlocks() {\n\t\tModLoader.registerBlock(blockWirelessR,\n\t\t\t\tBlockItemRedstoneWirelessR.class);\n\t\tModLoader.addName(blockWirelessR, \"Wireless Receiver\");\n\t\tModLoader.addName(blockWirelessR, \"de_DE\", \"Drahtloser Empfänger\");\n\t\tModLoader.registerTileEntity(TileEntityRedstoneWirelessR.class,\n\t\t\t\t\"Wireless Receiver\", new TileEntityRedstoneWirelessRenderer());\n\n\t\tModLoader.registerBlock(blockWirelessT,\n\t\t\t\tBlockItemRedstoneWirelessT.class);\n\t\tModLoader.addName(blockWirelessT, \"Wireless Transmitter\");\n\t\tModLoader.addName(blockWirelessT, \"de_DE\", \"Drahtloser Sender\");\n\t\tModLoader.registerTileEntity(TileEntityRedstoneWirelessT.class,\n\t\t\t\t\"Wireless Transmitter\",\n\t\t\t\tnew TileEntityRedstoneWirelessRenderer());\n\t\tregisterBlockForCreativeGui(blockWirelessR);\n\t\tregisterBlockForCreativeGui(blockWirelessT);\n\t}", "@Override\n public void register() {\n }", "public static void registerFluids() {\n\t\tfluidWormSaliva = createFluid(\"fluid_worm_saliva\", \"mb:blocks/fluid_worm_saliva\", true, 10, 1, 1500, false,\n\t\t\t\tfluid -> new FluidWormSaliva(fluid, new MaterialLiquid(MapColor.adobeColor))).setLuminosity(200);\n\t\t\n\t\tfluidWormBlood = createFluid(\"fluid_worm_blood\", \"mb:blocks/fluid_worm_blood\", true, 10, 1, 1500, false,\n\t\t\t\tfluid -> new FluidWormBlood(fluid, new MaterialLiquid(MapColor.adobeColor)));\n\t\t\n\t\tfluidTempWormBlood = createFluid(\"fluid_temp_worm_blood\", \"mb:blocks/fluid_worm_blood\", true, 10, 1, 1500, false,\n\t\t\t\tfluid -> new FluidTempWormBlood(fluid, new MaterialLiquid(MapColor.adobeColor)));\n\t\tGameRegistry.registerTileEntity(TileEntityTempWormBlood.class, Reference.MOD_ID + \":tileEntityTempWormBlood\");\n\n\t\t\n\t\tfluidWormAcid = createFluid(\"fluid_worm_acid\", \"mb:blocks/fluid_worm_acid\", true, 10, 1, 1500, false,\n\t\t\t\tfluid -> new FluidWormAcid(fluid, new MaterialLiquid(MapColor.adobeColor))).setLuminosity(200);\n\n\t\tfluidTempWormAcid = createFluid(\"fluid_temp_worm_acid\", \"mb:blocks/fluid_worm_acid\", true, 10, 1, 1500, false,\n\t\t\t\tfluid -> new FluidTempWormAcid(fluid, new MaterialLiquid(MapColor.adobeColor))).setLuminosity(200);\n\n\t\tgasWormGas = createFluid(\"gas_worm_gas\", \"mb:blocks/gas_worm_gas\", true, 10, -10000, 100, true,\n\t\t\t\tfluid -> new GasWormGas(fluid, new MaterialLiquid(MapColor.adobeColor)));\n\t}", "public void registerRenderInformation() {\n\t}", "public void beginRegister() {}", "public void initializeBarriers() {\n // Initialize an entry barrier that ensures all threads in the\n // thread pool start running at the same time.\n // TODO -- you fill in here.\n \n\n // Initialize an exit barrier to ensure the waiter thread\n // doesn't finish until all the Beings finish gazing.\n // TODO -- you fill in here.\n \n\n // Iterate through all the Beings and set their barriers\n // accordingly.\n // TODO -- you fill in here.\n \n }", "private static void registerBiomes(Biome biome, Type... types) {\n if(UniversalConfig.biomes_can_generate.get()) {\n BiomeManager.addBiome(BiomeManager.BiomeType.WARM, new BiomeManager.BiomeEntry(biome, 5));\n BiomeManager.addBiome(BiomeManager.BiomeType.ICY, new BiomeManager.BiomeEntry(biome, 5));\n BiomeManager.addBiome(BiomeManager.BiomeType.COOL, new BiomeManager.BiomeEntry(biome, 5));\n BiomeDictionary.addTypes(biome, types);\n BiomeManager.addSpawnBiome(biome);\n }\n\n\n }", "public NameSurferGraph() {\r\n\t\taddComponentListener(this);\r\n\t}", "public NameSurferGraph() {\r\n\t\taddComponentListener(this);\r\n\t}", "public NameSurferGraph() {\r\n\t\taddComponentListener(this);\r\n\t}", "public static void init () {\n\t\t\n\t\t/*\n\t\t * Letter block naming and registry code\n\t\t */\n\t\tfor (int i = 0; i <= NameHandler.length(); ++i) {\n\t\t\tBlockLetter bL = new BlockLetter();\n\t\t\tString name = NameHandler.getNameFromIndex(i);\n\t\t\tbL.setBlockName(name);\n\t\t\tGameRegistry.registerBlock(bL, name);\n\t\t\tletterBlocks.add(bL);\n\t\t}\n\t\t\n\t\tcopperBlock.setBlockName(Names.Blocks.COPPER_BLOCK);\n\t\ttinBlock.setBlockName(Names.Blocks.TIN_BLOCK);\n\t\tsilverBlock.setBlockName(Names.Blocks.SILVER_BLOCK);\n\t\tclassicBronzeBlock.setBlockName(Names.Blocks.CLASSIC_BRONZE_BLOCK);\n\t\tmildBronzeBlock.setBlockName(Names.Blocks.MILD_BRONZE_BLOCK);\n\t\telectrumBlock.setBlockName(Names.Blocks.ELECTRUM_BLOCK);\n\t\tcopperDustBlock.setBlockName(Names.Blocks.COPPER_DUST_BLOCK);\n\t\t\n\t\tcopperOre.setBlockName(Names.Blocks.COPPER_ORE);\n\t\ttinOre.setBlockName(Names.Blocks.TIN_ORE);\n\t\tsilverOre.setBlockName(Names.Blocks.SILVER_ORE);\n\t\t\n\t\tmarble.setBlockName(Names.Blocks.MARBLE);\n\t\t\n\t\tgrindstone.setBlockName(Names.Blocks.GRINDSTONE);\n\t\t\n\t\tGameRegistry.registerBlock(column, Names.Blocks.COLUMN);\n\t\tGameRegistry.registerBlock(copperBlock, Names.Blocks.COPPER_BLOCK);\n\t\tGameRegistry.registerBlock(tinBlock, Names.Blocks.TIN_BLOCK);\n\t\tGameRegistry.registerBlock(silverBlock, Names.Blocks.SILVER_BLOCK);\n\t\tGameRegistry.registerBlock(classicBronzeBlock, Names.Blocks.CLASSIC_BRONZE_BLOCK);\n\t\tGameRegistry.registerBlock(mildBronzeBlock, Names.Blocks.MILD_BRONZE_BLOCK);\n\t\tGameRegistry.registerBlock(electrumBlock, Names.Blocks.ELECTRUM_BLOCK);\n\t\tGameRegistry.registerBlock(copperDustBlock, Names.Blocks.COPPER_DUST_BLOCK);\n\t\t\n\t\tGameRegistry.registerBlock(copperOre, Names.Blocks.COPPER_ORE);\n\t\tGameRegistry.registerBlock(tinOre, Names.Blocks.TIN_ORE);\n\t\tGameRegistry.registerBlock(silverOre, Names.Blocks.SILVER_ORE);\n\t\tGameRegistry.registerBlock(marble, Names.Blocks.MARBLE);\n\t\t\n\t\tGameRegistry.registerBlock(grindstone, Names.Blocks.GRINDSTONE);\n\t}", "private static void registerBlock(Block b)\n\t{\n\t}", "private void registerFleshBlock(){\n\t\tgetVariantBuilder(OrganicTechBlocks.FLESH_BLOCK.get()).forAllStates(state -> {\n\t\t\t//Generate the set of rotations for a flesh block w/o eyes\n\t\t\tConfiguredModel[] rotations = ConfiguredModel.allRotations(models().cubeAll(\"flesh_block\", modLoc(BLOCK_DIR + \"/flesh_block\")), false, 4);\n\t\t\t//then append the rotations for one eye\n\t\t\trotations = ArrayUtils.addAll(rotations, ConfiguredModel.allRotations(models().cubeAll(\"flesh_block_1eye\", modLoc(BLOCK_DIR + \"/flesh_block_1eye\")), false, 1));\n\t\t\t//then append the rotations for two eyes and return\n\t\t\treturn ArrayUtils.addAll(rotations, ConfiguredModel.allRotations(models().cubeAll(\"flesh_block_2eye\", modLoc(BLOCK_DIR + \"/flesh_block_2eye\")), false, 1));\n\t\t});\n\t}", "public RenderKitBean()\r\n {\r\n _renderers = new TreeMap();\r\n }", "static void register() {\n }", "private void construct(){\n TriangleMesh mesh;\n\n mesh = ObjImporter.loadMesh(\"data/aufgabe3/bunny.obj\");\n mesh.setMaterial(new MaterialNode(0.1f, 0.1f, .5f, 1));\n mesh.getRenderer().setShadingType(ShadingType.GOURAUD);\n scene.addNode(mesh);\n\n mesh = ObjImporter.loadMesh(\"data/aufgabe3/cube.obj\");\n mesh.addTransformation(new TransformationNode(TransformationType.TRANSLATE, 1, 0, 0));\n scene.addNode(mesh);\n\n mesh = ObjImporter.loadMesh(\"data/aufgabe3/teddy.obj\");\n mesh.addTransformation(new TransformationNode(TransformationType.TRANSLATE, 0, 1, 0));\n mesh.setMaterial(new MaterialNode(0.1f, .5f, 0.1f, 1));\n mesh.getRenderer().setShadingType(ShadingType.GOURAUD);\n scene.addNode(mesh);\n\n mesh = ObjImporter.loadMesh(\"data/aufgabe3/sphere.obj\");\n mesh.addTransformation(new TransformationNode(TransformationType.TRANSLATE, 1, 1, 0));\n mesh.setMaterial(new MaterialNode(1, 0, 0, 1));\n mesh.getRenderer().setShadingType(ShadingType.GOURAUD);\n scene.addNode(mesh);\n\n scene.calculateNormals();\n scene.setupRendering();\n }", "@Override\n protected void onRegister() {\n Core.register(this);\n }", "@Override\n\tpublic void registerModels() \n\t{\n\t\tMain.proxy.registerItemRenderer(this, 0, \"inventory\");\n\t}", "@Override\n\tpublic void registrarLlegada() {\n\t\t\n\t}", "@Override\n\tpublic void registrarLlegada() {\n\t}", "public Barrier() {\n }", "@Override\n\tpublic void registerRecipes() {\n\n\t\tItemStack block, ingot;\n\n\t\tfor (MetalType metal : MetalType.VALUES) {\n\n\t\t\tblock = this.createItemStack(metal, 1);\n\t\t\tingot = BrItems.ingotMetals.createItemStack(metal, 1);\n\n\t\t\tGameRegistry.addShapelessRecipe(block, ingot, ingot, ingot, ingot, ingot, ingot, ingot, ingot, ingot);\n\t\t\tingot.stackSize = 9;\n\t\t\tGameRegistry.addShapelessRecipe(ingot, block);\n\t\t}\n\n\t\t// Ludicrite block. Because.\n\n\t\tfinal ItemStack ludicriteBlock = this.createItemStack(MetalType.Ludicrite, 1);\n\n\t\tGameRegistry.addRecipe(new ShapedOreRecipe(ludicriteBlock, \"BPB\", \"ENE\", \"BPB\",\n\t\t\t\t'N', Items.NETHER_STAR, 'P', Items.ENDER_PEARL, 'E', Blocks.EMERALD_BLOCK,\n\t\t\t\t'B', BigReactors.CONFIG.recipeBlutoniumIngotName));\n\n\t\tif (OreDictionaryHelper.doesOreNameExist(\"blockEnderium\")) {\n\n\t\t\t// Ok, how about some ludicrous shit here. Enderium and blaze rods. Have fun, bucko.\n\t\t\tGameRegistry.addRecipe(new ShapedOreRecipe(ludicriteBlock, \"BRB\", \"E E\", \"BRB\",\n\t\t\t\t\t'B', BigReactors.CONFIG.recipeBlutoniumIngotName, 'R', Items.BLAZE_ROD, 'E', \"blockEnderium\"));\n\t\t}\n\t}", "private void setTerrainObjects(){\n\t\tMapObjects terrainObjects = map.getLayers().get(\"TERRAIN\").getObjects();\n\t\tfor (int ii = 0; ii < terrainObjects.getCount(); ++ii){\n\t\t\tRectangleMapObject terrainObj = (RectangleMapObject) terrainObjects.get(ii);\n\t\t\tTerrain terrain = Terrain.valueOf(terrainObj.getName().toUpperCase());\n\t\t\tRectangle rect = new Rectangle(terrainObj.getRectangle());\n\t\t\tterrains.put(rect, terrain);\n\t\t}\n\t}", "public void markRadiobearerEventsMmeMerge() throws JNCException {\n markLeafMerge(\"radiobearerEventsMme\");\n }", "@Override\n protected void registerGoals() {\n this.eatBlockGoal = new EatBlockGoal(this); //changed field eatGrassGoal in accesstransformer.cfg\n this.eatMyceliumGoal = new EatMyceliumGoal(this);\n this.goalSelector.addGoal(0, new FloatGoal(this));\n this.goalSelector.addGoal(1, new PanicGoal(this, 1.25D));\n this.goalSelector.addGoal(2, new BreedGoal(this, 1.0D));\n //add temptGoal for each mushroom\n Objects.requireNonNull(ForgeRegistries.ITEMS.tags()).getTag(Tags.Items.MUSHROOMS).forEach(mushroom ->\n this.goalSelector.addGoal(3, new TemptGoal(this, 1.1D, Ingredient.of(mushroom), false))\n );\n this.goalSelector.addGoal(4, new FollowParentGoal(this, 1.1D));\n this.goalSelector.addGoal(5, this.eatMyceliumGoal);\n // EatMushroomGoal is added via LivingSpawnEvent.EnteringChunk event!\n this.goalSelector.addGoal(6, new WaterAvoidingRandomStrollGoal(this, 1.0D));\n this.goalSelector.addGoal(7, new LookAtPlayerGoal(this, Player.class, 6.0F));\n this.goalSelector.addGoal(8, new RandomLookAroundGoal(this));\n }", "public Allocated_computers() {\n initComponents();\n }", "protected void __register()\n {\n }", "protected void __register()\n {\n }", "void register();", "public static void registerMachineRecipes()\n {\n ThermalExpansionHelper.addTransposerFill(10000, new ItemStack(BlockFrame.instance, 1, 0), new ItemStack(BlockFrame.instance, 1, BlockFrame.REDSTONE_INTERFACE), new FluidStack(FluidRegistry.getFluidID(\"redstone\"), 200), false);\n ThermalExpansionHelper.addTransposerFill(10000, new ItemStack(ItemBlankUpgrade.instance, 1, 0), new ItemStack(ItemUpgrade.instance, 1, 0), new FluidStack(FluidRegistry.getFluidID(\"redstone\"), 200), false);\n\n ThermalExpansionHelper.addTransposerFill(15000, new ItemStack(BlockFrame.instance, 1, 0), new ItemStack(BlockFrame.instance, 1, BlockFrame.NETWORK_INTERFACE), new FluidStack(FluidRegistry.getFluidID(\"ender\"), 125), false);\n ThermalExpansionHelper.addTransposerFill(15000, new ItemStack(ItemBlankUpgrade.instance, 1, 1), new ItemStack(ItemUpgrade.instance, 1, 1), new FluidStack(FluidRegistry.getFluidID(\"ender\"), 125), false);\n\n ThermalExpansionHelper.addTransposerFill(25000, new ItemStack(BlockStabilizerEmpty.instance, 1, 0), new ItemStack(BlockStabilizer.instance, 1, 0), new FluidStack(FluidRegistry.getFluidID(\"ender\"), 150), false);\n }", "public NameSurferGraph() {\r\n\t\taddComponentListener(this);\r\n\t\tentryGraph = new ArrayList<NameSurferEntry>();\r\n\t}", "private void setupMachinery() {\n\t\tthis.renderer = new IntermediateRenderer();\n\t\tthis.controllerModel = new ControllerModel();\n\t\t\n\t\t// connect the Renderer to the Hub\n\t\tthis.hub = new ControllerHub(this.controllerModel, this.renderer, this);\n\t\tthis.hub.addAtomContainer(ac);\n\t\t\n\t\t// connect mouse events from Panel to the Hub\n\t\tthis.mouseEventRelay = new SwingMouseEventRelay(this.hub);\n\t\tthis.addMouseListener(mouseEventRelay);\n\t}", "@SubscribeEvent\n public static void onRegisterBlocks(RegistryEvent.Register<Block> event) {\n CoffeeMachineBlock coffeMachine = new CoffeeMachineBlock(\n Block.Properties.create(Material.ANVIL)\n .hardnessAndResistance(-1.0F, 360000F));\n event.getRegistry().registerAll(setup(coffeMachine, \"coffee_machine\"));\n }", "public MotorGroup(Encoder encoder, Motor... motors) {\n\t\tthis.encoder = encoder;\n\t\tfor (Motor motor : motors) {\n\t\t\tif (motor instanceof TalonSRX) {\n\t\t\t\t((TalonSRX) motor).setEncoder(encoder);\n\t\t\t}\n\t\t\tsuper.add(motor);\n\t\t}\n\t}", "private void registerReceivers() {\n \t\t\n \t\t// register for readings updates\n IntentFilter mIntentFilter = new IntentFilter();\n mIntentFilter.addAction(getString(R.string.system_broadcast_intent_new_reading_action));\n try {\n \t\t\tmIntentFilter.addDataType(ReadingsContract.CONTENT_TYPE_ITEM);\n \t\t} catch (MalformedMimeTypeException e) {\n \t\t\tLog.e(sLogTag, \"unable to set type for new reading receiver\", e);\n \t\t}\n \n registerReceiver(newReadingsReceiver, mIntentFilter);\n \n // register for sensor status updates\n mIntentFilter = new IntentFilter();\n mIntentFilter.addAction(getString(R.string.system_broadcast_intent_sensor_status_action));\n \n registerReceiver(sensorStatusReceiver, mIntentFilter);\n \n // register for changes in the status of Serval Mesh\n mIntentFilter = new IntentFilter();\n \n for(int i = 0; i < ServalStatusReceiver.SERVAL_STATUS_ACTIONS.length; i++) {\n \tmIntentFilter.addAction(ServalStatusReceiver.SERVAL_STATUS_ACTIONS[i]);\n }\n \n if(servalMeshStatusReceiver == null) {\n \tservalMeshStatusReceiver = new ServalStatusReceiver();\n }\n \n registerReceiver(servalMeshStatusReceiver, mIntentFilter);\n \n \t // send off an intent to poll for the current state of the serval mesh\n \t\tIntent mIntent = new Intent(ServalStatusReceiver.SERVAL_STATE_CHECK_ACTION);\n \t\tstartService(mIntent);\n \t}", "private void populateBranches() {\n\t\tStationsDTO[] station = null;\n\t\ttry {\n\t\t\tstation = handler.getAllBranches();\n\t\t\tif (null != station) {\n\t\t\t\tint len = station.length;\n\t\t\t\tfor (int i = 0; i < len; i++) {\n\t\t\t\t\tcoBranch.add(station[i].getName() + \" - \"\n\t\t\t\t\t\t\t+ station[i].getId());\n\t\t\t\t}\n\t\t\t}\n\t\t} catch (Exception exception) {\n\t\t\texception.printStackTrace();\n\t\t}\n\t}", "public void finaliseBands() {\n addSyntheticDefinitions();\n segmentHeader.setAttribute_definition_count(attributeDefinitions.size());\n }", "public RegistryCreator() {\n this.vehicleRegistry = new VehicleRegistry();\n this.inspectionResultRegistry = new InspectionResultRegistry();\n }", "private void setGeometry() {\n this.setCullHint(Spatial.CullHint.Dynamic);\n this.setLocalTranslation(realPosition);\n //attach geometry to this object\n // mat.setColor(\"Color\", colors[r.nextInt(colors.length)]);\n if (!companyTextures.containsKey(this.company)) {\n mat.setTexture(\"ColorMap\", Colors.get(r.nextInt(Colors.size())));\n } else {\n mat.setTexture(\"ColorMap\", companyTextures.get(this.company));\n }\n geom.setMaterial(mat);\n this.attachChild(geom.clone());\n }", "@Inject\n public BabystepsManager(EventBus bus) {\n this.bus = bus;\n bus.register(this);\n }", "private void addBarGraphRenderers() {\n Paint paint = new Paint();\n paint.setStrokeWidth(12f);\n paint.setAntiAlias(true);\n paint.setColor(Color.argb(200, 56, 138, 252));\n BarGraphRenderer barGraphRendererBottom = new BarGraphRenderer(4, paint, false, false);\n mVisualizerView.addRenderer(barGraphRendererBottom);\n\n Paint paint2 = new Paint();\n paint2.setStrokeWidth(12f);\n paint2.setAntiAlias(true);\n paint2.setColor(Color.argb(200, 181, 111, 233));\n BarGraphRenderer barGraphRendererTop = new BarGraphRenderer(4, paint2, true, true);\n mVisualizerView.addRenderer(barGraphRendererTop);\n }", "public HopcroftTarjanSplitComponent() {\n\t\tsuper();\n\t\tvirtualEdges = new ArrayList<E>();\n\t}", "private Seabee() {\n register(DirectionMarkerDetector.getInstance());\n register(GateDetector.getInstance());\n\n registerSubsystem(PathPlanner.getInstance());\n registerSubsystem(Imu.getInstance());\n registerSubsystem(Thrusters.getInstance());\n }", "public void registerBeamEffect(World world, Vector3D origin, Vector3D dest, float r, float g, float b, int lifespan){}", "private void addBarGraphRenderers() {\n Paint paint = new Paint();\n paint.setStrokeWidth(50f);\n paint.setAntiAlias(true);\n paint.setColor(Color.argb(200, 56, 138, 252));\n BarGraphRenderer barGraphRendererBottom = new BarGraphRenderer(16, paint, false);\n mVisualizerView.addRenderer(barGraphRendererBottom);\n\n Paint paint2 = new Paint();\n paint2.setStrokeWidth(12f);\n paint2.setAntiAlias(true);\n paint2.setColor(Color.argb(200, 181, 111, 233));\n BarGraphRenderer barGraphRendererTop = new BarGraphRenderer(4, paint2, true);\n mVisualizerView.addRenderer(barGraphRendererTop);\n }", "@Override\n public void registerWithMarketMethod() {\n getLinks(Links.ClientCompanyMarketLink.class)\n .send(\n Messages.MarketRegistrationClientCompany.class,\n (msg, link) -> {\n msg.specialization = compSpecialization;\n msg.ID = getID();\n });\n }", "public void register(OpModeManager manager) {\n //manager.register(\"INFO: ver. 3.51.01 (pre-summer version)\", infoclass.class);\n// manager.register(\"NullOp\", NullOp.class);\n// manager.register(\"newTeleOp\", newTeleOp.class);\n// manager.register(\"ARMTESTER\", armsinglestick.class);\n// manager.register(\"BOTv1\", botv1.class);\n// manager.register(\"TURNLEFT\", auto2.class);\n// manager.register(\"TURNRIGHT\", auto3.class);\n// manager.register(\"ColorTest\", ColorTest.class);\n // manager.register(\"basicLineFollow\", basicLineFollow.class);\n // manager.register(\"basicLineAlign\", basicLineAlign.class);\n manager.register(\"TeleOp\", Teleop.class);\n // manager.register(\"JupiterTeleOp\", JupiterBotTeleOp.class);\n manager.register(\"PushTeleOp\", PushBotTest.class);\n // manager.register(\"PushTeleOp42\", PushBotTest42.class);\n// manager.register(\"colortest\", onecolortesst.class);\n// manager.register(\"AUTOENCODERS\", autoencode.class);\n// manager.register(\"autotestfour\", auto4.class);\n// manager.register(\"theGOOD THING\", encodertest.class);\n// manager.register(\"colortest2222222222\", seenpush.class);\n //manager.register(\"encode\", encodertest.class);\n//manager.register(\"encode\", encode.class);\n// manager.register(\"TESTR4LIN3D3T3CT!!!!\", linedetect.class);\n// manager.register(\"gyro test\", gyro.class);\n // manager.register(\"Kierian's teleop\", teleoptest.class);\n // manager.register(\"I2CCHANGER bottom\", LinearI2cColorSensorAddressChange9915.class);\n // manager.register(\"I2CCHANGER top\", Lineari2cchange2.class);\n// manager.register(\"pushbutton\", pushbutton.class);\n// manager.register(\"right\", practice.class);\n//manager.register(\"left\",left.class);\n// manager.register(\"rightclimber\", rightclimber.class);\n// manager.register(\"leftclimber\", leftclimber.class);\n// manager.register(\"leftreg\", regleft.class);/\n// / manager.register(\"rightreg\", regright.class);\n// manager.register(\"gyrotest\", gyro.class);\n// manager.register(\"THISISGONNAWORK\", thisisgonnawork.class);\n// manager.register(\"auto\", thisisgonnaworkods.class);\n// manager.register(\"ods test\", odstest.class);\n// manager.register(\"real\", realauto.class);\n //manager.register(\"right aka blue WITH THE LINE FOLLOW\", bluepid.class);\n //manager.register(\"right aka blue\", blue.class);\n// manager.register(\"line follow\", linefoolow.class);\n// manager.register(\"right\", radicalnewideablue.class);\n // manager.register(\"rightrmi\", rniblue.class);\n // manager.register(\"leftrmi\", rnired.class);\n // manager.register(\"they're running right\", theysayitsbetterblue.class);\n // manager.register(\"they're running left\", theysayitsbetterred.class);\n// manager.register(\"color\", button.class);\n // manager.register(\"left aka red (use at own risk)\", red.class);\n// manager.register(\"rightest\", bluetest.class);\n// manager.register(\"fake\", fakeauto.class);\n// manager.register(\"button\", temp.class);\n// manager.register(\"tot\", tot.class);\n// manager.register(\"left\", red.class);\n }", "private void setupAgents() {\r\n try {\r\n setupJade();\r\n //createAgent(Bank.class, \"Bank\");\r\n createAgent(ProductionAgent.class, \"Res1\");\r\n createAgent(ProductionAgent.class, \"Res2\");\r\n createAgent(SocialAgent.class, \"Soc\");\r\n createAgent(ClientAgent.class, \"Client\");\r\n\r\n } catch (Exception e) {\r\n e.printStackTrace(System.err);\r\n }\r\n }", "private void registerManagers() {\n registerProviders();\n\n // Cast Managers\n if (worldGuardManager.isEnabled()) castManagers.add(worldGuardManager);\n if (preciousStonesManager.isEnabled()) castManagers.add(preciousStonesManager);\n if (redProtectManager != null && redProtectManager.isFlagsEnabled()) castManagers.add(redProtectManager);\n\n // Entity Targeting Managers\n if (preciousStonesManager.isEnabled()) targetingProviders.add(preciousStonesManager);\n if (townyManager.isEnabled()) targetingProviders.add(townyManager);\n if (residenceManager != null) targetingProviders.add(residenceManager);\n if (redProtectManager != null) targetingProviders.add(redProtectManager);\n\n // PVP Managers\n if (worldGuardManager.isEnabled()) pvpManagers.add(worldGuardManager);\n if (pvpManager.isEnabled()) pvpManagers.add(pvpManager);\n if (multiverseManager.isEnabled()) pvpManagers.add(multiverseManager);\n if (preciousStonesManager.isEnabled()) pvpManagers.add(preciousStonesManager);\n if (townyManager.isEnabled()) pvpManagers.add(townyManager);\n if (griefPreventionManager.isEnabled()) pvpManagers.add(griefPreventionManager);\n if (factionsManager.isEnabled()) pvpManagers.add(factionsManager);\n if (residenceManager != null) pvpManagers.add(residenceManager);\n if (redProtectManager != null) pvpManagers.add(redProtectManager);\n\n // Build Managers\n if (worldGuardManager.isEnabled()) blockBuildManagers.add(worldGuardManager);\n if (factionsManager.isEnabled()) blockBuildManagers.add(factionsManager);\n if (locketteManager.isEnabled()) blockBuildManagers.add(locketteManager);\n if (preciousStonesManager.isEnabled()) blockBuildManagers.add(preciousStonesManager);\n if (townyManager.isEnabled()) blockBuildManagers.add(townyManager);\n if (griefPreventionManager.isEnabled()) blockBuildManagers.add(griefPreventionManager);\n if (mobArenaManager != null && mobArenaManager.isProtected()) blockBuildManagers.add(mobArenaManager);\n if (residenceManager != null) blockBuildManagers.add(residenceManager);\n if (redProtectManager != null) blockBuildManagers.add(redProtectManager);\n if (landsManager != null) blockBuildManagers.add(landsManager);\n\n // Break Managers\n if (worldGuardManager.isEnabled()) blockBreakManagers.add(worldGuardManager);\n if (factionsManager.isEnabled()) blockBreakManagers.add(factionsManager);\n if (locketteManager.isEnabled()) blockBreakManagers.add(locketteManager);\n if (preciousStonesManager.isEnabled()) blockBreakManagers.add(preciousStonesManager);\n if (townyManager.isEnabled()) blockBreakManagers.add(townyManager);\n if (griefPreventionManager.isEnabled()) blockBreakManagers.add(griefPreventionManager);\n if (mobArenaManager != null && mobArenaManager.isProtected()) blockBreakManagers.add(mobArenaManager);\n if (citadelManager != null) blockBreakManagers.add(citadelManager);\n if (residenceManager != null) blockBreakManagers.add(residenceManager);\n if (redProtectManager != null) blockBreakManagers.add(redProtectManager);\n if (landsManager != null) blockBreakManagers.add(landsManager);\n\n // Team providers\n if (heroesManager != null && heroesManager.useParties()) teamProviders.add(heroesManager);\n if (skillAPIManager != null && skillAPIManager.usesAllies()) teamProviders.add(skillAPIManager);\n if (useScoreboardTeams) teamProviders.add(new ScoreboardTeamProvider());\n if (permissionTeams != null && !permissionTeams.isEmpty()) {\n teamProviders.add(new PermissionsTeamProvider(permissionTeams));\n }\n if (factionsManager != null) teamProviders.add(factionsManager);\n if (battleArenaManager != null && useBattleArenaTeams) teamProviders.add(battleArenaManager);\n if (ultimateClansManager != null) teamProviders.add(ultimateClansManager);\n\n // Player warp providers\n if (preciousStonesManager != null && preciousStonesManager.isEnabled()) {\n playerWarpManagers.put(\"fields\", preciousStonesManager);\n }\n if (redProtectManager != null) playerWarpManagers.put(\"redprotect\", redProtectManager);\n if (residenceManager != null) playerWarpManagers.put(\"residence\", residenceManager);\n }", "private void registToWX() {\n }", "public void buildMap() {\n // CUBES ENGINE INITIALIZATION MOVED TO APPSTATE METHOD\n // Here we init cubes engine\n CubesTestAssets.registerBlocks();\n CubesSettings blockSettings = CubesTestAssets.getSettings(this.app);\n blockSettings.setBlockSize(5);\n //When blockSize = 5, global coords should be multiplied by 3 \n this.blockScale = 3.0f;\n this.halfBlockStep = 0.5f;\n \n testTerrain = new BlockTerrainControl(CubesTestAssets.getSettings(this.app), new Vector3Int(4, 1, 4));\n testNode = new Node();\n int wallHeight = 3;\n //testTerrain.setBlockArea(new Vector3Int(0, 0, 0), new Vector3Int(32, 1, 64), CubesTestAssets.BLOCK_STONE);\n this.testTerrain.setBlockArea( new Vector3Int(3,0,43), new Vector3Int(10,1,10), CubesTestAssets.BLOCK_STONE); // Zone 1 Floor\n this.testTerrain.setBlockArea( new Vector3Int(3,1,43), new Vector3Int(10,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // South Wall\n this.testTerrain.setBlockArea( new Vector3Int(3,1,52), new Vector3Int(10,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // North Wall\n this.testTerrain.setBlockArea( new Vector3Int(3,1,43), new Vector3Int(1,wallHeight,10), CubesTestAssets.BLOCK_WOOD); // West Wall\n this.testTerrain.setBlockArea( new Vector3Int(12,1,43), new Vector3Int(1,wallHeight,10), CubesTestAssets.BLOCK_WOOD); // East Wall\n \n this.testTerrain.removeBlockArea( new Vector3Int(12,1,46), new Vector3Int(1,wallHeight,4)); // Door A\n \n this.testTerrain.setBlockArea( new Vector3Int(12,0,45), new Vector3Int(13,1,6), CubesTestAssets.BLOCK_STONE); // Zone 2 Floor A\n this.testTerrain.setBlockArea( new Vector3Int(12,1,45), new Vector3Int(8,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // South Wall\n this.testTerrain.setBlockArea( new Vector3Int(12,1,50), new Vector3Int(13,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // North Wall\n this.testTerrain.setBlockArea(new Vector3Int(19,0,42), new Vector3Int(6,1,3), CubesTestAssets.BLOCK_STONE); // Zone 2 Floor B\n this.testTerrain.setBlockArea( new Vector3Int(19,1,42), new Vector3Int(1,wallHeight,3), CubesTestAssets.BLOCK_WOOD); //\n this.testTerrain.setBlockArea( new Vector3Int(24,1,42), new Vector3Int(1,wallHeight,9), CubesTestAssets.BLOCK_WOOD); //\n \n this.testTerrain.setBlockArea( new Vector3Int(15,0,26), new Vector3Int(18,1,17), CubesTestAssets.BLOCK_STONE); // Zone 3 Floor\n this.testTerrain.setBlockArea( new Vector3Int(15,1,42), new Vector3Int(18,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // South Wall\n this.testTerrain.setBlockArea( new Vector3Int(15,1,26), new Vector3Int(18,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // North Wall\n this.testTerrain.setBlockArea( new Vector3Int(15,1,26), new Vector3Int(1,wallHeight,17), CubesTestAssets.BLOCK_WOOD); // West Wall\n this.testTerrain.setBlockArea( new Vector3Int(32,1,26), new Vector3Int(1,wallHeight,17), CubesTestAssets.BLOCK_WOOD); // East Wall\n \n this.testTerrain.removeBlockArea( new Vector3Int(20,1,42), new Vector3Int(4,wallHeight,1)); // Door B\n this.testTerrain.removeBlockArea( new Vector3Int(15,1,27), new Vector3Int(1,wallHeight,6)); // Door C\n \n this.testTerrain.setBlockArea( new Vector3Int(10,0,26), new Vector3Int(5,1,8), CubesTestAssets.BLOCK_STONE); // Zone 4 Floor A\n this.testTerrain.setBlockArea( new Vector3Int(10,1,26), new Vector3Int(5,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // South Wall\n this.testTerrain.setBlockArea( new Vector3Int(3,0,18), new Vector3Int(8,1,16), CubesTestAssets.BLOCK_STONE); // Zone 4 Floor B\n this.testTerrain.setBlockArea( new Vector3Int(3,1,18), new Vector3Int(1,wallHeight,16), CubesTestAssets.BLOCK_WOOD); // East Wall\n this.testTerrain.setBlockArea( new Vector3Int(10,1,18), new Vector3Int(1,wallHeight,9), CubesTestAssets.BLOCK_WOOD); // West Wall\n this.testTerrain.setBlockArea( new Vector3Int(3,1,33), new Vector3Int(13,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // North Wall\n \n this.testTerrain.setBlockArea( new Vector3Int(1,0,5), new Vector3Int(26,1,14), CubesTestAssets.BLOCK_STONE); // Zone 5\n this.testTerrain.setBlockArea( new Vector3Int(1,1,18), new Vector3Int(26,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // South Wall\n this.testTerrain.setBlockArea( new Vector3Int(1,1,5), new Vector3Int(26,wallHeight,1), CubesTestAssets.BLOCK_WOOD); // North Wall\n this.testTerrain.setBlockArea( new Vector3Int(1,1,5), new Vector3Int(1,wallHeight,14), CubesTestAssets.BLOCK_WOOD); // West Wall\n this.testTerrain.setBlockArea( new Vector3Int(26,1,5), new Vector3Int(1,wallHeight,14), CubesTestAssets.BLOCK_WOOD); // East Wall\n \n this.testTerrain.removeBlockArea( new Vector3Int(4,1,18), new Vector3Int(6,wallHeight,1)); // Door E\n \n // Populate the world with spawn points\n this.initSpawnPoints();\n \n //Add voxel world/map to collisions\n testTerrain.addChunkListener(new BlockChunkListener(){\n @Override\n public void onSpatialUpdated(BlockChunkControl blockChunk){\n Geometry optimizedGeometry = blockChunk.getOptimizedGeometry_Opaque();\n phyTerrain = optimizedGeometry.getControl(RigidBodyControl.class);\n if(phyTerrain == null){\n phyTerrain = new RigidBodyControl(0);\n optimizedGeometry.addControl(phyTerrain);\n bulletAppState.getPhysicsSpace().add(phyTerrain);\n }\n phyTerrain.setCollisionShape(new MeshCollisionShape(optimizedGeometry.getMesh()));\n }\n });\n \n testNode.addControl(testTerrain);\n rootNode.attachChild(testNode);\n }", "public Register() {\n\n this.literatureRegister = new ArrayList<>();\n }", "public void setup(){\r\n\r\n\t\t\tlogger.info(\"begin setting up the patches\");\r\n\r\n\t\t\t//Initialize the patches in the world.\r\n\t\t\tpatches = new Patch[numOfPathes][numOfPathes];\r\n\t\t\tfor(int i = 0; i < patches.length; i ++){\r\n\t\t\t\tfor(int j = 0; j < patches[i].length; j ++){\r\n\t\t\t\t\tpatches[i][j] = new Patch(i,j);\r\n\t\t\t\t\t//logger.info(\"generated x = \" + i + \"y = \" + j);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\tlogger.info(\"begin setting up the agents\");\r\n\r\n\t\t\t//Generate agents and cops.\r\n\t\t\tagents = new Agent[numOfAgents];\r\n\t\t\tfor(int k = 0; k < numOfAgents; k ++){\r\n\t\t\t\tagents[k] = generateAgent();\r\n\t\t\t}\r\n\r\n\t\t\tlogger.info(\"finished setting up the agents\");\r\n\r\n\t\t\tlogger.info(\"begin setting up the cops\");\r\n\t\t\tcops = new Cop[numOfCops];\r\n\t\t\tfor(int k = 0; k < numOfCops; k ++){\r\n\t\t\t\tcops[k] = generateCop();\r\n\t\t\t}\r\n\r\n\t\t\tlogger.info(\"finished setting up the cops\");\r\n\r\n\t\t}", "public FootballStadium(AssetManager assetManager){\n porteria1 = new Goal(30, 30, RADIO_BARRAS_PORTERIAS, ALTO_PORTERIA, LARGO_PORTERIA);\n porteria2 = new Goal(30, 30, RADIO_BARRAS_PORTERIAS, ALTO_PORTERIA, LARGO_PORTERIA);\n cesped = new Grass(ANCHO_CAMPO, LARGO_CAMPO);\n Node porteriaNode1 = porteria1.getNode();\n Node porteriaNode2 = porteria2.getNode();\n Node cespedNode = cesped.getNode();\n\n //Creamos el campo de futbol y le anadimos los componentes\n campoDeFutbol = new Node();\n campoDeFutbol.attachChild(porteriaNode1);\n campoDeFutbol.attachChild(porteriaNode2);\n campoDeFutbol.attachChild(cespedNode);\n\n //Anadimos un material al campo de futbol completo\n Material matPorteria = new Material(assetManager, \"Common/MatDefs/Light/Lighting.j3md\");\n matPorteria.setTexture(\"DiffuseMap\", assetManager.loadTexture(\"Textures/Terrain/Pond/Pond.dds\"));\n porteriaNode1.setMaterial(matPorteria);\n porteriaNode2.setMaterial(matPorteria);\n \n Material matCesped = new Material(assetManager, \"Common/MatDefs/Light/Lighting.j3md\");\n matCesped.setTexture(\"DiffuseMap\", assetManager.loadTexture(\"Materials/campoFutbol.jpg\"));\n cespedNode.setMaterial(matCesped);\n\n //Movemos las figuras para que queden ordenadas\n porteriaNode1.move(-LARGO_PORTERIA/2, 0, LARGO_CAMPO-RADIO_BARRAS_PORTERIAS-10); //-3 para equilibrar algo mas alante\n porteriaNode2.move(-LARGO_PORTERIA/2, 0, -LARGO_CAMPO+RADIO_BARRAS_PORTERIAS+10); //3 para equilibrar algo mas alante\n cespedNode.move(0, 0.1f, 0);\n \n //Paredes invisibles\n Material matInvisible = new Material(assetManager, \"Common/MatDefs/Misc/Unshaded.j3md\");\n matInvisible.setColor(\"Color\", new ColorRGBA(0, 0, 0, 0f));\n matInvisible.getAdditionalRenderState().setBlendMode(RenderState.BlendMode.Alpha);\n \n //Paredes EXTRA\n \n Geometry pared_front_1 = new Geometry(\"pared_front_1\",new Box(ANCHO_CAMPO/2 -LARGO_PORTERIA/4,25,1));\n Geometry pared_back_1 = new Geometry(\"pared_front_1\",new Box(ANCHO_CAMPO/2 -LARGO_PORTERIA/4,25,1)); \n Geometry pared_front_2 = new Geometry(\"pared_front_1\",new Box(ANCHO_CAMPO/2 -LARGO_PORTERIA/4,25,1));\n Geometry pared_back_2 = new Geometry(\"pared_front_1\",new Box(ANCHO_CAMPO/2 -LARGO_PORTERIA/4,25,1));\n Geometry pared_front_lateral_1 = new Geometry(\"pared_front_1\",new Box(0.5f,25,10));\n Geometry pared_front_lateral_2 = new Geometry(\"pared_front_1\",new Box(0.5f,25,10));\n Geometry pared_back_lateral_1 = new Geometry(\"pared_front_1\",new Box(0.5f,25,10));\n Geometry pared_back_lateral_2 = new Geometry(\"pared_front_1\",new Box(0.5f,25,10));\n \n pared_front_1.move(-(ANCHO_CAMPO +LARGO_PORTERIA/2)/2,1,LARGO_CAMPO-9);\n pared_front_1.setMaterial(matInvisible);\n pared_front_2.move((ANCHO_CAMPO +LARGO_PORTERIA/2)/2,1,LARGO_CAMPO-9);\n pared_front_2.setMaterial(matInvisible);\n pared_front_lateral_1.move(porteria1.getLeftPosition().x,1,LARGO_CAMPO);\n pared_front_lateral_1.setMaterial(matInvisible);\n pared_front_lateral_2.move(porteria1.getRightPosition().x,1,LARGO_CAMPO);\n pared_front_lateral_2.setMaterial(matInvisible);\n \n pared_back_1.move(-(ANCHO_CAMPO +LARGO_PORTERIA/2)/2,1,-(LARGO_CAMPO-9));\n pared_back_1.setMaterial(matInvisible);\n pared_back_2.move((ANCHO_CAMPO +LARGO_PORTERIA/2)/2,1,-(LARGO_CAMPO-9));\n pared_back_2.setMaterial(matInvisible);\n pared_back_lateral_1.move(porteria1.getLeftPosition().x,1,-LARGO_CAMPO);\n pared_back_lateral_1.setMaterial(matInvisible);\n pared_back_lateral_2.move(porteria1.getRightPosition().x,1,-LARGO_CAMPO);\n pared_back_lateral_2.setMaterial(matInvisible);\n \n campoDeFutbol.attachChild(pared_front_1);campoDeFutbol.attachChild(pared_back_1);\n campoDeFutbol.attachChild(pared_front_2);campoDeFutbol.attachChild(pared_back_2);\n campoDeFutbol.attachChild(pared_front_lateral_1);campoDeFutbol.attachChild(pared_front_lateral_2);\n campoDeFutbol.attachChild(pared_back_lateral_1);campoDeFutbol.attachChild(pared_back_lateral_2);\n \n //Paredes EXTRA\n \n Box b = new Box(ANCHO_CAMPO,25,1);\n Box b2 = new Box(LARGO_CAMPO,25,1);\n Geometry invPorteria1 = new Geometry(\"invPorteria1\", b);Geometry invPorteria2 = new Geometry(\"invPorteria2\", b);\n Geometry lateral1 = new Geometry(\"lateral1\", b2);Geometry lateral2 = new Geometry(\"lateral2\", b2);\n \n invPorteria1.setMaterial(matInvisible);invPorteria2.setMaterial(matInvisible);lateral1.setMaterial(matInvisible);lateral2.setMaterial(matInvisible);\n \n invPorteria1.setLocalTranslation(new Vector3f(cespedNode.getWorldTranslation().clone().setZ(porteria1.getNode().getWorldTranslation().z+2.9f)));\n invPorteria2.setLocalTranslation(new Vector3f(cespedNode.getWorldTranslation().clone().setZ(porteria2.getNode().getWorldTranslation().z-3.1f)));\n lateral1.setLocalTranslation(new Vector3f().setX(ANCHO_CAMPO-0.1f)); //para que no se salga la pelota del campo el 0.1\n lateral2.setLocalTranslation(new Vector3f().setX(-ANCHO_CAMPO+0.1f));\n lateral1.rotate(0, (float)Math.PI/2, 0);\n lateral2.rotate(0, (float)Math.PI/2, 0);\n /*invPorteria1.move(0, b.getYExtent(), 0);\n invPorteria2.move(0, b.getYExtent(), 0);\n lateral1.move(0, b2.getYExtent(), 0);\n lateral2.move(0, b2.getYExtent(), 0);*/\n \n campoDeFutbol.attachChild(invPorteria1);campoDeFutbol.attachChild(invPorteria2);campoDeFutbol.attachChild(lateral1);campoDeFutbol.attachChild(lateral2);\n \n }", "public void addToWorld() {\n world().addObject(this, xPos, yPos);\n \n try{\n terrHex = MyWorld.theWorld.getObjectsAt(xPos, yPos, TerritoryHex.class).get(0);\n } catch(IndexOutOfBoundsException e){\n MessageDisplayer.showMessage(\"The new LinkIndic didn't find a TerritoryHex at this position.\");\n this.destroy();\n }\n \n }", "public static void register() {\n // Registers the GUI Handler\n NetworkRegistry.instance().registerGuiHandler(Dendritis.instance, GUIHandler.instance());\n \n OreDictionaryRegistry.oreDictionary();\n BlockRegistry.registerBlocks();\n WorldRegistry.registerWorld();\n RecipeHandler.init();\n }", "public void addSpawners(Room room) {\n\t\tint shiftX = (map.chunkX * 16) - (map.room.length / 2) + 8;\n\t\tint shiftZ = (map.chunkZ * 16) - (map.room.length / 2) + 8;\n\t\t//for(Room room : rooms) {\t\t\t\n\t\t\t//DoomlikeDungeons.profiler.startTask(\"Adding to room \" + room.id);\n\t\t\tfor(Spawner spawner : room.spawners) {\n\t\t\t\t\tDBlock.placeSpawner(map.world, shiftX + spawner.x, spawner.y, shiftZ + spawner.z, spawner.mob);\n\t\t\t}\n\t\t\tfor(BasicChest chest : room.chests) {\n\t\t\t\tchest.place(map.world, shiftX + chest.mx, chest.my, shiftZ + chest.mz, random);\n\t\t\t}\n\t\t\t//DoomlikeDungeons.profiler.endTask(\"Adding to room \" + room.id);\n\t\t//}\t\n\t}", "public NameSurferGraph() {\n\t\taddComponentListener(this);\n\t\tentries = new ArrayList<NameSurferEntry>();\n\t}", "private void setNodeConnectors(){\n for (MoveableObject moveableObject : gameObjects.getMoveableObjectsList()) {\r\n // if the hashmap doesn't contain that radius then make the nodes\r\n if (!nodeMap.containsKey(moveableObject.getObjectRadius())){\r\n bufferedStationaryObstacles = new ArrayList();\r\n bufferedNodeConnector = new NodeConnector();\r\n // go through each obstace and buffer it by the object radius -0.5\r\n for (PathBlockingObstacle stationaryObstacle : stationaryObstacles) {\r\n KPolygon buffered1 = bufferer.buffer(stationaryObstacle.getPolygon(), moveableObject.getObjectRadius()-0.5, PathBlockingObstacleImpl.NUM_POINTS_IN_A_QUADRANT);\r\n bufferedStationaryObstacles.add(PathBlockingObstacleImpl.createObstacleFromInnerPolygon(buffered1));\r\n }\r\n // add these obstacles to a buffered node list\r\n for (PathBlockingObstacle bufferedStationaryObstacle : bufferedStationaryObstacles) {\r\n bufferedNodeConnector.addObstacle(bufferedStationaryObstacle, bufferedStationaryObstacles, maxConnectionDistanceBetweenObstacles);\r\n }\r\n // add this node list to the hashmap with the radius as key\r\n nodeMap.put(moveableObject.getObjectRadius(), bufferedNodeConnector);\r\n obstaclesMap.put(moveableObject.getObjectRadius(), bufferedStationaryObstacles);\r\n }\r\n \r\n \r\n }\r\n \r\n }", "private void registerListeners() {\n\t\t\n\t\t//Vertical coupler action listener\n\t\tvC.addActionListener(new ActionListener() {\n\t\t\t\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\n\t\t\t\t//divide facet option FALSE\n\t\t\t\tdivideFacet = false;\n\t\t\t\t//Edit button not enabled for couplers\n\t\t\t\tedit.setEnabled(false);\n\t\t\t\t//Extend button not enabled for couplers\n\t\t\t\textend.setEnabled(false);\n\t\t\t\t//Setting cursor icon configuration for vertical coupler\n\t\t\t\tbuttonAction(ValidOrientations.VERTICAL.getValue());\n\t\t\t\t//MType for couplers equals 1\n\t\t\t\tmType = ValidCouplerMullions.COUPLER.getValue();\n\t\t\t\t//Semaphore vertical coupler option\n\t\t\t\tselectedHV = ValidOrientations.VERTICAL.getValue();\n\t\t\t\t//Semaphore level selected\n\t\t\t\tselectedLevel = ValidCouplerMullions.COUPLER.getValue();\n\n //Filter valid coupler verticals\n List<TypeCouplerMullion> validCouplers = couplerMullionController.filterCouplerMullion(ValidCouplerMullions.COUPLER.getValue(),\n ValidOrientations.VERTICAL.getValue());\n\n List<TypeCouplerMullion> validDividers = couplerMullionController.filterCouplerMullion(ValidCouplerMullions.DIVIDER.getValue(),\n ValidOrientations.VERTICAL.getValue());\n\n validCouplers.addAll(validDividers);\n\n //Init coupler types comboBox\n\t\t\t\tDefaultComboBoxModel comboBoxModel = new DefaultComboBoxModel(validCouplers.toArray());\n couplerTypeC.setModel(comboBoxModel);\n\t\t\t\tcouplerTypeC.setSelectedIndex(0);\n\t\t\t\t\n\t\t\t\t//Remove components options which feature\n\t\t\t\twhichFeature.remove(couplerTypeC);\n\t\t\t\twhichFeature.remove(edit);\n\t\t\t\twhichFeature.remove(extend);\n\t\t\t\t\n\t\t\t\twhichFeature.add(couplerTypeC, new XYConstraints(2, 22, 180, 19));\n\t\t\t\t\n\t\t\t\twhichFeature.validate();\n\t\t\t\twhichFeature.repaint();\n\t\t\t}\n\t\t});\n\t\t\n\t\t//Horizontal coupler action listener\n\t\thC.addActionListener(new ActionListener() {\n\t\t\t\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\n\t\t\t\t//Semaphore divide facet option FALSE\n\t\t\t\tdivideFacet = false;\n\t\t\t\t//Edit button disabled for horizontal coupler\n\t\t\t\tedit.setEnabled(false);\n\t\t\t\t//Extend button disabled for horizontal coupler\n\t\t\t\textend.setEnabled(false);\n\t\t\t\t//Semaphore level selected\n\t\t\t\tselectedLevel = ValidCouplerMullions.COUPLER.getValue();\n\t\t\t\t//Setting cursor icon configuration for horizontal coupler\n\t\t\t\tbuttonAction(ValidOrientations.HORIZONTAL.getValue());\n\t\t\t\t//MType for couplers equals 1\n\t\t\t\tmType = ValidCouplerMullions.COUPLER.getValue();\n\t\t\t\t//Semaphore horizontal coupler option\n\t\t\t\tselectedHV = ValidOrientations.HORIZONTAL.getValue();\n\t\t\t\t\n\t\t\t\t//Filter valid coupler verticals\n\t\t\t\tList<TypeCouplerMullion> validCouplers = couplerMullionController.filterCouplerMullion(ValidCouplerMullions.COUPLER.getValue(),\n\t\t\t\t\t\t\tValidOrientations.HORIZONTAL.getValue());\n\t\t\t\t\n\t\t\t\t//Init coupler types comboBox\n\t\t\t\tDefaultComboBoxModel comboBoxModel = new DefaultComboBoxModel(validCouplers.toArray());\n couplerTypeC.setModel(comboBoxModel);\n couplerTypeC.setSelectedIndex(0);\n\t\t\t\t\n\t\t\t\t//Remove components options which feature\n\t\t\t\twhichFeature.remove(couplerTypeC);\n\t\t\t\twhichFeature.remove(edit);\n\t\t\t\twhichFeature.remove(extend);\n\t\t\t\t\n\t\t\t\twhichFeature.add(couplerTypeC, new XYConstraints(2, 22, 180, 19));\n\t\t\t\t\n\t\t\t\twhichFeature.validate();\n\t\t\t\twhichFeature.repaint();\n\t\t\t}\n\t\t});\n\t\t\n\t\tvM.addActionListener(new ActionListener() {\n\t\t\t\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\n\t\t\t\t//myParent.clearCMAlignEdit();\n\t\t\t\tdivideFacet = false;\n\t\t\t\t//MType for mullions equals 2\n\t\t\t\tmType = ValidCouplerMullions.MULLION.getValue();\n\t\t\t\t//Vertical mullions position\n\t\t\t\tselectedHV = ValidOrientations.VERTICAL.getValue();\n\t\t\t\t//Level selected for mullions\n\t\t\t\tselectedLevel = ValidCouplerMullions.MULLION.getValue();\n\t\t\t\t//Edit button enabled for vertical mullions\n\t\t\t\tbuttonAction(ValidOrientations.VERTICAL.getValue());\n\t\t\t\t//Extends button enabled for vertical mullions\n\t\t\t\tenableDisableBySeries();\n\t\t\t\t\n\t\t\t\t//Filter valid coupler verticals\n\t\t\t\tList<TypeCouplerMullion> validMullions = couplerMullionController.filterCouplerMullion(ValidCouplerMullions.MULLION.getValue(),\n\t\t\t\t\t\t\tValidOrientations.VERTICAL.getValue());\n\t\t\t\t\n\t\t\t\t//Init mullion types comboBox\n DefaultComboBoxModel comboBoxModel = new DefaultComboBoxModel(validMullions.toArray());\n couplerTypeC.setModel(comboBoxModel);\n couplerTypeC.setSelectedIndex(0);\n\n whichFeature.remove(couplerTypeC);\n\n\t\t\t\twhichFeature.add(edit, new XYConstraints(132, 0, 24, 19));\n\t\t\t\twhichFeature.add(extend, new XYConstraints(156, 0, 24, 19));\n whichFeature.add(couplerTypeC, new XYConstraints(2, 22, 180, 19));\n\t\t\t\t\n\t\t\t\twhichFeature.validate();\n\t\t\t\twhichFeature.repaint();\n\t\t\t}\n\t\t});\n\t\t\n\t\thM.addActionListener(new ActionListener() {\n\t\t\t\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\n\t\t\t\t//myParent.clearCMAlignEdit();\n\t\t\t\tdivideFacet = false;\n\t\t\t\t//MType for mullions equals 2\n\t\t\t\tmType = ValidCouplerMullions.MULLION.getValue();\n\t\t\t\t//Horizontal mullions position\n\t\t\t\tselectedHV = ValidOrientations.HORIZONTAL.getValue();\n\t\t\t\t//Selected level for mullions equals 2\n\t\t\t\tselectedLevel = ValidCouplerMullions.MULLION.getValue();\n\t\t\t\t//Edit panel enabled for mullions\n\t\t\t\tenableDisableBySeries();\n\t\t\t\tbuttonAction(ValidOrientations.HORIZONTAL.getValue());\n\t\t\t\t//Filter valid coupler verticals\n\t\t\t\tList<TypeCouplerMullion> validMullions = couplerMullionController.filterCouplerMullion(ValidCouplerMullions.MULLION.getValue(),\n\t\t\t\t\t\t\tValidOrientations.HORIZONTAL.getValue());\n\n //Init mullion types comboBox\n DefaultComboBoxModel comboBoxModel = new DefaultComboBoxModel(validMullions.toArray());\n couplerTypeC.setModel(comboBoxModel);\n couplerTypeC.setSelectedIndex(0);\n\n whichFeature.remove(couplerTypeC);\n\n\t\t\t\twhichFeature.add(edit, new XYConstraints(132, 0, 24, 19));\n\t\t\t\twhichFeature.add(extend, new XYConstraints(156, 0, 24, 19));\n whichFeature.add(couplerTypeC, new XYConstraints(2, 22, 180, 19));\n\t\t\t\t\n\t\t\t\twhichFeature.validate();\n\t\t\t\twhichFeature.repaint();\n\t\t\t}\n\t\t});\n\t\t\n\t\tcancel.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\n\t\t\t\t//Setting edit visible\n\t\t\t\tsetEditVisible(false, null);\n\t\t\t\t\n\t\t\t\tif (hM.isSelected() || vM.isSelected()) {\n\t\t\t\t\tenableDisableBySeries();\n\t\t\t\t} else if (hC.isSelected() || vC.isSelected()) {\n\t\t\t\t\tenableDisableBySeries();\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\t//Edit mullions action listener\n\t\tedit.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\textend.setSelected(false);\n\t\t\t\tedit.setSelected(true);\n\t\t\t\t\n\t\t\t\t//Call edit action event\n\t\t\t\tedit_actionPerformed(e);\n\t\t\t}\n\t\t});\n\t\t\n\t\tpfCombo.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tcomboPF(true);\n\t\t\t}\n\t\t});\n\t\t\n\t\t//Coupler type comboBox listener\n\t\tthis.couplerTypeC.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tcoupleTypeAction();\n\t\t\t}\n\t\t});\n\t\t\n\t\tthis.part.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\n\t\t\t\tif (part.isSelected()) {\n\t\t\t\t\tparts.setEnabled(true);\n\t\t\t\t\tsetGo.setEnabled(true);\n\t\t\t\t} else {\n\t\t\t\t\tparts.setEnabled(false);\n\t\t\t\t\tif (!endTypeLT.isSelected() && !endTypeRB.isSelected() && !pfFormL.isSelected()) {\n\t\t\t\t\t\tsetGo.setEnabled(false);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\tthis.extend.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\textend.setSelected(true);\n\t\t\t\tedit.setSelected(false);\n\t\t\t\tcont_actionPerformed(e);\n\t\t\t}\n\t\t});\n\t\t\n\t\tendTypeLT.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tif (endTypeLT.isSelected()) {\n\t\t\t\t\tlCut.setEnabled(true);\n\t\t\t\t\tsetGo.setEnabled(true);\n\t\t\t\t} else {\n\t\t\t\t\tlCut.setEnabled(false);\n\t\t\t\t\tif (!part.isSelected() && !endTypeRB.isSelected() && !pfFormL.isSelected()) {\n\t\t\t\t\t\tsetGo.setEnabled(false);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\tendTypeRB.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tif (endTypeRB.isSelected()) {\n\t\t\t\t\trCut.setEnabled(true);\n\t\t\t\t\tsetGo.setEnabled(true);\n\t\t\t\t} else {\n\t\t\t\t\trCut.setEnabled(false);\n\t\t\t\t\tif (!endTypeLT.isSelected() && !part.isSelected() && !pfFormL.isSelected()) {\n\t\t\t\t\t\tsetGo.setEnabled(false);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\tpfFormL.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tif (pfFormL.isSelected()) {\n\t\t\t\t\tpfCombo.setEnabled(true);\n\t\t\t\t\toffsetLT.setEnabled(true);\n\t\t\t\t\toffsetRB.setEnabled(true);\n\t\t\t\t\tdeltaL.setEnabled(true);\n\t\t\t\t\tdeltaR.setEnabled(true);\n\t\t\t\t\toffsetL.setEnabled(true);\n\t\t\t\t\toffsetR.setEnabled(true);\n\t\t\t\t\tsetGo.setEnabled(true);\n\t\t\t\t} else {\n\t\t\t\t\tpfCombo.setEnabled(false);\n\t\t\t\t\toffsetLT.setEnabled(false);\n\t\t\t\t\toffsetRB.setEnabled(false);\n\t\t\t\t\tdeltaL.setEnabled(false);\n\t\t\t\t\tdeltaR.setEnabled(false);\n\t\t\t\t\toffsetL.setEnabled(false);\n\t\t\t\t\toffsetR.setEnabled(false);\n\t\t\t\t\tif (!endTypeLT.isSelected() && !part.isSelected() && !part.isSelected()) {\n\t\t\t\t\t\tsetGo.setEnabled(false);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\tsetGo.addActionListener(new ActionListener() {\n\t\t\t@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tset_actionPerformed(e);\n\t\t\t}\n\t\t});\n\t}", "void updateLegend(List<DataSet> dataSets, List<Renderer> renderers);" ]
[ "0.54775417", "0.54775417", "0.5476143", "0.53623956", "0.5348336", "0.52942586", "0.527432", "0.52356434", "0.5202229", "0.5134902", "0.51299864", "0.51170367", "0.5111937", "0.50248504", "0.5006373", "0.49816257", "0.49624965", "0.49579057", "0.49278358", "0.4893184", "0.48793313", "0.4856183", "0.48533666", "0.48392895", "0.4836224", "0.48174134", "0.4808296", "0.48073915", "0.48014048", "0.47935033", "0.47864622", "0.47569242", "0.47519842", "0.47128794", "0.47060457", "0.46976662", "0.4685471", "0.46716282", "0.46688774", "0.46682084", "0.4665126", "0.46521527", "0.46517208", "0.464576", "0.4642353", "0.46387994", "0.46357247", "0.46357247", "0.46357247", "0.46286458", "0.46281925", "0.46249285", "0.4622084", "0.46197104", "0.4617074", "0.46105865", "0.4607753", "0.45990726", "0.4595931", "0.45948097", "0.45875138", "0.45836323", "0.45832178", "0.4583203", "0.45815948", "0.4573633", "0.4573633", "0.45599473", "0.45599404", "0.45593315", "0.4558087", "0.4548324", "0.4545321", "0.45340517", "0.45325664", "0.45320407", "0.45282525", "0.45278206", "0.45252487", "0.45219487", "0.45170254", "0.45066303", "0.45064157", "0.45063427", "0.45023596", "0.44994405", "0.44972602", "0.449726", "0.44959274", "0.44931826", "0.44918084", "0.44884723", "0.44858885", "0.44799146", "0.4476377", "0.44747353", "0.44741014", "0.44732007", "0.44705406", "0.44625276" ]
0.4726367
33
/IndexWriter indexWriter = LuceneUtil.getIndexWriter(); indexWriter.close(); LuceneUtil.getIndexWriter();
@Test public void testLunce() throws IOException { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void close() {\n\t\t\n\t\ttry {\n\t\t\tindexWriter.optimize();\n\t\t\t\n\t\t\tindexWriter.close();\n\t\t\t\n\t\t\tIndexSearcher = new IndexSearcher(idx);\n\t\t\t\n\t\t} catch (CorruptIndexException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t\n\t}", "public void closeIndexWriter() throws IOException {\n if(indexWriter != null) {\n try {\n indexWriter.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n }", "public void close() throws IOException{\n\t\tSystem.out.println(\"Indexed \" + writer.numDocs() + \" Docs!\");\n\t\twriter.commit();\n\t\twriter.close();\n\t}", "public void closeWriter () {\n try {\n writer.close();\n indexDir.close();\n indexHandler = null;\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "public void close() throws IndexerException {\n\t\t//TODO\n\t\t\n\t}", "private void close() throws CorruptIndexException, IOException {\n\n\t\tidxWriter.forceMerge(1);\n\t\tidxWriter.commit();\n\t\tidxWriter.close();\n\t}", "public void testCreIdx(){\r\n\t \r\n\t String dataDir = \"C:\\\\study\\\\Lucene\\\\Data\";\r\n\t String idxDir = \"C:\\\\study\\\\Lucene\\\\Index\";\r\n\t \r\n\t LuceneUtils.delAll(idxDir);\r\n\t \r\n\t CreateIndex ci = new CreateIndex();\r\n\t \r\n\t ci.Indexer(new File(idxDir), new File(dataDir));\r\n\t \r\n\t\t\r\n\t}", "private synchronized void criarIndice() throws Exception {\r\n\t\tIndexWriter indexWriter = getWriterPadrao(true);\r\n\t\ttry {\r\n\t\t\tindexWriter.getAnalyzer().close();\r\n\t\t\tindexWriter.close();\r\n\t\t} catch (Exception e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "public void init() {\n File file=new File(\"D:\\\\lucene\\\\index\");\n if(file.isDirectory())\n { //否则如果它是一个目录\n File files[] = file.listFiles(); //声明目录下所有的文件 files[];\n for(int i=0;i<files.length;i++)\n { //遍历目录下所有的文件\n files[i].delete(); //把每个文件 用这个方法进行迭代\n }\n }\n String indexPath = \"D:\\\\lucene\\\\index\";\n //String docsPath = \"D:\\\\lucene\\\\data\";\n boolean create = true;\n try\n {\n Session session=factory.openSession();\n String hql = \"from Book\";\n org.hibernate.Query query = session.createQuery(hql);\n List<Book> list=query.list();\n Directory indexDir = FSDirectory.open(Paths.get(\"D:\\\\lucene\\\\index\"));\n Analyzer luceneAnalyzer = new StandardAnalyzer(); //新建一个分词器实例 \n IndexWriterConfig config = new IndexWriterConfig(luceneAnalyzer); \n IndexWriter indexWriter = new IndexWriter(indexDir,config);\n for(int i=0;i<list.size();i++)\n {\n Document document = new Document();\n Field field1 = new StringField(\"id\",list.get(i).getBookid().toString(),Field.Store.YES); \n Field field2 = new StringField(\"bookname\",list.get(i).getBookname(),Field.Store.YES); \n Field field3 = new StringField(\"author\",list.get(i).getAuthor(),Field.Store.YES); \n Field field4 = new StringField(\"category\",list.get(i).getCategory(),Field.Store.YES); \n Field field5 = new StringField(\"price\", Double.toString(list.get(i).getPrice()),Field.Store.YES); \n document.add(field1); \n document.add(field2); \n document.add(field3); \n document.add(field4);\n document.add(field5);\n indexWriter.addDocument(document);\n }\n indexWriter.close();\n }\n catch(IOException e)\n {\n System.out.println(\"error\");\n return;\n }\n }", "public void close() throws IndexException {\n }", "public void indexCreate()\n {\n try{\n Directory dir = FSDirectory.open(Paths.get(\"indice/\"));\n Analyzer analyzer = new StandardAnalyzer();\n IndexWriterConfig iwc = new IndexWriterConfig(analyzer);\n iwc.setOpenMode(OpenMode.CREATE);\n IndexWriter writer = new IndexWriter(dir,iwc);\n MongoConnection mongo = MongoConnection.getMongo();\n mongo.OpenMongoClient();\n DBCursor cursor = mongo.getTweets();\n Document doc = null;\n\n while (cursor.hasNext()) {\n DBObject cur = cursor.next();\n if (cur.get(\"retweet\").toString().equals(\"false\")) {\n doc = new Document();\n doc.add(new StringField(\"id\", cur.get(\"_id\").toString(), Field.Store.YES));\n doc.add(new TextField(\"text\", cur.get(\"text\").toString(), Field.Store.YES));\n doc.add(new StringField(\"analysis\", cur.get(\"analysis\").toString(), Field.Store.YES));\n //doc.add(new StringField(\"finalCountry\",cur.get(\"finalCountry\").toString(),Field.Store.YES));\n doc.add(new StringField(\"userScreenName\", cur.get(\"userScreenName\").toString(), Field.Store.YES));\n doc.add(new StringField(\"userFollowersCount\", cur.get(\"userFollowersCount\").toString(), Field.Store.YES));\n doc.add(new StringField(\"favoriteCount\", cur.get(\"favoriteCount\").toString(), Field.Store.YES));\n\n if (writer.getConfig().getOpenMode() == OpenMode.CREATE) {\n System.out.println(\"Indexando el tweet: \" + doc.get(\"text\") + \"\\n\");\n writer.addDocument(doc);\n System.out.println(doc);\n } else {\n System.out.println(\"Actualizando el tweet: \" + doc.get(\"text\") + \"\\n\");\n writer.updateDocument(new Term(\"text\" + cur.get(\"text\")), doc);\n System.out.println(doc);\n }\n }\n }\n cursor.close();\n writer.close();\n }\n catch(IOException ioe){\n System.out.println(\" Error en \"+ ioe.getClass() + \"\\n mensaje: \" + ioe.getMessage());\n }\n }", "LuceneMemoryIndex createLuceneMemoryIndex();", "private IndexHandler (boolean test) throws IOException {\n analyzer = new StandardAnalyzer();\n indexDir = test ? new RAMDirectory() : new DistributedDirectory(new MongoDirectory(mongoClient, \"search-engine\", \"index\"));\n //storePath = storedPath;\n config = new IndexWriterConfig(analyzer);\n\n // write separate IndexWriter to RAM for each IndexHandler\n // writer will have to be manually closed with each instance call\n // see IndexWriter documentation for .close()\n // explaining continuous closing of IndexWriter is an expensive operation\n try {\n writer = new IndexWriter(indexDir, config);\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "public void truncate() {\n\t\ttry {\n\t\t\t_reopenToken = _trackingIndexWriter.deleteAll();\n\t\t\tlog.warn(\"lucene index truncated\");\n\t\t} catch(IOException ioEx) {\n\t\t\tlog.error(\"Error truncating lucene index: {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t \t\t \t ioEx);\t\t\t\n\t\t} finally {\n\t\t\ttry {\n\t\t\t\t_indexWriter.commit(); \n\t\t\t} catch (IOException ioEx) {\n\t\t\t\tlog.error(\"Error truncating lucene index: {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t\t \t\t\t ioEx);\n\t\t\t}\n\t\t}\n\t}", "@Override\n public void close()\n {\n notifyLegacyIndexOperationQueue();\n\n }", "@Override\npublic void close() throws IOException, JoinsException, SortException, IndexException {\n\t\n}", "public void WriteIndex() throws Exception {\n CorpusReader corpus = new CorpusReader();\n // initiate the output object\n IndexWriter output = new IndexWriter();\n\n // Map to hold doc_id and doc content;\n Map<String, String> doc;\n\n // index the corpus, load the doc one by one\n while ((doc = corpus.NextDoc()) != null){\n // get the doc_id and content of the current doc.\n String doc_id = doc.get(\"DOC_ID\");\n String content = doc.get(\"CONTENT\");\n\n // index the doc\n output.IndexADoc(doc_id, content);\n }\n output.close_index_writer();\n }", "public interface ILuceneIndexDAO extends IStatefulIndexerSession {\n // ===================================================================\n // The domain of indexing creates a separation between\n // readers and writers. In lucene, these are searchers\n // and writers. This DAO creates the more familiar DAO-ish interface\n // for developers to use and attempts to hide the details of\n // the searcher and write.\n // Calls are stateless meaning calling a find after a save does\n // not guarantee data will be reflected for the instance of the DAO\n // ===================================================================\n\n /**\n * Updates a document by first deleting the document(s) containing a term and then adding the new document. A Term is created by termFieldName, termFieldValue.\n *\n * @param termFieldName - Field name of the index.\n * @param termFieldValue - Field value of the index.\n * @param document - Lucene document to be updated.\n * @return - True for successful addition.\n */\n boolean saveDocument(String termFieldName, String termFieldValue, Document document);\n\n /**\n * Generates a BooleanQuery from the given fields Map and uses it to delete the documents matching in the IndexWriter.\n *\n * @param fields - A Map data structure containing a field(Key) and text(value) pair.\n * @return - True for successful deletion.\n */\n boolean deleteDocuments(Map<String, String> fields);\n\n /**\n * Find the documents in the IndexSearcher matching the Terms generated from fields.\n *\n * @param fields - A Map data structure contains the field(Key) and text(value).\n * @return - Collection of Documents obtained from the search.\n */\n Set<Document> findDocuments(Map<String, String> fields);\n\n /**\n * Find the documents in the IndexSearcher matching the Terms generated from fields. Offset is the starting position for the search and numberOfResults\n * is the length from offset position.\n *\n * @param fields - A Map data structure containing a field(Key) and text(value) pair.\n * @param offset - Starting position of the search.\n * @param numberOfResults - Number of documents to be searched from an offset position.\n * @return - Collection of Documents obtained from the search.\n */\n Set<Document> findDocuments(Map<String, String> fields, int offset, int numberOfResults);\n\n /**\n * Return the count of the documents present in the IndexSearcher.\n *\n * @return - Integer representing the count of documents.\n */\n int getDocumentCount();\n\n}", "public void Close() throws IOException, ClassNotFoundException {\n\t\tsaveBlock(); \n\t\tmergeAllIndex();\n\t\tsaveToken();\n\t\tdocIdx.close();\n\t}", "private void updateIndex() throws IOException {\n // maintain the document store (corpus) - if there is one\n if (currentMemoryIndex.containsPart(\"corpus\")) {\n // get all corpora + shove into document store\n ArrayList<DocumentReader> readers = new ArrayList<>();\n readers.add((DocumentReader) currentMemoryIndex.getIndexPart(\"corpus\"));\n for (String path : geometricParts.getAllShards().getBinPaths()) {\n String corpus = path + File.separator + \"corpus\";\n readers.add(new CorpusReader(corpus));\n }\n }\n // finally write new checkpointing data (checkpoints the disk indexes)\n Parameters checkpoint = createCheckpoint();\n this.checkpointer.saveCheckpoint(checkpoint);\n }", "private IndexWriter getIndexWriter() throws IOException {\n\n\t\tAnalyzer a = getAnaLyzer();\n\n\t\tif (idxWriter == null) {\n\n\t\t\tindexPath = this.analyzer + \" index-directory\";\n\t\t\tDirectory indexDir = FSDirectory.open(Paths.get(indexPath));\n\t\t\tIndexWriterConfig config = new IndexWriterConfig(a);\n\n\t\t\tconfig.setOpenMode(OpenMode.CREATE);\n\n\t\t\tidxWriter = new IndexWriter(indexDir, config);\n\t\t}\n\n\t\treturn idxWriter;\n\t}", "@Override\n public void close() throws IOException {\n flushCurrentIndexBlock();\n\n // logger.info(\"Performing final merge\");\n // try {\n //Bin finalMergeBin = geometricParts.getAllShards();\n //doMerge(finalMergeBin, getNextIndexShardFolder(finalMergeBin.size + 1));\n // check point is updated by the merge op.\n\n // } catch (IOException ex) {\n // Logger.getLogger(GeometricRetrieval.class.getName()).log(Level.SEVERE, null, ex);\n //}\n\n }", "private Reindex() {}", "private Reindex() {}", "public void flush() {\n synchronized (getLock()) {\n sIndexWritersCache.flush(this);\n sIndexReadersCache.removeIndexReader(this);\n }\n }", "public void index(final Document doc) {\t\n\t\ttry {\n\t\t\t_reopenToken = _trackingIndexWriter.addDocument(doc);\n\t\t\tlog.debug(\"document indexed in lucene\");\n\t\t} catch(IOException ioEx) {\n\t\t\tlog.error(\"Error while in Lucene index operation: {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t \t\t ioEx);\n\t\t} finally {\n\t\t\ttry {\n\t\t\t\t_indexWriter.commit();\n\t\t\t} catch (IOException ioEx) {\n\t\t\t\tlog.error(\"Error while commiting changes to Lucene index: {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t\t \t\t \t\t\t\t\t ioEx);\n\t\t\t}\n\t\t}\n\t}", "public static void update(Transcription t) throws IOException, SQLException\r\n {\r\n IndexWriter writer = null;\r\n Analyzer analyser;\r\n Directory directory;\r\n /**@TODO parameterize this location*/\r\n String dest = \"/usr/indexTranscriptions\";\r\n\r\n directory = FSDirectory.getDirectory(dest, true);\r\n analyser = new StandardAnalyzer();\r\n writer = new IndexWriter(directory, analyser, true);\r\n Term j=new Term(\"id\",\"\"+t.getLineID());\r\n writer.deleteDocuments(j);\r\n Document doc=new Document();\r\n Field field;\r\n field = new Field(\"text\", t.getText(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"comment\", t.getComment(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"creator\", \"\" + t.UID, Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"security\", \"\" + \"private\", Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"line\", \"\" + t.getLine(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"page\", \"\" + t.getFolio(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"id\", \"\" + t.getLineID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"manuscript\", \"\" + new Manuscript(t.getFolio()).getID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"projectID\", \"\" + t.getProjectID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n writer.addDocument(doc);\r\n writer.commit();\r\n \twriter.close();\r\n\r\n }", "public IndexWriter getIndexWriter(boolean create) throws IOException {\n // Followed online tutorial\n if(indexWriter == null) {\n try {\n // Make sure and store to /var/lib/lucene/ per the spec\n Directory indexDir = FSDirectory.open(new File(\"/var/lib/lucene/index1\"));\n IndexWriterConfig config = new IndexWriterConfig(Version.LUCENE_4_10_2, new StandardAnalyzer());\n indexWriter = new IndexWriter(indexDir, config);\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return indexWriter;\n }", "public void close() {\n\t\tif (taxonomyAccessor != null && taxonomyWriter != null) {\n\t\t\ttaxonomyAccessor.release(taxonomyWriter);\n\t\t}\n\t}", "void index(IDocument document, IIndexerOutput output) throws java.io.IOException;", "@SuppressWarnings(\"unused\")\n public void buildIndex() throws IOException {\n indexWriter = getIndexWriter(indexDir);\n ArrayList <JSONObject> jsonArrayList = parseJSONFiles(JSONdir);\n indexTweets(jsonArrayList, indexWriter);\n indexWriter.close();\n }", "private void endDoc() {\n\t\ttry {\n\t\t\t// Report the end of the document to the IndexListener\n\t\t\tindexer.getListener().documentDone(currentDocumentName);\n\n\t\t\t// Store the captured document content in the content store\n\t\t\t// and add the contents of the complex field to the Lucene document\n\t\t\taddContentToLuceneDoc();\n\n\t\t\t// Add the Lucene document to the index\n\t\t\tindexer.add(currentLuceneDoc);\n\n\t\t\t// Report character progress\n\t\t\treportCharsProcessed();\n\n\t\t\t// Reset the contents field for the next document\n\t\t\tcontentsField.clear();\n\n\t\t\t// Should we continue or are we done?\n\t\t\tif (!indexer.continueIndexing())\n\t\t\t\tthrow new MaxDocsReachedException();\n\n\t\t} catch (MaxDocsReachedException e) {\n\n\t\t\t// We've reached our maximum number of documents we'd like to index.\n\t\t\t// This is okay; just rethrow it.\n\t\t\tthrow e;\n\n\t\t} catch (Exception e) {\n\n\t\t\t// Some error occurred.\n\t\t\tthrow ExUtil.wrapRuntimeException(e);\n\n\t\t}\n\t}", "public void unIndex(final Term idTerm) {\n\t\ttry {\n\t\t\t_reopenToken = _trackingIndexWriter.deleteDocuments(idTerm);\n\t\t\tlog.debug(\"{}={} term matching records un-indexed from lucene\",idTerm.field(),\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t idTerm.text());\n\t\t} catch(IOException ioEx) {\n\t\t\tlog.error(\"Error in un-index lucene operation: {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t \t\t \t\t ioEx);\t\t\t\n\t\t} finally {\n\t\t\ttry {\n\t\t\t\t_indexWriter.commit(); \n\t\t\t} catch (IOException ioEx) {\n\t\t\t\tlog.error(\"Error while commiting changes to Lucene index: {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t\t \t\t \t\t\t\t\t ioEx);\n\t\t\t}\n\t\t}\n\t}", "public TranscriptionIndexer() throws SQLException, CorruptIndexException, IOException\r\n {\r\n\r\n\r\n IndexWriter writer = null;\r\n Analyzer analyser;\r\n Directory directory;\r\n /**@TODO parameterized location*/\r\n String dest = \"/usr/indexTranscriptions\";\r\n\r\n directory = FSDirectory.getDirectory(dest, true);\r\n analyser = new StandardAnalyzer();\r\n writer = new IndexWriter(directory, analyser, true);\r\n PreparedStatement stmt=null;\r\n Connection j = null;\r\n try {\r\n j=DatabaseWrapper.getConnection();\r\n String query=\"select * from transcription where text!='' and creator>0 order by folio, line\";\r\n stmt=j.prepareStatement(query);\r\n ResultSet rs=stmt.executeQuery();\r\n while(rs.next())\r\n {\r\n int folio=rs.getInt(\"folio\");\r\n int line=rs.getInt(\"line\");\r\n int UID=rs.getInt(\"creator\");\r\n int id=rs.getInt(\"id\");\r\n Transcription t=new Transcription(id);\r\n Document doc = new Document();\r\n Field field;\r\n field = new Field(\"text\", t.getText(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"comment\", t.getComment(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"creator\", \"\" + t.UID, Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"security\", \"\" + \"private\", Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"line\", \"\" + t.getLine(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"page\", \"\" + t.getFolio(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"id\", \"\" + t.getLineID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"manuscript\", \"\" + new Manuscript(t.getFolio()).getID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"projectID\", \"\" + t.getProjectID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n writer.addDocument(doc);\r\n }\r\n } catch (Exception ex) {\r\n ex.printStackTrace();\r\n if(writer!=null)\r\n {\r\n writer.commit();\r\n \twriter.close();\r\n return;\r\n }\r\n ex.printStackTrace();\r\n }\r\n finally{\r\n DatabaseWrapper.closeDBConnection(j);\r\n DatabaseWrapper.closePreparedStatement(stmt);\r\n }\r\n\r\n writer.commit();\r\n \twriter.close();\r\n}", "public void commit () throws IOException {\n log.info(\"Internal committing index ... \");\n this.writer().commit();\n commitCounter = 0;\n this.closeReader();\n }", "private synchronized void saveInternal() {\n if (relatedDocumentsCounter == 0) {\r\n return;\r\n }\r\n\r\n final TrigramIndexJsonModel model = new TrigramIndexJsonModel( relatedDocuments, indexGeneration, trigram );\r\n final TrigramDocumentCountJsonModel count = new TrigramDocumentCountJsonModel( trigram, globalRelatedDocumentsCounter );\r\n\r\n indexGeneration++;\r\n relatedDocuments = new TreeSet<>();\r\n relatedDocumentsCounter = 0;\r\n\r\n // put that save action and all unnecessary path calculations into a thread pool, \r\n // no need that other word can't be indexed, because of someone's save action... \r\n\r\n Runnable runnable = new Runnable() {\r\n @Override\r\n public void run() {\r\n Path trigramsPath = TrigramSubPathCalculator.getPathForTrigram( trigramsBasePath, trigram,\r\n \".\" + model.getIndexGeneration() + TRIGRAM_REFERENCE_SUFFIX );\r\n createTargetDirectoryIfNotExist( trigramsPath.getParent() );\r\n\r\n // write content of one part of the index\r\n try (BufferedWriter writer = Files.newBufferedWriter( trigramsPath, StandardCharsets.UTF_8 )) {\r\n Gson gson = new Gson();\r\n writer.write( gson.toJson( model ) );\r\n }\r\n catch (IOException e) {\r\n System.out.println( String.format( \"saving file: '%s' caused this error...\", trigramsPath ) );\r\n e.printStackTrace();\r\n }\r\n\r\n // write+overwrite the global documents counter as well\r\n Path trigramCountPath = TrigramSubPathCalculator.getPathForTrigram( trigramsBasePath, trigram, TRIGRAM_COUNT_SUFFIX );\r\n\r\n try (BufferedWriter writer = Files.newBufferedWriter( trigramCountPath, StandardCharsets.UTF_8 )) {\r\n Gson gson = new Gson();\r\n writer.write( gson.toJson( count ) );\r\n }\r\n catch (IOException e) {\r\n System.out.println( String.format( \"saving file: '%s' caused this error...\", trigramCountPath ) );\r\n e.printStackTrace();\r\n }\r\n\r\n }\r\n };\r\n\r\n // TODO: put into task thread-pool (deque) for really saving indexing time.\r\n runnable.run();\r\n }", "public void deleteIndex() throws Exception {\n\n\t\tRetryingRunnable runnable = new RetryingRunnable() \n\t\t{\t\n\t\t\tpublic void run() throws Exception \n\t\t\t{\n\t\t\t\tIndexWriter w = createIndexWriter(true); // open for writing and close (make empty)\n\t\t\t\tw.deleteAll();\n\t\t\t\tw.commit();\n\t\t\t\tw.close(true);\n\t\t\t\t\n\t\t\t\tDirectory dir = getIndexDir();\n\t\t\t\tfor(String file: dir.listAll())\n\t\t\t\t{\n\t\t\t\t\tif( dir.fileExists(file) ) // still exits\n\t\t\t\t\t{\n\t\t\t\t\t\tdir.sync(file);\n\t\t\t\t\t\tdir.deleteFile(file);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tdir.close();\n\t\t\t}\n\t\t\t\n\t\t\tpublic boolean handleException(Throwable e) \n\t\t\t{\n\t\t\t\treturn true;\n\t\t\t}\n\t\t};\n\t\t\n\t\tchangeListener.onIndexReset(); // close searcher because index is deleted\n\t\t\n\t\trunRetryingRunnable(runnable); // delete index with retry\n\t}", "public void finishedDirectIndexBuild()\n\t{\n\t\tif(logger.isInfoEnabled()){\n\t\t\tlogger.info(\"flushing utf block lexicon to disk after the direct index completed\");\n\t\t}\n\t\t//only write a temporary lexicon if there are any items in it\n\t\tif (TempLex.getNumberOfNodes() > 0)\n\t\t\twriteTemporaryLexicon();\n\n\t\t//merges the temporary lexicons\n\t\tif (tempLexFiles.size() > 0)\n\t\t{\n\t\t\ttry{\n\t\t\t\tmerge(tempLexFiles);\n\t\n\t\t\t\t//creates the offsets file\n\t\t\t\tfinal String lexiconFilename = \n\t\t\t\t\tindexPath + ApplicationSetup.FILE_SEPARATOR + \n\t\t\t\t\tindexPrefix + ApplicationSetup.LEXICONSUFFIX;\n\t\t\t\tLexiconInputStream lis = getLexInputStream(lexiconFilename);\n\t\t\t\tcreateLexiconIndex(\n\t\t\t\t\tlis,\n\t\t\t\t\tlis.numberOfEntries(),\n\t\t\t\t\t/* after inverted index is built, the lexicon will be transformed into a\n\t\t\t\t\t * normal lexicon, without block frequency */\n\t\t\t\t\tUTFLexicon.lexiconEntryLength\n\t\t\t\t\t); \n\t\t\t\tTermCount = lis.numberOfEntries();\n\t\t\t\tif (index != null)\n\t\t\t\t{\n\t\t\t\t\tindex.addIndexStructure(\"lexicon\", \"uk.ac.gla.terrier.structures.UTFBlockLexicon\");\n\t\t\t\t\tindex.addIndexStructureInputStream(\"lexicon\", \"uk.ac.gla.terrier.structures.UTFBlockLexiconInputStream\");\n\t\t\t\t\tindex.setIndexProperty(\"num.Terms\", \"\"+lis.numberOfEntries());\n\t\t\t\t\tindex.setIndexProperty(\"num.Pointers\", \"\"+lis.getNumberOfPointersRead());\n\t\t\t\t}\n\t\t\t} catch(IOException ioe){\n\t\t\t\tlogger.error(\"Indexing failed to write a lexicon index file to disk\", ioe);\n\t\t\t}\t\n\t\t}\n\t\telse\n\t\t\tlogger.warn(\"No temporary lexicons to merge, skipping\");\n\t\t\n\t}", "public void createIndex() throws IOException {\n\t\tindexWriter.commit();\n\t\ttaxoWriter.commit();\n\n\t\t// categories\n\t\tfor (Article.Facets f : Article.Facets.values()) {\n\t\t\ttaxoWriter.addCategory(new CategoryPath(f.toString()));\n\t\t}\n\t\ttaxoWriter.commit();\n\n\t\tfinal Iterable<Article> articles = articleRepository.findAll();\n\t\tint c = 0;\n\t\tfor (Article article : articles) {\n\t\t\taddArticle(indexWriter, taxoWriter, article);\n\t\t\tc++;\n\t\t}\n\t\t// commit\n\t\ttaxoWriter.commit();\n\t\tindexWriter.commit();\n\n\t\ttaxoWriter.close();\n\t\tindexWriter.close();\n\n\t\ttaxoDirectory.close();\n\t\tindexDirectory.close();\n\t\tLOGGER.debug(\"{} articles indexed\", c);\n\t}", "private void closeDatabase() {\r\n SearchHelper.close();\r\n }", "public IndexWriter getIndexWriter(String indexDir) throws IOException {\n //Directory indexDir = new RAMDirectory(); //use to put directory in RAM\n Directory dir = FSDirectory.open(new File(indexDir).toPath());\n IndexWriterConfig luceneConfig = new IndexWriterConfig(new StandardAnalyzer());\n\n return(new IndexWriter(dir, luceneConfig));\n }", "@Override\r\n public synchronized void close() {\r\n super.close();\r\n if (myWritableDb != null) {\r\n myWritableDb.close();\r\n myWritableDb = null;\r\n }\r\n }", "void commit() throws IndexTransactionException;", "@Deprecated\r\n\tpublic synchronized void otimizarIndice() throws Exception {\r\n\t\tIndexWriter indexWriter = getWriterPadrao(false);\r\n\t\tindexWriter.forceMerge(50);\r\n\t\tindexWriter.close();\r\n\t}", "void stopIndexing();", "public void clear() throws IOException {\n\t\tindexWriter.deleteAll();\n\t\tforceCommit();\n\t}", "public IndexWriter getIndexWriter() {\n\t\ttry {\n\t\t\tcheckDirectory();\n\t\t\tcheckIndexLocking();\n\n\t\t\tboolean create = !IndexReader.indexExists(getDirectory());\n\t\t\tIndexWriter writer = new IndexWriter(getDirectory(),getAnalyzer(),create);\n\t\t\tsetIndexWriterParameters(writer);\n\t\t\treturn writer;\n\t\t} catch(IOException ex) {\n\t\t\tthrow new LuceneIndexAccessException(\"Error during creating the writer\",ex);\n\t\t}\n\t}", "public IndexWriter(String indexDir) {\n\t\t//TODO : YOU MUST IMPLEMENT THIS\n\tif (indexDir!=null)\n\t{System.setProperty(\"INDEX.DIR\",(this.indexDir=indexDir));\n\tisvaliddir=true;\n\tiutil=new IndexUtil(indexDir);\n\t}\n\t\n\t}", "@Override\n\tpublic void build(Index index) {\n\t\tthis.indexdir = index.getPath();\n\t\tLuceneIndex luceneIndex = (LuceneIndex) index;\n\t\tthis.indexSearcher = new IndexSearcher(luceneIndex.getReader());\n\n\t}", "public void set_graph() throws ParseException, IOException {\n \tg = new WeightedUndirectedGraph(words.length);\n //g = new WeightedUndirectedGraph(most_important_terms.size());\n \n Directory dir = new SimpleFSDirectory(new File(\".\\\\data\\\\lucene_index_r_r\"));\n Analyzer analyzer = new StandardAnalyzer(LUCENE_41);\n \n // creat a map that stores, for each word (in the cluster), a set of all the documents that contain that word\n HashMap<String,HashSet<Integer>> word_to_docs_map = new HashMap<String,HashSet<Integer>>();\n int n_strings = words.length; \n \n // for each word...\n for (int idx = 0; idx < n_strings; idx++) {\n // query the index with that given word and retrieve all the documents that contains that word\n String query = words[idx]; \n QueryParser parser = new QueryParser(Version.LUCENE_41, \"text\", analyzer); \n Query q = parser.parse(query); \n\n IndexReader reader = DirectoryReader.open(dir);\n IndexSearcher searcher = new IndexSearcher(reader);\n TopDocs docs = searcher.search(q, reader.numDocs());\n ScoreDoc[] hits = docs.scoreDocs;\n \n // update map from word to docs it appears in \n //HashSet<Integer> tmp = null;\n // tmp is the set of all the document ids in which the current word is contained\n HashSet<Integer> tmp = new HashSet<>();\n //word_to_docs_map.put(query, tmp);\n \n // for each document, retrieved from the query\n for(Integer i=0;i<hits.length;i++) {\n Integer docId = hits[i].doc;\n // tmp = word_to_docs_map.get(query); \n // if the document is a document written by an user of interest \n if(indices.contains(docId)) {\n tmp.add(docId);\n }\n //word_to_docs_map.put(query, tmp); \n }\n word_to_docs_map.put(query, tmp);\n\t }\n\t \n\t // add edges: iterate over possible term pairs ...\n\t for(int idx_1 = 0; idx_1 < n_strings - 1; idx_1++) {\n\t \n\t for(int idx_2 = idx_1 + 1 ; idx_2 < n_strings ; idx_2 ++ ) {\n\t \n\t // extract document sets associated with the considered terms \n\t HashSet<Integer> set_a = word_to_docs_map.get(words[idx_1]); \n\t HashSet<Integer> set_b = word_to_docs_map.get(words[idx_2]); \n\t \n\t // compute set intersection \n\t int n = intersectionSize(set_a, set_b);\n\t \n\t // if the terms appear in at least one common document\n\t if(n>0) {\n\t // add edge \n\t g.testAndAdd(idx_1, idx_2 , n); \n\t }\n\t } \n\t }\n\t}", "public void addDocument(Document d) throws IndexerException {\n\t\t\n\t//if (!isvaliddir) {System.out.println(\"INVALID PATH/execution !\");return;}\n\t\n\t\n\t//Tokenizing\n\t//one thgread\n\tDocID did=new DocID(d.getField(FieldNames.FILEID),\n\t\t\td.getField(FieldNames.CATEGORY),\n\t\t\td.getField(FieldNames.AUTHOR));\n\t\n\tTokenStream stream=tokenize(FieldNames.CATEGORY,d);\n\tAnalyzer analyz=analyze(FieldNames.CATEGORY, stream);\n\tCategoryIndex.getInst().doIndexing(did.getdID(), stream);\n\t/*\t}catch(Exception e)\n\t{\n\t\tif (e instanceof NullPointerException ||e instanceof StringIndexOutOfBoundsException\n\t\t\t\t||e instanceof ArrayIndexOutOfBoundsException ||e instanceof IllegalArgumentException\n\t\t\t\t);\n\t}\n\ttry{*/TokenStream stream1=tokenize(FieldNames.AUTHOR,d);\n\tAnalyzer analyz1=analyze(FieldNames.AUTHOR, stream1);\n\tAuthorIndex.getInst().doIndexing(did.getdID(), stream1);\n\t/*}catch(Exception e)\n\t{\n\t\tif (e instanceof NullPointerException ||e instanceof StringIndexOutOfBoundsException\n\t\t\t\t||e instanceof ArrayIndexOutOfBoundsException ||e instanceof IllegalArgumentException\n\t\t\t\t);}\n\ttry{*/TokenStream stream2=tokenize(FieldNames.PLACE,d);\n\tAnalyzer analyz2=analyze(FieldNames.PLACE, stream2);\n\tPlaceIndex.getInst().doIndexing(did.getdID(), stream2);\n/*}catch(Exception e)\n\t{\n\tif (e instanceof NullPointerException ||e instanceof StringIndexOutOfBoundsException\n\t\t\t||e instanceof ArrayIndexOutOfBoundsException ||e instanceof IllegalArgumentException\n\t\t\t);}\n\ttry{*/tkizer = new Tokenizer();\n\tTokenStream stream3=tokenize(FieldNames.CONTENT,d);\n\tfactory = AnalyzerFactory.getInstance();\n\tAnalyzer analyz3=analyze(FieldNames.CONTENT, stream3);\n\tnew Indxr(IndexType.TERM).doIndexing(did, stream3);\n\t/*}\tcatch(Exception e)\n\t{\n\t\tif (e instanceof NullPointerException ||e instanceof StringIndexOutOfBoundsException\n\t\t\t\t||e instanceof ArrayIndexOutOfBoundsException ||e instanceof IllegalArgumentException\n\t\t\t\t);}\n\t*/\n\tdocs.add(did==null?\" \":did.toString());\n\t \n\t\na_indexrd= new IndexReader(System.getProperty(\"INDEX.DIR\"), IndexType.AUTHOR);\nc_indexrd= new IndexReader(System.getProperty(\"INDEX.DIR\"), IndexType.CATEGORY);\np_indexrd= new IndexReader(System.getProperty(\"INDEX.DIR\"), IndexType.PLACE);\nt_indexrd= new IndexReader(System.getProperty(\"INDEX.DIR\"), IndexType.TERM);\n\t\t}", "int writerIndex();", "public static synchronized void indexDocuments(Queue<CodeIndexDocument> codeIndexDocumentQueue) throws IOException {\n // Index all documents and commit at the end for performance gains\n Directory dir = FSDirectory.open(Paths.get(Properties.getProperties().getProperty(Values.INDEXLOCATION, Values.DEFAULTINDEXLOCATION)));\n Directory facetsdir = FSDirectory.open(Paths.get(Properties.getProperties().getProperty(Values.FACETSLOCATION, Values.DEFAULTFACETSLOCATION)));\n\n Analyzer analyzer = new CodeAnalyzer();\n IndexWriterConfig iwc = new IndexWriterConfig(analyzer);\n FacetsConfig facetsConfig = new FacetsConfig();\n SearchcodeLib scl = new SearchcodeLib();\n\n iwc.setOpenMode(IndexWriterConfig.OpenMode.CREATE_OR_APPEND);\n\n IndexWriter writer = new IndexWriter(dir, iwc);\n TaxonomyWriter taxoWriter = new DirectoryTaxonomyWriter(facetsdir);\n\n\n try {\n CodeIndexDocument codeIndexDocument = codeIndexDocumentQueue.poll();\n int count = 0;\n\n while (codeIndexDocument != null) {\n Singleton.getLogger().info(\"Indexing file \" + codeIndexDocument.getRepoLocationRepoNameLocationFilename());\n Singleton.decrementCodeIndexLinesCount(codeIndexDocument.getCodeLines());\n\n Document doc = new Document();\n // Path is the primary key for documents\n // needs to include repo location, project name and then filepath including file\n Field pathField = new StringField(\"path\", codeIndexDocument.getRepoLocationRepoNameLocationFilename(), Field.Store.YES);\n doc.add(pathField);\n\n // Add in facets\n facetsConfig = new FacetsConfig();\n facetsConfig.setIndexFieldName(Values.LANGUAGENAME, Values.LANGUAGENAME);\n facetsConfig.setIndexFieldName(Values.REPONAME, Values.REPONAME);\n facetsConfig.setIndexFieldName(Values.CODEOWNER, Values.CODEOWNER);\n\n if (Helpers.isNullEmptyOrWhitespace(codeIndexDocument.getLanguageName()) == false) {\n doc.add(new SortedSetDocValuesFacetField(Values.LANGUAGENAME, codeIndexDocument.getLanguageName()));\n }\n if (Helpers.isNullEmptyOrWhitespace(codeIndexDocument.getRepoName()) == false) {\n doc.add(new SortedSetDocValuesFacetField(Values.REPONAME, codeIndexDocument.getRepoName()));\n }\n if (Helpers.isNullEmptyOrWhitespace(codeIndexDocument.getCodeOwner()) == false) {\n doc.add(new SortedSetDocValuesFacetField(Values.CODEOWNER, codeIndexDocument.getCodeOwner()));\n }\n\n String indexContents = Values.EMPTYSTRING;\n\n Singleton.getLogger().info(\"Splitting keywords\");\n indexContents += scl.splitKeywords(codeIndexDocument.getContents());\n Singleton.getLogger().info(\"Cleaning pipeline\");\n indexContents += scl.codeCleanPipeline(codeIndexDocument.getContents());\n Singleton.getLogger().info(\"Adding to spelling corrector\");\n scl.addToSpellingCorrector(codeIndexDocument.getContents()); // Store in spelling corrector\n\n indexContents = indexContents.toLowerCase();\n\n doc.add(new TextField(Values.REPONAME, codeIndexDocument.getRepoName(), Field.Store.YES));\n doc.add(new TextField(Values.FILENAME, codeIndexDocument.getFileName(), Field.Store.YES));\n doc.add(new TextField(Values.FILELOCATION, codeIndexDocument.getFileLocation(), Field.Store.YES));\n doc.add(new TextField(Values.FILELOCATIONFILENAME, codeIndexDocument.getFileLocationFilename(), Field.Store.YES));\n doc.add(new TextField(Values.MD5HASH, codeIndexDocument.getMd5hash(), Field.Store.YES));\n doc.add(new TextField(Values.LANGUAGENAME, codeIndexDocument.getLanguageName(), Field.Store.YES));\n doc.add(new IntField(Values.CODELINES, codeIndexDocument.getCodeLines(), Field.Store.YES));\n doc.add(new TextField(Values.CONTENTS, indexContents, Field.Store.NO));\n doc.add(new TextField(Values.REPOLOCATION, codeIndexDocument.getRepoRemoteLocation(), Field.Store.YES));\n doc.add(new TextField(Values.CODEOWNER, codeIndexDocument.getCodeOwner(), Field.Store.YES));\n\n // Extra metadata in this case when it was last indexed\n doc.add(new LongField(Values.MODIFIED, new Date().getTime(), Field.Store.YES));\n\n writer.updateDocument(new Term(Values.PATH, codeIndexDocument.getRepoLocationRepoNameLocationFilename()), facetsConfig.build(taxoWriter, doc));\n\n count++;\n if (count >= 1000) { // Only index 1000 documents at most each time\n codeIndexDocument = null;\n }\n else {\n codeIndexDocument = codeIndexDocumentQueue.poll();\n }\n\n }\n }\n finally {\n Singleton.getLogger().info(\"Closing writers\");\n writer.close();\n taxoWriter.close();\n }\n }", "public void close() {\n\t\tSystem.out.println(\"WordReader.close\");\n\t}", "public void Close() throws IOException {\n\n\t\ttermFile = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(Path.ResultHM1+type+Path.TermDir), \"utf-8\"));\n\t\t// Write to term file\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor(String term: term2termid.keySet()){\n\t\t\tsb.append(term + \" \" + term2termid.get(term) + \"\\n\");\n\t\t}\n\t\ttermFile.write(sb.toString());\n\t\ttermFile.close();\n\t\tterm2termid.clear();\n\n\t\t// Write to docVector\n\t\tWriteDocFile();\n\t\t// Write to posting file\n\t\tWritePostingFile();\n\n\t}", "public static void main(String[] args) throws Exception {\n\t\t\tString indexPath = \"F:/IRS/search/pr/sig_index_naive\";\n\t\t\tString docsPath = \"F:/IRS/search/vldb_icse_id.txt\";\n\t\t\tDirectory dir = FSDirectory.open(Paths.get(indexPath));\n\t\t\tAnalyzer analyzer = new StandardAnalyzer();\n\t\t\tIndexWriterConfig iwc = new IndexWriterConfig(analyzer);\n\t\t\tIndexWriter writer = new IndexWriter(dir, iwc);\n\t\t\t\n\t\t\tFileReader f1 = new FileReader(docsPath);\n\t\t\tBufferedReader br = new BufferedReader(f1);\n\t\t\t\n\t\t\tdouble d;\n\t\t\t//String d=null;\n\t\t\tString lineTxt = null;\n\t\t\t\n\t\t\twhile ((lineTxt = br.readLine()) != null)\n\t\t {\n\t\t\t\t\t String[] splits = lineTxt.split(\"\\t\");\n\t\t\tDocument doc = new Document();\n\n\t\t\tdoc.add(new StringField(\"docid\", splits[0] , Field.Store.YES));\n\n\t\t\tdoc.add(new TextField(\"title\", splits[1], Field.Store.YES));\n\t\t\tdoc.add(new StringField(\"title\", splits[1], Field.Store.YES));\t\n\t\t\tdoc.add(new SortedField);\n\n\t\t\tdoc.add(new TextField(\"titlexn\", splits[2], Field.Store.YES));\n\t\t\tdoc.add(new StringField(\"titlexn\", splits[2], Field.Store.YES));\n\t\t\tdoc.add(new StringField(\"year\", splits[3], Field.Store.YES));\n\t\t\tdoc.add(new StringField(\"date\", splits[4], Field.Store.YES));\n\t\t\tdoc.add(new TextField(\"conf\", splits[7], Field.Store.YES));\n\t\t\tdoc.add(new StringField(\"conf\", splits[7], Field.Store.YES));\n\t\t\t\n\t\t\twriter.addDocument(doc);\n\t\t\t\n\t\t}\n\n\t\t\twriter.close();\n\t\t}", "public void setUp() throws Exception {\n Project project = new Project();\n\n IndexTask task = new IndexTask();\n FileSet fs = new FileSet();\n fs.setDir(new File(docsDir));\n task.addFileset(fs);\n task.setOverwrite(true);\n task.setDocumentHandler(docHandler);\n task.setIndex(new File(indexDir));\n task.setProject(project);\n task.execute();\n\n searcher = new IndexSearcher(indexDir);\n analyzer = new StopAnalyzer();\n }", "public void deleteIndex() throws IOException {\n synchronized (getLock()) {\n flush();\n if (ZimbraLog.index_add.isDebugEnabled()) {\n ZimbraLog.index_add.debug(\"Deleting index \" + luceneDirectory);\n }\n\n String[] files;\n try {\n files = luceneDirectory.listAll();\n } catch (NoSuchDirectoryException ignore) {\n return;\n } catch (IOException e) {\n ZimbraLog.index_add.warn(\"Failed to delete index: %s\",\n luceneDirectory, e);\n return;\n }\n\n for (String file : files) {\n luceneDirectory.deleteFile(file);\n }\n }\n }", "void clearAllIndexes();", "@Override\n @Secured(SecurityRoles.ADMINISTRATOR)\n public void reindex() {\n revisionDao.deleteAll();\n // OK, launches a new indexation\n indexFromLatest();\n }", "@Test\r\n\tpublic void indexOneLater() throws Exception {\n\t\tSolrInputDocument sd = new SolrInputDocument();\r\n\t\tsd.addField(\"id\", \"addone\");\r\n\t\tsd.addField(\"channelid\", \"9999\");\r\n\t\tsd.addField(\"topictree\", \"tptree\");\r\n\t\tsd.addField(\"topicid\", \"tpid\");\r\n\t\tsd.addField(\"dkeys\", \"测试\");\r\n\t\tsd.addField(\"title\", \"junit 标题\");\r\n\t\tsd.addField(\"ptime\", new Date());\r\n\t\tsd.addField(\"url\", \"/junit/test/com\");\r\n//\t\t\tSystem.out.println(doc);\r\n//\t\tbuffer.add(sd);\r\n\t\tdocIndexer.addDocumentAndCommitLater(sd, 1);\r\n\t}", "public static void main(String[] args) throws IOException {\n\t\tif (args.length != 2) {\n\t\t\tSystem.err\n\t\t\t\t\t.println(\"You need to give database directory path and output directory path as arguments.\");\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tdirectory = args[0];\n\t\toutputFilePath = args[1];\n\t\t// Get list of all files.\n\t\tFile[] listOfFiles = Util.getAllFiles(directory);\n\t\t// Get all the stop words in the sorted order.\n\t\tTreeMap<String, String> stopWords = Util\n\t\t\t\t.getStopWordsFromFile(stopWordFile);\n\t\tint numberOfFiles = listOfFiles.length;\n\t\t// 2D array to store the required information about each doc.\n\t\tInteger[][] docInfo = new Integer[numberOfFiles + 1][2];\n\t\tdouble timeForIndexVersion1 = 0.0d, timeForIndexVersion2 = 0.0d;\n\t\tlong startTime, endTime;\n\t\tif (numberOfFiles != 0) {\n\n\t\t\t// Starting creating Index version 1.\n\t\t\tstartTime = System.currentTimeMillis();\n\t\t\tfor (File file : listOfFiles) {\n\t\t\t\t// Get the doc id.\n\t\t\t\tint docId = Integer.parseInt(file.getName().substring(9));\n\t\t\t\t// For version 1:\n\t\t\t\t// do lemmatization\n\t\t\t\tMap<String, Integer> lemmasFromFile = lemmatizer\n\t\t\t\t\t\t.lemmatize(file);\n\t\t\t\t// remove stop words,\n\t\t\t\tMap<String, Integer> lemmasWoStopWords = Util.removeStopWords(\n\t\t\t\t\t\tlemmasFromFile, stopWords);\n\t\t\t\t// create index.\n\t\t\t\tindexVersion1.creatIndex(docId, lemmasWoStopWords);\n\t\t\t}\n\t\t\tendTime = System.currentTimeMillis();\n\t\t\t// calculate total time taken\n\t\t\ttimeForIndexVersion1 = (endTime - startTime) / 1000.0d;\n\n\t\t\t// indexVersion1.printIndex();\n\t\t\t// write uncompressed index of version 1 to a binary file.\n\t\t\tindexVersion1.writeIndexUncompressed(outputFilePath,\n\t\t\t\t\t\"Index_Version1.uncompress\");\n\t\t\t// compress index\n\t\t\tindexVersion1.compressIndex();\n\t\t\t// write compressed index of version 1 to a binary file.\n\t\t\tindexVersion1.writeIndexCompressed(outputFilePath,\n\t\t\t\t\t\"Index_Version1.compress\");\n\n\t\t\t// Starting creating Index version 2.\n\t\t\tstartTime = System.currentTimeMillis();\n\t\t\tfor (File file : listOfFiles) {\n\t\t\t\tint docId = Integer.parseInt(file.getName().substring(9));\n\t\t\t\t// For version 2:\n\t\t\t\t// generate tokens from the file\n\t\t\t\tMap<String, Integer> tokensFromFile = Util\n\t\t\t\t\t\t.getTokensFromFile(file);\n\t\t\t\t// do stemming\n\t\t\t\tMap<String, Integer> stemmedTokens = Util\n\t\t\t\t\t\t.getStemmedTokens(tokensFromFile);\n\t\t\t\t// remove stop words\n\t\t\t\tMap<String, Integer> stemmedTokensWoStopWords = Util\n\t\t\t\t\t\t.removeStopWords(stemmedTokens, stopWords);\n\t\t\t\t// update the information about current document.\n\t\t\t\tUtil.updateDocInfo(docInfo, docId, stemmedTokens,\n\t\t\t\t\t\tstemmedTokensWoStopWords);\n\t\t\t\t// System.out.println(\"DocId: \" + docId + \" Max Freq: \"\n\t\t\t\t// + docInfo[docId][0].toString() + \" Doc length: \"\n\t\t\t\t// + docInfo[docId][1].toString());\n\t\t\t\t// create index\n\t\t\t\tindexVersion2.creatIndex(docId, stemmedTokensWoStopWords);\n\n\t\t\t}\n\t\t\tendTime = System.currentTimeMillis();\n\t\t\t// calculate total time taken\n\t\t\ttimeForIndexVersion2 = (endTime - startTime) / 1000.0d;\n\t\t\t// write documents information to a binary file\n\t\t\twriteDocInfo(docInfo, outputFilePath, \"docs.info\");\n\t\t\t// write uncompressed index of version 2 to a binary file.\n\n\t\t\t// indexVersion2.printIndex();\n\t\t\tindexVersion2.writeIndexUncompressed(outputFilePath,\n\t\t\t\t\t\"Index_Version2.uncompress\");\n\t\t\t// compress index\n\t\t\tindexVersion2.compressIndex();\n\t\t\t// write compressed index of version 2 to a binary file.\n\t\t\tindexVersion2.writeIndexCompressed(outputFilePath,\n\t\t\t\t\t\"Index_Version2.compress\");\n\n\t\t\t// display the required information.\n\t\t\tdisplayOutput(timeForIndexVersion1, timeForIndexVersion2);\n\t\t} else {\n\t\t\tSystem.err.println(\"Empty folder\");\n\t\t}\n\t}", "@Inject\n\tpublic LuceneIndex(final Directory luceneDirectory,\n\t\t\t\t\t final Analyzer analyzer) {\n\t\ttry {\n\t\t\t// [1]: Create the indexWriter\n\t\t\t_indexWriter = new IndexWriter(luceneDirectory,\n\t\t\t\t\t\t\t\t\t\t new IndexWriterConfig(LuceneConstants.VERSION,\n\t\t\t\t\t\t\t\t\t\t \t\t\t\t\t \t analyzer));\n\t\t\t\n\t\t\t// [2a]: Create the TrackingIndexWriter to track changes to the delegated previously created IndexWriter \n\t\t\t_trackingIndexWriter = new TrackingIndexWriter(_indexWriter);\n\t\t\t\n\t\t\t// [2b]: Create an IndexSearcher ReferenceManager to safely share IndexSearcher instances across\n\t\t\t//\t\t multiple threads\n\t\t\t_indexSearcherReferenceManager = new SearcherManager(_indexWriter,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t true,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t null);\n\t\t\t\n\t\t\t// [3]: Create the ControlledRealTimeReopenThread that reopens the index periodically having into \n\t\t\t//\t\taccount the changes made to the index and tracked by the TrackingIndexWriter instance\n\t\t\t// \t\tThe index is refreshed every 60sc when nobody is waiting \n\t\t\t//\t\tand every 100 millis whenever is someone waiting (see search method)\n\t\t\t//\t\t(see http://lucene.apache.org/core/4_3_0/core/org/apache/lucene/search/NRTManagerReopenThread.html)\n\t\t\t_indexSearcherReopenThread = new ControlledRealTimeReopenThread<IndexSearcher>(_trackingIndexWriter,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t _indexSearcherReferenceManager,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t 60.00,\t// when there is nobody waiting\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t 0.1); \t// when there is someone waiting\n\t\t\t_indexSearcherReopenThread.start();\t// start the refresher thread\n\t\t} catch (IOException ioEx) {\n\t\t\tthrow new IllegalStateException(\"Lucene index could not be created: \" + ioEx.getMessage());\n\t\t}\n\t}", "void indexReset();", "public interface IndexBuilder {\n\n /**\n * Rebuilds the index only when the existing index is not populated.\n */\n void rebuildIfNecessary();\n\n}", "public void optimize() {\n\t\ttry {\n\t\t\t_indexWriter.forceMerge(1);\n\t\t\tlog.debug(\"Lucene index merged into one segment\");\n\t\t} catch (IOException ioEx) {\n\t\t\tlog.error(\"Error optimizing lucene index {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t\t\t ioEx);\n\t\t}\n\t}", "public void close(){\r\n\t\tif (this.fileWriter != null){\r\n\t\t\ttry {\r\n\t\t\t\tthis.fileWriter.flush();\r\n\t\t\t\tthis.fileWriter.close();\r\n\t\t\t\tthis.fileWriter = null;\r\n\t\t\t} catch (IOException e) {\r\n\t\t\t\tlogger.error(\"Cannot close the file handle \"+this.myfilename+\". Your results might be lost. Cause: \"+e.getMessage());\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t}\r\n\t\r\n\t\t}\r\n\t}", "public static void main(String[] args) throws CorruptIndexException, LockObtainFailedException, IOException, ParseException{\n\t\tboolean lucene_im_mem = false;\n\t\t//1. Build the Index with varying \"database size\"\n\t\tString dirName =\"/data/home/duy113/SupSearchExp/AIDSNew/\";\n//\t\tString dirName = \"/Users/dayuyuan/Documents/workspace/Experiment/\";\n\t\tString dbFileName = dirName + \"DBFile\";\n\t\tString trainQueryName= dirName + \"TrainQuery\";\n//\t\tString testQuery15 = dirName + \"TestQuery15\";\n\t\tString testQuery25 = dirName + \"TestQuery25\";\n//\t\tString testQuery35 = dirName + \"TestQuery35\";\n\t\tGraphDatabase query = new GraphDatabase_OnDisk(testQuery25, MyFactory.getSmilesParser());\n\t\tdouble[] minSupts = new double[4];\n\t\tminSupts[0] = 0.05; minSupts[1] = 0.03; minSupts[2] =0.02; minSupts[3] = 0.01;\n \t\tint lwIndexCount[] = new int[1];\n\t\tlwIndexCount[0] = 479;\t\n//\t\tSystem.out.println(\"Build CIndexFlat Left-over: \");\n//\t\tfor(int j = 3; j< 4; j++){\n//\t\t\tdouble minSupt = minSupts[j];\n//\t\t\tfor(int i = 4; i<=10; i = i+2){\n//\t\t\t\tString baseName = dirName + \"G_\" + i + \"MinSup_\" + minSupt + \"/\";\n//\t\t\t\tGraphDatabase trainingDB = new GraphDatabase_OnDisk(dbFileName + i, MyFactory.getDFSCoder());\n//\t\t\t\tGraphDatabase trainQuery = new GraphDatabase_OnDisk(trainQueryName, MyFactory.getSmilesParser());\t\t\n//\t\t\t\tif(i == 2){\n//\t\t\t\t\tSystem.out.println(baseName + \"CIndexFlat\");\n//\t\t\t\t\tCIndexExp.buildIndex(trainingDB, trainQuery, trainingDB, baseName, minSupt, lwIndexCount[0]);\n//\t\t\t\t}\n//\t\t\t\telse{\n//\t\t\t\t\tString featureBaseName = dirName + \"G_2\" + \"MinSup_\" + minSupt + \"/\";\n//\t\t\t\t\tSystem.out.println(baseName + \"CIndexFlat with Features \" + featureBaseName);\n//\t\t\t\t\tCIndexExp.buildIndex(featureBaseName, trainingDB, baseName, minSupt);\n//\t\t\t\t}\n//\t\t\t\tSystem.gc();\n//\t\t\t}\n//\t\t}\n\t\tSystem.out.println(\"Run Query Processing: \");\n\t\tfor(int j = 0; j< 4; j++){\n\t\t\tdouble minSupt = minSupts[j];\n\t\t\tfor(int i = 2; i<=10; i = i+2){\n\t\t\t\tString baseName = dirName + \"G_\" + i + \"MinSup_\" + minSupt + \"/\";\n\t\t\t\tGraphDatabase trainingDB = new GraphDatabase_OnDisk(dbFileName + i, MyFactory.getDFSCoder());\n\t\t\t\tGraphDatabase trainQuery = new GraphDatabase_OnDisk(trainQueryName, MyFactory.getSmilesParser());\t\t\n\t\t\t\tif(j!=0 || i!=2){\n\t\t\t\t\tSystem.out.println(baseName + \"LWindex\");\n\t\t\t\t\t//LWIndexExp.buildIndex(trainingDB, trainQuery, trainingDB, trainQuery.getParser(),baseName, minSupt, lwIndexCount);\n\t\t\t\t\t//System.gc();\n\t\t\t\t\tLWIndexExp.runIndex(trainingDB, trainQuery, baseName, lucene_im_mem);\n\t\t\t\t\tLWIndexExp.runIndex(trainingDB, query, baseName, lucene_im_mem);\n\t\t\t\t\tSystem.gc();\t\t\n\t\t\t\t\tSystem.out.println(baseName + \"PrefixIndex\");\n\t\t\t\t\t//PrefixIndexExp.buildIndex(trainingDB, trainingDB, baseName, minSupt);\n\t\t\t\t\t//System.gc();\n\t\t\t\t\tPrefixIndexExp.runIndex(trainingDB, trainQuery, baseName, lucene_im_mem);\n\t\t\t\t\tPrefixIndexExp.runIndex(trainingDB, query, baseName, lucene_im_mem);\n\t\t\t\t\tSystem.gc();\t\t\n\t\t\t\t\tSystem.out.println(baseName + \"PrefixIndexHi\");\n\t\t\t\t\t//PrefixIndexExp.buildHiIndex(trainingDB, trainingDB, 2, baseName, minSupt);\n\t\t\t\t\t//System.gc();\n\t\t\t\t\tPrefixIndexExp.runHiIndex(trainingDB, trainQuery, baseName, lucene_im_mem);\n\t\t\t\t\tPrefixIndexExp.runHiIndex(trainingDB, query, baseName, lucene_im_mem);\n\t\t\t\t\tSystem.gc();\n\t\t\t\t\tSystem.out.println(baseName + \"GPTree\");\n\t\t\t\t\t//GPTreeExp.buildIndex(trainingDB, trainingDB, baseName, minSupt);\n\t\t\t\t\t//System.gc();\n\t\t\t\t\tGPTreeExp.runIndex(trainingDB, trainQuery, baseName, lucene_im_mem);\n\t\t\t\t\tGPTreeExp.runIndex(trainingDB, query, baseName, lucene_im_mem);\n\t\t\t\t\tSystem.gc();\n\t\t\t\t\tSystem.out.println(baseName + \"CIndexFlat\");\n\t\t\t\t\t//CIndexExp.buildIndex(trainingDB, trainQuery, trainingDB, baseName, minSupt, lwIndexCount[0]);\n\t\t\t\t\t//System.gc();\n\t\t\t\t\tCIndexExp.runIndex(trainingDB, trainQuery, baseName, lucene_im_mem);\n\t\t\t\t\tCIndexExp.runIndex(trainingDB, query, baseName, lucene_im_mem);\n\t\t\t\t\tSystem.gc();\n\t\t\t\t}\n\t\t\t\tif(j==0&&i==2){\n\t\t\t\t\tSystem.out.println(baseName + \"CIndexTopDown: \" + lwIndexCount[0]);\n\t\t\t\t\tCIndexExp.buildIndexTopDown(trainingDB, trainQuery, trainingDB,MyFactory.getUnCanDFS(), baseName, minSupt, 2*trainQuery.getTotalNum()/lwIndexCount[0] ); // 8000 test queries\n\t\t\t\t\t//System.gc();\n\t\t\t\t}\n\t\t\t\tSystem.out.println(baseName + \"CIndexTopDown: \" + lwIndexCount[0]);\n\t\t\t\tCIndexExp.runIndexTopDown(trainingDB, trainQuery, baseName, lucene_im_mem);\n\t\t\t\tCIndexExp.runIndexTopDown(trainingDB, query, baseName, lucene_im_mem);\n\t\t\t\tSystem.gc();\n\t\t\t}\n\t\t}\n\t\tAIDSLargeExp.main(args);\n\t}", "@Override\n\t\tpublic void close(final TaskAttemptContext ctx) throws IOException,\n\t\t\t\tInterruptedException {\n\n\t\t\ttry {\n\n\t\t\t\tif (docs.size() > 0) {\n\t\t\t\t\tserver.add(docs);\n\t\t\t\t\tdocs.clear();\n\t\t\t\t}\n\n\t\t\t\tserver.commit();\n\t\t\t} catch (SolrServerException e) {\n\t\t\t\tRuntimeException exc = new RuntimeException(e.toString(), e);\n\t\t\t\texc.setStackTrace(e.getStackTrace());\n\t\t\t\tthrow exc;\n\t\t\t} finally {\n\t\t\t\tserver.close();\n\t\t\t\texec.shutdownNow();\n\t\t\t}\n\n\t\t}", "protected IndexWriter getWriter(boolean wipeIndex) throws IOException {\n Directory dir = FSDirectory.open(Paths.get(indexFolder));\n Analyzer analyzer = new StandardAnalyzer();\n IndexWriterConfig iwc = new IndexWriterConfig(analyzer);\n\n if (wipeIndex) {\n iwc.setOpenMode(OpenMode.CREATE);\n } else {\n iwc.setOpenMode(OpenMode.CREATE_OR_APPEND);\n }\n\n IndexWriter writer = new IndexWriter(dir, iwc);\n return writer;\n }", "@Override\n public void postInserts() \n {\n for(IndexObject i: myIndex.values())\n {\n i.tfidf(documentData);\n }\n }", "private static Positional_inverted_index posindexCorpus(DocumentCorpus corpus) throws ClassNotFoundException, InstantiationException, IllegalAccessException, FileNotFoundException, IOException {\n\n NewTokenProcessor processor = new NewTokenProcessor();\n Iterable<Document> docs = corpus.getDocuments(); //call registerFileDocumentFactory first?\n\n List<Double> Doc_length = new ArrayList<>();\n Positional_inverted_index index = new Positional_inverted_index();\n\n double token_count = 0;\n\n // Iterate through the documents, and:\n for (Document d : docs) {\n //File f = new File(path + \"\\\\\" + d.getTitle());\n File f = new File(path + \"\\\\\" + d.getFileName().toString());\n double Filesize = f.length();\n //edited by bhavya\n double doc_weight = 0; //first entry in docweights.bin\n double doc_tokens = 0;\n double doc_length = 0;\n HashMap<String, Integer> tftd = new HashMap<>();\n // Tokenize the document's content by constructing an EnglishTokenStream around the document's content.\n Reader reader = d.getContent();\n EnglishTokenStream stream = new EnglishTokenStream(reader); //can access tokens through this stream\n N++;\n // Iterate through the tokens in the document, processing them using a BasicTokenProcessor,\n //\t\tand adding them to the HashSet vocabulary.\n Iterable<String> tokens = stream.getTokens();\n int i = 0;\n\n for (String token : tokens) {\n\n //adding token in index\n List<String> word = new ArrayList<String>();\n word = processor.processToken(token);\n //System.out.println(word.get(0));\n if (word.get(0).matches(\"\")) {\n continue;\n } else {\n\n index.addTerm(word.get(0), i, d.getId());\n\n }\n i = i + 1;\n\n //we check if token already exists in hashmap or not. \n //if it exists, increase its freq by 1 else make a new entry.\n if (tftd.containsKey(word.get(0))) {\n doc_tokens++;\n int count = tftd.get(word.get(0));\n tftd.replace(word.get(0), count + 1);\n } else {\n doc_tokens++;\n// token_count++; //gives total number of tokens.\n tftd.put(word.get(0), 1);\n }\n\n }\n double length = 0;\n double wdt = 0;\n\n double total_tftd = 0;\n for (Map.Entry<String, Integer> entry : tftd.entrySet()) {\n\n wdt = 1 + log(entry.getValue());\n\n length = length + pow(wdt, 2);\n total_tftd = total_tftd + entry.getValue();\n }\n token_count = token_count + doc_tokens;\n doc_weight = pow(length, 0.5);\n double avg_tftd = total_tftd / (double) tftd.size();\n\n Doc_length.add(doc_weight);\n Doc_length.add(avg_tftd);\n Doc_length.add(doc_tokens);\n Doc_length.add(Filesize);\n }\n Doc_length.add(token_count / N);\n\n DiskIndexWriter d = new DiskIndexWriter();\n d.write_doc(path, Doc_length);\n\n return index;\n }", "@Override\n\tpublic void clearIndex(String indexName) {\n\t\t\n\t}", "private static void peopleAndEventsCreate(File selectedFolder, File selectedFile, String nameOfLuceneIndex) throws Exception {\n\t\tStandardAnalyzer analyzer = new StandardAnalyzer();\n\n\t /* Where to store index */\n\t\tFile directoryOfIndex = new File(selectedFolder + nameOfLuceneIndex);\n\t\tdeleteDirectory(directoryOfIndex);\t\t\t\t\t\t\t\t\t\t\t\t\t\t// before creating new index, the old one is deleted\n\t Directory index = FSDirectory.open(directoryOfIndex);\n\n\t IndexWriterConfig config = new IndexWriterConfig(Version.LATEST, analyzer);\n\t IndexWriter w = new IndexWriter(index, config);\n\t \n\t\tBufferedReader in;\n\t\ttry {\n\t\t\tin = new BufferedReader(new InputStreamReader(new FileInputStream(selectedFile), \"UTF-8\"));\n\n\t\t\twhile (in.ready()) {\n\t\t\t\tString oneLine = in.readLine();\n\t\t\t\t\n\t\t\t\tString[] splittedString = oneLine.split(\";\");\n\t\t\t\t\n\t\t\t\tif(splittedString.length == 2) {\n\t\t\t\t\taddDoc(w, splittedString[0], splittedString[1], \"\");\n\t\t\t\t}\n\t\t\t\telse if(splittedString.length == 3) {\n\t\t\t\t\taddDoc(w, splittedString[0], splittedString[1], splittedString[2]);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tin.close();\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t \n\t w.close();\n\t}", "indexSet createindexSet();", "public void close() throws IOException {\n for (var dos : dataStreams) {\n if (dos != null) {\n dos.close();\n }\n }\n\n for (var dos : indexStreams) {\n if (dos != null) {\n dos.close();\n }\n }\n\n // Stats\n log.info(\"Number of keys: {}\", keyCount);\n log.info(\"Number of values: {}\", valueCount);\n\n var bloomFilter = config.getBoolean(Configuration.BLOOM_FILTER_ENABLED) ?\n new BloomFilter(keyCount, config.getDouble(Configuration.BLOOM_FILTER_ERROR_FACTOR, 0.01)) :\n null;\n\n\n // Prepare files to merge\n List<File> filesToMerge = new ArrayList<>();\n try {\n // Build index file\n for (int i = 0; i < indexFiles.length; i++) {\n if (indexFiles[i] != null) {\n filesToMerge.add(buildIndex(i, bloomFilter));\n }\n }\n\n //Write metadata file\n File metadataFile = new File(tempFolder, \"metadata.dat\");\n metadataFile.deleteOnExit();\n try (var metadataOutputStream = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(metadataFile)))) {\n writeMetadata(metadataOutputStream, bloomFilter);\n }\n\n filesToMerge.add(0, metadataFile);\n\n // Stats collisions\n log.info(\"Number of collisions: {}\", collisions);\n\n // Add data files\n for (File dataFile : dataFiles) {\n if (dataFile != null) {\n filesToMerge.add(dataFile);\n }\n }\n\n // Merge and write to output\n checkFreeDiskSpace(filesToMerge);\n mergeFiles(filesToMerge, outputStream);\n } finally {\n outputStream.close();\n cleanup(filesToMerge);\n }\n }", "public Indexer() {\n }", "public static void main(String[] args) throws IOException\r\n\t{\n\t\tif (args.length <= 0)\r\n\t\t{\r\n System.out.println(\"Expected corpus as input\");\r\n System.exit(1);\r\n }\r\n\r\n\t\t// Analyzer that is used to process TextField\r\n\t\tAnalyzer analyzer = new StandardAnalyzer();\r\n\r\n\t\t// ArrayList of documents in the corpus\r\n\t\tArrayList<Document> documents = new ArrayList<Document>();\r\n\r\n\t\t// Open the directory that contains the search index\r\n\t\tDirectory directory = FSDirectory.open(Paths.get(INDEX_DIRECTORY));\r\n\r\n\t\t// Set up an index writer to add process and save documents to the index\r\n\t\tIndexWriterConfig config = new IndexWriterConfig(analyzer);\r\n\t\tconfig.setOpenMode(IndexWriterConfig.OpenMode.CREATE);\r\n\t\tIndexWriter iwriter = new IndexWriter(directory, config);\r\n\r\n\r\n\t\tfor (String arg : args)\r\n\t\t{\r\n\r\n\t\t\t// Load the contents of the file\r\n\t\t\t//System.out.printf(\"Indexing \\\"%s\\\"\\n\", arg);\r\n\t\t\tString content = new String(Files.readAllBytes(Paths.get(arg)));\r\n\r\n\t\t\tString[] big = content.split(\".I\");\r\n\t\t\tfor (String a : big) {\r\n\t\t\t\tDocument doc = new Document();\r\n\t\t\t\tint count = 0;\r\n\t\t\t\tString[] small = a.split(\".A\");\r\n\t\t\t\tfor (String b : small) {\r\n\t\t\t\t\tif (count == 0) {\r\n\t\t\t\t\t\tdoc.add(new StringField(\"filename\", b, Field.Store.YES));\r\n\t\t\t\t\t}\r\n\t\t\t\t\telse {\r\n\t\t\t\t\t\tdoc.add(new TextField(\"content\", b, Field.Store.YES));\r\n\t\t\t\t\t}\r\n\t\t\t\t\tcount++;\r\n\t\t\t\t}\r\n\t\t\t\tdocuments.add(doc);\r\n\t\t\t}\r\n\t\t\tfor (Document doc : documents) {\r\n\t\t\t\tSystem.out.println(doc.get(\"filename\"));\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// Write all the documents in the linked list to the search index\r\n\t\tiwriter.addDocuments(documents);\r\n\r\n\t\t// Commit everything and close\r\n\t\tiwriter.close();\r\n\t\tdirectory.close();\r\n\t}", "@Test\n public void testProcessAll() throws TikaException, SAXException, IOException, Exception {\n PaperIndexer indexer = new PaperIndexer(BaseDirInfo.getPath(\"test.properties\"));\n indexer.processAll();\n\n Properties prop = indexer.getProperties();\n String paraIndexPath = prop.getProperty(\"para.index\");\n prop.setProperty(\"para.index\", paraIndexPath + \"/1\");\n\n final String[] indexes = { \"index\", \"para.index\", \"para.index.all\" };\n\n // Test global index and para index\n for (String indexPath : indexes) {\n File indexDir = new File(BaseDirInfo.getPath(indexer.getProperties().getProperty(indexPath)));\n try (Directory dir = FSDirectory.open(indexDir.toPath());\n IndexReader reader = DirectoryReader.open(dir)) {\n assertNotNull(reader); // reader must not be null\n\n int nDocs = reader.numDocs();\n assertNotEquals(nDocs, 0); // Number of docs must not be zero\n }\n }\n\n // Since we put one document in the test folder, we should have one folder in the para index\n prop.setProperty(\"para.index\", paraIndexPath);\n File[] dirs = new File(prop.getProperty(\"para.index\")).listFiles();\n assertEquals(dirs.length, 1);\n\n // clean folders\n indexer.removeIndexDirs();\n }", "public boolean waitForClose(Long indexId) {\n\t\tif (indexingReady()) {\n\t\t\tluceneFactory.closeIndexWriter(indexId);\n\t\t\treturn true;\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\n\t}", "public generateIndex() {\n\n\t\tthis.analyzer = \"StandardAnalyzer\";\n\t}", "@Test\n public void close() throws Exception {\n ResizeRequest request = new ResizeRequest(\"target_index\", \"source_index\");\n /** 可选参数*/\n\n AcknowledgedResponse response = synchronousShrink(client, request);\n log.info(\"Shrink索引:{}成功?:{}\", Consts.INDEX_NAME, response.isAcknowledged());\n\n }", "public void testBasic() throws IOException {\n Set<String> fileExtensions = new HashSet<String>();\n fileExtensions.add(IndexFileNames.FIELDS_EXTENSION);\n fileExtensions.add(IndexFileNames.FIELDS_INDEX_EXTENSION);\n \n Directory primaryDir = new MockDirectoryWrapper(new RAMDirectory());\n Directory secondaryDir = new MockDirectoryWrapper(new RAMDirectory());\n \n FileSwitchDirectory fsd = new FileSwitchDirectory(fileExtensions, primaryDir, secondaryDir, true);\n IndexWriter writer = new IndexWriter(fsd, new IndexWriterConfig(TEST_VERSION_CURRENT, new MockAnalyzer()));\n ((LogMergePolicy) writer.getConfig().getMergePolicy()).setUseCompoundFile(false);\n ((LogMergePolicy) writer.getConfig().getMergePolicy()).setUseCompoundDocStore(false);\n TestIndexWriterReader.createIndexNoClose(true, \"ram\", writer);\n IndexReader reader = IndexReader.open(writer);\n assertEquals(100, reader.maxDoc());\n writer.commit();\n // we should see only fdx,fdt files here\n String[] files = primaryDir.listAll();\n assertTrue(files.length > 0);\n for (int x=0; x < files.length; x++) {\n String ext = FileSwitchDirectory.getExtension(files[x]);\n assertTrue(fileExtensions.contains(ext));\n }\n files = secondaryDir.listAll();\n assertTrue(files.length > 0);\n // we should not see fdx,fdt files here\n for (int x=0; x < files.length; x++) {\n String ext = FileSwitchDirectory.getExtension(files[x]);\n assertFalse(fileExtensions.contains(ext));\n }\n reader.close();\n writer.close();\n\n files = fsd.listAll();\n for(int i=0;i<files.length;i++) {\n assertNotNull(files[i]);\n }\n fsd.close();\n }", "public static synchronized void indexDocument(CodeIndexDocument codeIndexDocument) throws IOException {\n Queue<CodeIndexDocument> queue = new ConcurrentLinkedQueue<CodeIndexDocument>();\n queue.add(codeIndexDocument);\n indexDocuments(queue);\n queue = null;\n }", "public void close() {\n\t\t_taxonomyConnection.close();\n\t}", "private void indexItem(IndexDocument indexDoc) {\n if(bDebug) System.out.println(\"\\n*** document to index - \" + indexDoc);\n Indexer indexer=null;\n try {\n indexer=new Indexer(PetstoreConstants.PETSTORE_INDEX_DIRECTORY, false);\n PetstoreUtil.getLogger().log(Level.FINE, \"Adding document to index: \" + indexDoc.toString());\n indexer.addDocument(indexDoc);\n } catch (Exception e) {\n PetstoreUtil.getLogger().log(Level.WARNING, \"index.exception\", e);\n e.printStackTrace();\n } finally {\n try {\n // must close file or will not be able to reindex\n if(indexer != null) {\n indexer.close();\n }\n } catch (Exception ee) {\n ee.printStackTrace();\n }\n }\n }", "public Index(TokenBasedAnalyzer myAnalyzer,boolean lowercase, Set<String> stopWords) {\n\n\t\t//Index Creation\n\n\t\tthis.lowercase = lowercase;\n\t\t\n\t\tthis.stopWords = stopWords;\n\t\t\n\t\tthis.myAnalyzer = myAnalyzer;\n\t\t\n\t\tidx = new RAMDirectory();\n\n\t\tIndexWriterConfig indexWriterConfiguration = new IndexWriterConfig(Version.LUCENE_34, myAnalyzer);\n\n\t\tindexWriter = null;\n\n\t\ttry {\n\n\t\t\tindexWriter = new IndexWriter(idx,indexWriterConfiguration);\n\n\t\t} catch (CorruptIndexException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (LockObtainFailedException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "public void close() {\n \t\tdb.close();\n \t}", "public void openIndex(String indexPath) throws IOException {\n\n }", "public void reIndex(final Term recordIdTerm,\n\t\t\t\t\t\tfinal Document doc) {\t\n\t\ttry {\n\t\t\t_reopenToken = _trackingIndexWriter.updateDocument(recordIdTerm, \n\t\t\t\t\t\t\t\t\t\t\t\t\t \t\t doc);\n\t\t\tlog.debug(\"{} document re-indexed in lucene\",recordIdTerm.text());\n\t\t} catch(IOException ioEx) {\n\t\t\tlog.error(\"Error in lucene re-indexing operation: {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t \t\t ioEx);\n\t\t} finally {\n\t\t\ttry {\n\t\t\t\t_indexWriter.commit();\n\t\t\t} catch (IOException ioEx) {\n\t\t\t\tlog.error(\"Error while commiting changes to Lucene index: {}\",ioEx.getMessage(),\n\t\t\t\t\t\t\t\t\t\t\t\t \t\t \t\t\t\t\t ioEx);\n\t\t\t}\n\t\t}\n\t}", "@Override\n\tpublic void init() {\n Objects.requireNonNull(mtbw, \"Freetext indexer failed to initialize temporal index, setMultiTableBatchWriter() was not set.\");\n Objects.requireNonNull(conf, \"Freetext indexer failed to initialize temporal index, setConf() was not set.\");\n try {\n\t\t\tdocTableBw = mtbw.getBatchWriter(getFreeTextDocTablename(conf));\n\t\t\ttermTableBw = mtbw.getBatchWriter(getFreeTextTermTablename(conf));\n\t\t} catch (AccumuloException | AccumuloSecurityException | TableNotFoundException e) {\n\t\t\tlogger.error(\"Unable to initialize index. Throwing Runtime Exception. \", e);\n throw new RuntimeException(e);\t\t\n }\n\t}", "public void forceUpdateSearchIndexes() throws InterruptedException {\n\t getFullTextEntityManager().createIndexer().startAndWait();\n\t}", "public void indexFileOrDirectory(String fileName) {\r\n\r\n addFiles(new File(fileName));\r\n\r\n int originalNumDocs = writer.numRamDocs();\r\n for (File f : queue) {\r\n try {\r\n Document doc = new Document();\r\n\r\n // Creation of a simpledateformatter in order to print the last-modified-date of our files.\r\n SimpleDateFormat sdf = new SimpleDateFormat(\"MM/dd/yyyy HH:mm:ss\");\r\n String date = sdf.format(f.lastModified());\r\n\r\n if (f.getName().endsWith(\".html\")) {\r\n\r\n // Creation of a jsoup document to help us with our html parsing.\r\n org.jsoup.nodes.Document htmlFile = Jsoup.parse(f, null);\r\n String body = htmlFile.body().text();\r\n String title = htmlFile.title();\r\n String summary = getSummary(htmlFile);\r\n\r\n\r\n doc.add(new TextField(\"contents\", body + \" \" + title + \" \" + date, Field.Store.YES));\r\n doc.add(new TextField(\"title\", title, Field.Store.YES));\r\n doc.add(new StringField(\"path\", f.getPath(), Field.Store.YES));\r\n doc.add(new TextField(\"modified-date\", date, Field.Store.YES));\r\n doc.add(new StringField(\"summary\", summary, Field.Store.YES));\r\n\r\n }\r\n else {\r\n String content = FileUtils.readFileToString(f, StandardCharsets.UTF_8);\r\n\r\n doc.add(new TextField(\"contents\", content + \" \" + date, Field.Store.YES));\r\n doc.add(new StringField(\"path\", f.getPath(), Field.Store.YES));\r\n doc.add(new TextField(\"modified-date\", date, Field.Store.YES));\r\n }\r\n doc.add(new StringField(\"filename\", f.getName(), Field.Store.YES));\r\n\r\n writer.addDocument(doc);\r\n System.out.println(\"Added: \" + f);\r\n } catch (Exception e) {\r\n System.out.println(\"Could not add: \" + f);\r\n }\r\n }\r\n\r\n int newNumDocs = writer.numDocs();\r\n System.out.println(\"\");\r\n System.out.println(\"************************\");\r\n System.out.println((newNumDocs - originalNumDocs) + \" documents added.\");\r\n System.out.println(\"************************\");\r\n\r\n queue.clear();\r\n }", "public static void add(Transcription t) throws IOException, SQLException\r\n {\r\n IndexWriter writer = null;\r\n Analyzer analyser;\r\n Directory directory;\r\n /**@TODO parameterize this location*/\r\n String dest = \"/usr/indexTranscriptions\";\r\n\r\n directory = FSDirectory.getDirectory(dest, true);\r\n analyser = new StandardAnalyzer();\r\n writer = new IndexWriter(directory, analyser, true);\r\n Document doc=new Document();\r\n Field field;\r\n field = new Field(\"text\", t.getText(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"comment\", t.getComment(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"creator\", \"\" + t.UID, Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"security\", \"\" + \"private\", Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"line\", \"\" + t.getLine(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"page\", \"\" + t.getFolio(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"id\", \"\" + t.getLineID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"manuscript\", \"\" + new Manuscript(t.getFolio()).getID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n field = new Field(\"projectID\", \"\" + t.getProjectID(), Field.Store.YES, Field.Index.ANALYZED);\r\n doc.add(field);\r\n writer.addDocument(doc);\r\n writer.commit();\r\n \twriter.close();\r\n\r\n }", "public void tearDown() throws IOException {\n searcher.close();\n }", "private void indexDocumentHelper(HashMap<String, StringBuilder> fm)\n\t\t\tthrows IOException {\n\n\t\tIndexWriter writer = getIndexWriter();\n\n\t\tDocument doc = new Document();\n\n\t\tfor (int i = 0; i < fieldNames.length; i++) {\n\n\t\t\tif (fieldNames[i].equals(\"DOCNO\")) {\n\n\t\t\t\tdoc.add(new StringField(fieldNames[i], fm.get(fieldNames[i])\n\t\t\t\t\t\t.toString(), Field.Store.YES));\n\t\t\t}\n\n\t\t\telse {\n\t\t\t\tdoc.add(new TextField(fieldNames[i], fm.get(fieldNames[i])\n\t\t\t\t\t\t.toString(), Field.Store.YES));\n\t\t\t}\n\t\t}\n\n\t\twriter.addDocument(doc);\n\n\t}", "public boolean deleteIndex(String name){\n //array to hold all database names from file\n ArrayList<String> dbNames = new ArrayList<String>();\n\n //create index if it doesn't exist\n File file = new File(\"databases/index.txt\");\n Scanner sc;\n FileWriter fw; \n\n try {\n sc = new Scanner(file); \n //read current database names to array\n String currName; \n if (sc.hasNextLine()){\n while(sc.hasNextLine()){\n currName = sc.nextLine();\n dbNames.add(currName);\n } \n }\n sc.close();\n\n //if database name already in index, remove it\n if ( dbNames.contains(name) ){\n dbNames.remove(name);\n }\n\n } catch(FileNotFoundException ex){}\n\n //create / overwrite index file\n try {\n fw = new FileWriter(\"databases/index.txt\");\n } catch (IOException ex2){\n System.out.println(\"ERROR: index not found and could not be created\");\n return false;\n }\n\n //write array of database names to file\n for (String dbName : dbNames){\n try {\n fw.write(dbName);\n fw.write(\"\\n\");\n } catch (IOException ex3) {\n System.out.println(\"ERROR: could not write to index\");\n }\n }\n\n try {\n fw.close();\n } catch (IOException ex4){\n System.out.println(\"ERROR: filewriter could not be closed\");\n return false;\n }\n\n return true;\n }", "public SearchDocuments(String indexPath) throws IOException{\r\n this.setIndexPath(indexPath); \r\n \r\n //TO DO : add config.properties file\r\n //read configuration file and update static variables adequately\r\n// readConf();\r\n\r\n // Supported index Fields and their pubmed counterpart (\"Title\",\"ArticleTitle\") \r\n supportedIndexFields.put(\"Title\", \"ArticleTitle\");\r\n supportedIndexFields.put(\"TI\", \"ArticleTitle\");\r\n supportedIndexFields.put(\"Abstract\", \"AbstractText\");\r\n supportedIndexFields.put(\"AB\", \"AbstractText\");\r\n supportedIndexFields.put(\"PMID\", \"PMID\");\r\n supportedIndexFields.put(\"UID\", \"PMID\");\r\n //TO DO : add all supported index fields\r\n //TO DO : special words (i.e. nothascommenton etc) \r\n \r\n // Lucene objects\r\n \r\n /* Sorting */\r\n // Fields used for reverse chronological sorting of results\r\n // This Fields are indexed with no tokenization (for each element a StringField AND a SortedDocValuesField are added)\r\n // Using SortField.Type.STRING is valid (as an exception) beacause years are 4-digit numbers resulting in identical String-sorting and number-sorting.\r\n SortField sortFieldYear = new SortField(\"PubDate-Year\", SortField.Type.STRING, true);\r\n \r\n //TO DO : make custom comparators for the rest fields where lexilogical comparison is not valid\r\n // OR, store Pud Date as Date and use date comparison\r\n // Idealy one \"complex-field\" should be used for sorting, taking into account Year, Month, Day, Season and MedlineDate together)\r\n// SortField sortFieldMonth = new SortField(\"PubDate-Month\",SortField.Type.STRING,true);\r\n// SortField sortFieldDay = new SortField(\"PubDate-Day\",SortField.Type.STRING,true);\r\n// SortField sortFieldSeason = new SortField(\"PubDate-Season\",SortField.Type.STRING,true);\r\n// SortField sortFieldMedlineDate = new SortField(\"PubDate-MedlineDate\",SortField.Type.STRING,true);\r\n// this.setSort(new Sort(sortFieldYear, sortFieldMonth, sortFieldDay, sortFieldSeason, sortFieldMedlineDate));\r\n this.setSort(new Sort(sortFieldYear));\r\n \r\n /* Reading the index */\r\n// this.setReader(DirectoryReader.open(FSDirectory.open(Paths.get(getIndexPath()))));\r\n this.setReader(DirectoryReader.open(MMapDirectory.open(Paths.get(getIndexPath()))));\r\n this.setSearcher(new IndexSearcher(getReader()));\r\n this.setAnalyzer(new StandardAnalyzer());\r\n \r\n /* Caching */\r\n // these cache and policy instances can be shared across several queries and readers\r\n // it is fine to eg. store them into static variables\r\n // TO DO: Use stored (old) expert-queries (from mongoDB) and MESH terms to \"prepare\" cache.\r\n queryCache = new LRUQueryCache(maxNumberOfCachedQueries, maxRamBytesUsed);\r\n// defaultCachingPolicy = new UsageTrackingQueryCachingPolicy();\r\n defaultCachingPolicy = new QueryCachingPolicy.CacheOnLargeSegments(minIndexSize, minSizeRatio);\r\n this.getSearcher().setQueryCache(queryCache);\r\n this.getSearcher().setQueryCachingPolicy(defaultCachingPolicy);\r\n \r\n /* All fields as default for search */\r\n Iterator <String> allFieldsIterator = org.apache.lucene.index.MultiFields.getFields(reader).iterator();\r\n ArrayList <String> a = new ArrayList();\r\n String current = \"\";\r\n while(allFieldsIterator.hasNext()){\r\n current = allFieldsIterator.next();\r\n if(!current.startsWith(\"PubDate-\")){\r\n a.add(current);\r\n }\r\n }\r\n \r\n String[] allFields = new String[a.size()];\r\n allFields = a.toArray(allFields); //All index fields to be used as default search fields\r\n this.setParser( new MultiFieldQueryParser( allFields, getAnalyzer())); \r\n }", "private static void close() {\n try {\n if (songResultSet != null) {\n songResultSet.close();\n }\n if (artistResultSet != null) {\n artistResultSet.close();\n }\n if (albumResultSet != null) {\n albumResultSet.close();\n }\n if (genreResultSet != null) {\n genreResultSet.close();\n }\n\n if (songStatement != null) {\n songStatement.close();\n }\n\n if (albumStatement != null) {\n albumStatement.close();\n }\n\n if (artistStatement != null) {\n artistStatement.close();\n }\n if (genreStatement != null) {\n genreStatement.close();\n }\n\n if (conn != null) {\n conn.close();\n }\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public synchronized void close() throws IOException {\n\t\tif (journalWriter == null) {\n\t\t\treturn; // already closed\n\t\t}\n\t\tfor (Entry entry : new ArrayList<Entry>(lruEntries.values())) {\n\t\t\tif (entry.currentEditor != null) {\n\t\t\t\tentry.currentEditor.abort();\n\t\t\t}\n\t\t}\n\t\ttrimToSize();\n\t\tjournalWriter.close();\n\t\tjournalWriter = null;\n\t}", "public void close() {\n\t\t\tdb.close();\n\t\t}" ]
[ "0.8033835", "0.7582256", "0.74749476", "0.74017465", "0.73447096", "0.7304259", "0.71158415", "0.6958667", "0.6936934", "0.69055235", "0.6812953", "0.67820764", "0.6754799", "0.66876787", "0.6633596", "0.6471308", "0.64625376", "0.6401939", "0.6350599", "0.6265729", "0.62253165", "0.62209576", "0.61639494", "0.61639494", "0.61584", "0.61530817", "0.612915", "0.60797256", "0.60681236", "0.6047507", "0.600797", "0.5981507", "0.5980709", "0.5961115", "0.5943394", "0.5905711", "0.5904179", "0.58768606", "0.586766", "0.586337", "0.5849113", "0.5842625", "0.58200604", "0.58199483", "0.5819563", "0.58105826", "0.5773338", "0.57666737", "0.5729829", "0.5726993", "0.5706486", "0.5700165", "0.56785583", "0.5669331", "0.56282157", "0.5625415", "0.5622872", "0.5594137", "0.55884796", "0.55854404", "0.5572292", "0.5553361", "0.5547085", "0.5547009", "0.55424684", "0.5533215", "0.5516091", "0.5506798", "0.5505452", "0.5501007", "0.5496594", "0.54922575", "0.54758066", "0.5473593", "0.5465505", "0.54570156", "0.5448569", "0.5442526", "0.54421425", "0.5440497", "0.54290366", "0.54286146", "0.54272187", "0.54244643", "0.54209846", "0.5411515", "0.54099715", "0.54056364", "0.5405097", "0.5393585", "0.53861874", "0.5371957", "0.53520864", "0.53502417", "0.5343639", "0.53362244", "0.5329736", "0.532672", "0.5319611", "0.53182125", "0.53091156" ]
0.0
-1
Connect the timer with a process finalization sequence that might produce events.
@Override public void onEmptyTarget() { endIt(eventTimeoutTimerNode.getNode().getId(), factory, defaultCondition.getEnd()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void processEnd();", "private void eventProcessingCompleted() {\n\t\tsynchronized(processingCounterMutex) {\n\t\t\tprocessingCounter--;\n\t\t\tif (processingCounter == 0)\n\t\t\t\tprocessingCounterMutex.notifyAll();\n\t\t}\n\t}", "private void setEndTimer() {\n vertx.setTimer(10, id -> testComplete());\n }", "void arrivingProcess(process theProcess, int time);", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t}", "@Override\r\n\t\t\t\tpublic void autEndProcess() {\n\t\t\t\t\t\r\n\t\t\t\t}", "@Override\r\n\t\t\t\tpublic void autEndProcess() {\n\t\t\t\t\t\r\n\t\t\t\t}", "@Override\n public void onSequenceFinish() {\n // Yay\n }", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "public void EndTimer() {\n\t\tCount.End();\n\t}", "void complete() {\n try {\n try {\n subscriber.onComplete();\n } catch (Throwable e) {\n Exceptions.handleUncaught(Conformance.onCompleteThrew(e));\n }\n } finally {\n // no need to remove ourselves from psm.\n terminate();\n }\n }", "void Ending(long t) //to be called after each second, decrements\r\n {\n boolean check = false;\r\n for (int i = 0; i < numProcessors; i++) {\r\n\r\n //move deadlines of migrating tasks\r\n Job temp = servers[i].migratingPool.front;\r\n\r\n while (temp != null) {\r\n temp.deadline--;\r\n temp = temp.next;\r\n\r\n }\r\n //fixed tasks\r\n temp = servers[i].pool.front;\r\n while (temp != null) {\r\n temp.deadline--;\r\n temp = temp.next;\r\n\r\n }\r\n\r\n if (servers[i].checkDeadlineEDFOS(t) == true) { //if something empties\r\n check = true; //call event later\r\n }\r\n\r\n }//end of server num looop\r\n\r\n if (check == true) {\r\n event(t);\r\n }\r\n\r\n }", "private void onResponseTimerTick()\r\n {\r\n EneterTrace aTrace = EneterTrace.entering();\r\n try\r\n {\r\n cleanAfterConnection(true, true);\r\n }\r\n finally\r\n {\r\n EneterTrace.leaving(aTrace);\r\n }\r\n }", "protected void finalize () throws Throwable\n\t{\n\t\tcheckforLogout(true);\n\t\tscheduledExecutorService.shutdown();\n\t}", "public void after(int seqId) {\n totalRunningRPCCounter.decrementAndGet();\n }", "private void incrementShutdownTimer() {\t\r\n\t\tshutdownTime = Calendar.getInstance();\r\n\t\tshutdownTime.add(Calendar.SECOND, TIMEOUT_SECONDS);\r\n\t}", "void notifyProcessFinishedWith(MaximaProcess mp) {\r\n \t\tusedPool.remove(mp);\r\n \t}", "protected void finalize() throws Throwable {\n\t\tcleanup();\n\n\t\t//kill the scsynth\n\t\t_scsynthLauncher.killScsynth();\n\t\t\n\t\t// free the UDP port from JavaOSC\n\t\tif (_receiver != null)\n\t\t\t_receiver.close();\n\n\t}", "public synchronized void postDeregister() {\n if (timer != null) {\n try {\n timer.cancel();\n } catch (Exception x) {\n if (LOG.isLoggable(Level.FINEST))\n LOG.log(Level.FINEST,\"Failed to cancel timer\",x);\n else if (LOG.isLoggable(Level.FINE))\n LOG.fine(\"Failed to cancel timer: \"+x);\n } finally {\n timer = null;\n }\n }\n }", "public void shutdown() {\r\n ThreadLocalEventLoop.INSTANCE.resetEventLoop$kotlinx_coroutines_core();\r\n this.isCompleted = true;\r\n closeQueue();\r\n do {\r\n } while (processNextEvent() <= 0);\r\n rescheduleAllDelayed();\r\n }", "public void finalize() {\r\n\tif (this.taskGroup!=null) this.taskGroup.interruptAll();\r\n}", "DoneEvent(double time, Customer cust, Server sv) {\n this.time = time;\n this.cust = cust;\n this.sv = sv;\n }", "process finishService ();", "public interface EndSequenceEventListener {\n void sequenceEnd();\n}", "public ProcessSequence(ProcessCreator[] pcs) {\n _creators = pcs;\n _processes = new Process[_creators.length];\n for(int i=0; i<_processes.length; ++i) { _processes[i] = null; }\n _combinedInputStream = new PipedInputStream();\n try {\n _combinedStdOutStream = new PipedOutputStream(_combinedInputStream);\n _combinedInputStream.connect(_combinedStdOutStream);\n }\n catch(IOException e) { /* ignore, no output if this goes wrong */ }\n _combinedErrorStream = new PipedInputStream();\n try {\n _combinedStdErrStream = new PipedOutputStream(_combinedErrorStream);\n _combinedErrorStream.connect(_combinedStdErrStream);\n }\n catch(IOException e) { /* ignore, no output if this goes wrong */ }\n \n _deathThread = new Thread(new Runnable() {\n public void run() {\n GeneralProcessCreator.LOG.log(\"ProcessSequence._deathThread running\");\n boolean interrupted = false;\n // wait for the completion of each of the subprocesses\n while(_index<_processes.length) {\n GeneralProcessCreator.LOG.log(\"Waiting for process \"+_index);\n do {\n interrupted = false;\n try {\n _processes[_index].waitFor();\n }\n catch(InterruptedException e) { interrupted = true; }\n } while(interrupted);\n GeneralProcessCreator.LOG.log(\"Process \"+_index+\" terminated\");\n // a process has just terminated\n if (_index<_processes.length-1) {\n // increase index;\n ++_index;\n try {\n _processes[_index] = _creators[_index].start();\n GeneralProcessCreator.LOG.log(\"Process \"+_index+\" started\");\n connectProcess(_processes[_index]);\n }\n catch(IOException e) {\n // could not start the process, record error but continue\n // TODO: find a way to record the error in the ExternalProcessPanel\n// DrJavaErrorHandler.record(e);\n _processes[_index] = DUMMY_PROCESS;\n }\n }\n else {\n ++_index;\n GeneralProcessCreator.LOG.log(\"Closing StdOut and StdErr streams.\");\n try {\n stopAllRedirectors();\n _combinedStdOutStream.flush();\n _combinedStdOutStream.close();\n _combinedStdErrStream.flush();\n _combinedStdErrStream.close();\n }\n catch(IOException e) { /* ignore, just don't close the streams */ }\n }\n }\n }\n },\"Process Sequence Death Thread\");\n _index = 0;\n try {\n _processes[_index] = _creators[_index].start();\n }\n catch(IOException e) {\n // could not start the process, record error but continue\n // TODO: find a way to record the error in the ExternalProcessPanel\n _processes[_index] = DUMMY_PROCESS;\n// DrJavaErrorHandler.record(e);\n }\n connectProcess(_processes[_index]);\n _deathThread.start();\n }", "private void doAfterEveryPhase(final PhaseEvent arg0) {\n\t}", "public void finalizeJob() {\n // override to implement\n }", "protected void onQueued() {}", "@Override\n protected void finalize() throws Throwable {\n super.finalize();\n t.stop();\n }", "public void endRoutine()\r\n\t{\r\n\t\ttimer.stop();\r\n\t\ttimer.reset();\r\n\t\ttimer.start();\r\n\t\tdrive.encReset();\r\n\t\tautoStep++;\r\n\t}", "final synchronized public void signalFinalize()\n {\n\n // run stop in a seperate thread:\n //System.err.println(\"--- Signal finalize ---\");\n \n ActionTask stopTask = new ActionTask(this.taskSource,\n \"Stopping viewer:\" + this)\n {\n public void doTask()\n {\n try\n {\n finalizeViewer(); \n }\n catch (Error e)\n {\n System.out.println(\"***Error: Exception:\" + e);\n e.printStackTrace();\n // setText(\"*** Exception occured ***\\n\"+e.toString());\n }\n }\n\n public void stopTask()\n {\n }; // nothing to stop/dispose:this IS already a stop/dispose task!!! \n };\n\n stopTask.startTask();\n }", "@Override protected void finalize() throws Throwable {\r\n\t\tsuper.finalize();\r\n\t\tif (flusher != null) {\r\n\t\t\tflusher.stop();\r\n\t\t}\r\n\t\tflush();\r\n\t}", "synchronized void processingUnitShutdown(ProcessingUnit unit) {\n activeProcessingUnits--;\n if (activeProcessingUnits == 0 && outputQueue != null) {\n Object[] eofToken = new Object[1];\n eofToken[0] = new EOFToken();\n\n outputQueue.enqueue(eofToken);\n // synchronized (outputQueue) { // redundant - the above enqueue call does this\n // outputQueue.notifyAll();\n // }\n\n if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {\n UIMAFramework.getLogger(this.getClass()).logrb(Level.FINEST, this.getClass().getName(),\n \"process\", CPMUtils.CPM_LOG_RESOURCE_BUNDLE,\n \"UIMA_CPM_done_placed_eof_in_queue__FINEST\",\n new Object[] { Thread.currentThread().getName(), outputQueue.getName() });\n }\n }\n\n }", "private void processDispose(final boolean finalized) {\n new Thread(new Runnable() {\n @Override\n public void run() {\n Thread.currentThread().setName(\"Dispose_Thread\");\n Log.d(TAG, \"Processing dispose with \" + finalized + \" from \"\n + Thread.currentThread().getName());\n disposeInternal(finalized);\n }\n }).start();\n }", "public void onEnded(long endedTime);", "@Override\n\tpublic void completed() {\n\t\tSystem.out.println(\"Message Completed: \" + toString());\n\t\tscheduler.putResourceIdle();\n\t\ttry {\n\t\t\tscheduler.applyScheduling();\n\t\t} catch (Exception e) {\n\t\t\t// this should be logged or on a GUI show a dialog of the error\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\n\t\tprotected void finalize() throws Throwable {\n\t\t\tif (pool != null) {\n\t\t\t\tdone();\n\t\t\t\tpool = null;\n\t\t\t}\n\t\t}", "private void initiateTerminate() {\n\t\tMap.Entry<Integer, String> pidMessagePair = \n\t\t\t\tnew AbstractMap.SimpleEntry<Integer, String>(0, TERMINATE_MESSAGE);\n\t\tsynchronized (receiveQueue) {\n\t\t\treceiveQueue.add(pidMessagePair);\n\t\t\treceiveQueue.notifyAll();\n\t\t}\n\t}", "private void finishProcessing() {\n // Restore original system output streams\n System.setOut(origStdOut);\n System.setErr(origStdErr);\n // Print out each log to the output\n for (int i = 0; i < processingNodes.size; i++) {\n System.out.println(processingNodes.get(i).getLog());\n }\n processingNodes.clear();\n processedCount.set(0);\n processing = false;\n listener.onProcessingFinished();\n executorService.shutdown();\n }", "private void startTimer() {\n Timer.addTimeout(endTime, this);\n }", "protected void onEnd() {}", "protected void end() {\n \tpid.disable();\n }", "@Override\r\n\tprotected void processFinish() {\n\r\n\t}", "@Override\r\n\tprotected void processFinish() {\n\r\n\t}", "@Override\r\n\tprotected void processFinish() {\n\r\n\t}", "public void finalize() {\n if (SinkHolder.sink != null || SinkHolder.finalize_count <= 0) {\n SinkHolder.access$008();\n return;\n }\n throw new AssertionError((Object) \"Can't get here\");\n }", "protected void end() {\n\t\tpid.disable();\n\t}", "@Override\r\n\tpublic void executableTask() {\n\t\tsuper.executableTask();\r\n\t\ttry {\r\n\t\t\tThread.sleep(1500);\r\n\t\t\treleaseKey();\r\n\t\t\tstop();\r\n\t\t} catch (InterruptedException e) {\r\n\t\t\t// TODO Auto-generated catch block\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "public void onDrainComplete();", "protected abstract ACATimer send(Port p_, Object evt_, double duration_);", "public abstract void finalizeIt();", "public void countTimer() {\n\t\t\n\t\ttimerEnd = System.currentTimeMillis();\n\t}", "public void finalize() throws Throwable {\n try {\n if (!pool.isTerminated()) {\n // Try to stop all workers within 10 seconds\n stop(10);\n }\n } catch (Exception e) {\n log.error(\"An error occurred when stopping the pool while finalizing\");\n }\n \n super.finalize();\n }", "public void endTimer(){\n long time = System.currentTimeMillis() - timer;\n totalTimes.add(time);\n\n System.out.println(\"Finished receiving \\'sendingFile.txt\\' for the \"+fileCount+\" time\");\n System.out.println(\"Time to receive the file was \"+time+\"MS\\n\");\n }", "public void finish() {\n System.out.println();\n System.out.println(\"Line processed\");\n System.out.println(\"Reseting line...\");\n try{ Thread.sleep(5000); } catch(Exception e) { System.out.println(\"Thread exception\"); }\n this.buffer.clear();\n this.buffer.add(new ArrayList<Integer>());\n this.lineT = 0;\n this.columnT = 0;\n this.inputMode = false;\n }", "public void onFinish() {\n\n Log.i(\"Done!\", \"Coundown Timer Finished\");\n\n }", "protected void finalize() throws Throwable {\n/* 479 */ this.delegate.dispose();\n/* */ }", "private static void startCleanUp() {\n\n if (!isEventTrackerRunning) {\n var ttrcker = new EventTrackInfoHandler();\n timer = new Timer(true);\n timer.scheduleAtFixedRate(ttrcker, timerDelayTime, checkInterval);\n debugLogger.info(\"EventTrackInfoHandler begins! : {}\", new Date());\n } else {\n debugLogger.info(\"Timer is still running : {}\", new Date());\n\n }\n }", "ProcessTaskFactory<T> addCompletionListener(Function<ProcessTaskWrapper<?>, Void> function);", "public void endTimer()\n\t{\n\t\ttimer.stopTimer();\n\t}", "public abstract void systemActionEnds(long ms);", "@Override // se crea una clase anonima donde se implementa el metodo run porque Timer task implementa la interfaz runnable\r\n public void run() {\r\n System.out.println(\"Tarea realizada en: \" + new Date() + \" nombre del Thread: \"\r\n + Thread.currentThread().getName()); //retorna el nombre del hilo actual\r\n System.out.println(\"Finaliza el tiempo\");\r\n timer.cancel(); // termina este timer descartando cualquier tarea programada actual\r\n }", "protected abstract void trace_end_run();", "public void afterDone() {\n }", "public void afterDone() {\n }", "protected abstract void after();", "ProcessRunner waitFor();", "public abstract void finalize();", "protected void finalize() throws Throwable\n\t{\n\t\tsuper.finalize();\n\t\tfinaliseHandle();\n\t\tfinaliseLoggerReference();\n\t}", "@Override\n\t\t\tpublic void doTimeOutWork() {\n\t\t\t\tthis.exit();\n\t\t\t}", "@Override\n\t\t\tpublic void doTimeOutWork() {\n\t\t\t\tthis.exit();\n\t\t\t}", "public void timestepCompleted(Simulation simulation) {\n }", "public void endTimer(){\n timer.cancel();\n }", "protected abstract void trace_end_loop();", "@Override\r\n\tprotected void finalize() throws Exception\r\n\t{\r\n\t\tif(!this.cleanUpDone )\r\n\t\t\tthis.terminate();\r\n\t}", "@Override\n\t\t\tpublic void onProcess(int process) {\n\t\t\t}", "EndEvent createEndEvent();", "@Override\r\n public void simulationEnded() {\n this.soundThread = null;\r\n\r\n // end the module thread\r\n this.running = false;\r\n\r\n // the simulation is not running\r\n this.runSimulationState = false;\r\n\r\n // play the background sound\r\n this.playBackgroundSound(true);\r\n }", "private native void finaliseHandle();", "public void done() {\n\t\t\tif (pool != null) {\n\t\t\t\tpool.offer(logTarget, this);\n\t\t\t}\n\t\t}", "public void afterProcessSession() throws Exception\r\n\t{\r\n\t\tQueueFactory.closeQueue(producer);\r\n\t\tQueueFactory.closeQueue(session);\r\n\r\n\t\tsuper.afterProcessSession();\r\n\t}", "void subscribeDoneTrigger()\r\n\t{\r\n\t\tsubscribeTrigger( TriggerQueue.DONE_TRIGGER_TEXT,\r\n\t\t\tfTriggerQueue\r\n\t\t\t);\r\n\t}", "@Override\n public void onDrainComplete()\n {\n }", "public void finalize() {\n AppMethodBeat.i(66593);\n if (this.mJitterBuffer != 0) {\n nativeDestoryJitterBuffer(this.mJitterBuffer);\n this.mJitterBuffer = 0;\n }\n AppMethodBeat.o(66593);\n }", "public void Done(int seq) {\n // Your code here\n }", "@Override\n\tpublic void algorithmTerminated(AlgorithmEvent event) {\n\t}", "private void handlePlanFinishedEvent() {\n for (String myActivePlanKey : myActivePlans.keySet()) {\n\n boolean isStillActive = false;\n\n // Iterate currently active access plans\n for (RPlan plan : internalFeature.getCapability().getPlans()) {\n // If plan instance stored in my active plan map is still currently active access plan break and continue\n // with testing next plan instance stored in my active plan map\n if (myActivePlanKey.equals(plan.toString()) ^ isPlanFinished(plan)) {\n isStillActive = true;\n break;\n }\n }\n\n // If plan instance stored in my active plan map is no longer currently active access plan fire plan finished emotional event\n if (!isStillActive) {\n\n Object[] planObject = myActivePlans.get(myActivePlanKey);\n RPlan plan = (RPlan) planObject[0];\n String reason = (String) planObject[1];\n\n // Remove no longer active plan instance from my active plan map to avoid multiple plan finished events for one plan instance\n myActivePlans.remove(myActivePlanKey);\n\n // Get objectValue\n String elementName = plan.getModelElement().getDescription();\n Element element = engine.getElement(elementName, R.PLAN);\n\n // Create emotional event\n EmotionalEvent emotionalEvent = new EmotionalEvent();\n\n // Get plan result\n int planResult;\n if (plan.getLifecycleState().equals(RPlan.PlanLifecycleState.PASSED)) {\n planResult = R.RESULT_SUCCESS;\n } else {\n planResult = R.RESULT_FAILURE;\n }\n\n // Add system parameters needed for plan, goal emotions (unique for plan finished event)\n Map<Integer, Double> systemParams = params.getSystemParameterValues(element);\n params.addSystemParameterValuesForGoalPlanEmotions(engine, systemParams, reason);\n\n // Set emotional event values\n emotionalEvent.setElementName(elementName);\n emotionalEvent.setEventType(R.EVT_PLAN_FINISHED);\n emotionalEvent.setResultType(planResult);\n emotionalEvent.setUserParameters(params.getUserParameterValues(plan, JBDIEmo.UserPlanParams.get(engine.getAgentName())\n .get(plan.getModelElement().getDescription()).value()));\n emotionalEvent.setSystemParameters(systemParams);\n\n // Fire emotional event\n element.processEmotionalEvent(emotionalEvent);\n\n // Send emotional message\n messageCenter.sendEmotionalMessage(elementName, R.EVT_PLAN_FINISHED, planResult);\n }\n }\n }", "private void onPingingTimerTick()\r\n {\r\n EneterTrace aTrace = EneterTrace.entering();\r\n try\r\n {\r\n try\r\n {\r\n myConnectionManipulatorLock.lock();\r\n try\r\n {\r\n // Send the ping message.\r\n myUnderlyingOutputChannel.sendMessage(myPreserializedPingMessage);\r\n\r\n // Schedule the next ping.\r\n myPingingTimer.change(myPingFrequency);\r\n }\r\n finally\r\n {\r\n myConnectionManipulatorLock.unlock();\r\n }\r\n }\r\n catch (Exception err)\r\n {\r\n // The sending of the ping message failed - the connection is broken.\r\n cleanAfterConnection(true, true);\r\n }\r\n }\r\n finally\r\n {\r\n EneterTrace.leaving(aTrace);\r\n }\r\n }", "private void onOK() {\n OKDisposalProcess();\n }", "private void doAfterInvokeApplication(final PhaseEvent arg0) {\n\t}", "public void process(Object signal)\r\n/* 25: */ {\r\n/* 26:23 */ System.out.println(\"Cause observed!\");\r\n/* 27: */ }", "protected void finalize() { \n \tstopSelf(); \n }", "private void eventProcessingStarted() {\n\t\tsynchronized(processingCounterMutex) {\n\t\t\tprocessingCounter++;\n\t\t}\n\t}", "@Override\n\tpublic void destroyProcess() {\n\t\tsuper.destroyProcess();\n\t\tDataDirRemoverHandler ddhHandler = \n\t\t\tnew DataDirRemoverHandler(getLogHandler());\n\t\tddhHandler.setRetryLimitInMillis(2000);\n\t\tddhHandler.execute();\n\t\tportsInUse.remove(port);\n\t}", "private void stop_announce_timer() {\n if (rprocesses == null) {\n return;\n }\n for (RoutingProcess rp : rprocesses.values()) {\n rp.stop_announce_timer();\n }\n }", "protected void setTimeout() {\r\n\t\tTimeout timeout = new Timeout();\r\n\t\tt.schedule(timeout, TIMEOUT);\r\n\t}" ]
[ "0.55561864", "0.55256367", "0.5522486", "0.5323579", "0.52946967", "0.52946967", "0.5275586", "0.5275586", "0.5220732", "0.5198655", "0.5198655", "0.5198655", "0.5198655", "0.5198655", "0.5177784", "0.5119482", "0.51147074", "0.51053077", "0.50947464", "0.50742775", "0.5058834", "0.50363934", "0.50326395", "0.49918368", "0.49789685", "0.49694428", "0.496027", "0.49362472", "0.49352676", "0.49348456", "0.49090275", "0.490245", "0.48995885", "0.48871976", "0.48730296", "0.4813227", "0.47575757", "0.47534332", "0.47498578", "0.47480786", "0.47475654", "0.4747507", "0.47392812", "0.47377577", "0.47338426", "0.47175235", "0.47173384", "0.4713886", "0.4713886", "0.4713886", "0.47127518", "0.47108662", "0.47036213", "0.46889254", "0.46696508", "0.46687654", "0.46653253", "0.46570686", "0.46530733", "0.4644738", "0.46415243", "0.4631384", "0.46222928", "0.46104714", "0.4601191", "0.46004075", "0.45958447", "0.45869562", "0.4582515", "0.4582515", "0.4580586", "0.4578659", "0.45584553", "0.45583975", "0.4549581", "0.4549581", "0.45445505", "0.4542995", "0.45395243", "0.45390648", "0.45273632", "0.45261744", "0.45204464", "0.45150432", "0.45119816", "0.45081598", "0.45037684", "0.44990346", "0.44968587", "0.4492517", "0.44888306", "0.448551", "0.44843322", "0.44820437", "0.44808963", "0.44781688", "0.44714332", "0.44704124", "0.4464233", "0.44546473", "0.44462416" ]
0.0
-1
Connect the timer with a process finalization sequence that might produce events.
@Override public void onEmptyTarget() { endIt(outNode.getNode().getId(), factory, eventCondition.getEnd()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void processEnd();", "private void eventProcessingCompleted() {\n\t\tsynchronized(processingCounterMutex) {\n\t\t\tprocessingCounter--;\n\t\t\tif (processingCounter == 0)\n\t\t\t\tprocessingCounterMutex.notifyAll();\n\t\t}\n\t}", "private void setEndTimer() {\n vertx.setTimer(10, id -> testComplete());\n }", "void arrivingProcess(process theProcess, int time);", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t}", "@Override\r\n\t\t\t\tpublic void autEndProcess() {\n\t\t\t\t\t\r\n\t\t\t\t}", "@Override\r\n\t\t\t\tpublic void autEndProcess() {\n\t\t\t\t\t\r\n\t\t\t\t}", "@Override\n public void onSequenceFinish() {\n // Yay\n }", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void autEndProcess() {\n\t\t\t\t\r\n\t\t\t}", "public void EndTimer() {\n\t\tCount.End();\n\t}", "void complete() {\n try {\n try {\n subscriber.onComplete();\n } catch (Throwable e) {\n Exceptions.handleUncaught(Conformance.onCompleteThrew(e));\n }\n } finally {\n // no need to remove ourselves from psm.\n terminate();\n }\n }", "void Ending(long t) //to be called after each second, decrements\r\n {\n boolean check = false;\r\n for (int i = 0; i < numProcessors; i++) {\r\n\r\n //move deadlines of migrating tasks\r\n Job temp = servers[i].migratingPool.front;\r\n\r\n while (temp != null) {\r\n temp.deadline--;\r\n temp = temp.next;\r\n\r\n }\r\n //fixed tasks\r\n temp = servers[i].pool.front;\r\n while (temp != null) {\r\n temp.deadline--;\r\n temp = temp.next;\r\n\r\n }\r\n\r\n if (servers[i].checkDeadlineEDFOS(t) == true) { //if something empties\r\n check = true; //call event later\r\n }\r\n\r\n }//end of server num looop\r\n\r\n if (check == true) {\r\n event(t);\r\n }\r\n\r\n }", "private void onResponseTimerTick()\r\n {\r\n EneterTrace aTrace = EneterTrace.entering();\r\n try\r\n {\r\n cleanAfterConnection(true, true);\r\n }\r\n finally\r\n {\r\n EneterTrace.leaving(aTrace);\r\n }\r\n }", "protected void finalize () throws Throwable\n\t{\n\t\tcheckforLogout(true);\n\t\tscheduledExecutorService.shutdown();\n\t}", "public void after(int seqId) {\n totalRunningRPCCounter.decrementAndGet();\n }", "private void incrementShutdownTimer() {\t\r\n\t\tshutdownTime = Calendar.getInstance();\r\n\t\tshutdownTime.add(Calendar.SECOND, TIMEOUT_SECONDS);\r\n\t}", "void notifyProcessFinishedWith(MaximaProcess mp) {\r\n \t\tusedPool.remove(mp);\r\n \t}", "protected void finalize() throws Throwable {\n\t\tcleanup();\n\n\t\t//kill the scsynth\n\t\t_scsynthLauncher.killScsynth();\n\t\t\n\t\t// free the UDP port from JavaOSC\n\t\tif (_receiver != null)\n\t\t\t_receiver.close();\n\n\t}", "public synchronized void postDeregister() {\n if (timer != null) {\n try {\n timer.cancel();\n } catch (Exception x) {\n if (LOG.isLoggable(Level.FINEST))\n LOG.log(Level.FINEST,\"Failed to cancel timer\",x);\n else if (LOG.isLoggable(Level.FINE))\n LOG.fine(\"Failed to cancel timer: \"+x);\n } finally {\n timer = null;\n }\n }\n }", "public void shutdown() {\r\n ThreadLocalEventLoop.INSTANCE.resetEventLoop$kotlinx_coroutines_core();\r\n this.isCompleted = true;\r\n closeQueue();\r\n do {\r\n } while (processNextEvent() <= 0);\r\n rescheduleAllDelayed();\r\n }", "public void finalize() {\r\n\tif (this.taskGroup!=null) this.taskGroup.interruptAll();\r\n}", "DoneEvent(double time, Customer cust, Server sv) {\n this.time = time;\n this.cust = cust;\n this.sv = sv;\n }", "public interface EndSequenceEventListener {\n void sequenceEnd();\n}", "process finishService ();", "public ProcessSequence(ProcessCreator[] pcs) {\n _creators = pcs;\n _processes = new Process[_creators.length];\n for(int i=0; i<_processes.length; ++i) { _processes[i] = null; }\n _combinedInputStream = new PipedInputStream();\n try {\n _combinedStdOutStream = new PipedOutputStream(_combinedInputStream);\n _combinedInputStream.connect(_combinedStdOutStream);\n }\n catch(IOException e) { /* ignore, no output if this goes wrong */ }\n _combinedErrorStream = new PipedInputStream();\n try {\n _combinedStdErrStream = new PipedOutputStream(_combinedErrorStream);\n _combinedErrorStream.connect(_combinedStdErrStream);\n }\n catch(IOException e) { /* ignore, no output if this goes wrong */ }\n \n _deathThread = new Thread(new Runnable() {\n public void run() {\n GeneralProcessCreator.LOG.log(\"ProcessSequence._deathThread running\");\n boolean interrupted = false;\n // wait for the completion of each of the subprocesses\n while(_index<_processes.length) {\n GeneralProcessCreator.LOG.log(\"Waiting for process \"+_index);\n do {\n interrupted = false;\n try {\n _processes[_index].waitFor();\n }\n catch(InterruptedException e) { interrupted = true; }\n } while(interrupted);\n GeneralProcessCreator.LOG.log(\"Process \"+_index+\" terminated\");\n // a process has just terminated\n if (_index<_processes.length-1) {\n // increase index;\n ++_index;\n try {\n _processes[_index] = _creators[_index].start();\n GeneralProcessCreator.LOG.log(\"Process \"+_index+\" started\");\n connectProcess(_processes[_index]);\n }\n catch(IOException e) {\n // could not start the process, record error but continue\n // TODO: find a way to record the error in the ExternalProcessPanel\n// DrJavaErrorHandler.record(e);\n _processes[_index] = DUMMY_PROCESS;\n }\n }\n else {\n ++_index;\n GeneralProcessCreator.LOG.log(\"Closing StdOut and StdErr streams.\");\n try {\n stopAllRedirectors();\n _combinedStdOutStream.flush();\n _combinedStdOutStream.close();\n _combinedStdErrStream.flush();\n _combinedStdErrStream.close();\n }\n catch(IOException e) { /* ignore, just don't close the streams */ }\n }\n }\n }\n },\"Process Sequence Death Thread\");\n _index = 0;\n try {\n _processes[_index] = _creators[_index].start();\n }\n catch(IOException e) {\n // could not start the process, record error but continue\n // TODO: find a way to record the error in the ExternalProcessPanel\n _processes[_index] = DUMMY_PROCESS;\n// DrJavaErrorHandler.record(e);\n }\n connectProcess(_processes[_index]);\n _deathThread.start();\n }", "private void doAfterEveryPhase(final PhaseEvent arg0) {\n\t}", "protected void onQueued() {}", "public void finalizeJob() {\n // override to implement\n }", "@Override\n protected void finalize() throws Throwable {\n super.finalize();\n t.stop();\n }", "public void endRoutine()\r\n\t{\r\n\t\ttimer.stop();\r\n\t\ttimer.reset();\r\n\t\ttimer.start();\r\n\t\tdrive.encReset();\r\n\t\tautoStep++;\r\n\t}", "final synchronized public void signalFinalize()\n {\n\n // run stop in a seperate thread:\n //System.err.println(\"--- Signal finalize ---\");\n \n ActionTask stopTask = new ActionTask(this.taskSource,\n \"Stopping viewer:\" + this)\n {\n public void doTask()\n {\n try\n {\n finalizeViewer(); \n }\n catch (Error e)\n {\n System.out.println(\"***Error: Exception:\" + e);\n e.printStackTrace();\n // setText(\"*** Exception occured ***\\n\"+e.toString());\n }\n }\n\n public void stopTask()\n {\n }; // nothing to stop/dispose:this IS already a stop/dispose task!!! \n };\n\n stopTask.startTask();\n }", "@Override protected void finalize() throws Throwable {\r\n\t\tsuper.finalize();\r\n\t\tif (flusher != null) {\r\n\t\t\tflusher.stop();\r\n\t\t}\r\n\t\tflush();\r\n\t}", "synchronized void processingUnitShutdown(ProcessingUnit unit) {\n activeProcessingUnits--;\n if (activeProcessingUnits == 0 && outputQueue != null) {\n Object[] eofToken = new Object[1];\n eofToken[0] = new EOFToken();\n\n outputQueue.enqueue(eofToken);\n // synchronized (outputQueue) { // redundant - the above enqueue call does this\n // outputQueue.notifyAll();\n // }\n\n if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {\n UIMAFramework.getLogger(this.getClass()).logrb(Level.FINEST, this.getClass().getName(),\n \"process\", CPMUtils.CPM_LOG_RESOURCE_BUNDLE,\n \"UIMA_CPM_done_placed_eof_in_queue__FINEST\",\n new Object[] { Thread.currentThread().getName(), outputQueue.getName() });\n }\n }\n\n }", "public void onEnded(long endedTime);", "private void processDispose(final boolean finalized) {\n new Thread(new Runnable() {\n @Override\n public void run() {\n Thread.currentThread().setName(\"Dispose_Thread\");\n Log.d(TAG, \"Processing dispose with \" + finalized + \" from \"\n + Thread.currentThread().getName());\n disposeInternal(finalized);\n }\n }).start();\n }", "@Override\n\tpublic void completed() {\n\t\tSystem.out.println(\"Message Completed: \" + toString());\n\t\tscheduler.putResourceIdle();\n\t\ttry {\n\t\t\tscheduler.applyScheduling();\n\t\t} catch (Exception e) {\n\t\t\t// this should be logged or on a GUI show a dialog of the error\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\n\t\tprotected void finalize() throws Throwable {\n\t\t\tif (pool != null) {\n\t\t\t\tdone();\n\t\t\t\tpool = null;\n\t\t\t}\n\t\t}", "private void initiateTerminate() {\n\t\tMap.Entry<Integer, String> pidMessagePair = \n\t\t\t\tnew AbstractMap.SimpleEntry<Integer, String>(0, TERMINATE_MESSAGE);\n\t\tsynchronized (receiveQueue) {\n\t\t\treceiveQueue.add(pidMessagePair);\n\t\t\treceiveQueue.notifyAll();\n\t\t}\n\t}", "private void startTimer() {\n Timer.addTimeout(endTime, this);\n }", "private void finishProcessing() {\n // Restore original system output streams\n System.setOut(origStdOut);\n System.setErr(origStdErr);\n // Print out each log to the output\n for (int i = 0; i < processingNodes.size; i++) {\n System.out.println(processingNodes.get(i).getLog());\n }\n processingNodes.clear();\n processedCount.set(0);\n processing = false;\n listener.onProcessingFinished();\n executorService.shutdown();\n }", "protected void onEnd() {}", "protected void end() {\n \tpid.disable();\n }", "@Override\r\n\tprotected void processFinish() {\n\r\n\t}", "@Override\r\n\tprotected void processFinish() {\n\r\n\t}", "@Override\r\n\tprotected void processFinish() {\n\r\n\t}", "public void finalize() {\n if (SinkHolder.sink != null || SinkHolder.finalize_count <= 0) {\n SinkHolder.access$008();\n return;\n }\n throw new AssertionError((Object) \"Can't get here\");\n }", "protected void end() {\n\t\tpid.disable();\n\t}", "@Override\r\n\tpublic void executableTask() {\n\t\tsuper.executableTask();\r\n\t\ttry {\r\n\t\t\tThread.sleep(1500);\r\n\t\t\treleaseKey();\r\n\t\t\tstop();\r\n\t\t} catch (InterruptedException e) {\r\n\t\t\t// TODO Auto-generated catch block\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "public void onDrainComplete();", "protected abstract ACATimer send(Port p_, Object evt_, double duration_);", "public void countTimer() {\n\t\t\n\t\ttimerEnd = System.currentTimeMillis();\n\t}", "public abstract void finalizeIt();", "public void finalize() throws Throwable {\n try {\n if (!pool.isTerminated()) {\n // Try to stop all workers within 10 seconds\n stop(10);\n }\n } catch (Exception e) {\n log.error(\"An error occurred when stopping the pool while finalizing\");\n }\n \n super.finalize();\n }", "public void endTimer(){\n long time = System.currentTimeMillis() - timer;\n totalTimes.add(time);\n\n System.out.println(\"Finished receiving \\'sendingFile.txt\\' for the \"+fileCount+\" time\");\n System.out.println(\"Time to receive the file was \"+time+\"MS\\n\");\n }", "public void finish() {\n System.out.println();\n System.out.println(\"Line processed\");\n System.out.println(\"Reseting line...\");\n try{ Thread.sleep(5000); } catch(Exception e) { System.out.println(\"Thread exception\"); }\n this.buffer.clear();\n this.buffer.add(new ArrayList<Integer>());\n this.lineT = 0;\n this.columnT = 0;\n this.inputMode = false;\n }", "public void onFinish() {\n\n Log.i(\"Done!\", \"Coundown Timer Finished\");\n\n }", "protected void finalize() throws Throwable {\n/* 479 */ this.delegate.dispose();\n/* */ }", "private static void startCleanUp() {\n\n if (!isEventTrackerRunning) {\n var ttrcker = new EventTrackInfoHandler();\n timer = new Timer(true);\n timer.scheduleAtFixedRate(ttrcker, timerDelayTime, checkInterval);\n debugLogger.info(\"EventTrackInfoHandler begins! : {}\", new Date());\n } else {\n debugLogger.info(\"Timer is still running : {}\", new Date());\n\n }\n }", "ProcessTaskFactory<T> addCompletionListener(Function<ProcessTaskWrapper<?>, Void> function);", "public void endTimer()\n\t{\n\t\ttimer.stopTimer();\n\t}", "public abstract void systemActionEnds(long ms);", "@Override // se crea una clase anonima donde se implementa el metodo run porque Timer task implementa la interfaz runnable\r\n public void run() {\r\n System.out.println(\"Tarea realizada en: \" + new Date() + \" nombre del Thread: \"\r\n + Thread.currentThread().getName()); //retorna el nombre del hilo actual\r\n System.out.println(\"Finaliza el tiempo\");\r\n timer.cancel(); // termina este timer descartando cualquier tarea programada actual\r\n }", "protected abstract void trace_end_run();", "public void afterDone() {\n }", "public void afterDone() {\n }", "protected abstract void after();", "ProcessRunner waitFor();", "protected void finalize() throws Throwable\n\t{\n\t\tsuper.finalize();\n\t\tfinaliseHandle();\n\t\tfinaliseLoggerReference();\n\t}", "public abstract void finalize();", "@Override\n\t\t\tpublic void doTimeOutWork() {\n\t\t\t\tthis.exit();\n\t\t\t}", "@Override\n\t\t\tpublic void doTimeOutWork() {\n\t\t\t\tthis.exit();\n\t\t\t}", "public void timestepCompleted(Simulation simulation) {\n }", "public void endTimer(){\n timer.cancel();\n }", "protected abstract void trace_end_loop();", "@Override\r\n\tprotected void finalize() throws Exception\r\n\t{\r\n\t\tif(!this.cleanUpDone )\r\n\t\t\tthis.terminate();\r\n\t}", "@Override\n\t\t\tpublic void onProcess(int process) {\n\t\t\t}", "EndEvent createEndEvent();", "@Override\r\n public void simulationEnded() {\n this.soundThread = null;\r\n\r\n // end the module thread\r\n this.running = false;\r\n\r\n // the simulation is not running\r\n this.runSimulationState = false;\r\n\r\n // play the background sound\r\n this.playBackgroundSound(true);\r\n }", "private native void finaliseHandle();", "public void done() {\n\t\t\tif (pool != null) {\n\t\t\t\tpool.offer(logTarget, this);\n\t\t\t}\n\t\t}", "public void afterProcessSession() throws Exception\r\n\t{\r\n\t\tQueueFactory.closeQueue(producer);\r\n\t\tQueueFactory.closeQueue(session);\r\n\r\n\t\tsuper.afterProcessSession();\r\n\t}", "void subscribeDoneTrigger()\r\n\t{\r\n\t\tsubscribeTrigger( TriggerQueue.DONE_TRIGGER_TEXT,\r\n\t\t\tfTriggerQueue\r\n\t\t\t);\r\n\t}", "@Override\n public void onDrainComplete()\n {\n }", "public void finalize() {\n AppMethodBeat.i(66593);\n if (this.mJitterBuffer != 0) {\n nativeDestoryJitterBuffer(this.mJitterBuffer);\n this.mJitterBuffer = 0;\n }\n AppMethodBeat.o(66593);\n }", "public void Done(int seq) {\n // Your code here\n }", "@Override\n\tpublic void algorithmTerminated(AlgorithmEvent event) {\n\t}", "private void handlePlanFinishedEvent() {\n for (String myActivePlanKey : myActivePlans.keySet()) {\n\n boolean isStillActive = false;\n\n // Iterate currently active access plans\n for (RPlan plan : internalFeature.getCapability().getPlans()) {\n // If plan instance stored in my active plan map is still currently active access plan break and continue\n // with testing next plan instance stored in my active plan map\n if (myActivePlanKey.equals(plan.toString()) ^ isPlanFinished(plan)) {\n isStillActive = true;\n break;\n }\n }\n\n // If plan instance stored in my active plan map is no longer currently active access plan fire plan finished emotional event\n if (!isStillActive) {\n\n Object[] planObject = myActivePlans.get(myActivePlanKey);\n RPlan plan = (RPlan) planObject[0];\n String reason = (String) planObject[1];\n\n // Remove no longer active plan instance from my active plan map to avoid multiple plan finished events for one plan instance\n myActivePlans.remove(myActivePlanKey);\n\n // Get objectValue\n String elementName = plan.getModelElement().getDescription();\n Element element = engine.getElement(elementName, R.PLAN);\n\n // Create emotional event\n EmotionalEvent emotionalEvent = new EmotionalEvent();\n\n // Get plan result\n int planResult;\n if (plan.getLifecycleState().equals(RPlan.PlanLifecycleState.PASSED)) {\n planResult = R.RESULT_SUCCESS;\n } else {\n planResult = R.RESULT_FAILURE;\n }\n\n // Add system parameters needed for plan, goal emotions (unique for plan finished event)\n Map<Integer, Double> systemParams = params.getSystemParameterValues(element);\n params.addSystemParameterValuesForGoalPlanEmotions(engine, systemParams, reason);\n\n // Set emotional event values\n emotionalEvent.setElementName(elementName);\n emotionalEvent.setEventType(R.EVT_PLAN_FINISHED);\n emotionalEvent.setResultType(planResult);\n emotionalEvent.setUserParameters(params.getUserParameterValues(plan, JBDIEmo.UserPlanParams.get(engine.getAgentName())\n .get(plan.getModelElement().getDescription()).value()));\n emotionalEvent.setSystemParameters(systemParams);\n\n // Fire emotional event\n element.processEmotionalEvent(emotionalEvent);\n\n // Send emotional message\n messageCenter.sendEmotionalMessage(elementName, R.EVT_PLAN_FINISHED, planResult);\n }\n }\n }", "private void onPingingTimerTick()\r\n {\r\n EneterTrace aTrace = EneterTrace.entering();\r\n try\r\n {\r\n try\r\n {\r\n myConnectionManipulatorLock.lock();\r\n try\r\n {\r\n // Send the ping message.\r\n myUnderlyingOutputChannel.sendMessage(myPreserializedPingMessage);\r\n\r\n // Schedule the next ping.\r\n myPingingTimer.change(myPingFrequency);\r\n }\r\n finally\r\n {\r\n myConnectionManipulatorLock.unlock();\r\n }\r\n }\r\n catch (Exception err)\r\n {\r\n // The sending of the ping message failed - the connection is broken.\r\n cleanAfterConnection(true, true);\r\n }\r\n }\r\n finally\r\n {\r\n EneterTrace.leaving(aTrace);\r\n }\r\n }", "private void doAfterInvokeApplication(final PhaseEvent arg0) {\n\t}", "private void onOK() {\n OKDisposalProcess();\n }", "public void process(Object signal)\r\n/* 25: */ {\r\n/* 26:23 */ System.out.println(\"Cause observed!\");\r\n/* 27: */ }", "private void eventProcessingStarted() {\n\t\tsynchronized(processingCounterMutex) {\n\t\t\tprocessingCounter++;\n\t\t}\n\t}", "protected void finalize() { \n \tstopSelf(); \n }", "@Override\n\tpublic void destroyProcess() {\n\t\tsuper.destroyProcess();\n\t\tDataDirRemoverHandler ddhHandler = \n\t\t\tnew DataDirRemoverHandler(getLogHandler());\n\t\tddhHandler.setRetryLimitInMillis(2000);\n\t\tddhHandler.execute();\n\t\tportsInUse.remove(port);\n\t}", "private void stop_announce_timer() {\n if (rprocesses == null) {\n return;\n }\n for (RoutingProcess rp : rprocesses.values()) {\n rp.stop_announce_timer();\n }\n }", "public void endTimer() {\n\t\t\n\t\ttimerEnd = System.currentTimeMillis();\n\t\ttotalTime = this.toSec(\"nano\", timerEnd - timerStart);\n\t\ttimerStarted = false;\n\t}" ]
[ "0.5555031", "0.5526266", "0.5523844", "0.53237873", "0.52944213", "0.52944213", "0.5275372", "0.5275372", "0.5220888", "0.51984644", "0.51984644", "0.51984644", "0.51984644", "0.51984644", "0.5178875", "0.5118232", "0.51150775", "0.51062244", "0.5093233", "0.50738144", "0.506029", "0.5035174", "0.5029988", "0.49938622", "0.49793938", "0.49671665", "0.49606648", "0.4935975", "0.49351647", "0.49344406", "0.4909704", "0.49001235", "0.4899716", "0.48856315", "0.48736075", "0.48117468", "0.47551194", "0.47538882", "0.4748237", "0.47473663", "0.47467837", "0.4744533", "0.47387138", "0.47366855", "0.4736615", "0.47170383", "0.47169894", "0.4713219", "0.4713219", "0.4713219", "0.4710452", "0.4710279", "0.47038984", "0.46883297", "0.46727663", "0.4667335", "0.46657804", "0.4654002", "0.46535742", "0.46453667", "0.4643255", "0.46291253", "0.46251723", "0.46091306", "0.46025115", "0.46008503", "0.45984843", "0.4587125", "0.458106", "0.458106", "0.45801362", "0.45779237", "0.45562088", "0.4555664", "0.45483467", "0.45483467", "0.45444945", "0.4544193", "0.45396593", "0.45356855", "0.45289624", "0.45272043", "0.45200747", "0.4513119", "0.4511015", "0.4506358", "0.45042607", "0.44987553", "0.44947332", "0.44925767", "0.44870356", "0.4486493", "0.44863826", "0.44812596", "0.44811073", "0.44790477", "0.44725326", "0.4468976", "0.44638577", "0.44561103", "0.44475734" ]
0.0
-1
Output a list of repository descriptors.
@Override public void print(PrintWriter printWriter, Format format, boolean isZip) { final String[] descriptorKeys = slingRepository.getDescriptorKeys(); for (final String key : descriptorKeys) { printWriter.printf("%s = %s%n", key, slingRepository.getDescriptor(key)); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void printServerRepositories() {\n for (ServerRepository serverRepository : serverRepositories.values()) {\n System.out.println(serverRepository);\n }\n }", "public List getDescriptors()\n {\n return Collections.unmodifiableList(this.m_descriptors);\n }", "@Override\n\tpublic List<MavenDeployableDescriptor> getDeployableDescriptors() {\n\t\treturn descriptors;\n\t}", "public Set getDescriptors() {\n \t\treturn artifactDescriptors;\n \t}", "public Set<GHRepository> listDependents(GHRepository repo) throws IOException {\n\t\treturn listDependents(repo, 1, true);\n\t}", "List getOperationDescriptors() throws RemoteException;", "static void listRepositories(File repositoriesRootDir, Set<String> usernameSet) {\n\t\tString[] names = RepositoryManager.getRepositoryNames(repositoriesRootDir);\n\t\tif (names.length == 0) {\n\t\t\tSystem.out.println(\" <No repositories have been created>\");\n\t\t\treturn;\n\t\t}\n\n\t\tboolean outputHeader = true;\n\t\tfor (String name : names) {\n\t\t\tFile repoDir = new File(repositoriesRootDir, NamingUtilities.mangle(name));\n\n\t\t\tString formattedAccessList =\n\t\t\t\tRepository.getFormattedUserPermissions(repoDir, \" \", usernameSet);\n\t\t\tif (formattedAccessList != null) {\n\t\t\t\tif (outputHeader) {\n\t\t\t\t\tSystem.out.println(\"\\nRepositories:\");\n\t\t\t\t\toutputHeader = false;\n\t\t\t\t}\n\t\t\t\tSystem.out.println(\" \" + name);\n\t\t\t\tSystem.out.print(formattedAccessList);\n\t\t\t}\n\t\t}\n\n\t\tif (outputHeader) {\n\t\t\tSystem.out.println(\"No repository access found for user(s):\");\n\t\t\tString[] userNames = usernameSet.toArray(new String[usernameSet.size()]);\n\t\t\tArrays.sort(userNames);\n\t\t\tfor (String n : userNames) {\n\t\t\t\tSystem.out.println(\" \" + n);\n\t\t\t}\n\t\t}\n\t}", "@Override\n\tpublic void printDescription() {\n\t\tfor(IComponent obj:components) {\n\t\t\tobj.printDescription();\n\t\t}\n\t\t\n\t}", "static void listRepositories(File repositoriesRootDir, boolean includeUserAccessDetails) {\n\t\tString[] names = RepositoryManager.getRepositoryNames(repositoriesRootDir);\n\t\tSystem.out.println(\"\\nRepositories:\");\n\t\tif (names.length == 0) {\n\t\t\tSystem.out.println(\" <No repositories have been created>\");\n\t\t\treturn;\n\t\t}\n\n\t\tfor (String name : names) {\n\t\t\tFile repoDir = new File(repositoriesRootDir, NamingUtilities.mangle(name));\n\t\t\tString rootPath = repoDir.getAbsolutePath();\n\t\t\tboolean isIndexed = IndexedLocalFileSystem.isIndexed(rootPath);\n\t\t\tString type;\n\t\t\tif (isIndexed || IndexedLocalFileSystem.hasIndexedStructure(rootPath)) {\n\t\t\t\ttype = \"Indexed Filesystem\";\n\t\t\t\ttry {\n\t\t\t\t\tint indexVersion = IndexedLocalFileSystem.readIndexVersion(rootPath);\n\t\t\t\t\tif (indexVersion == IndexedLocalFileSystem.LATEST_INDEX_VERSION) {\n\t\t\t\t\t\ttype = null;\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\ttype += \" (V\" + indexVersion + \")\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcatch (IOException e) {\n\t\t\t\t\ttype += \"(unknown)\";\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\ttype = \"Mangled Filesystem\";\n\t\t\t}\n\n\t\t\tSystem.out.println(\" \" + name + (type == null ? \"\" : (\" - uses \" + type)));\n\n\t\t\tif (includeUserAccessDetails) {\n\t\t\t\tSystem.out.print(Repository.getFormattedUserPermissions(repoDir, \" \"));\n\t\t\t}\n\t\t}\n\t}", "public Collection getOpenedRepositories() {\r\n\t\t\r\n\t\treturn repositories.values();\r\n\t}", "public List<String> processRepoRes(List<GitRepositories> repos){\n return repos.stream().map(repo -> repo.getName()).collect(Collectors.toList());\n }", "public interface IDescriptorViewer\r\n{\r\n\t/**\r\n\t * Get the description for this descriptor\r\n\t * @return\r\n\t */\r\n\tpublic String getDescription();\r\n\t\r\n\t@Override\r\n\tpublic String toString();\r\n}", "@Override\n public String toString() {\n StringBuilder sb = new StringBuilder();\n sb.append(\"{\");\n if (getRepositoryName() != null)\n sb.append(\"RepositoryName: \").append(getRepositoryName()).append(\",\");\n if (getCommitSpecifier() != null)\n sb.append(\"CommitSpecifier: \").append(getCommitSpecifier()).append(\",\");\n if (getFilePath() != null)\n sb.append(\"FilePath: \").append(getFilePath());\n sb.append(\"}\");\n return sb.toString();\n }", "public List<BeanDescriptor<?>> descriptorList() {\n return immutableDescriptorList;\n }", "public PropertyDescriptor[] getPropertyDescriptors () {\n return desc;\n }", "public String[] getOutputConnectorNames();", "@ApiOperation(\"Listar eventos em ordem decrescente de nome.\")\n\t@GetMapping(\"/nome/desc\")\n\tpublic ResponseEntity<List<Evento>> ListarDesc() {\n\t\treturn ResponseEntity.status(HttpStatus.OK).body(eventoservices.listarDesc());\n\t}", "public abstract URI[] getKnownRepositories();", "@Override\n\tprotected Collection<ArgumentTypeDescriptor> getArgumentTypeDescriptors() {\n\t\treturn Arrays.asList(new VCFWriterArgumentTypeDescriptor(engine, System.out, bisulfiteArgumentSources), new SAMReaderArgumentTypeDescriptor(engine),\n\t\t\t\tnew SAMFileWriterArgumentTypeDescriptor(engine, System.out), new OutputStreamArgumentTypeDescriptor(engine, System.out));\n\t}", "@Override\n\tpublic void run(String... args) throws Exception {\n\t\tproduitRepository.findAll().forEach(p ->{\n\t\t\tSystem.out.println(p.getDesignation());\n\t\t});\n\t\t\n\t}", "@RequestMapping(method = RequestMethod.GET, value = \"/recipes\", produces = MediaType.APPLICATION_JSON_VALUE)\n public RecipesDescriptor getRecipes() {\n final Stream<Recipe> stream = StreamSupport.stream(this.recipeRepository.findAll().spliterator(), false);\n\n final List<Recipe> recipes = stream.collect(Collectors.toList());\n return new RecipesDescriptor(recipes);\n }", "@Override\n public String toString(){\n StringBuilder retorno = new StringBuilder(\" ( *\");\n for(INodo descendiente : getDescendientes()){\n retorno.append(descendiente);\n }\n retorno.append(\" )\");\n\n return String.valueOf(retorno);\n }", "public Collection<AbstractRepository> getRepositories();", "public List getDescriptions() {\n return descriptions;\n }", "public static void help(){\n System.out.println(\"myRepositories USERNAME | --help\\n\");\n\n System.out.println(\"\\'myReposities\\' returns a list of repositories based on username\\n\");\n\n System.out.println(\"Version\\t: 1.0.0\");\n System.out.println(\"Author\\t: Miguel Menjivar\");\n System.out.println(\"Contact\\t: mamenjivar@cpp.edu\");\n\n }", "@ApiModelProperty(example = \"null\", value = \"The descriptors for the reporting tasks properties.\")\n public Map<String, PropertyDescriptorDTO> getDescriptors() {\n return descriptors;\n }", "List<String> getCommandDescription();", "Set<DependencyDescriptor> getDependencyDescriptors() {\n return dependencyDescriptors;\n }", "void printToConsole() {\n\t\tSystem.out.println(\"PROVIDER DIRECTORY:\");\n\t\tfor (int i = 0; i < services.size(); i++) {\n\t\t\tString service = services.get(i).getServiceName() + \" (\" + services.get(i).getServiceNumber() + \") for $\" + services.get(i).getServiceFee();\n\t\t\tSystem.out.println(\"\\t\" + service);\n\t\t}\n\t}", "public void printFilenames(){\n\t\tSystem.out.println(\"\\nAgent list of files: \" + this.filenames.size());\n\t\tfor(int i = 0;i<filenames.size();i++){\n\t\t\tSystem.out.println(i+1+ \") \" + filenames.get(i));\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}", "public void showLogs() {\n String headID = Utils.readObject(HEADFILE, String.class);\n File asFile = new File(Main.ALL_COMMITS, headID);\n Commit associatedCommit = Utils.readObject(asFile, Commit.class);\n while (associatedCommit != null) {\n printCommitLog(associatedCommit);\n String parent = associatedCommit.getParent();\n if (parent == null) {\n break;\n }\n File commitFile = new File(Main.ALL_COMMITS, parent);\n associatedCommit = Utils.readObject(commitFile, Commit.class);\n }\n }", "public abstract List<String> getValidDescriptors();", "List<ReportDescriptor> getReportDescriptors();", "java.util.List<org.jetbrains.r.rinterop.RRef> \n getRefsList();", "public void outputForGraphviz() {\n\t\tString label = \"\";\n\t\tfor (int j = 0; j <= lastindex; j++) {\n\t\t\tif (j > 0) label += \"|\";\n\t\t\tlabel += \"<p\" + ptrs[j].myname + \">\";\n\t\t\tif (j != lastindex) label += \"|\" + String.valueOf(keys[j+1]);\n\t\t\t// Write out any link now\n\t\t\tBTree.writeOut(myname + \":p\" + ptrs[j].myname + \" -> \" + ptrs[j].myname + \"\\n\");\n\t\t\t// Tell your child to output itself\n\t\t\tptrs[j].outputForGraphviz();\n\t\t}\n\t\t// Write out this node\n\t\tBTree.writeOut(myname + \" [shape=record, label=\\\"\" + label + \"\\\"];\\n\");\n\t}", "ImmutableList<SchemaOrgType> getAboutList();", "String[] getImplementedInterfacesAsDisplayStrings();", "public String getOntologyListString()\n {\n String returnString = \"\";\n \n for(int i=0;i<getOntologyListSize();i++)\n {\n VueMetadataElement vme = getOntologyListElement(i);\n returnString += vme.getObject() + \"|\";\n }\n \n return returnString;\n }", "static ImmutableList<EAScoringObserver.Outputter> getOutputters(Parameters params) {\n final ImmutableList.Builder<EAScoringObserver.Outputter> ret =\n ImmutableList.builder();\n ret.add(EAScoringObserver.createStandardOutputter());\n ret.add(EAScoringObserver.createEquivalenceClassIDOutputter());\n if (params.isPresent(NUM_BOOTSTRAP_SAMPLES)) {\n final int bootstrapSeed = params.getInteger(\"bootstrapSeed\");\n final int numBootstrapSamples = params.getPositiveInteger(\"numBootstrapSamples\");\n ret.add(EAScoringObserver\n .createBootstrapOutputter(bootstrapSeed, numBootstrapSamples));\n }\n return ret.build();\n }", "public String getDescs() {\n return descs;\n }", "public abstract String[] getDescriptions();", "public void printAllComponentsOnStdOut() {\r\n System.out.println(\"PackageComponent: \" + this.getName());\r\n System.out.println(\"Contains these ClassDiagramComponents: \");\r\n int counter = 1;\r\n for (ComponentBase component : classDiagramComponents) {\r\n System.out.println(\"Component no.\" + counter + \": \\t\" + component.getName());\r\n counter++;\r\n }\r\n }", "public List<ContractIOType> getOutputs() {\n return outputs;\n }", "@ApiOperation(\"Listar eventos em ordem decrescente de capacidade.\")\n\t@GetMapping(\"/capacidade/desc\")\n\tpublic ResponseEntity<List<Evento>> capacidadeDesc() {\n\t\treturn ResponseEntity.status(HttpStatus.OK).body(eventoservices.capacidadeDesc());\n\t}", "public void printHandlers() {\n\t\tServiceReference[] refs;\n\t\ttry {\n\t\t\tout.println(\"iPOJO Handlers\");\n\t\t\tout.println(\"-------------------\");\n\t\t\trefs = bundleContext.getServiceReferences(HandlerFactory.class.getName(), null);\n\n\t\t\tfor (int i = 0; i < refs.length; i++) {\n\t\t\t\tHandlerFactory handler = (HandlerFactory) bundleContext.getService(refs[i]);\n\t\t\t\tString name = handler.getHandlerName();\n\t\t\t\tif (\"composite\".equals(handler.getType()))\n\t\t\t\t\tname = name + \" [composite]\";\n\n\t\t\t\tif (handler.getMissingHandlers().size() == 0) {\n\t\t\t\t\tout.println(\"Handler \" + name + \" (VALID)\");\n\t\t\t\t} else {\n\t\t\t\t\tout.println(\"Handler \" + name + \" (INVALID : \" + handler.getMissingHandlers() + \")\");\n\t\t\t\t}\n\t\t\t}\n\t\t} catch (InvalidSyntaxException e) {\n\n\t\t}\n\t}", "public String getDescriptor() {\n/* 218 */ return this.desc;\n/* */ }", "@Override\n public final String toString()\n {\n StringBuilder sb = new StringBuilder(64);\n appendDesc(sb);\n return sb.toString();\n }", "public synchronized void PrintDisplayList()\t{\n\t\tSystem.out.print(\"\\n\\tCar Model:\"+getModel()+\"\\n\\tBase Price is:\"\n +getBasePrice());\n\t\tfor(OptionSet Temp: opset)\n System.out.print(Temp.DisplayOptionSet());\n }", "public List<ModelDescriptor> getModelDescriptors() throws ModelManagerException {\n\t\treturn getModelDescriptors(new ConsoleProgressReporter());\n\t}", "public void showGlobal() {\n List<String> allCommits = getAllCommits();\n for (String cmt: allCommits) {\n File commitFile = new File(Main.ALL_COMMITS, cmt);\n Commit associatedCommit =\n Utils.readObject(commitFile, Commit.class);\n printCommitLog(associatedCommit);\n }\n }", "String getDescriptor();", "public Set<GHRepository> listDependents(GHRepository repo, String packageId) throws IOException {\n\t\treturn listDependents(repo, packageId, 1, true);\n\t}", "public List<String> getRepoNames() throws MetaStoreException {\n return gitSpoonMenuController.getRepoNames();\n }", "public String print(){\n\t\treturn this.sonsPaths_.toString();\n\t}", "public void outputNames(){\n System.out.printf(\"\\n%9s%11s\\n\",\"Last Name\",\"First Name\");\n pw.printf(\"\\n%9s%11s\",\"Last Name\",\"First Name\");\n ObjectListNode p=payroll.getFirstNode();\n while(p!=null){\n ((Employee)p.getInfo()).displayName(pw);\n p=p.getNext();\n }\n System.out.print(\"\\nNumber of Employees: \"+payroll.size()+\"\\n\");\n pw.print(\"\\nNumber of Employees: \"+payroll.size()+\"\\n\");\n }", "public void DisplayAllEmployees(){\r\n String format = \"%-20s %-20s %-9s\";\r\n System.out.println(\"\\n\");\r\n System.out.printf(format, \"|\"+\" Name \", \"|\"+\" Department \", \"|\"+\" phone number|\"+\"\\n\");\r\n System.out.println(\"----------------------------------------------------------\");\r\n for(Employee employee: listOfEmployees){\r\n System.out.format(format,\"|\"+employee.name,\"|\"+employee.departmentName,\"|\"+employee.contactNumber+\" |\"+ \"\\n\");\r\n }\r\n }", "List<ArtifactoryRepo> getRepos(String instanceUrl);", "public void getAllDoors() {\n //System.out.println();\n System.out.println(\"\\nDOOR/ARCHWAY DESCRIPTION\");\n System.out.println(\"----------------------------------------------------------------\\n\");\n //System.out.println();\n if (doorDescription.contains(\"archway\")) {\n System.out.println(\"ARCHWAY DESCRIPTION: \" + doorDescription);\n } else {\n System.out.println(\"DOOR DESCRIPTION: \" + doorDescription);\n }\n //System.out.println();\n System.out.println(\"\\n----------------------------------------------------------------\");\n }", "public static String findRepositoryDescription(ServiceExecutor executor)\n\t\t\tthrows Throwable {\n\n\t\t// We only query on the asset name as if all roles have been removed, no\n\t\t// Document will\n\t\t// be attached to the singleton asset.\n\t\t// String query = \"(\" + DOCTYPE + \" has value and name='\" + ASSETNAME +\n\t\t// \"')\";\n\n\t\tXmlDocMaker dm = new XmlDocMaker(\"args\");\n\t\tString query = \"name='\" + ASSET_NAME + \"'\";\n\t\tdm.add(\"where\", query);\n\t\tdm.add(\"pdist\", 0); // Force to local query\n\t\tXmlDoc.Element r = executor.execute(\"asset.query\", dm.root());\n\t\t//\n\t\tCollection<XmlDoc.Element> ids = r.elements(\"id\");\n\t\tString id = null;\n\t\tif (ids == null || ids.size() == 0) {\n\t\t\t// Does not exist\n\t\t} else if (ids.size() > 1) {\n\t\t\t// Trouble\n\t\t\tthrow new Exception(\n\t\t\t\t\t\"There are multiple repository description objects. Contact the administrator\");\n\t\t} else {\n\t\t\tid = r.value(\"id\");\n\t\t}\n\t\treturn id;\n\t}", "java.util.List<com.dogecoin.protocols.payments.Protos.Output> \n getOutputsList();", "public void list(String repository) throws IOException {\n String[] command = {SVN, LOG, NON_INTERACTIVE, VERBOSE, repository};\n\n long before = System.currentTimeMillis();\n run(command, null, null, null);\n long after = System.currentTimeMillis();\n }", "public ImmutableList<FlowDocumentation> getFlowDocs() {\n // Relevant flows are leaf flows: precisely the concrete subclasses of Flow.\n return getConcreteSubclassesStream(FlowDocumentation.BASE_FLOW_CLASS_NAME)\n .sorted(comparing(element -> element.getSimpleName().toString()))\n .map(typeElement -> new FlowDocumentation(typeElement, sourceRoot))\n .collect(toImmutableList());\n }", "public void printContribuintes (){\n for(String s : contribuintes.keySet()){\n System.out.printf(\"%s\",getContribuinte(s).toString());\n }\n }", "public List<SchemaDescriptor> getSchemaDescriptor() {\n List<SchemaDescriptor> results = new ArrayList<SchemaDescriptor>();\n try {\n results.add(new TextRegexpSchemaDescriptor(fs, p, typeIdentifier, regexps, schemas));\n } catch (Exception iex) {\n }\n return results;\n }", "private static List<OBREntry> parseOBRRepository(final ConnectionFactory connectionFactory, URL obrBaseUrl, String repositoryName) throws XPathExpressionException, IOException {\n FixedIndexedRepo fixedIndexedRepo = new FixedIndexedRepo();\n \n AceUrlConnector aceUrlConnector = new AceUrlConnector(connectionFactory);\n Registry registry = new RegistryImpl(aceUrlConnector);\n fixedIndexedRepo.setRegistry(registry);\n \n Map<String, String> properties = new HashMap<>();\n properties.put(FixedIndexedRepo.PROP_LOCATIONS, new URL(obrBaseUrl, repositoryName).toString());\n fixedIndexedRepo.setProperties(properties);\n \n Requirement requirement = new CapReqBuilder(\"osgi.identity\")\n .addDirective(\"filter\", \"(&(osgi.identity=*)(version=*)(type=*))\")\n .buildSyntheticRequirement();\n \n Map<Requirement, Collection<Capability>> sourceResources = fixedIndexedRepo.findProviders(Collections.singleton(requirement));\n if (sourceResources.isEmpty() || sourceResources.get(requirement).isEmpty()) {\n return Collections.emptyList();\n }\n List<OBREntry> obrList = new ArrayList<>();\n Iterator<Capability> capabilities = sourceResources.get(requirement).iterator();\n while (capabilities.hasNext()) {\n Capability capability = capabilities.next();\n \n Resource resource = capability.getResource();\n List<Capability> identities = resource.getCapabilities(IdentityNamespace.IDENTITY_NAMESPACE);\n String bsn = null;\n Version version = null;\n if (identities != null && identities.size() == 1){\n Capability id = identities.get(0);\n bsn = (String) id.getAttributes().get(IdentityNamespace.IDENTITY_NAMESPACE);\n version = (Version) id.getAttributes().get(IdentityNamespace.CAPABILITY_VERSION_ATTRIBUTE);\n }\n \n URI uri = null;\n List<Capability> contentCapabilities = resource.getCapabilities(ContentNamespace.CONTENT_NAMESPACE);\n if (contentCapabilities != null && contentCapabilities.size() == 1) {\n Capability content = contentCapabilities.get(0);\n uri = (URI) content.getAttributes().get(ContentNamespace.CAPABILITY_URL_ATTRIBUTE);\n }\n \n if (bsn != null && uri != null) {\n obrList.add(new OBREntry(bsn, bsn, version.toString(), uri.toString().substring(obrBaseUrl.toString().length())));\n } else {\n throw new IllegalStateException(\"No Identity or multiple identities\");\n }\n }\n\n return obrList;\n }", "public static CollectionPOJODescriptor generateDescriptor (List<MongoElement> elements) {\n CollectionPOJODescriptorGenerator generator = new CollectionPOJODescriptorGenerator(elements);\n CollectionPOJODescriptor descriptor = new CollectionPOJODescriptor();\n\n elements.forEach(consumer -> {\n ++descriptor.totalPropertyCounter;\n // init the root properties\n if (consumer.parent.equals(\"root\")) {\n descriptor.rootElementNames.add(consumer);\n ++descriptor.rootPropertyCounter;\n }\n\n // init he the nested documents\n if (consumer.type == DocumentTypes.NESTED_DOCUMENT) {\n descriptor.nestedDocuments.put(consumer, generator.elementsUnder(consumer.parent+\".\"+consumer.name));\n } else if (consumer.type == DocumentTypes.DOC_ARRAY) {\n descriptor.nestedArrays.put(consumer, generator.arraysUnder(consumer.parent+\".\"+consumer.name));\n }\n\n\n });\n\n return descriptor;\n }", "public void list() {\r\n\t\tfor (String key : nodeMap.keySet()) {\r\n\t\t\tNodeRef node = nodeMap.get(key);\r\n\t\t\tSystem.out.println(node.getIp() + \" : \" + node.getPort());\r\n\t\t}\t\t\r\n\t}", "@Override\r\n\tpublic String toString()\r\n\t{\n\t\treturn this.getChannelName()+\"\\t\"+this.getTitle();\r\n\t}", "@Override\n public String getDescription() {\n return \"List all of the geometry commands.\";\n }", "public String getRepos() {\n return repos;\n }", "public List<ModelDescriptor> getModelDescriptors(IProgressReporter pr) throws ModelManagerException {\n\t\tArrayList<ModelDescriptor> res = new ArrayList<ModelDescriptor>();\n\t\tString[] list = null;\n\t\ttry {\n\t\t\tlist = getFolderList();\n\t\t} catch (IOException e) {\n\t\t\tthrow new ModelManagerException(\"Listing model folders failed.\", e);\n\t\t}\n\t\t// Set loading message\n\t\tpr.init(getLoadingMessage(), list.length);\n\t\tint cnt = 0;\n\t\tfor (String modeldir : list) {\n\t\t\tpr.progress(++cnt);\n\t\t\tif (isValidModelDir(modeldir)) {\n\t\t\t\tuseModel(modeldir);\n\t\t\t\t// Check for the correct model type\n\t\t\t\tModelType mtype = ModelType.parse(getModelXMLAttribute(\"type\"));\n\t\t\t\tif (mtype == ModelType.Unknown)\n\t\t\t\t\tcontinue;\n\n\t\t\t\tInputStream img = null;\n\t\t\t\tString imgfile = getModelXMLTagValue(\"description.image\");\n\t\t\t\tif (modelFileExists(imgfile)) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\timg = getInStream(imgfile);\n\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\t// ignore\n\t\t\t\t\t}\n\t\t\t\t} else\n\t\t\t\t\timg = getClass().getClassLoader().getResourceAsStream(\"notfound.png\");\n\t\t\t\t// Get model date\n\t\t\t\tDate d = null;\n\t\t\t\ttry {\n\t\t\t\t\td = DateFormat.getDateInstance().parse(getModelXMLTagValue(\"description.created\"));\n\t\t\t\t} catch (ParseException e) {\n\t\t\t\t\td = Calendar.getInstance().getTime();\n\t\t\t\t}\n\t\t\t\tModelDescriptor md = new ModelDescriptor(modeldir, getModelXMLTagValue(\"description.name\"), mtype, img,\n\t\t\t\t\t\td);\n\t\t\t\tmd.shortDescription = getModelXMLTagValue(\"description.short\", \"\");\n\t\t\t\tres.add(md);\n\t\t\t}\n\t\t}\n\t\tpr.finish();\n\t\treturn res;\n\t}", "public List<IPropertyDescriptor<T>> getProperties();", "public List<Repo> getRepos() {\n return repos;\n }", "public void printFileNames() {\n DirectoryResource dr = new DirectoryResource();\n for (File f : dr.selectedFiles()) {\n System.out.println(f);\n }\n }", "public static void main(String[] args) throws IOException {\n SortedMap<String, File> consensuses = new TreeMap<String, File>();\n SortedMap<String, File> descriptors = new TreeMap<String, File>();\n SortedMap<String, File> votes = new TreeMap<String, File>();\n Stack<File> files = new Stack<File>();\n files.add(new File(\"descriptors\"));\n while (!files.isEmpty()) {\n File file = files.pop();\n String filename = file.getName();\n if (file.isDirectory()) {\n files.addAll(Arrays.asList(file.listFiles()));\n } else if (filename.endsWith(\"-consensus\")) {\n consensuses.put(filename, file);\n } else if (filename.endsWith(\"-votes\")) {\n votes.put(filename, file);\n } else if (filename.endsWith(\"-serverdesc\")) {\n descriptors.put(filename, file);\n }\n }\n System.out.println(\"We found \" + consensuses.size()\n + \" consensus files, \" + votes.size() + \" vote files, and \"\n + descriptors.size() + \" server descriptor files.\");\n\n /* Parse consensuses in an outer loop and the referenced votes and\n * descriptors in inner loops. Write the results to disk as soon as\n * we can to avoid keeping many things in memory. */\n SortedMap<String, String> bandwidthAuthorities =\n new TreeMap<String, String>();\n bandwidthAuthorities.put(\"27B6B5996C426270A5C95488AA5BCEB6BCC86956\",\n \"ides\");\n bandwidthAuthorities.put(\"80550987E1D626E3EBA5E5E75A458DE0626D088C\",\n \"urras\");\n bandwidthAuthorities.put(\"D586D18309DED4CD6D57C18FDB97EFA96D330566\",\n \"moria1\");\n bandwidthAuthorities.put(\"ED03BB616EB2F60BEC80151114BB25CEF515B226\",\n \"gabelmoo\");\n bandwidthAuthorities.put(\"49015F787433103580E3B66A1707A00E60F2D15B\",\n \"maatuska\");\n BufferedWriter bw = new BufferedWriter(new FileWriter(\n \"bandwidth-comparison.csv\"));\n bw.write(\"validafter,fingerprint,nickname,category,\"\n + \"descriptorbandwidth,consensusbandwidth\");\n for (String bandwidthAuthority : bandwidthAuthorities.values()) {\n bw.write(\",\" + bandwidthAuthority + \"bandwidth\");\n }\n bw.write(\"\\n\");\n for (File consensusFile : consensuses.values()) {\n System.out.println(\"Parsing consensus \" + consensusFile.getName());\n BufferedReader brC = new BufferedReader(new FileReader(\n consensusFile));\n String lastRLine = null, lastSLine = null;\n String consensusTimestamp = consensusFile.getName().substring(0,\n \"YYYY-MM-DD-hh-mm-ss\".length());\n Map<String, Map<String, String>> measuredBandwidthsByDirSource =\n new HashMap<String, Map<String, String>>();\n\n /* Parse votes first, if we have them, and extract measured\n * bandwidths. */\n String votesFilename = consensusTimestamp + \"-votes\";\n if (votes.containsKey(votesFilename)) {\n BufferedReader brV = new BufferedReader(new FileReader(\n votes.get(votesFilename)));\n String lineV;\n Map<String, String> measuredBandwidths = null;\n while ((lineV = brV.readLine()) != null) {\n if (lineV.startsWith(\"dir-source \")) {\n String dirSource = lineV.split(\" \")[2];\n measuredBandwidths = new HashMap<String, String>();\n measuredBandwidthsByDirSource.put(dirSource,\n measuredBandwidths);\n } else if (lineV.startsWith(\"r \")) {\n lastRLine = lineV;\n } else if (lineV.startsWith(\"w \") &&\n lineV.contains(\" Measured=\")) {\n String fingerprint = Hex.encodeHexString(Base64.\n decodeBase64(lastRLine.split(\" \")[2] + \"=\"));\n String measuredBandwidth = lineV.substring(lineV.indexOf(\n \" Measured=\") + \" Measured=\".length()).split(\" \")[0];\n measuredBandwidths.put(fingerprint, measuredBandwidth);\n }\n }\n brV.close();\n }\n\n /* Parse referenced server descriptors to learn about exit policies\n * and reported bandwidths. */\n String descriptorsFilename = consensusTimestamp + \"-serverdesc\";\n Map<String, String> parsedDescriptors =\n new HashMap<String, String>();\n if (descriptors.containsKey(descriptorsFilename)) {\n BufferedReader brD = new BufferedReader(new FileReader(\n descriptors.get(descriptorsFilename)));\n Set<String> defaultRejects = new HashSet<String>();\n /* Starting with 0.2.1.6-alpha, ports 465 and 587 were allowed\n * in the default exit policy again (and therefore removed\n * from the default reject lines). */\n Set<String> optionalRejects = new HashSet<String>();\n String lineD, address = null, fingerprint = null,\n descriptorBandwidth = null;\n boolean defaultPolicy = false, comparePolicies = true;\n while ((lineD = brD.readLine()) != null) {\n if (lineD.startsWith(\"router \")) {\n address = lineD.split(\" \")[2];\n defaultRejects.clear();\n defaultRejects.addAll(Arrays.asList((\"0.0.0.0/8:*,\"\n + \"169.254.0.0/16:*,127.0.0.0/8:*,192.168.0.0/16:*,\"\n + \"10.0.0.0/8:*,172.16.0.0/12:*,$IP:*,*:25,*:119,\"\n + \"*:135-139,*:445,*:563,*:1214,*:4661-4666,*:6346-6429,\"\n + \"*:6699,*:6881-6999\").split(\",\")));\n optionalRejects.clear();\n optionalRejects.addAll(Arrays.asList(\n \"*:465,*:587\".split(\",\")));\n fingerprint = null;\n descriptorBandwidth = null;\n defaultPolicy = false;\n comparePolicies = true;\n } else if (lineD.startsWith(\"opt fingerprint \") ||\n lineD.startsWith(\"fingerprint \")) {\n fingerprint = lineD.substring(lineD.startsWith(\"opt \") ?\n \"opt fingerprint\".length() : \"fingerprint\".length()).\n replaceAll(\" \", \"\").toLowerCase();\n } else if (lineD.startsWith(\"bandwidth \")) {\n descriptorBandwidth = lineD.split(\" \")[3];\n } else if (lineD.startsWith(\"reject \") && comparePolicies) {\n String rejectPattern = lineD.substring(\"reject \".\n length());\n if (defaultRejects.contains(rejectPattern)) {\n defaultRejects.remove(rejectPattern);\n } else if (optionalRejects.contains(rejectPattern)) {\n optionalRejects.remove(rejectPattern);\n } else if (rejectPattern.equals(address + \":*\")) {\n defaultRejects.remove(\"$IP:*\");\n } else {\n comparePolicies = false;\n }\n } else if (lineD.startsWith(\"accept \") && comparePolicies) {\n if (defaultRejects.isEmpty() &&\n lineD.equals(\"accept *:*\")) {\n defaultPolicy = true;\n }\n comparePolicies = false;\n } else if (lineD.equals(\"router-signature\")) {\n if (address != null && fingerprint != null &&\n descriptorBandwidth != null) {\n parsedDescriptors.put(fingerprint, descriptorBandwidth + \",\"\n + (defaultPolicy ? \"1\" : \"0\"));\n }\n }\n }\n brD.close();\n }\n\n /* Parse r, s, and w lines from the consensus. */\n String lineC, validAfter = null;\n while ((lineC = brC.readLine()) != null) {\n if (lineC.startsWith(\"valid-after \")) {\n validAfter = lineC.substring(\"valid-after \".length());\n } else if (lineC.startsWith(\"r \")) {\n lastRLine = lineC;\n } else if (lineC.startsWith(\"s \")) {\n lastSLine = lineC;\n } else if (lineC.startsWith(\"w \")) {\n String[] parts = lastRLine.split(\" \");\n String nickname = parts[1];\n String fingerprint = Hex.encodeHexString(Base64.decodeBase64(\n parts[2] + \"=\"));\n String descriptor = Hex.encodeHexString(Base64.decodeBase64(\n parts[3] + \"=\"));\n boolean exitFlag = lastSLine.contains(\" Exit\");\n boolean guardFlag = lastSLine.contains(\" Guard\");\n String consensusBandwidth = lineC.substring(lineC.indexOf(\n \" Bandwidth=\") + \" Bandwidth=\".length()).split(\" \")[0];\n\n /* Look up whether we parsed this descriptor before. */\n boolean parsedDescriptor = false, defaultPolicy = false;\n String descriptorBandwidth = null;\n if (parsedDescriptors.containsKey(fingerprint)) {\n String parseResults = parsedDescriptors.get(fingerprint);\n parsedDescriptor = true;\n defaultPolicy = parseResults.endsWith(\"1\");\n descriptorBandwidth = parseResults.split(\",\")[0];\n }\n\n /* Write everything we know about this relay to disk. */\n String category = null;\n if (guardFlag && exitFlag && defaultPolicy) {\n category = \"Guard & Exit (default policy)\";\n } else if (!guardFlag && exitFlag && defaultPolicy) {\n category = \"Exit (default policy)\";\n } else if (guardFlag && exitFlag && !defaultPolicy) {\n category = \"Guard & Exit (non-default policy)\";\n } else if (!guardFlag && exitFlag && !defaultPolicy) {\n category = \"Exit (non-default policy)\";\n } else if (guardFlag && !exitFlag) {\n category = \"Guard\";\n } else if (!guardFlag && !exitFlag) {\n category = \"Middle\";\n }\n bw.write(validAfter + \",\" + fingerprint + \",\" + nickname + \",\"\n + category + \",\" + (parsedDescriptor ? descriptorBandwidth\n : \"NA\") + \",\" + consensusBandwidth);\n for (String bandwidthAuthority :\n bandwidthAuthorities.keySet()) {\n if (measuredBandwidthsByDirSource.containsKey(\n bandwidthAuthority) && measuredBandwidthsByDirSource.get(\n bandwidthAuthority).containsKey(fingerprint)) {\n bw.write(\",\" + measuredBandwidthsByDirSource.get(\n bandwidthAuthority).get(fingerprint));\n } else {\n bw.write(\",NA\");\n }\n }\n bw.write(\"\\n\");\n }\n }\n brC.close();\n }\n bw.close();\n }", "public static ImmutableList<Artifact> getGeneratedOutputs(\n RuleContext ruleContext, ImmutableList<Artifact> protoSources, String extension) {\n return getGeneratedOutputs(ruleContext, protoSources, extension, false);\n }", "private void printLibrary() {\n dao.listAll().stream().forEach((dvd) -> {\n //for every dvd print the title plus \" id #\" and the actual id\n System.out.println(dvd.getTitle() + \" id #\" + dvd.getId());\n });\n\n }", "public static java.util.Collection getOperationDescs() {\r\n return _myOperationsList;\r\n }", "public void printInfo() throws IOException {\n System.out.println();\n System.out.println(\"* Current books in the database.\\n\");\n for(Book book :bookdatabase){\n System.out.println(book.getTitle());\n }\n System.out.println();\n System.out.println(\"* Current students in the database.\\n\");\n for(Student student :studentdatabase){\n System.out.println(student.getUsername());\n }\n System.out.println();\n System.out.println(\"* Current librarians in the database.\\n\");\n for(Librarian l :lib_db){\n System.out.println(l.getUsername());\n }\n\n\n\n }", "@Override public String toString() {\n Lookup.Template template = new Lookup.Template<CatalogReader>(CatalogReader.class);\n Lookup.Result result = getUserCatalogsLookup().lookup(template); \n return \"CatalogSettings[ global-scope: \" + result.allInstances() + \n \", project-scope: \" + mountedCatalogs + \" ]\";\n }", "private static List<ImgDescriptor> getDescriptors(Mat[] faces, String name) {\n \tList<ImgDescriptor> ret = new ArrayList<ImgDescriptor>();\n\t\tfor(int i = 0; i < faces.length; i++){\n \t\t// define a copy of the image in order to prevent extract method to modify the original properties\n \t\tMat tmpImg = new Mat(faces[i]);\n \t\tString id = i + \"_\" + name;\n \t\tfloat[] features = extractor.extract(tmpImg, ExtractionParameters.DEEP_LAYER);\n \t\tImgDescriptor tmp = new ImgDescriptor(features, id);\n \t\tret.add(tmp);\n \t\tSystem.out.println(\"Extracting features for \" + id);\n \t}\n\t\t\n\t\treturn ret;\n\t}", "@Override\n public String toString() {\n StringJoiner joiner = new StringJoiner(\":\");\n joiner.add(groupId).add(artifactId).add(classifier == null ? \"\" : classifier).add(type).add(version);\n return \"[\" + scope + \"] \" + joiner.toString();\n }", "public void print(){\n for(Recipe r : recipes){\n System.out.println(r.toString());\n }\n }", "ImmutableList<SchemaOrgType> getFileFormatList();", "ImmutableList<SchemaOrgType> getEditorList();", "private void outputDiff() {\n this.pw.println(\"Change\\t\" + \"Subset\\t\" + \"Concept\\t\"\r\n + \"Value Changed\\t\" + \"Old Value\\t\" + \"New Value\");\r\n for (final DiffElement de : this.diffSet) {\r\n this.pw.println(de.toString());\r\n }\r\n this.pw.close();\r\n\r\n }", "@Override\n\tpublic List<GitResponseVO> getRepositoryList(String repoUrl) throws GitException {\n\t\t\n\t\tlogger.info(\"getRepositoryList method Begins\");\n\t\t//String repoUrl=null;\n\t\tList<GitResponseVO> gitResponseList =null;\n\t\t\n\t\tlogger.info(\"Repo URL ->>> \"+repoUrl);\n\t\ttry {\n\t\t\t// Fetches the repository list post fetching the repo URL\n\t\t\tif(!repoUrl.equalsIgnoreCase(GitConstants.NOT_FOUND)) {\n\t\t\t\t\n\t\t\t\tHttpHeaders headers = new HttpHeaders();\n\t\t\t\theaders.setAccept(Arrays.asList(MediaType.APPLICATION_JSON));\n\t\t\t\tHttpEntity<String> entity = new HttpEntity<String>(\"parameters\", headers);\n\n\t\t\t\tResponseEntity<String> result = restTemplate.exchange(repoUrl, HttpMethod.GET, entity, String.class);\n\t\t\t\t\n\t\t\t\tgitResponseList = JsonMapperUtil.getRepositoryDetails(result.getBody());\n\n\t\t\t\tlogger.info(\"Repo List -> \"+gitResponseList.size());\n\n\t\t\t\tfor(GitResponseVO res: gitResponseList) {\n\t\t\t\t\tSystem.out.println(res.toString());\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\t\n\t\t\t\tlogger.info(\"User Id not Found\");\n\t\t\t}\n\t\t\t\t\t\t\n\n\t\t}catch (Exception e) {\n\t\t\tthrow new GitException(e.getMessage());\n\t\t}\n\t\t\n\t\t\n\t\treturn gitResponseList;\n\t}", "public void list()\n {\n for(Personality objectHolder : pList)\n {\n String toPrint = objectHolder.getDetails();\n System.out.println(toPrint);\n }\n }", "List<IConnector> getConnectors();", "public @Nullable String getRepositoryDescription() {\n return this.repositoryDescription;\n }", "public static DescriptorRepository readDescriptorRepository(String filename) {\n LOG.info( \"Processing Repository: \" + filename);\n try {\n return (DescriptorRepository) buildRepository(filename, DescriptorRepository.class);\n } catch (Exception e) {\n LOG.error(\"Unable to process descriptor repository: \" + filename);\n LOG.error( e.getMessage() );\n // Explicitly not logging the exception - it has already been dumped by earlier logging \n }\n return null;\n }", "@java.lang.Override\n public java.util.List<com.dogecoin.protocols.payments.Protos.Output> getOutputsList() {\n return outputs_;\n }", "public void listar()\n\t{\n\t\tdatabase.list().forEach(\n\t\t\t(entidade) -> { IO.println(entidade.print() + \"\\n\"); }\n\t\t);\n\t}", "ImmutableList<SchemaOrgType> getAuthorList();", "@Override\n @Transactional(readOnly = true)\n public List<DepositoryInfoDTO> findAll() {\n log.debug(\"Request to get all DepositoryInfos\");\n return depositoryInfoRepository.findAll().stream()\n .map(depositoryInfoMapper::toDto)\n .collect(Collectors.toCollection(LinkedList::new));\n }", "@Override\n\tpublic String toString() {\n\t\treturn String.format(\"%s,%s,%s,%s\",path, title, shortDescription, fullDescription);\n\t}", "private void printSchema() {\n ArrayList<String> schema = sqlMngr.getSchema();\n\n System.out.println(\"\");\n System.out.println(\"------------\");\n System.out.println(\"Total number of tables: \" + schema.size());\n for (int i = 0; i < schema.size(); i++) {\n System.out.println(\"Table: \" + schema.get(i));\n }\n System.out.println(\"------------\");\n System.out.println(\"\");\n }", "public java.util.List<java.lang.String> getOutputs() {\n return outputs;\n }", "@Override\r\n public void read() {\n System.out.println('\\n' + \"DB repo: \");\r\n //Idk, probably search for a person and read data??\r\n\r\n }", "public List getAllObjects() throws DataAccessException {\n\t\treturn mapper.getAllDepts();\n\t}" ]
[ "0.59242517", "0.57461375", "0.55417943", "0.54614985", "0.54490125", "0.52842146", "0.5172744", "0.5133542", "0.51051867", "0.50981534", "0.5081076", "0.5051666", "0.4995694", "0.49354196", "0.49166355", "0.4896742", "0.48906142", "0.48680425", "0.48642275", "0.4722597", "0.4701445", "0.46748924", "0.46742988", "0.46525586", "0.4651033", "0.46295443", "0.4621083", "0.4615825", "0.46047658", "0.45998955", "0.45992035", "0.4598384", "0.45931742", "0.45895267", "0.4584777", "0.45842102", "0.45793873", "0.4578091", "0.4572023", "0.45679617", "0.45521253", "0.45292634", "0.452742", "0.45243818", "0.45216775", "0.45185852", "0.45168746", "0.45127285", "0.45104286", "0.4510268", "0.45043337", "0.4501149", "0.45002216", "0.44897854", "0.4489278", "0.44880384", "0.44873464", "0.44869444", "0.44747856", "0.44740003", "0.4466551", "0.44629645", "0.445957", "0.44573462", "0.4445625", "0.4443223", "0.44403556", "0.44388837", "0.44303414", "0.4429568", "0.44247478", "0.4421912", "0.4417693", "0.4416967", "0.44145945", "0.44078824", "0.44073817", "0.44064236", "0.4401989", "0.43998206", "0.43976757", "0.4391642", "0.43892843", "0.43666223", "0.43625087", "0.43613333", "0.43562332", "0.43542665", "0.43538648", "0.43526533", "0.43515784", "0.43388182", "0.4333911", "0.43335462", "0.43275476", "0.4324922", "0.432394", "0.43234327", "0.4322817", "0.43226725" ]
0.5835532
1
Creating object of Scanner class
public static void main(String[] args) { Scanner sc = new Scanner(System.in); // Give all details of first employee System.out.println("Give the information about first employee"); System.out.println("Name of first employee"); // Take name of first employee from user String name1 = sc.next(); System.out.println("Department id of first employee"); // Take department id of first employee from user String id1 = sc.next(); System.out.println("Salary of first employee"); // Take salary of first employee from user int salary1 = sc.nextInt(); // Provide details of first employee EmployeeQ7 e1 = new EmployeeQ7(name1, id1, salary1); // Give all details of second employee System.out.println("Give the information about second employee"); System.out.println("Name of second employee"); // Take name of second employee from user String name2 = sc.next(); System.out.println("Department id of second employee"); // Take department id of second employee from user String id2 = sc.next(); System.out.println("salary of second employee"); // Take salary of second employee from user int salary2 = sc.nextInt(); // Provide details of second employee EmployeeQ7 e2 = new EmployeeQ7(name2, id2, salary2); // Call compareEmployeeSalary method and provide details of both // employee compareEmployeeSalary(e1, e2); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private ConsoleScanner() {}", "public Scanner(java.io.InputStream in) {\r\n this(new java.io.InputStreamReader(in));\r\n }", "public Scanner(java.io.InputStream in) {\n this(new java.io.InputStreamReader(in));\n }", "public Scanner(java.io.InputStream in) {\n this(new java.io.InputStreamReader(in));\n }", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public MyInput() {\r\n\t\tthis.scanner = new Scanner(System.in);\r\n\t}", "public Scanner(java.io.Reader in) {\n this.zzReader = in;\n }", "public Scanner(java.io.Reader in) {\n this.zzReader = in;\n }", "public Scanner(java.io.Reader in) {\r\n this.zzReader = in;\r\n }", "public Parser(Scanner scanner) {\n this.scanner = scanner;\n scan();\n }", "public CoolParser(java_cup.runtime.Scanner s) {super(s);}", "public Scanner(String source) {\n // The source code read in from stdin is stored here as a char array\n // TODO: if source is empty in Sc.java do something??\n this.source = source.toCharArray();\n this.position = 0;\n this.size = source.length();\n this.comments = false;\n this.depth = 0;\n this.called = false;\n }", "public parserCapas(java_cup.runtime.Scanner s) {super(s);}", "public parser(Scanner s) {super(s);}", "public PasitoScanner(java.io.InputStream in) {\n this(new java.io.InputStreamReader(in));\n }", "public Scanner(String program) {\n\t\tthis.program=program;\n\t\tpos=0;\n\t\ttoken=null;\n\t\tinitWhitespace(whitespace);\n\t\tinitDigits(digits);\n\t\tinitLetters(letters);\n\t\tinitLegits(legits);\n\t\tinitKeywords(keywords);\n\t\tinitOperators(operators);\n }", "public Scanner(String inString)\n {\n in = new BufferedReader(new StringReader(inString));\n eof = false;\n getNextChar();\n }", "public InputReader() {\n reader = new Scanner(System.in);\n }", "public Scanner(InputStream inStream)\n {\n in = new BufferedReader(new InputStreamReader(inStream));\n eof = false;\n getNextChar();\n }", "public Sintactico(java_cup.runtime.Scanner s) {super(s);}", "private Scanner getInput(String name) {\n try {\n return new Scanner(new File(name));\n } catch (IOException excp) {\n throw error(\"could not open %s\", name);\n }\n }", "void scanner() {\r\n\t\tSystem.out.println(\"---------- Scanner\" + ++exampleNumber\r\n\t\t\t\t+ \"----------\");\r\n\r\n\t\tString source = \"asdqw easd casa\";\r\n\t\tScanner s1 = new Scanner(source);\r\n\t\t// hasNext() - testuje wartosc kolejnego tokena, ale go nie pobiera\r\n\t\t// next() - pobiera kolejny token\r\n\t\t// domyslnie bialy znak jest delimiterem\r\n\t\twhile (s1.hasNext()) {\r\n\t\t\tSystem.out.println(s1.next());\r\n\t\t}\r\n\r\n\t\tSystem.out.println(\"---------- Scanner\" + ++exampleNumber\r\n\t\t\t\t+ \"----------\");\r\n\r\n\t\t// hasNextXxx() - dla wszystkich primitives oprocz chara\r\n\t\t// nextXxx() - pobiera kolejny prymitywny token\r\n\t\tScanner s2 = new Scanner(\"1 true 34 hi\");\r\n\t\tboolean b;\r\n\t\twhile (b = s2.hasNext()) {\r\n\t\t\tif (s2.hasNextInt()) {\r\n\t\t\t\tint i = s2.nextInt();\r\n\t\t\t\tSystem.out.println(\"integer token: \" + i);\r\n\t\t\t} else if (s2.hasNextBoolean()) {\r\n\t\t\t\tboolean b2 = s2.nextBoolean();\r\n\t\t\t\tSystem.out.println(\"boolean token: \" + b2);\r\n\t\t\t} else {\r\n\t\t\t\tString str = s2.next();\r\n\t\t\t\tSystem.out.println(\"String token: \" + str);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tSystem.out.println(\"---------- Scanner\" + ++exampleNumber\r\n\t\t\t\t+ \"----------\");\r\n\r\n\t\t// useDelimiter(delimiter) - ustawienie delimitera (wyrazenia regularnego) wg ktorego bedzie przetwarzany strumien\r\n\t\t// domyslnym delimiterem jest spacja, tabulator, ogolnie bialy znak lub znaki\r\n\t\tScanner s3 = new Scanner(\"Test1 true 34 hi\");\r\n\t\ts3.useDelimiter(\"\\\\d\"); // delimiterem jest cyfra\r\n\t\twhile (s3.hasNext()) {\r\n\t\t\tSystem.out.println(s3.next());\r\n\t\t}\r\n\t}", "public static void init() {\n\t\tscanner = new Scanner(System.in);\n\t\treturn;\n\t}", "public CompParser(java_cup.runtime.Scanner s) {super(s);}", "public A4Parser(java_cup.runtime.Scanner s) {super(s);}", "public A4Parser(java_cup.runtime.Scanner s) {super(s);}", "public FractalParser(java_cup.runtime.Scanner s) {super(s);}", "public PasitoScanner(java.io.Reader in) {\n this.yy_reader = in;\n }", "public Ui() {\n this.scanner = new Scanner(System.in);\n }", "public Ui() {\n this.scanner = new Scanner(System.in);\n }", "public Scanner createScanner(File file) {\n Scanner scanner;\n try {\n scanner = new Scanner(file);\n\n } catch (FileNotFoundException e) {\n scanner = null;\n }\n return scanner;\n }", "public Parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public Parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public Parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public Parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public Parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public Parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public Parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public Menu() {\n scanner = new Scanner(System.in);\n }", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public parser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public PCLParser(java_cup.runtime.Scanner s) {super(s);}", "static InputScanner getInputScanner() {\n return inputScanner;\n }", "public MJParser(java_cup.runtime.Scanner s) {super(s);}", "public parser(Scanner s, SymbolFactory sf) {super(s,sf);}", "private Parser makeParser(String input) throws LexicalException {\r\n\t\tshow(input); //Display the input \r\n\t\tScanner scanner = new Scanner(input).scan(); //Create a Scanner and initialize it\r\n\t\tshow(scanner); //Display the Scanner\r\n\t\tParser parser = new Parser(scanner);\r\n\t\treturn parser;\r\n\t}", "public CoolParser(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public static void setInputScanner(InputScanner scanner){\n inputScanner = scanner;\n }", "public static void init()throws IOException{if(fileIO){f=new FastScanner(\"\");}else{f=new FastScanner(System.in);}}", "private Scanner getScanner(String fixedString) throws IOException {\n\t\tURLConnection connection = new URL(SUPERVALU_URL_START +fixedString).openConnection();\n\t\treturn new Scanner(connection.getInputStream());\n\t}", "private static Scanner createScanner(File inputFile)\n\t{\n\t\t/// create Scanner to read from file and also check if the file exists\n\t Scanner in = null; // closes before the end of readDataFile\n\t try \n\t {\n\t \tin=new Scanner(inputFile);\n\t }\n\t catch(FileNotFoundException e) \n\t {\n\t \tSystem.out.println(\"The file \"+ inputFile.getName() + \" can not be found!\");\n\t \tSystem.exit(0);\n\t }\n\t \n\t return in;\n\t}", "protected Scanner getTagScanner() {\n \tif(scanner == null)\n \t scanner = new Scanner();\n \treturn scanner;\n }", "public Ch12Ex1to9()\n {\n scan = new Scanner( System.in );\n }", "public Scanner getScanner(){\n\t\t\n\t\tString filename = \"\";\n\t\tfor(int i = 0; i<argList.size(); i++ ){\n\t\t\tif(argList.get(i).equals(\"-f\")){\n\t\t\t\tfilename = argList.get(i+1);\n\t\t\t\t//DIFFERENT FROM OTHER INIT FILE!\n\t\t\t\tfilename = filename.trim().replace(\".s230\", \".S230\");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(System.getProperty(\"user.dir\") + \" ... \" + filename);\n\t\tString dirName = System.getProperty(\"user.dir\");\n\t\tdirName = dirName.replace(\"\\\\Program_Files\\\\source\",\"\\\\\").trim();\n\t\tdirName = dirName.replace(\"\\\\Program_Files\\\\classes\",\"\\\\\").trim();\n\t\tdirName = dirName.concat(\"\\\\InputOutputFolder\\\\\");\n\t\tSystem.out.println(dirName+filename);\n\t\tFile file = new File(dirName, filename);\n\t\tScanner toReturn = null;\n\t\ttry {\n\t\t\ttoReturn = new Scanner(file);\n\t\t} catch (FileNotFoundException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn toReturn;\n\t}", "public SintacticoH(java_cup.runtime.Scanner s) {\r\n super(s);\r\n }", "public Scanner( String filename ) throws IOException\n {\n sourceFile = new PushbackInputStream(new FileInputStream(filename));\n \n nextToken = null;\n }", "public AnalizadorSintactico(java_cup.runtime.Scanner s) {super(s);}", "public Asintactico(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public Person(Scanner sc) {\n\t\tsuper(sc);\n\t\tif (sc.hasNext()) this.skill = sc.next();\n\t\tworking = false;\n\t}", "public Scanner getScanner(){\n\t\t\n\t\tboolean hasFile = false;\n\t\tString filename = \"\";\n\t\tfor(int i = 0; i<argList.size(); i++ ){\n\t\t\tif(argList.get(i).equals(\"-f\")){\n\t\t\t\thasFile = true;\n\t\t\t\tfilename = argList.get(i+1);\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(System.getProperty(\"user.dir\") + \" ... \" + filename);\n\t\tFile file = new File(System.getProperty(\"user.dir\")+\"\\\\ARM230Compiler\\\\InputOutputFolder\\\\\", filename);\n\t\tScanner toReturn = null;\n\t\ttry {\n\t\t\ttoReturn = new Scanner(file);\n\t\t} catch (FileNotFoundException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn toReturn;\n\t}", "public In(){\n\t\tscanner=new Scanner(new BufferedInputStream(System.in),CHARSET_NAME);\n\t\tscanner.useLocale(LOCALE);\n\t}", "public static void setScanner(Scanner s) {\n scanner = s;\n }", "public WrongInputDataInScanner() {\n\tsuper();\n\t\n}", "private static void scan() {\n\t\tt = la;\n\t\tla = Scanner.next();\n\t\tla.toString();\n\t\tsym = la.kind;\n\t}", "public SqlScanner (InputStream input)\n {\n mInputStream = new BufferedInputStream(input);\n }", "public parserCapas(java_cup.runtime.Scanner s, java_cup.runtime.SymbolFactory sf) {super(s,sf);}", "public TestObject createObject() {\n String word;\n Scanner scanner = new Scanner(System.in);\n System.out.println(\"Enter a word to send to the server: \");\n word = scanner.nextLine();\n\n TestObject testObject = new TestObject(word);\n scanner.close();\n return testObject;\n }", "public XPathParser(java_cup.runtime.Scanner s) {super(s);}", "private static Scanner determineInputSource(String[] args) throws FileNotFoundException{\n if (args.length > 0) {\n //Reading from file\n return new Scanner(new File(args[0]));\n }\n else {\n //Reading from standard Input\n return new Scanner(System.in);\n }\n }", "public void setScan(InputStream inStream){\t\t\n\t\tthis.scan = new Scanner (inStream);\t\t\t\t\t\n\t}", "public TerminalGame()\n \t{\n \t\tsuper();\n \t\tbuilder = new StringBuilder();\n \t\tscanner = new Scanner(System.in);\n \t}", "public Game() {\n\t\tsc = new Scanner(System.in);\n\t}", "public SintaxAnalysis(java_cup.runtime.Scanner s) {super(s);}", "public Parser(Scanner fileStream) {\n // Save fileStream for later\n this.fileStream = fileStream;\n // Set the delimiter so that actual instructions are read, instead of the whitespace\n this.fileStream.useDelimiter(Pattern.compile(whitespace, Pattern.MULTILINE));\n }", "public static Scanner getScanner(File file) {\n Scanner scanner = null;\n try {\n scanner = new Scanner(file);\n } catch (IOException e) {\n System.err.println(\"input error\");\n }\n return scanner;\n }", "public HumanPlayer(Scanner scanner) {\n this.scanner = scanner;\n }", "@Test\n public void testConstructor() {\n System.out.println(\"KEntry\");\n String expResult = \"a 2 - 9 3\";\n Scanner scanner = new Scanner(expResult);\n KEntry instance = new KEntry(scanner);\n assertEquals(\"direction\", Direction.HORIZONTAL, instance.getDirection());\n assertEquals(\"toString\", expResult, instance.toString());\n }", "Object create(InputSource is) throws IOException, SAXException, ParserConfigurationException;", "public TokenScanner(final File f) throws FileNotFoundException {\n\t\tfileScanner = new Scanner(file = f);\n\t}", "public MetadataScanner()\n {\n this(\"\");\n }", "public InputReader(File file){\n try {\n inputStream = new Scanner(file);\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n instantiate();\n assert(invariant());\n }" ]
[ "0.74351823", "0.739228", "0.73168707", "0.73168707", "0.7137275", "0.7137275", "0.7137275", "0.7137275", "0.7137275", "0.7137275", "0.7137275", "0.7137275", "0.71200496", "0.71200496", "0.71200496", "0.71200496", "0.71200496", "0.71200496", "0.7088296", "0.7064696", "0.7064696", "0.70532924", "0.7045872", "0.70451707", "0.6976813", "0.6932689", "0.6912763", "0.69057053", "0.6762348", "0.67151034", "0.67120385", "0.6683496", "0.6607315", "0.6576953", "0.6534016", "0.6533648", "0.6504803", "0.64914566", "0.64914566", "0.64681864", "0.6464922", "0.64542305", "0.64542305", "0.6435498", "0.64103436", "0.64103436", "0.64103436", "0.64103436", "0.64103436", "0.64103436", "0.64103436", "0.64091104", "0.6391928", "0.6391928", "0.6391928", "0.6391928", "0.6391928", "0.6391928", "0.6391928", "0.6391928", "0.6391928", "0.6362309", "0.6325189", "0.6316769", "0.630495", "0.62835747", "0.625337", "0.62352866", "0.6233713", "0.62279207", "0.6224528", "0.6224079", "0.6190896", "0.61778176", "0.6176349", "0.6168188", "0.6163776", "0.61578375", "0.6144451", "0.6118053", "0.61124605", "0.6051667", "0.6007864", "0.60070467", "0.5975118", "0.59630793", "0.593772", "0.5896305", "0.58770376", "0.58667743", "0.5865697", "0.58447415", "0.58447", "0.5823328", "0.5819485", "0.5801049", "0.57989144", "0.5795826", "0.5790555", "0.5789161", "0.5788145" ]
0.0
-1
This function compare the salary of both employee and display the result whose salary will maximum
static void compareEmployeeSalary(EmployeeQ7 e1, EmployeeQ7 e2) { if (e1.getSalary() > e2.getSalary()) { e1.display(); } else { e2.display(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int compare(Employee a, Employee b)\n\t{\n\t\treturn a.Salary - b.Salary;\n\t}", "public static void main(String[] args) {\n long[] salaries= {120000, 85000, 95000, 145000};\n\n for(long eachSalary : salaries){\n System.out.println(eachSalary);\n }\n\n long max=salaries[0];\n for (int i = 0; i <salaries.length ; i++) {\n if(salaries[i]>max);\n max=salaries[i];\n }\n System.out.println(\"max = \" + max);\n\n\n }", "public static void main(String[] args) {\n\t\t\r\n\t\tScanner obj = new Scanner(System.in);\r\n\t\t\r\n\t\tint[] id = new int[3];\r\n\t\tint[] salary = new int[3];\r\n\t\tString[] name = new String[3];\r\n\t\t\r\n\t\tfor (int i = 0; i < 3 ; i++) {\r\n\t\t\tSystem.out.println(\"Enter employee id: \");\r\n\t\t\tint empId = obj.nextInt();\r\n\t\t\tid[i] = empId;\r\n\t\t\tSystem.out.println(\"Enter employee salary: \");\r\n\t\t\tint empSalary = obj.nextInt();\r\n\t\t\tsalary[i] = empSalary;\r\n\t\t\tSystem.out.println(\"Enter employee name: \");\r\n\t\t\tobj.nextLine();\r\n\t\t\tString empName = obj.nextLine();\r\n\t\t\tname[i] = empName;\r\n\t\t}\r\n\t\t\r\n\t\tfor (int i=0;i<\r\n\t\t\t\tid.length;i++) {\r\n\t\t\tSystem.out.println(id[i]);\r\n\t\t\tSystem.out.println(salary[i]);\r\n\t\t\tSystem.out.println(name[i]);\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t\tint max = salary[0];\r\n\t\tint index = 0;\r\n\t\t\r\n\t\tfor (int i = 1; i < salary.length; i++) {\r\n\t\t\tif (salary[i]>max) {\r\n\t\t\t\tmax = salary[i];\r\n\t\t\t\tindex = i;\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\tSystem.out.println(id[index]);\r\n\t\tSystem.out.println(name[index]);\r\n\t\t\r\n\t\t\r\n\t}", "public static void main(String[] args) {\n\t\tArrayList<Employeearraylist> hs = new ArrayList<>();\n\t\ths.add(new Emp(\"Poornima\",1214,\"Guntur\",30000));\n\t\ths.add(new Emp(\"vaishnavi\",1215,\"banglore\",35000));\n\t\ths.add(new Emp(\"geetha\",1216,\"kolkata\",12000));\n\t\ths.add(new Emp(\"bhavi\",1217,\"hyd\",45000));\n\t\ths.add(new Emp(\"ravi\",1218,\"pune\",56000));\n\t\n\t\tCollections.sort(e, (e1, e2) -> {\n\n\t\t\treturn (e1.name).compareTo(e2.name);\n\t\t});\n\t\tfor (Employeearraylist employee : e) {\n\t\t\tSystem.out.println(employee);\n\t\t}\n\t\tList<Integer> l = new ArrayList<Integer>();\n\t\tList<Integer> i = e.stream().filter(p -> p.salary > 70000).map(p -> p.salary).collect(Collectors.toList());\n\t\tSystem.out.println(\"salary greater than 70000\" + i);\n\t\tOptional<Integer> sal = e.stream().map(p -> p.salary).reduce((sum, salary) -> (sum + salary));\n\t\tSystem.out.println(\"sum of total employee salaries are\" + sal);\n\t\tlong se = e.stream().count();\n\t\tSystem.out.println(se);\n\n\t\t;\n\t}", "@Override\n\tpublic int compareTo(Employee emp) {\n\t\treturn (int) (this.getSalary() - emp.getSalary());\n\t}", "public static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\r\n\t\tSystem.out.println(\"Enter basic salary of an employee\");\r\n\t\tint Basic_salary=sc.nextInt();\r\n\t\tif(Basic_salary<=10000) {\r\n\t\t\tdouble HRA=Basic_salary*0.2;\r\n\t\t\tdouble DA=Basic_salary*0.8;\r\n\t\t\tdouble Gross_salary=(Basic_salary+HRA+DA);\r\n\t\t\tSystem.out.println(\"HRA= \"+HRA);\r\n\t\t\tSystem.out.println(\"DA= \"+DA);\r\n\t\t\tSystem.out.println(\"Gross Salary= \"+Gross_salary);\r\n\t\t\t}\r\n\t\telse if(Basic_salary<=20000) {\r\n\t\t\tdouble HRA=Basic_salary*0.25;\r\n\t\t\tdouble DA=Basic_salary*0.9;\r\n\t\t\tdouble Gross_salary=(Basic_salary+HRA+DA);\r\n\t\t\tSystem.out.println(\"HRA= \"+HRA);\r\n\t\t\tSystem.out.println(\"DA= \"+DA);\r\n\t\t\tSystem.out.println(\"Gross Salary= \"+Gross_salary);\r\n\t\t\t}\r\n\t\telse if(Basic_salary>20000) {\r\n\t\t\tdouble HRA=Basic_salary*0.4;\r\n\t\t\tdouble DA=Basic_salary*0.95;\r\n\t\t\tdouble Gross_salary=(Basic_salary+HRA+DA);\r\n\t\t\tSystem.out.println(\"HRA= \"+HRA);\r\n\t\t\tSystem.out.println(\"DA= \"+DA);\r\n\t\t\tSystem.out.println(\"Gross Salary= \"+Gross_salary);\r\n\t\t\t}\r\n\t\tsc.close();\r\n\t}", "public static void main(String[] args) {\n\t\tArrayList<Employee> list= new ArrayList<Employee>();\n\t\t\n\t\tlist.add(new Employee(3,6000,\"vinod\"));\n\t\tlist.add(new Employee(6,7500,\"Rangu\"));\n\t\tlist.add(new Employee(1,9000,\"kittu\"));\n\t\tlist.add(new Employee(5,5000,\"bunny\"));\n\t\t\n\t\tCollections.sort(list, new NameComparator());\n\t\t\n\t\tIterator it = list.iterator();\n\t\t\n\t\twhile(it.hasNext()){\n\t\t\tEmployee emp = (Employee)it.next();\n\t\t\tSystem.out.println(emp.id+\" \"+emp.salaray+\" \"+emp.name);\n\t\t\t\n\t\t\t/*Collections.sort(list, new SalaryComparator());\n\t\t\t\n\t\t\tIterator it = list.iterator();\n\t\t\t\n\t\t\twhile(it.hasNext()){\n\t\t\t\tEmployee emp = (Employee)it.next();\n\t\t\t\tSystem.out.println(emp.id+\" \"+emp.salaray+\" \"+emp.name);\n\t\t}*/\n\t}\n\t}", "public static void main(String[] args) {\n\t\tEmployee harry = new Employee(\"Hacker Harry\", 5000);\n\t\tharry.raiseSalary(10);\n\t\tdouble salary = harry.getSalary();\n\t\t\n\t\tSystem.out.println(salary);\n\t\tSystem.out.println(\"The expected: 5500\");\n\t}", "public static void main(String[] args) {\n Emp e=new Emp(\"tinku\",\"u\",\"hyd\",50000,(float)0.5);\n Emp m=new Emp(\"venu\",\"G\",\"hyd\",50000,(float)0.25);\n Emp k=new Emp(\"Srikanth\",\"v\",\"hyd\",75000,(float)0.15);\n Emp t=new Emp(\"sahith\",\"G\",\"hyd\",85000,(float)0.2);\n System.out.println(e);\n System.out.println(e.claculateNetSalary());\n System.out.println(m.claculateNetSalary());\n System.out.println(k.claculateNetSalary());\n System.out.println(t.claculateNetSalary());\n \t}", "public int giveRaise() throws EmployeeSalaryException {\n try {\n if (this.yearsWorked % 3 == 0) {\n this.salary = (this.salary + 3000);\n this.yearsWorked++;\n if (this.salary > maxEmployeeSalary) {\n this.salary = maxEmployeeSalary;\n throw new EmployeeSalaryException();\n }\n } else {\n this.yearsWorked++;\n }\n } catch (EmployeeSalaryException ex) {\n ex.printStackTrace();\n System.out.println(\"Sorry maximum salary can only be: \" + maxEmployeeSalary);\n }\n return this.salary;\n }", "@Override\n public int compareTo(Employee o) {\n // @TODO\n // compare employee by their salary, if salaries are equal, compare by age\n if (o instanceof Employee) {\n Employee emp = (Employee) o;\n int i = this.salary.compareTo(emp.salary);\n \n if (i == 0) {\n return this.age.compareTo(emp.age);\n }else {\n return i;\n }\n }\n return 0;\n }", "public int employeeSalary(String employeeName) {\n\n int actualSalaryOfEmployee = 0;\n\n try {\n Connection conn = ConnectToSqlDB.connectToSqlDatabase();\n String query = \"SELECT * FROM employees;\";\n\n ConnectToSqlDB.statement = conn.createStatement();\n\n ConnectToSqlDB.resultSet = ConnectToSqlDB.statement.executeQuery(query);\n\n while (ConnectToSqlDB.resultSet.next()) {\n int idField = ConnectToSqlDB.resultSet.getInt(\"employee_id\");\n String nameField = ConnectToSqlDB.resultSet.getString(\"employee_name\");\n String salaryField = ConnectToSqlDB.resultSet.getString(\"employee_salary\");\n String departmentField = ConnectToSqlDB.resultSet.getString(\"department\");\n\n if (nameField.equals(employeeName)) {\n actualSalaryOfEmployee = Integer.valueOf(salaryField);\n }\n }\n\n } catch (SQLException e) {\n e.printStackTrace();\n }\n catch (IOException e) {\n e.printStackTrace();\n }\n catch (ClassNotFoundException e) {\n e.printStackTrace();\n }\n System.out.print(\"The salary earned by this employee is: \");\n return actualSalaryOfEmployee;\n\n }", "public int employeeSalaryForBenefits(String employeeName) {\n\n int actualSalaryOfEmployee = 0;\n\n try {\n Connection conn = ConnectToSqlDB.connectToSqlDatabase();\n String query = \"SELECT * FROM employees;\";\n\n ConnectToSqlDB.statement = conn.createStatement();\n\n ConnectToSqlDB.resultSet = ConnectToSqlDB.statement.executeQuery(query);\n\n while (ConnectToSqlDB.resultSet.next()) {\n int idField = ConnectToSqlDB.resultSet.getInt(\"employee_id\");\n String nameField = ConnectToSqlDB.resultSet.getString(\"employee_name\");\n String salaryField = ConnectToSqlDB.resultSet.getString(\"employee_salary\");\n String departmentField = ConnectToSqlDB.resultSet.getString(\"department\");\n\n if (nameField.equals(employeeName)) {\n actualSalaryOfEmployee = Integer.valueOf(salaryField);\n }\n }\n\n } catch (SQLException e) {\n e.printStackTrace();\n }\n catch (IOException e) {\n e.printStackTrace();\n }\n catch (ClassNotFoundException e) {\n e.printStackTrace();\n }\n\n return actualSalaryOfEmployee;\n\n }", "public void employeeSorter(){\n Collections.sort(employees, new Comparator<Employee>() {\n @Override\n public int compare(Employee o1, Employee o2) {\n if(o1.getSalary() < o2.getSalary())\n return 1;\n else if(o1.getSalary() > o2.getSalary())\n return -1;\n else\n return 0;\n }\n });\n }", "@Override\n public double calculateSalary(){\n return this.horas_trabajadas*EmployeeByHours.VALOR_HORA;\n }", "public static void main(String[] args) {\n\t\tList<Employee> empList = new ArrayList<>();\r\n\t\tempList.add(new Employee(\"Rashim\", \"SDFSDFJLK\", 52));\r\n\t\tempList.add(new Employee(\"Amit\", \"JLKSDFJKLL79989\", 67));\r\n\t\tempList.add(new Employee(\"Ranjit\", \"ASDFJLKSJLF78676\", 45));\r\n\t\tempList.add(new Employee(\"Shymala\", \"SDFJLSJU8907\", 34));\r\n\t\t\r\n\t\t\r\n//\t\tfirst select only employees whose salary is greater than 50\r\n//\t\tand sort the employees based on their names (ignore case)\r\n//\t\tand print each employee of the stream.\r\n\t\tempList.stream().filter(emp -> emp.getSalary() > 50).sorted((e1, e2) -> e1.getName().compareToIgnoreCase(e2.getName())).forEach(emp -> System.out.println(emp));\r\n\t}", "public static void main(String[] args) {\n\tDouble totalSalaryExpense = employeeList.stream().map(emp -> emp.getSalary()).reduce(0.00, (a, b) -> a + b);\n\tSystem.out.println(\"Total salary expense: \" + totalSalaryExpense);\n\n\t// Example 2: Using Stream.reduce() method for finding employee with\n\t// maximum salary\n\tOptional<Employee> maxSalaryEmp = employeeList.stream()\n\t\t.reduce((Employee a, Employee b) -> a.getSalary() < b.getSalary() ? b : a);\n\n\tif (maxSalaryEmp.isPresent()) {\n\t System.out.println(\"Employee with max salary: \" + maxSalaryEmp.get());\n\t}\n\n\t// Java 8 code showing Stream.map() method usage\n\tList<String> mappedList = employeeList.stream().map(emp -> emp.getName()).collect(Collectors.toList());\n\tSystem.out.println(\"\\nEmployee Names\");\n\tmappedList.forEach(System.out::println);\n\n\t// Definition & usage of flatMap() method\n\tList<String> nameCharList = employeeList.stream().map(emp -> emp.getName().split(\"\"))\n\t\t.flatMap(array -> Arrays.stream(array)).map(str -> str.toUpperCase()).filter(str -> !(str.equals(\" \")))\n\t\t.collect(Collectors.toList());\n\tnameCharList.forEach(str -> System.out.print(str));\n\n\tStream<String[]> splittedNames = employeeList.stream().map(emp -> emp.getName().split(\"\"));\n\t// splittedNames.forEach(System.out::println);\n\tStream<String> characterStream = splittedNames.flatMap(array -> Arrays.stream(array));\n\tSystem.out.println();\n\t// characterStream.forEach(System.out::print);\n\tStream<String> characterStreamWOSpace = characterStream.filter(str -> !str.equalsIgnoreCase(\" \"));\n\t// characterStreamWOSpace.forEach(System.out::print);\n\n\tList<String> listOfUpperChars = characterStreamWOSpace.map(str -> str.toUpperCase())\n\t\t.collect(Collectors.toList());\n\tlistOfUpperChars.forEach(System.out::print);\n\n }", "public static void main(String[] args){\n\t\tint largest = 0;\n\t\tfor(int i = max; i >= min; i--)\n\t\t\tfor(int j = max; j >= min; j--)\n\t\t\t\tif(i*j > largest && isPalindrome(i*j))//Don't bother checking for palindromimity if the product is smaller than the current largest.\n\t\t\t\t\tlargest = i*j;\n\t\tSystem.out.println(\"The palindrome is: \" + largest);\n\t\t\t\t\n\t}", "public static boolean checkRefereeSalary(double playerSalary){\r\n return maxRefereeSalary >= playerSalary && playerSalary >= minRefereeSalary;\r\n }", "public int compare(Employee o1, Employee o2) {\n\t\tint com = o1.getEname().compareTo(o2.getEname());\r\n\t\tif (com != 0)\r\n\t\t\treturn com;\r\n\t\telse if (o1.getAge() - o2.getAge() != 0) {\r\n\t\t\treturn o1.getAge() - o2.getAge();\r\n\t\t} else {\r\n\t\t\treturn (int) (o1.getSalary() - o2.getSalary());\r\n\t\t}\r\n\t}", "public Employee getHighestRevenueEmployee() {\n\t\tEmployee employee = new Employee();\n\t\ttry {\n\t\t\tClass.forName(\"com.mysql.jdbc.Driver\");\n\t\t\tConnection con = DriverManager.getConnection(\"jdbc:mysql://mysql3.cs.stonybrook.edu:3306/mwcoulter?useSSL=false\",\"mwcoulter\",\"111030721\");\n\t\t\tStatement st = con.createStatement();\n\t\t\tResultSet rs = st.executeQuery(\n\t\t\t\t\t\"SELECT R.CustRepId, P.FirstName, P.LastName, E.Email, Count(*) \" +\n\t\t\t\t\t\"FROM Person P, Rental R, Employee E \" +\n\t\t\t\t\t\"WHERE P.SSN = R.CustRepId AND E.SSN = P.SSN \"+\n\t\t\t\t\t\"group by P.FirstName, P.LastName \" +\n\t\t\t\t\t\"ORDER BY COUNT(*) DESC; \"\n\t\t\t\t\t);\n\t\t\trs.next();\n\t\t\temployee.setEmployeeID(String.valueOf(rs.getInt(\"CustRepId\")));\n\t\t\temployee.setFirstName(rs.getString(\"FirstName\"));\n\t\t\temployee.setLastName(rs.getString(\"LastName\"));\n\t\t\temployee.setEmail(rs.getString(\"Email\"));\n\t\t}\n\t\tcatch(Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\n\t\treturn employee;\n\t\t\n\t}", "@Override\n\t\t\tpublic int compare(Employee o1, Employee o2) {\n\t\t\t\t\n\t\t\t\t\tif(sortedby.equals(\"Name\"))\n\t\t\t\t return ((String)o1.getName()).compareTo((String)o2.getName());\n\t\t\t\t\telse if (sortedby.equals(\"Salary\"))\n\t\t\t\t\t\treturn ((Double)o1.getSalary()).compareTo((Double)o2.getSalary());\n\t\t\t\t\telse\n\t\t\t\t\t\treturn o1.getHireDate().compareTo(o2.getHireDate());\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t}", "public static void main(String[] args) {\n\t\tList<Employee> empList=new ArrayList<Employee>();\r\n\t\tempList.add(new Employee(1, \"Ranjit Kumar Patel\", \"patel.rk091@gmail.com\", 25000));\r\n\t\tempList.add(new Employee(2, \"Benjamin Sobel\", \"ben.min@gmail.com\", 30000));\r\n\t\tempList.add(new Employee(3, \"Joe George\", \"joe.grg@gmail.com\", 29000));\r\n\t\tempList.add(new Employee(4, \"Rajan Kumar Patel\", \"rajan.patel@gmail.com\",15000));\r\n\t\tempList.add(new Employee(5, \"Ashwin Kumar Naik\", \"ashwin.p@gmail.com\", 27000));\r\n\t\t\r\n\t\t/*for(Employee emp:empList) {\r\n\t\t\tif(emp.salary.equals(\"29000\")) {\r\n\t\t\t\tSystem.out.println(emp.salary);\r\n\t\t\t}\r\n\t\t}\r\n*/\t\r\n\r\n\t\tList<String> empSalary = (List<String>) empList.stream().filter(n -> n.name.startsWith(\"R\")).map(n -> n.name)\r\n\t\t\t\t.collect(Collectors.toList());\r\n\r\n\t\tSystem.out.println(empSalary);\r\n\r\n\t\tList<Integer> empIds = empList.stream().filter(f -> f.id % 2 == 0).map(f -> f.id).collect(Collectors.toList());\r\n\t\tSystem.out.println(empIds);\r\n\t\t\r\n\t\tList<Integer> empSals=empList.stream().filter(n->n.salary<30000).map(n->n.salary).collect(Collectors.toList()); \r\n\t\tSystem.out.println(empSals);\r\n\t}", "public static void main(String[] args) {\n\t\t\n\t\tSystem.out.println(\"lütfen değer giriniz\");\n\t\tScanner scanner = new Scanner(System.in);\n\t\tdouble a = scanner.nextDouble();\n\t\t\n\t\tSystem.out.println(\"lütfen değer giriniz\");\n\t\tScanner scanner1 = new Scanner(System.in);\n\t\tdouble b = scanner1.nextDouble();\n\t\t\n\t\tif(a>b) {\n\t\t\tSystem.out.println(\"Biggest value is \"+a); }\n\t\telse {\n\t\t\tSystem.out.println(\"Biggest value is \"+b);}\n\n\t}", "public static void main(String[] args) {\n\t\t\n\t\tEmployee emp1 = new Employee(1,\"Hibachi\",2000000);\n\t\tEmployee emp2 = new Employee(2,\"Budh\",50000000);\n\t\tEmployee emp3 = new Employee(3,\"Som\",1000000);\n\t\tEmployee emp4 = new Employee(4,\"Mangal\",600000);\n\t\tEmployee emp5 = new Employee(5,\"Brihaspati\",7000000);\n\t\t\n\t\tList<Employee> empList = new ArrayList<>();\n\t\tempList.add(emp1);\n\t\tempList.add(emp2);\n\t\tempList.add(emp3);\n\t\tempList.add(emp4);\n\t\tempList.add(emp5);\n\t\t\n\t\t// sorting done using comparable implementation Employee\n\t\tSystem.out.println(\"sorting using comparable. Sorts by default by name\");\n \t\tCollections.sort(empList);\n\t\t\n\t\tempList.forEach(empl -> System.out.println(empl));\n\n\t\t//using comparator in Employee sort the employees by salary\n\t\tCollections.sort(empList, Employee.compareSalary);\n\t\tSystem.out.println(\"*****************************************************\");\n\t\tSystem.out.println(\"sorting using comparator. sorts based on salary\");\n\t\tempList.forEach(emp -> System.out.println(emp));\n\t\t\n\t\t\n\t\t//using comparator in Employee sort the employees by id\n\t\tCollections.sort(empList, Employee.compareId);\n\t\tSystem.out.println(\"*****************************************************\");\n\t\tSystem.out.println(\"sorting using comparator. sorts based on Id\");\n\t\tempList.forEach(emp -> System.out.println(emp));\n\t\t\n\t\t\n\t\t//Now let's say we want to use the comparator to sort in descending order\n\t\tComparator<Employee> reverseSortSalaryDescendingOrder = Collections.reverseOrder(Employee.compareSalary);\n\t\tCollections.sort(empList,reverseSortSalaryDescendingOrder );\n\t\tSystem.out.println(\"*****************************************************\");\n\t\tSystem.out.println(\"Salary soreted in reverse order i.e. descending order using same comparator and Collections reverseOrder()\");\n\t\tempList.forEach(empl -> System.out.println(empl));\n\t\t\n\t\t// Or we can reverse using the comparator's own reversed() method. Internally it calls reverseOrder() \n\t\tCollections.sort(empList, Employee.compareSalary.reversed());\n\t\t\n\t\t\n\t}", "public void calculateSalary() {\n if (hours < 0 || hourlyRate < 0) {\r\n salary = -1;\r\n }\r\n else if (hours > 40) {\r\n salary = 40 * hourlyRate;\r\n }\r\n else {\r\n salary = hours * hourlyRate;\r\n }\r\n }", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\t// Give all details of first employee\n\t\tSystem.out.println(\"Give the information about first employee\");\n\t\tSystem.out.println(\"Name of first employee\");\n\n\t\t// Take name of first employee from user\n\t\tString name1 = sc.next();\n\n\t\tSystem.out.println(\"Department id of first employee\");\n\n\t\t// Take department id of first employee from user\n\t\tString id1 = sc.next();\n\n\t\tSystem.out.println(\"Salary of first employee\");\n\n\t\t// Take salary of first employee from user\n\t\tint salary1 = sc.nextInt();\n\n\t\t// Provide details of first employee\n\t\tEmployeeQ7 e1 = new EmployeeQ7(name1, id1, salary1);\n\n\t\t// Give all details of second employee\n\t\tSystem.out.println(\"Give the information about second employee\");\n\t\tSystem.out.println(\"Name of second employee\");\n\n\t\t// Take name of second employee from user\n\t\tString name2 = sc.next();\n\n\t\tSystem.out.println(\"Department id of second employee\");\n\n\t\t// Take department id of second employee from user\n\t\tString id2 = sc.next();\n\n\t\tSystem.out.println(\"salary of second employee\");\n\n\t\t// Take salary of second employee from user\n\t\tint salary2 = sc.nextInt();\n\n\t\t// Provide details of second employee\n\t\tEmployeeQ7 e2 = new EmployeeQ7(name2, id2, salary2);\n\n\t\t// Call compareEmployeeSalary method and provide details of both\n\t\t// employee\n\t\tcompareEmployeeSalary(e1, e2);\n\n\t}", "static double getMax(double a, double b) {\n\t\treturn (a > b) ? a : b;\n\t}", "public static void main(String[] args)\n {\n Employee[] employees = {\n new Employee(\"Jason\", \"Red\", 5000, \"IT\"),\n new Employee(\"Ashley\", \"Green\", 7600, \"IT\"),\n new Employee(\"Matthew\", \"Indigo\", 3587.5, \"Sales\"),\n new Employee(\"James\", \"Indigo\", 4700.77, \"Marketing\"),\n new Employee(\"Luke\", \"Indigo\", 6200, \"IT\"),\n new Employee(\"Jason\", \"Blue\", 3200, \"Sales\"),\n new Employee(\"Wendy\", \"Brown\", 4236.4, \"Marketing\")};\n\n // get List view of the Employees\n List<Employee> list = Arrays.asList(employees);\n\n // display all Employees\n System.out.println(\"Complete Employee list:\");\n list.stream().forEach(System.out::println); // A method reference.\n \n List<Employee> list2 = Arrays.asList(employees);\n Collections.sort(list2, new myEmployeeComparator());\n\n //display all Employees\n System.out.println(\"\\nComplete Employee list Ordered:\");\n list2.stream().forEach(System.out::println); // A method reference.\n \n //Predicate (boolean-valued function) that returns true for salaries \n //in the range $4000-$6000\n Predicate<Employee> fourToSixThousand = \n e -> (e.getSalary() >= 4000 && e.getSalary() <= 6000);\n\n //Display Employees with salaries in the range $4000-$6000\n // sorted into ascending order by salary\n System.out.printf(\n \"%nEmployees earning $4000-$6000 per month sorted by salary:%n\");\n\n list.stream()\n .filter(fourToSixThousand)\n .sorted(Comparator.comparing(Employee::getSalary))\n .forEach(System.out::println);\n\n //Display first Employee with salary in the range $4000-$6000\n System.out.printf(\"%nFirst employee who earns $4000-$6000:%n%s%n\",\n list.stream()\n .filter(fourToSixThousand)\n .findFirst()\n .get());\n\n // Functions for getting first and last names from an Employee\n Function<Employee, String> byFirstName = Employee::getFirstName;\n Function<Employee, String> byLastName = Employee::getLastName;\n\n //Comparator for comparing Employees by first name then last name\n Comparator<Employee> lastThenFirst = \n Comparator.comparing(byLastName).thenComparing(byFirstName);\n\n // sort employees by last name, then first name \n System.out.printf(\n \"%nEmployees in ascending order by last name then first:%n\");\n list.stream()\n .sorted(lastThenFirst)\n .forEach(System.out::println);\n\n //sort employees in descending order by last name, then first name\n System.out.printf(\n \"%nEmployees in descending order by last name then first:%n\");\n list.stream()\n .sorted(lastThenFirst.reversed())\n .forEach(System.out::println);\n\n //display unique employee last names sorted\n System.out.printf(\"%nUnique employee last names:%n\");\n list.stream()\n .map(Employee::getLastName)\n .distinct()\n .sorted()\n .forEach(System.out::println);\n\n //display only first and last names\n System.out.printf(\n \"%nEmployee names in order by last name then first nameX:%n\"); \n list.stream()\n .sorted(lastThenFirst)\n .map(Employee::getName)\n .forEach(System.out::println);\n\n //group Employees by department\n System.out.printf(\"%nEmployees by department:%n\"); \n Map<String, List<Employee>> groupedByDepartment =\n list.stream()\n .collect(Collectors.groupingBy(Employee::getDepartment));\n\n groupedByDepartment.forEach(\n (department, employeesInDepartment) -> \n {\n System.out.println(department);\n employeesInDepartment.forEach(\n employee -> System.out.printf(\" %s%n\", employee));\n }\n );\n System.out.printf(\"%nAverage salary by department:%n\"); \n \n groupedByDepartment.forEach(\n \t (department, employeesInDepartment) -> \n \t {\n \t System.out.println(department);\n \t System.out.printf(\" %.2f%n\",employeesInDepartment.stream().mapToDouble(Employee::getSalary).average().getAsDouble());\n \t \n \t }\n \t );\n \n System.out.printf(\"%nMax salary by department:%n\"); \n \n groupedByDepartment.forEach(\n \t (department, employeesInDepartment) -> \n \t {\n \t System.out.println(department);\n \t System.out.printf(\" %.2f%n\",employeesInDepartment.stream().mapToDouble(Employee::getSalary).max().getAsDouble());\n \t \n \t }\n \t );\n\n //count number of Employees in each department\n System.out.printf(\"%nCount of Employees by department:%n\"); \n\n Map<String, Long> employeeCountByDepartment =\n list.stream()\n .collect(Collectors.groupingBy(Employee::getDepartment, \n TreeMap::new, Collectors.counting()));\n\n employeeCountByDepartment.forEach(\n (department, count) -> System.out.printf(\n \"%s has %d employee(s)%n\", department, count));\n\n/* Output looks something like :\n\n HR 4\n IT 8\n Sales 12\n*/\n\n\n // sum of Employee salaries with DoubleStream sum method\n System.out.printf(\n \"%nSum of Employees' salaries (via sum method): %.2f%n\",\n list.stream()\n .mapToDouble(Employee::getSalary)\n .sum());\n\n //calculate sum of Employee salaries with Stream reduce method\n System.out.printf(\n \"Sum of Employees' salaries (via reduce method): %.2f%n\",\n list.stream()\n .mapToDouble(Employee::getSalary)\n .reduce(0, (value1, value2) -> value1 + value2)); \n\n //average of Employee salaries with DoubleStream average method\n System.out.printf(\"Average of Employees' salaries: %.2f%n\",\n list.stream()\n .mapToDouble(Employee::getSalary)\n .average()\n .getAsDouble()); \n \n System.out.printf(\"Number of Lastnames beginning with B %d\",\n \t list.stream()\n \t .map(Employee::getLastName)\n \t .filter(e->e.charAt(0)=='b' || e.charAt(0)=='B')\n \t .count()); \n \n \n System.out.printf(\"\\nList of Employees with lastname beginning with B %s\",\n \t list.stream()\n \t .map(Employee::getLastName)\n \t .filter(e->(e.charAt(0)=='b' || e.charAt(0)=='B'))\n \t .collect(Collectors.toList()\n \t \t\t )); \n \n List<Employee> lastbyB =\n \t list.stream()\n \t .filter(s -> s.getLastName().startsWith(\"B\")||s.getLastName().startsWith(\"b\"))\n \t .collect(Collectors.toList()) ;\n \n System.out.printf(\n \t \"\\nFirst and Lastname upper case \\n\\n\");\n \n \n list.stream()\n\t .filter(s -> s.getLastName().startsWith(\"B\"))\n .map(emp ->{ \n \t return \n \t\t\t new Employee(emp.getFirstName().toUpperCase(), \n \t\t emp.getLastName().toUpperCase(),emp.getSalary(),\n \t\t emp.getDepartment());\n \t })\n .forEach(System.out::println);\n \n System.out.printf(\n \t \"\\nLastname upper case \\n\\n\");\n \n \n\nlist.stream()\n.map(x-> {\n\tif(x.getLastName().startsWith(\"B\")) {\n\treturn new Employee(x.getFirstName(), x.getLastName().toUpperCase(),x.getSalary(),x.getDepartment());\n\t}else {\n\t\treturn new Employee(x.getFirstName(), x.getLastName(),x.getSalary(),x.getDepartment());\n\n\t}\n\t})\n.forEach(System.out::println);\n\nStream<Employee> mstr=list.stream()\n.map(x-> {\n\tif(x.getLastName().startsWith(\"B\")) {\n\treturn new Employee(x.getFirstName(), x.getLastName().toUpperCase(),x.getSalary(),x.getDepartment());\n\t}else {\n\t\treturn new Employee(x.getFirstName(), x.getLastName(),x.getSalary(),x.getDepartment());\n\n\t}\n\t//return new Employee(x.getFirstName(), x.getLastName(),x.getSalary(),x.getDepartment());\n\t});\nStream<Employee> mstr1=list.stream()\n.map(x-> {\n\tif(x.getLastName().startsWith(\"B\")) {\n\treturn new Employee(x.getFirstName(), x.getLastName().toUpperCase(),x.getSalary(),x.getDepartment());\n\t}else {\n\t\treturn new Employee(x.getFirstName(), x.getLastName(),x.getSalary(),x.getDepartment());\n\n\t}\n\t//return new Employee(x.getFirstName(), x.getLastName(),x.getSalary(),x.getDepartment());\n\t});\n\n\n\n\n\nSystem.out.println(\n \"\\nJoining in Employees \\n\\n\"+\nmstr\n.map( Employee::toString)\n.collect(Collectors.joining()));\n\nSystem.out.println(\n \"\\nJoining in Employees with separator\\n\\n\"+\nmstr1\n.map( Employee::toString)\n.collect(Collectors.joining(\"---\\n---\")));\n\n\n\n\nSystem.out.printf(\n \"\\nEmploying with Last Name starting with I, sorted and without duplicate upper case \\n\\n\");\n\nlist.stream()\n.filter(s -> s.getLastName().startsWith(\"I\")||s.getLastName().startsWith(\"i\"))\n.map(e->e.getLastName())\n.sorted()\n.distinct()\n.forEach(System.out::println);\n\nSystem.out.printf(\n \"\\nAverage of Salary %.1f\\n\",\nlist.stream()\n.map(e->e.getSalary()/list.size())\n.reduce(0.0, (x,y)->x+y)\n.doubleValue());\n\nSystem.out.printf(\n \"\\nAverage of Salary %.1f\\n\",\nlist.stream()\n.mapToDouble(Employee::getSalary)\n.average().getAsDouble());\n\nSystem.out.printf(\n \"\\nAverage of Salary %.1f\\n\",\nlist.stream()\n.collect(Collectors.averagingDouble(Employee::getSalary)));\n\nSystem.out.printf(\n \"\\nTotal of Salary %.1f\\n\",\nlist.stream()\n.map(e->e.getSalary())\n.reduce(0.0, (x,y)->x+y)\n.doubleValue());\n\nSystem.out.printf(\n \"\\nFirstname of All Employees\\n\\n\");\n\nlist.stream()\n.map(e->e.getFirstName())\n.forEach(System.out::println);\n\nSystem.out.printf(\n \"\\nInfinite even numbers print the 20 first\\n\\n\");\nIntStream \n\n.iterate(0, i -> i + 2)\n.limit(20)\n.forEach(System.out::println); \n\n \t \n \n }", "public Staff findHighestEarningLabour() {\n Staff highest = new Labourer(null,0,null,0,0);\n \n for (int i = 0; i < staffList.length; i++) { \n if (staffList[i] instanceof Labourer) {\n if (((Labourer)staffList[i]).getWage() >= ((Labourer)highest).getWage()){\n highest = staffList[i];\n }\n }\n }\n return highest;\n }", "public int compare(Employee e1,Employee e2){\n\t\t\t\t\treturn e1.getNumber()-e2.getNumber();\r\n\t\t\t\t}", "@Override\n\tpublic void computeSalary(int empid) {\n\t\t\n\t}", "public static void main(String[] args) {\n\n\t\tlong largestSum = 0; \n\t\t\n\t\tfor(int a=1;a<100;a++)\n\t\t{\n\t\t\tfor(int b=1;b<100;b++)\n\t\t\t{\n\t\t\t\tBigInteger A = new BigInteger(a+\"\"),B = new BigInteger(b+\"\");\n\t\t\t\t\n\t\t\t\tBigInteger Result = A.pow(b);\n\t\t\t\tif(largestSum<SumOfDigitsInAString(Result.toString()))\n\t\t\t\t{\n\t\t\t\t\tlargestSum = SumOfDigitsInAString(Result.toString());\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\tSystem.out.println(SumOfDigitsInAString(Result.toString()));\n\t\t\tSystem.out.println(\"a : \" + a + \"b : \" + b);\t\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(largestSum);\n\t}", "public Double calculateMatchingSalary(Long candidateSalaryFrom,\n Long candidateSalaryTo,\n Long compSalaryFrom,\n Long compSalaryTo) {\n\n try {\n if (Objects.equals(compSalaryFrom, candidateSalaryFrom)\n ||(candidateSalaryTo != null && candidateSalaryTo <= compSalaryFrom)){\n return (double) 100;\n } else if (compSalaryTo != null && Objects.equals(candidateSalaryFrom, compSalaryTo)) {\n return (double) 50;\n } else return (double) 0;\n } catch (Exception ex) {\n logger.error(\"Candidate Salary from or Company Salary from cannot be null || \" + ex.getMessage());\n throw new IllegalArgumentException(\"Wrong Arguments\");\n\n\n }\n }", "public int compare(Employee e1,Employee e2){\n\t\t\t\treturn e1.getNumber()-e2.getNumber();\r\n\t\t\t}", "@Test\n public void getHourlySalaryTest() {\n double expected = 16.0;\n\n assertEquals(\"The expected value of the hourly salary does not match the actual: \"\n , expected, e1.getHourlySalary(), .01);\n }", "public boolean not3TimesHigher() {\n\t\tArrayList<Double> temp=averageSalaries();\n\t\tfor(int i=0;i<temp.size();i++) {\n\t\t\tdouble selectOne= temp.get(i);//choose the select employee\n\t\t\ttemp.remove(i);//remove the select one's salary\n\t\t\tdouble[] otherEmployees=new double[temp.size()];\n\t\t\tfor(int j=0;j<otherEmployees.length;j++) {\n\t\t\t\totherEmployees[j]=temp.get(j);\n\t\t\t}\n\t\t\ttemp.add(i,selectOne);//add the salary whose selected last time.\n\t\t\ttry{\n\t\t\t\tif(selectOne>(average(otherEmployees)*3)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t}catch(IllegalArgumentException e) {\n\t\t\t\tSystem.out.println(\"There is something wrong with input\");\n\t\t\t}\n\t\t}\n\t return true;\n\t}", "public static void main(String[]args) {\n\tint max = 0;\r\n\r\n\tfor(int i = 999; i >= 900; i--) {\r\n\tfor(int j = 999; j >= 900; j--) {\r\n\t\tif(isPalindrome(i*j) && i*j > max) max = i*j;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tSystem.out.println(\"The largest palindrome made from the product of two 3-digit numbers: \" + max);\r\n\t}", "public boolean employeeSalaryInTheCorrectRange(RoleAndSeniority ras, BigDecimal salary) {\n\t\tSeniority s = rasRepo.findSeniority(ras.getRasId());\n\t\treturn (salary.compareTo(s.getSalaryMin()) >= 0) ? (salary.compareTo(s.getSalaryMax()) <= 0) ? true : false : false;\n\t}", "public static void setMaxPlayerSalary(double maxPlayerSalary) {\r\n BudgetRegulations.maxPlayerSalary = maxPlayerSalary;\r\n }", "public static boolean checkPlayerSalary(double playerSalary){\r\n return maxPlayerSalary >= playerSalary && playerSalary >= minPlayerSalary;\r\n }", "public static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\n\t\t// Prompt user to enter the number of students\n\t\tSystem.out.print(\"Enter the number of students: \");\n\t\tint numberOfStudents = input.nextInt();\n\n\t\tdouble score, \t\t\t\t// Holds student's score\t\t\n\t\t\thighest = 0, \t\t\t// Highest score \n\t\t\tsecondHighest = 0;\t\t// Second highest score\n\t\tString name = \"\", \t\t\t// Holds student's name\n\t\t\tstudent1 = \"\", \t\t\t// Highest scoring student name\n\t\t\tstudent2 = \"\";\t\t\t// Second highest scoring student name\n\t\t\n\t\t// Prompt user to enter name and score of each student\n\t\tfor (int i = 0; i < numberOfStudents; i++) {\n\t\t\tSystem.out.print(\n\t\t\t\t\"Enter a student name: \");\n\t\t\tname = input.next();\n\t\t\tSystem.out.print(\"Enter a student score: \");\n\t\t\tscore = input.nextInt();\n\n\t\t\tif (i == 0) {\n\t\t\t\t// Make the first student the highest scoring student so far\n\t\t\t\thighest = score;\n\t\t\t\tstudent1 = name;\n\t\t\t}\n\t\t\telse if (i == 1 && score > highest) {\n\t\t\t\t/* Second student entered scored \n\t\t\t\t * higher than first student */\n\t\t\t\tsecondHighest = highest;\n\t\t\t\thighest = score;\n\t\t\t\tstudent2 = student1;\n\t\t\t\tstudent1 = name;\n\t\t\t}\n\t\t\telse if (i == 1) {\n\t\t\t\t/* Second student entered scored\n\t\t\t\t * lower than first student */\n\t\t\t\tsecondHighest = score;\n\t\t\t\tstudent2 = name;\n\t\t\t}\t\t\n\t\t\telse if (i > 1 && score > highest && score > secondHighest) {\n\t\t\t\t// Last student entered has the highest score \n\t\t\t\tsecondHighest = highest;\n\t\t\t\tstudent2 = student1;\n\t\t\t\thighest = score;\n\t\t\t\tstudent1 = name;\n\t\t\t}\n\t\t\telse if (i > 1 && score > secondHighest) {\n\t\t\t\t// Last student entered has the second highest score \n\t\t\t\tstudent2 = name;\n\t\t\t\tsecondHighest = score;\n\t\t\t}\n\t\t}\n\n\t\t/* Display the student with the highest score \n\t\t * and the student with the second highest score. */\n\t\tSystem.out.println(\n\t\t\t\"Top two students: \\n\" +\n\t\t\tstudent1 + \"'s score is \" + highest + \"\\n\" + \n\t\t\tstudent2 + \"'s score is \" + secondHighest);\n\t\n\t\tinput.close();\n\t}", "public static void main(String[] args) {\n\t\tList<Employee> list = new ArrayList<Employee>();\r\n\t\tlist.add(new Employee(\"Ashish\", new Integer(37), new Double(373727)));\r\n\t\tlist.add(new Employee(\"Ashish\", new Integer(37), new Double(373)));\r\n\t\tlist.add(new Employee(\"Rakesh\", new Integer(37), new Double(373727)));\r\n\r\n\t\tlist.add(new Employee(\"Sakal\", new Integer(25), new Double(3434737)));\r\n\t\tlist.add(new Employee(\"Manish\", new Integer(26), new Double(373727)));\r\n\t\tlist.add(new Employee(\"Manish\", new Integer(37), new Double(373727)));\r\n\r\n\t\t// In collections class one sort method is there which taking two\r\n\t\t// argument\r\n\t\t// one list one one comparator type so here\r\n\t\t// SortBasedOnNameAgeAndSalary is comparator type note: sortimg in\r\n\t\t// assending\r\n\r\n\t\tCollections.sort(list, new SortBasedOnNameAgeAndSalary());\r\n\t\tSystem.out.println(\"after Sorting\" + list);\r\n\t\t// Here i am iterating list and getting sorted result\r\n\t\tfor (Employee employee : list) {\r\n\t\t\tSystem.out.println(employee);\r\n\t\t}\r\n\t}", "public double getBiweeklySalary(){\r\n return this.employeeSalary / 26;\r\n }", "public static void main(String[] args){\n int emp_id;\n String emp_name;\n float basic_salary,HRA ,DA,TA,PF,Gross;\n\n Scanner scanner = new Scanner(System.in);\n emp_id = scanner.nextInt();\n System.out.println(\"Input employee id : \");\n\n emp_name = scanner.next();\n System.out.println(\"Input employee name: \");\n\n basic_salary = scanner.nextFloat();\n System.out.println(\"Input employee basic salary\");\n HRA = (basic_salary*10)/100;\n DA = (basic_salary*8)/100;\n TA = (basic_salary*9)/100;\n PF = (basic_salary*20)/100;\n Gross = (basic_salary + HRA + TA + DA - PF);\n\n System.out.println(\"HRA 10% of basic salary:\" +HRA);\n System.out.println(\"DA 8% of basic salary:\" +DA);\n System.out.println(\"TA 9% of basic salary:\" +TA);\n System.out.println(\"PF 20% of basic salary:\" +PF);\n System.out.println(\"Gross basic salary + HRA + DA + TA - PF :\" + Gross);\n\n\n }", "public static double max(double a, double b) {\t\n\t\treturn ((a>b)?a:b);\n\t}", "public void salary() {\n System.out.print(\"Wage: \");\n double wage = in.nextDouble();\n System.out.print(\"Hours: \");\n double hours = in.nextDouble();\n final double REG_HOURS = 40;\n final double OVERTIME_MULTIPLIER = 0.5;\n\n double salary = wage * hours;\n if (hours > REG_HOURS) {\n salary += (hours - REG_HOURS) * wage * OVERTIME_MULTIPLIER;\n }\n\n System.out.printf(\"\\nYou'll make $%,.2f this week.\\n\\n\", salary);\n }", "public double showSalary() {\n return super.showSalary() * 1.2;\n }", "public double getMaximum()\n {\n return Math.max(first, second);\n }", "public static void main(String[] args) {\n\t\tint []prices = {1, 2, 3, 0, 2,20};\n\t\tSystem.out.println(maxProfit(prices));\n\t}", "int getSalary();", "public static void main(String[] args) {\n int n = Integer.parseInt(JOptionPane.showInputDialog(\"Enter Number of Staff on Payroll\"));\n for (int i =0; i<n;i++){\n int salary = Integer.parseInt(JOptionPane.showInputDialog(\"Enter Basic Salary of Staff\"));\n double ta = (10/100)*salary;\n double ha = (15.5/100)*salary;\n int m = 500;\n int y = Integer.parseInt(JOptionPane.showInputDialog(\"Enter Numbers of year of Staff with the organisation\"));\n double lsa;\n if (y>10){\n lsa = (2/100)*salary;\n }\n else{\n lsa = 0;}\n double netpay = salary + ta + ha + m+ lsa;\n JOptionPane.showMessageDialog(null,\"Staff salary is \"+ salary + \"with netpay of \"+ netpay, \"Netpay\",JOptionPane.INFORMATION_MESSAGE);\n }\n }", "public double getHighestGrade(){\n double highestGrade = 0;\n for (int i = 0; i<students.size(); i++){\n if (students.get(i).getGrades()> highestGrade)\n highestGrade = students.get(i).getGrades();\n }// end for\n return highestGrade;\n }", "public void biggestPalindromeNumber() {\n\t\tint temp = 0;\n\t\tfor (int i = 0; i < palindromeNumbers.size(); i++) {\n\t\t\tfor (int j = 1; j < palindromeNumbers.size(); j++) {\n\t\t\t\tif (palindromeNumbers.get(j) > palindromeNumbers.get(i)) {\n\t\t\t\t\ttemp = palindromeNumbers.get(j);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"Largest Palindrome : \" + temp);\n\t}", "public static Employee [] getEmployeeSalary(Connection conn, int input_emp_no) {\n//\t\t\tWe are using some code from the get employee by last name\n\t\t\tEmployee [] empSalaryQuery = new Employee[1];\n\n\t\t\ttry {\n\n\t\t\t\t// Create an SQL query that uses the procedure stored in the procedures.sql file \n//\t\t\t\tStoring the input from the user into the query\n\t\t\t\tString sql = \"CALL getEmployeeSalary(\\\"\" + input_emp_no + \"\\\")\"; \n\t\t\t\t// Create an SQL query\n\t\t\t\tStatement st = conn.createStatement();\n\t\t\t\t// generate a result \n\t\t\t\tResultSet rs = st.executeQuery(sql);\n\n//\t\t\t\tcalling the database results and printing it to the console\n\t\t\t\twhile (rs.next()) {\n\t\t\t\t\tint emp_no = rs.getInt(\"emp_no\");\n\t\t\t\t\tint salary = rs.getInt(\"salary\");\n\t\t\t System.out.println(emp_no + \"\\t\" + salary);\n\t\t\t\t}\n\t\t\t\t// close the result and the statement\n\t\t\t\trs.close();\n\n\t\t\t\tst.close();\n\n\t\t\t}\n\n\t\t\tcatch (SQLException e) {\n\n\t\t\t\tSystem.out.println(\"Error in getEmployeeSalary\");\n\n\t\t\t\te.printStackTrace();\n\n\t\t\t}\n\n\t\t\treturn empSalaryQuery;\n\t\t}", "public static void main(String[] args) {\n\t\t\tEmp e1=new Emp(101,\"Sree\",0);\n\t\tEmp e2=new Emp(201,\"krishna\",2300);\n\t\tEmp e3=new Emp(301,\"Aravind\",4300);\n\t\tEmp e4=new Emp(401,\"Aravind\",5400);\n\t\tEmp e5=new Emp(501,\"Aravind\",6400);\n\t\t\n\t\tList<Emp> al=new ArrayList();\n\t\tal.add(e1);al.add(e2);al.add(e3);al.add(e4);al.add(e5);\n\t\t\n\t\t//Exception handling in streams\n\t\tal.stream().map(x->except(x)).forEach(x->{\n\t\t\tSystem.out.println(x.getName()+\"---\"+x.getSal());\n\t\t});\n\t\t\n\t\t//Increase Salary with the external method in streams.\n\t\tal.stream().map(x->increaseSal(x)).forEach(x->{\n\t\t\tSystem.out.println(x.getName()+\"---\"+x.getSal());\n\t\t});\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t}", "public static void main(String[] args) {\n\t\t\n\t\tint[] arr = {2, 3, 10, 6, 4, 8, 1};\n\t\tint[] arr2 = {7, 9, 5, 6, 3, 2};\n\t\t\n\t\tint maxDiff = maxDifference(arr2);\n\t\tSystem.out.println(\"Max Difference: \"+ maxDiff); \n\n\t}", "@Override\n\tpublic int compareTo(Object arg0) {\n\t\tEmployee other = (Employee) arg0;\n\t\tif (salary < other.salary) return -1;\n\t\tif (salary > other.salary) return 1;\n\t\treturn 0;\n\t}", "public static int computeEmpWageForCompany(String company ,int empRate,int numOfDays,int maxHrs) {\n\n int empHrs = 0;\n int totalEmpHrs = 0;\n int totalWorkingDays = 0;\n\n while (totalEmpHrs < maxHrs && totalWorkingDays < numOfDays) {\n totalWorkingDays ++;\n System.out.println(\"Day:\" + totalWorkingDays);\n\n int empCheck = (int) Math.floor(Math.random() * 10) % 3;\n switch (empCheck) {\n case IS_PART_TIME:\n System.out.println(\"Empcheck is 1 (parttime)\");\n empHrs = 4;\n break;\n case IS_FULL_TIME:\n System.out.println(\"Empcheck is 2 (fulltime)\");\n empHrs = 8;\n break;\n default:\n System.out.println(\"Empcheck is 0\");\n empHrs = 0;\n }\n totalEmpHrs = (totalEmpHrs + empHrs);\n System.out.println(\"Day : \" +totalWorkingDays+ \"Employee hours:\" + empHrs);\n }\n int totalEmpWage =totalEmpHrs * empRate;\n System.out.println(\"Total Employee wage for company : \" +company+ \"is \"+totalEmpWage);\n return totalEmpWage;\n }", "public static void main(String[] args) {\n\t\tint arr[] = {2,4,11,5,8,1,9};\r\n\t\tint res = arr[1] - arr[0];\r\n\t\tfor(int i = 0; i < arr.length; i++) {\r\n\t\t\tfor(int j = i + 1; j < arr.length; j++) {\r\n\t\t\t\tres = Math.max(res, arr[j] - arr[i]);\r\n\t\t\t}\r\n\t\t}\r\n//\t\tSystem.out.println(first + \" : \" + last + \" : \" + max);\r\n\t\tSystem.out.println(res);\r\n\t}", "int max(int a,int b)\n {\n \t\n \tif(a>b)\n \t\treturn a;\n \telse\n \t\treturn b;\n \t\n }", "public static void setMaxRefereeSalary(double maxRefereeSalary) {\r\n BudgetRegulations.maxRefereeSalary = maxRefereeSalary;\r\n }", "public static void main(String[] args) {\n\t\tint[] prices = {200,80,100,3,5};\n\t\tSystem.out.println(maxProfit(prices));\n\n\t}", "public static void main(String[] args) {\n\t\t\n\t\tArrayList<Employe> ar=new ArrayList<Employe>();\n\t\t\n\t\tar.add(new Employe(\"chakri\",55000));\n\t\tar.add(new Employe(\"chakravarthi\",75000));\n\t\tar.add(new Employe(\"chak\",85000));\n\t\tar.add(new Employe(\"ec\",95000));\n\t\t\n\tPredicate<Employe> p=s->s.salary>55000;\n\tfor(Employe e1:ar)\n\t{\n\t\tif(p.test(e1))\n\t\t{\n\t\t\tSystem.out.println(e1.name + \"->\" + e1.salary);\n\t\t}\n\t}\n\t\t\n\t\t\n\n\t}", "public static void main(String[] args) {\n int k = 10 ;\n int[] prices = {1, 2, 3, 4, 5} ;\n\n Solution solution = new Solution();\n int i = solution.maxProfit(k, prices);\n\n System.out.println(\"the work is: \" + i);\n }", "public static void main(String[] args) {\n\t\tint arr [] = {1,2};\n\t\tint result = maxProfit(arr);\n\t\tSystem.out.println(result);\n\t\t\n\t}", "@Test\n public void increaseSalaryTest2() {\n e1.increaseSalary(0);\n double expected = 2432;\n\n assertEquals(\"The expected monthly salary after increasing the salary does not match the actual\",\n expected, e1.monthlySalary(), 0.001);\n }", "private int max(int lhs, int rhs){\n if(lhs > rhs){\n return lhs;\n } else {\n return rhs;\n }\n }", "public int _maxProfitAssignment(int[] difficulty, int[] profit, int[] worker) {\n Integer [] indexes = new Integer [difficulty.length];\n for (int idx = 0; idx < indexes.length; idx ++) indexes [idx] = idx;\n\n Arrays.sort(indexes, (a, b) -> difficulty [a] != difficulty [b] ?\n difficulty [a] - difficulty [b] :\n (profit [b] - profit [a]));\n // maxprofit is not working until we sort difficulty properly.\n\n int [] maxProfit = new int [profit.length];\n maxProfit [0] = profit [indexes [0]];\n\n for (int idx = 1; idx < indexes.length; idx ++)\n maxProfit [idx] = Math.max(maxProfit [idx - 1], profit [indexes [idx]]);\n\n int ans = 0;\n for (int val : worker) {\n int idx = binarySearch(indexes, difficulty, val);\n if (idx >= 0) ans += maxProfit [idx];\n }\n return ans;\n }", "@Test\n\tpublic void testFindHighestRentProperty() {\n\t\tBoard board = new Board(4);\n\t\tSquareProperty outer = (SquareProperty)board.getSquareFromBoard(84);\n\t\tSquareProperty inner = (SquareProperty)board.getSquareFromBoard(53);\n\t\touter.rent = 3000;\n\t\tinner.rent = 4000;\n\t\tBank ba = board.bank;\n\t\t\n\t\tint[] a = ba.findHighestRentProperty(3);\n\t\tint[] b = ba.findHighestRentProperty(4);\n\t\tassertTrue(\"findHighestRentProperty() works\",ba.repOk() && (outer.position == a[1] && outer.row == a[0]) && (inner.position == b[1] && inner.row == b[0]));\n\n\t\t\t\n\t}", "public abstract double salary();", "public static void main(String[] args) throws SQLException {\n\t\tint maxSalary=10000;\n\t\tnew EmpStatistics().printStatistics(maxSalary);\n\t\t\n\t\tmaxSalary=15000;\n\t\tnew EmpStatistics().printStatistics(maxSalary);\n\t\t}", "public static void main(String args[] ) throws Exception {\n int[] stockPricesYesterday = new int[] {10, 7, 5, 8, 11, 9};\n //{10, 6, 18, 7, 5, 8, 11, 9}\n System.out.println(findMaxProfit(stockPricesYesterday));\n\n }", "public static void main(String... args) {\n int[] a = {7, 5, 13, 2, 3, 8};\n System.out.println(maxProfit(a));\n }", "public static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tSystem.out.println(\"Please Enter your salary:\");\n\t\tint num1 = sc.nextInt();\n\t\t\n\t\tSystem.out.println(\"salary offered:\");\n\t\tint num2 = sc.nextInt();\n\t\t\n\t\tSystem.out.println(\" Current Leavs : \");\n\t\tint num3 = sc.nextInt();\n\t\t\n\t\tSystem.out.println(\"Leavs Offered:\");\n\t\tint num4 = sc.nextInt();\n\t\t\n\t\tif (num1 < num2) {\n\t\t\t\n\t\t\tSystem.out.println(\"Join the company\");\n\t\t}\n\t\telse \n\t\t{\n\t\t\tSystem.out.println(\" DO not join.\");\n\t\t}\n\t\t\n\t\t\n\t\tSystem.out.println((num1 < num2 ) || (num3 < num4));\n\t\tSystem.out.println((num1 < num2 ) && (num3 < num4));\n\t}", "@Override\r\n\tpublic Employee getEmployeeBySalary(Long salary) {\n\t\treturn employeeDao.getEmployeeBySalary(salary);\r\n\t}", "public void setSalary(double salary) {\r\n\t\tthis.salary = salary;\r\n\t}", "public static double calculateEmployeePension(int employeeSalaryForBenefits) {\n double total = 0;\n try {\n Scanner stdin = new Scanner(System.in);\n\n System.out.println(\"Please enter start date in format (example: May,2015): \");\n String joiningDate = stdin.nextLine();\n System.out.println(\"Please enter today's date in format (example: August,2017): \");\n String todayDate = stdin.nextLine();\n String convertedJoiningDate = DateConversion.convertDate(joiningDate);\n String convertedTodayDate = DateConversion.convertDate(todayDate);\n stdin.close();\n String[] actualDateToday = convertedTodayDate.split(\"/\");\n String[] actualJoiningDate = convertedJoiningDate.split(\"/\");\n\n Integer yearsEmployed = Integer.valueOf(actualDateToday[1]) - Integer.valueOf(actualJoiningDate[1]);\n\n if ( Integer.valueOf(actualJoiningDate[0]) > Integer.valueOf(actualDateToday[0]) ) {\n yearsEmployed--;\n }\n\n total = (((employeeSalaryForBenefits * 12) * 0.05) * yearsEmployed);\n\n\n\n\n System.out.println(\"Total pension to receive by employee based on \" + yearsEmployed + \" years with the company \" +\n \"(5% of yearly salary for each year, based on employee's monthly salary of $\" + employeeSalaryForBenefits + \"): \" + total);\n\n }\n catch (NumberFormatException e) {\n e.printStackTrace();\n }\n return total;\n }", "@Override \n public int compare(Object o1, Object o2) {\n \tEmployee e1 = (Employee) o1;\n \tEmployee e2 = (Employee) o2;\n \treturn e1.getEmp_no().compareTo(e2.getEmp_no());\n }", "public static void main(String[] args) {\n\n Employee e1 = new Employee(\"hewenjie\",10);\n Employee e2 = e1;\n e2.setName(\"e233\");\n System.out.println(e1.getName());\n //Comparator.comparing()\n //ArrayList list = new ArrayList();\n //list.forEach(o -> System.out.println(o.toString()));\n // int sum = 0;\n // list.forEach(i -> {sum += i;});\n }", "@Override\n\tpublic int compare(User o1, User o2) {\n\t\t/*if (o1.getSalary() >= o2.getSalary()) {\n\t\t\treturn 1;\n\t\t} else {\n\t\t\treturn -1;\n\t\t}\n\t\t*/\n\t\treturn o1.getSalary()-o2.getSalary();\n\t}", "public static void main(String[] args) {\n\t\tint a[] = { 80, 2, 6, 3, 100 };\n\t\tint smaller = a[0];\n\t\tint larger = a[0];\n\t\tint maxDiff = 0;\n\t\tfor (int i = 1; i < a.length; i++) {\n\t\t\tif (a[i] < smaller) {\n\t\t\t\tsmaller = a[i];\n\t\t\t} else if (a[i] > larger) {\n\t\t\t\tlarger = a[i];\n\t\t\t\tif (maxDiff < (larger - smaller)) {\n\t\t\t\t\tmaxDiff = larger - smaller;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"Max difference is => \" + maxDiff);\n\t}", "public void updateEmployeeSalaryInDBThenInList(String name, double salary) throws CustomPayrollException {\n\t\tint result = normalisedDBServiceObj.updateEmployeeData(name, salary);\n\t\tif (result == 0) {\n\t\t\treturn;\n\t\t}\n\t\tContact contact = this.getEmployeePayrollData(name);\n\t\tif (contact != null)\n\t\t\tcontact.salary = salary;\n\t}", "public static void main(String[] args) {\n String inputLine = \"\";\n char action = ' ';\n Employee[] employees = new Employee[] {\n new Employee(\"John\", \"+1-518-383-9901\", 9000),\n new Employee(\"Tom\", \"+1-518-383-6664\", 12000),\n new Employee(\"Diane\", \"+1-518-383-4025\", 5000),\n new Employee(\"Robert\", \"+1-518-383-7971\", 16000),\n new Employee(\"Patrick\", \"+1-518-383-5503\", 7000),\n new Employee(\"David\", \"+1-518-383-9905\", 8000),\n new Employee(\"Kate\", \"+1-518-383-3334\", 2000),\n new Employee(\"Mary\", \"+1-518-383-4545\", 4500),\n new Employee(\"Steven\", \"+1-518-383-7845\", 3500),\n new Employee(\"Bill\", \"+1-518-383-0456\", 7500),\n new Employee(\"Peter\", \"+1-518-383-3578\", 2500),\n new Employee(\"Mike\", \"+1-518-383-3895\", 3500),\n new Employee(\"Amanda\", \"+1-518-383-1001\", 4000)\n } ;\n Company company = new Company(\"1741 Technology Drive, Suite 400, San Jose, California 95110\", \"+1-408-273-8900\", employees);\n\n while (true) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n System.out.println(\"Input 1 to add new employee/ Input 2 to remove employee / Input 3 to get list of company employees\");\n System.out.println(\"Input 3 to print sum of all salaries/ Input 4 to print average salary / Input 5 to print employee name with the highest salary\");\n System.out.println(\"Input 7 to Exit\");\n inputLine = br.readLine();\n action = inputLine.charAt(0);\n\n switch (action) {\n case '1':\n System.out.print(\"Input employee name: \");\n String name = br.readLine();\n System.out.print(\"Input employee phone: \");\n String phone = br.readLine();\n System.out.print(\"Input employee salary: \");\n String salaryStr = br.readLine();\n int salary = Integer.parseInt(salaryStr);\n Employee emp = new Employee(name, phone, salary);\n company.addEmployee(emp);\n break;\n case '2':\n System.out.println(\"Input name of employee to remove\");\n String employeeName = br.readLine();\n company.removeEmployee(employeeName);\n break;\n case '3':\n System.out.println(\"Here is list of all company employees\");\n company.printEmployees();\n break;\n case '4':\n System.out.println(\"Sum of all salaries is \" + company.getSumOfAllSalaries());\n break;\n case '5':\n System.out.println(\"Average company salary is \" + company.getAverageSalary());\n break;\n case '6':\n System.out.println(\"Employee name with the highest salary is \" + company.getEmployeeNameWithMaxSalary());\n break;\n case '7': System.exit(0);\n default:\n System.out.println(\"You have written wrong or not supported action!\");\n break;\n }\n }\n catch (NumberFormatException e) {\n System.out.println(\"You entered non-number salary for employee!\");\n }\n catch (IOException e) {\n e.printStackTrace();\n }\n }\n }", "public static void main(String[] args)\n\t{\n\t\tint sum, max = Integer.MIN_VALUE, maxId = Integer.MIN_VALUE, min = Integer.MAX_VALUE, minId = Integer.MAX_VALUE;\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tSystem.out.print(\"How many entries are there? \");\n\t\tint enteries = scan.nextInt();\n\t\tint[] sales = new int[enteries];\n\n\t\tfor (int i = 0; i < enteries; i++)\n\t\t{\n\t\t\tSystem.out.print(\"Enter sales for salesperson \" + (i + 1) + \": \");\n\t\t\tsales[i] = scan.nextInt();\n\t\t\t// max if\n\t\t\tif (sales[i] > max)\n\t\t\t{\n\t\t\t\tmax = sales[i];\n\t\t\t\tmaxId = i;\n\t\t\t}\n\t\t\t// min if\n\t\t\tif (sales[i] < min)\n\t\t\t{\n\t\t\t\tmin = sales[i];\n\t\t\t\tminId = i;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\\nSalesperson Sales\");\n\t\tSystem.out.println(\" ------------------ \");\n\t\tsum = 0;\n\t\tfor (int i = 0; i < sales.length; i++)\n\t\t{\n\t\t\tSystem.out.println(\" \" + (i + 1) + \" \" + sales[i]);\n\t\t\tsum += sales[i];\n\t\t}\n\t\tSystem.out.println(\"\\nTotal sales: \" + sum);\n\t\tSystem.out.println(\"Average sales: \" + (double) sum / 5);\n\t\tSystem.out.println(\"Salesperson \" + maxId + \" had the highest sale with \" + max);\n\t\tSystem.out.println(\"Salesperson \" + minId + \" had the lowest sale with \" + min);\n\t\tSystem.out.println(\"Enter a number: \");\n\t\tint excede = scan.nextInt();\n\t\tint peopleExceded = 0;\n\t\tfor (int i = 0; i < sales.length; i++)\n\t\t{\n\t\t\tif (sales[i] > excede)\n\t\t\t{\n\t\t\t\tSystem.out.println(\"Salesperson \" + (i + 1) + \" exceded \" + excede + \" by selling \" + sales[i]);\n\t\t\t\tpeopleExceded++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"A total of \" + peopleExceded + \" exceded \" + excede + \" sales.\");\n\t\tscan.close();\n\t}", "public void setSalary(double salary) {\n this.salary = salary;\n }", "public void setSalary(double salary) {\n this.salary = salary;\n }", "public static void greatestIncomeAfterSavings(double [] house1, double [] house2, double [] house3) {\n\t\t //Greatest income after expenditure\n if (house1[1] > 0 && house1[1] >= house2[1]) \n maxAfterExp = house1[1];\n else \n maxAfterExp = house2[1];\n if (house3[1] > maxAfterExp) \n maxAfterExp = house3[1]; \n System.out.println(\"After savings: \" + maxAfterExp);\n\t}", "private static double checkTheMultiplier(double salaryIncrease, double tax, int salary, double multiplier){\n\n while(salaryIncrease > tax){\n salaryIncrease= salary*multiplier - salary;\n multiplier -= 0.01;\n }\n return salary+salaryIncrease;\n }", "public float calculate_salary() {\r\n\t\tfloat calculate = 1000 + this.calculate_benefits();\r\n\t\treturn calculate;\r\n\t}", "@Test\n public void increaseSalaryTest() {\n e1.increaseSalary(15);\n double expected = 2796.80;\n\n assertEquals(\"The expected monthly salary after increasing the salary does not match the actual\",\n expected, e1.monthlySalary(), 0.001);\n }", "public double getSalary() {\r\n\t\treturn this.salary;\r\n\t}", "public void setSalary(double salary) {\r\n this.salary = salary;\r\n }", "@EpiTest(testDataFile = \"buy_and_sell_stock.tsv\")\n public static double computeMaxProfit(List<Double> prices) {\n\t Double min_price = Double.MAX_VALUE;\n\t double max_profit = 0;\n\t \n\t for(Double price : prices) {\n\t\t if(price< min_price) {\n\t\t\t min_price = price;\n\t\t }else {\n\t\t\t max_profit = Math.max(max_profit, price - min_price);\n\t\t }\n\t }\n return max_profit;\n }", "public static void main(String[] args) throws NullPointerException {\n\n\t\t// default constructor\n\t\tEmployeeInfo employeeInfo = new EmployeeInfo();\n\t\tEmployeeInfo employeeInfo1 = new EmployeeInfo(\" FORTUNE COMPANY \");\n\n\t\tEmployeeInfo emp1 = new EmployeeInfo(1, \"Abrah Lincoln\", \"Accounts\", \"Manager\", \"Hodgenville, KY\");\n\t\tEmployeeInfo emp2 = new EmployeeInfo(2, \"John F Kenedey\", \"Marketing\", \"Executive\", \"Brookline, MA\");\n\t\tEmployeeInfo emp3 = new EmployeeInfo(3, \"Franklin D Rossevelt\", \"Customer Realation\", \"Assistnt Manager\",\n\t\t\t\t\"Hyde Park, NY\");\n\n\n\t\t// Printing Employee information in this pattern\n\t\t// \"ID Name Number Department Position Years Worked Pension Bonus Total salary \"\n\n\t\tSystem.out.println(emp1.employeeId() + \"\\t\" + emp1.employeeName() + \"\\t\\t\" + emp1.getDepartment() + \"\\t\\t\"\n\t\t\t\t+ emp1.getJobTitle() + \"\\t\\t\\t\" + emp1.getYearsWorked() + \"\\t\\t\" + emp1.calculateEmployeePension()\n\t\t\t\t+ \"\\t\" + emp1.calculateEmployeeBonus() + \"\\t\\t\" + emp1.calculateSalary());\n\n\t\tSystem.out.println(emp2.employeeId() + \"\\t\" + emp2.employeeName() + \"\\t\\t\" + emp2.getDepartment() + \"\\t\\t\"\n\t\t\t\t+ emp2.getJobTitle() + \"\\t\\t\" + emp2.getYearsWorked() + \"\\t\\t\" + emp2.calculateEmployeePension() + \"\\t \"\n\t\t\t\t+ emp2.calculateEmployeeBonus() + \"\\t\\t\" + emp2.calculateSalary());\n\n\t\tSystem.out.println(emp3.employeeId() + \"\\t\" + emp3.employeeName() + \"\\t\" + emp3.getDepartment() + \"\\t\"\n\t\t\t\t+ emp3.getJobTitle() + \"\\t\" + emp3.getYearsWorked() + \"\\t\\t \" + emp3.calculateEmployeePension() + \"\\t\"\n\t\t\t\t+ emp3.calculateEmployeeBonus() + \" \\t\\t\" + emp3.calculateSalary());\n\n\n\n\t}", "float getMonthlySalary();", "public static List<Integer> max(List<Integer> a, List<Integer> b) {\n List<Integer> max=new ArrayList<>();\n Integer maxList1=a.get(0);\n Integer maxList2=b.get(0);\n for (int i=0;i<a.size();i++) {\n if ( a.get(i)>maxList1) {\n maxList1=a.get(i);\n }\n\n }\n for (int i=1;i<b.size();i++){\n if (b.get(i)>maxList2){\n maxList2=b.get(i);\n }\n }\n max.add(maxList1);\n max.add(maxList2);\n\n return max;\n }", "public Integer getWishMaxSalary() {\n return wishMaxSalary;\n }", "public static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\t// Employers DATA BASE ----------------------------\n\t\t\n\t\temployee emp1 = new employee();\n\t\temp1.Name = \"John Billa\";\n\t\temp1.employeeCode = 001;\n\t\t\n\t\temployee emp2 = new employee();\n\t\temp2.Name = \"Anthony Woods\";\n\t\temp2.employeeCode = 002;\n\t\t\n\t\temployee emp3 = new employee();\n\t\temp3.Name = \"Jessica Underwood\";\n\t\temp3.employeeCode = 003;\n\t\t\t\t\n\t\t// End of Employers DATA BASE ---------------------\n\t\t\n\t\tSystem.out.println(\"Welcome! Please insert your EmployeeCode:\");\n\t\tint codeEnter = sc.nextInt();\n\t\t\n\t\tif(codeEnter == 001) {\n\t\t\tSystem.out.println(\"======================================================= \");\n\t\t\tSystem.out.println(\"Welcome \" + emp1.Name + \" we hope you have a nice day of work.\");\n\t\t}\n\t\telse if(codeEnter == 002) {\n\t\t\tSystem.out.println(\"======================================================= \");\n\t\t\tSystem.out.println(\"Welcome \" + emp2.Name + \" we hope you have a nice day of work.\");\n\t\t}\n\t\telse if(codeEnter == 003) {\n\t\t\tSystem.out.println(\"======================================================= \");\n\t\t\tSystem.out.println(\"Welcome \" + emp3.Name + \" we hope you have a nice day of work.\");\n\t\t}\n\t\t\n\t\telse {\n\t\t\tSystem.out.println(\"ERROR!!! ERROR!!!\");\n\t\t\twhile (codeEnter > 003) {\n\t\t\t\tSystem.out.println(\"=====================================\");\n\t\t\t\tSystem.out.println(\"Insert Again your EmployeeCode\");\n\t\t\t\tcodeEnter = sc.nextInt();\n\t\t\t\t\n\t\t\t\tif(codeEnter == 001) {\n\t\t\t\t\tSystem.out.println(\"======================================================= \");\n\t\t\t\t\tSystem.out.println(\"Welcome \" + emp1.Name + \" we hope you have a nice day of work.\");\n\t\t\t\t}\n\t\t\t\telse if(codeEnter == 002) {\n\t\t\t\t\tSystem.out.println(\"======================================================= \");\n\t\t\t\t\tSystem.out.println(\"Welcome \" + emp2.Name + \" we hope you have a nice day of work.\");\n\t\t\t\t}\n\t\t\t\telse if(codeEnter == 003) {\n\t\t\t\t\tSystem.out.println(\"======================================================= \");\n\t\t\t\t\tSystem.out.println(\"Welcome \" + emp3.Name + \" we hope you have a nice day of work.\");\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t}\n\t\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(\"======================================================= \");\n\t\tSystem.out.println(\"\");\n\t\t\n\t\tif (codeEnter == 001) {\n\t\t\tSystem.out.println(emp1.Name + \", what would you like to do?\");\n\t\t}\n\t\t\n\t\telse if (codeEnter == 002) {\n\t\t\tSystem.out.println(emp2.Name + \", what would you like to do?\");\n\t\t}\n\t\t\n\t\telse {\n\t\t\tSystem.out.println(emp3.Name + \", what would you like to do?\");\n\t\t}\n\t\t\n\n\t\tSystem.out.println(\"\");\n\t\tSystem.out.println(\"1. New Delivery\");\n\t\tSystem.out.println(\"2. New Client\");\n\t\tSystem.out.println(\"3. Exit System\");\n\t\t\n\t\tint employeeChoice = sc.nextInt();\n\t\t\n\t\tswitch(employeeChoice){\n\t\t\tcase 1: \n\t\t\t\tfor (int i = 0; i < 4; i++) {\n\t\t\t\t\tSystem.out.println(\"\");\n\t\t\t\t}\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tbreak;\n\t\t\tcase 2: \n\t\t\t\tSystem.out.println(\"2\");\n\t\t\t\tbreak;\n\t\t\tcase 3:\n\t\t\t\tSystem.out.println(\"3\");\n\t\t\t\tbreak;\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\tsc.close();\n\t}", "public static void EmployeeTest()\r\n\t{\n\t\t\tScanner getVar = new Scanner(System.in);\r\n\t\t\tScanner input = new Scanner(System.in);\r\n\t\t\t\r\n\t\t\t//Arrays to hold final values.\r\n\t\t\tString[] employeeNameArr = new String[100];\r\n\t\t\tdouble[] employeeSalArr = new double[100];\r\n\t\t\t\r\n\t\t\t//Variable for user choice.\r\n\t\t\tint choice;\r\n\t\t\t\r\n\t\t\t//Loop the menu until exit.\r\n\t\t\twhile(true)\r\n\t\t\t{\r\n\t\t\t\t//Creating the menu.\r\n\t\t\t\tSystem.out.println(\"1. Create employee\\n2. Give Employee 10% Raise\\n3. Display Employees\\n4. Exit\");\r\n\t\t\t\t\r\n\t\t\t\tSystem.out.print(\"Enter a choice: \");\r\n\t\t\t\tchoice = input.nextInt();\r\n\t\t\t\t\r\n\t\t\t\tswitch(choice)\r\n\t\t\t\t{\r\n\t\t\t\t/*CREATE EMPLOYEE: ASKS FOR USERS NAME AND MONTHLY SALARY\r\n\t\t\t\t \t\t\t\tCONVERTS THE MONTHLY SALARY TO YEARLY SALARY\r\n\t\t\t\t \t\t\t\tENSURES THAT THE EMPLOYEE IS PAYED.*/\r\n\t\t\t\tcase 1:\r\n\t\t\t\t{\r\n\t\t\t\t\t//Setting Employee's First Name\r\n\t\t\t\t\tSystem.out.print(\"Enter Employee's First Name: \");\r\n\t\t\t\t\tString fName = getVar.next();\r\n\t\t\t\t\tsetFirstName(fName);\r\n\t\t\t\t\t\r\n\t\t\t\t\t//Setting Employee's Last Name\r\n\t\t\t\t\tSystem.out.print(\"Enter Employee's Last Name: \");\r\n\t\t\t\t\tString lName = getVar.next();\r\n\t\t\t\t\tsetLastName(lName);\r\n\t\t\t\t\t\r\n\t\t\t\t\t//Setting Employee's Monthly Salary\r\n\t\t\t\t\twhile(true) {\r\n\t\t\t\t\t\tSystem.out.print(\"Enter the Employee's MONTHLY Salary: \");\r\n\t\t\t\t\t\tdouble createSal = getVar.nextDouble()*12;\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t//Making Sure the Employee is Paid Properly\r\n\t\t\t\t\t\tif(createSal<=0) {\r\n\t\t\t\t\t\t\tSystem.out.println(\"Invalid Salary\");\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\telse{\r\n\t\t\t\t\t\t\tsetMonthlySalary(createSal);\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t//Pushes the names and values into an array.\r\n\t\t\t\t\t\t\tfor(int i = 0; i <= employeeNameArr.length; i++)\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\tif(employeeNameArr[i] == null)\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\temployeeNameArr[i] = getFirstName() + \" \" + getLastName();\r\n\t\t\t\t\t\t\t\t\temployeeSalArr[i] = getMonthlySalary();\r\n\t\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\t\t\t\t/*GIVE EMPLOYES 10% RAISE: ADDS 10% TO THE MONTHLY SALARY\r\n\t\t\t\t \t\t\t\t\t\tALLOWS USER TO CHOOSE EMPLOYEE FROM LIST\r\n\t\t\t\t \t\t\t\t\t\tMAKES SURE THERE IS AT LEAST ONE EMPLOYEE*/\t\r\n\t\t\t\tcase 2:\r\n\t\t\t\t{\r\n\t\t\t\t\t\r\n\t\t\t\t\t//Confirming that there is at least one employee\r\n\t\t\t\t\tif(employeeNameArr[0] == null)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tSystem.out.println(\"There are currently no employees.\\n\");\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\t//Listing each employee and their yearly salary (i+1 to avoid displaying 0)\r\n\t\t\t\t\tfor(int i = 0; employeeNameArr[i] != null; i++)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tSystem.out.println((i+1)+\". \"+employeeNameArr[i]);\r\n\t\t\t\t\t\tSystem.out.println(\"$\"+employeeSalArr[i]+\"\\n\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\t//User inputs which employee gets the raise.\r\n\t\t\t\t\tSystem.out.print(\"Which employee should receive the raise? : \");\r\n\t\t\t\t\tint salChoice = getVar.nextInt();\r\n\t\t\t\t\t\r\n\t\t\t\t\t//Calculating the raise to the monthly salary\r\n\t\t\t\t\temployeeSalArr[salChoice-1] = (employeeSalArr[salChoice-1]/12) * .10 + employeeSalArr[salChoice-1]/12;\r\n\t\t\t\t\t//Converting monthly salary to yearly salary\r\n\t\t\t\t\temployeeSalArr[salChoice-1] = employeeSalArr[salChoice-1]*12;\r\n\t\t\t\t\t\r\n\t\t\t\t\t//Outputting new information.\r\n\t\t\t\t\tSystem.out.println(\"New yearly salary for \" + employeeNameArr[salChoice-1] + \": \" + employeeSalArr[salChoice-1] + \"\\n\");\r\n\t\t\t\t\t\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t\t/*DISPLAY EMPLOYEES: MAKES SURE THERE IS AT LEAST ONE EMPLOYEE\r\n\t\t\t\t * \t\t\t\t\tLISTS ALL AVAILABLE EMPLOYEES IN ORDER OF CREATION*/\r\n\t\t\t\tcase 3:\r\n\t\t\t\t{\r\n\t\t\t\t\t\r\n\t\t\t\t\tif(employeeNameArr[0] == null)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tSystem.out.println(\"There are currently no employees.\\n\");\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\t//Displaying the employees \r\n\t\t\t\t\tfor(int i = 0; employeeNameArr[i] != null; i++)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tSystem.out.println(employeeNameArr[i]);\r\n\t\t\t\t\t\tSystem.out.println(\"$\"+employeeSalArr[i]+\"\\n\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t\t/*EXIT: EXITS THE PROGRAM\r\n\t\t\t\t * \t\tFREES THE SCANNERS FROM MEMORY*/\r\n\t\t\t\tcase 4:\r\n\t\t\t\t{\r\n\t\t\t\t\tSystem.out.println(\"Logging out...\");\r\n\t\t\t\t\tinput.close();\r\n\t\t\t\t\tgetVar.close();\r\n\t\t\t\t\tSystem.exit(0);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}" ]
[ "0.7008767", "0.6856712", "0.6342023", "0.62502223", "0.60943985", "0.5761868", "0.57229507", "0.564742", "0.56168896", "0.5594354", "0.5587567", "0.5535296", "0.55243945", "0.54867965", "0.548307", "0.5466307", "0.54531217", "0.54429907", "0.5436795", "0.54314077", "0.54266554", "0.5426266", "0.541892", "0.54167116", "0.5406784", "0.5396213", "0.537505", "0.5370444", "0.53667617", "0.5364944", "0.5353038", "0.53455025", "0.53245276", "0.53243345", "0.53225946", "0.5315149", "0.5287861", "0.5285534", "0.52818763", "0.52386063", "0.5236825", "0.52352357", "0.5230211", "0.5221732", "0.5213274", "0.5212779", "0.5207568", "0.5206795", "0.51924765", "0.5159724", "0.51534665", "0.51511526", "0.51338327", "0.5130677", "0.5129724", "0.51264334", "0.5123232", "0.5123201", "0.51224536", "0.50968325", "0.50962555", "0.5095307", "0.50863963", "0.50854796", "0.5081375", "0.5074654", "0.50744367", "0.50695115", "0.50661045", "0.5060415", "0.5060144", "0.5054604", "0.50543153", "0.50530857", "0.50494534", "0.5047346", "0.50341976", "0.5033061", "0.5026012", "0.5023787", "0.5020531", "0.5016367", "0.50148886", "0.5013877", "0.5010454", "0.50080895", "0.50080895", "0.49996728", "0.4986576", "0.49834782", "0.4982763", "0.49750212", "0.4972509", "0.4946085", "0.4942503", "0.49337786", "0.49325928", "0.49313456", "0.4931144", "0.4929755" ]
0.7647917
0
Handles the HTTP GET method.
@Override protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // Retrieve id GET parameter String confirmationID = request.getParameter("id"); if (confirmationID == null || confirmationID.isEmpty()) { response.sendRedirect(request.getContextPath() + "/error"); return; } // Activate user User user = null; try { user = userDAO.getByConfirmationID(confirmationID); if (user == null || user.getType() != User.Type.REGISTRATION_PENDING) { throw new DAOException(); } if (request.getParameter("seller") != null) { user.setType(User.Type.SELLER); // Create default shop Shop shop = new Shop(); shop.setOwner(user); shop.setName(user.getUsername()); shop.setDescription(null); shop.setRating(0); shop.setWebsite(null); shopDAO.insert(shop); } else { user.setType(User.Type.REGISTERED); } user.setConfirmationID(null); // Update user in DB userDAO.update(user); } catch (DAOException ex) { Logger.getLogger(ActivateAccount.class.getName()).log(Level.SEVERE, ex.getMessage(), ex); response.sendRedirect(request.getContextPath() + "/error"); return; } // Login user & redirect to home page request.getSession().setAttribute("user", user); response.sendRedirect(request.getContextPath()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void doGet( )\n {\n \n }", "@Override\n\tprotected void executeGet(GetRequest request, OperationResponse response) {\n\t}", "@Override\n\tprotected Method getMethod() {\n\t\treturn Method.GET;\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\t\n\t}", "@Override\n protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t}", "@Override\r\n\tprotected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoGet(req, resp);\r\n\t}", "void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException;", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n \r\n }", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n \r\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n metGet(request, response);\n }", "public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException {\r\n\tlogTrace( req, \"GET log\" );\r\n\tString requestId = req.getQueryString();\r\n\tif (requestId == null) return;\r\n\tif (\"get-response\".equals( requestId )) {\r\n\t try {\r\n\t\tonMEVPollsForResponse( req, resp );\r\n\t } catch (Exception e) {\r\n\t\tlogError( req, resp, e, \"MEV polling error\" );\r\n\t\tsendError( resp, \"MEV polling error: \" + e.toString() );\r\n\t }\r\n\t}\r\n }", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n \r\n \r\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t\t\n\t}", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n\r\n }", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\r\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\r\n\t}", "public void doGet() throws IOException {\n\n // search ressource\n byte[] contentByte = null;\n try {\n contentByte = ToolBox.readFileByte(RESOURCE_DIRECTORY, this.url);\n this.statusCode = OK;\n ContentType contentType = new ContentType(this.extension);\n sendHeader(statusCode, contentType.getContentType(), contentByte.length);\n } catch (IOException e) {\n System.out.println(\"Ressource non trouvé\");\n statusCode = NOT_FOUND;\n contentByte = ToolBox.readFileByte(RESPONSE_PAGE_DIRECTORY, \"pageNotFound.html\");\n sendHeader(statusCode, \"text/html\", contentByte.length);\n }\n\n this.sendBodyByte(contentByte);\n }", "public HttpResponseWrapper invokeGET(String path) {\n\t\treturn invokeHttpMethod(HttpMethodType.HTTP_GET, path, \"\");\n\t}", "@Override\n\tpublic void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n\n }", "@Override\n\tprotected void doGet(HttpServletRequest request,\n\t\t\tHttpServletResponse response) throws ServletException, IOException {\n\t}", "public Result get(Get get) throws IOException;", "@Override\n public void doGet(HttpServletRequest request, HttpServletResponse response) {\n System.out.println(\"[Servlet] GET request \" + request.getRequestURI());\n\n response.setContentType(FrontEndServiceDriver.APP_TYPE);\n response.setStatus(HttpURLConnection.HTTP_BAD_REQUEST);\n\n try {\n String url = FrontEndServiceDriver.primaryEventService +\n request.getRequestURI().replaceFirst(\"/events\", \"\");\n HttpURLConnection connection = doGetRequest(url);\n\n if (connection.getResponseCode() == HttpURLConnection.HTTP_OK) {\n PrintWriter pw = response.getWriter();\n JsonObject responseBody = (JsonObject) parseResponse(connection);\n\n response.setStatus(HttpURLConnection.HTTP_OK);\n pw.println(responseBody.toString());\n }\n }\n catch (Exception ignored) {}\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tSystem.out.println(\"get\");\n\t\tthis.doPost(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tsuper.doGet(req, resp);\n\t}", "public void doGet(HttpServletRequest request, HttpServletResponse response)\r\n\t\t\tthrows ServletException, IOException {}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \tSystem.out.println(\"---here--get--\");\n processRequest(request, response);\n }", "@Override\n public final void doGet() {\n try {\n checkPermissions(getRequest());\n // GET one\n if (id != null) {\n output(api.runGet(id, getParameterAsList(PARAMETER_DEPLOY), getParameterAsList(PARAMETER_COUNTER)));\n } else if (countParameters() == 0) {\n throw new APIMissingIdException(getRequestURL());\n }\n // Search\n else {\n\n final ItemSearchResult<?> result = api.runSearch(Integer.parseInt(getParameter(PARAMETER_PAGE, \"0\")),\n Integer.parseInt(getParameter(PARAMETER_LIMIT, \"10\")), getParameter(PARAMETER_SEARCH),\n getParameter(PARAMETER_ORDER), parseFilters(getParameterAsList(PARAMETER_FILTER)),\n getParameterAsList(PARAMETER_DEPLOY), getParameterAsList(PARAMETER_COUNTER));\n\n head(\"Content-Range\", result.getPage() + \"-\" + result.getLength() + \"/\" + result.getTotal());\n\n output(result.getResults());\n }\n } catch (final APIException e) {\n e.setApi(apiName);\n e.setResource(resourceName);\n throw e;\n }\n }", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n \n }", "public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n }", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\r\n\t\t\tthrows ServletException, IOException {\n\t\tthis.service(req, resp);\r\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\t\n\t}", "@RequestMapping(value = \"/{id}\", method = RequestMethod.GET)\n public void get(@PathVariable(\"id\") String id, HttpServletRequest req){\n throw new NotImplementedException(\"To be implemented\");\n }", "@Override\npublic void get(String url) {\n\t\n}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\t\r\n\t}", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tString action = req.getParameter(\"action\");\r\n\t\t\r\n\t\tif(action == null) {\r\n\t\t\taction = \"List\";\r\n\t\t}\r\n\t\t\r\n\t\tswitch(action) {\r\n\t\t\tcase \"List\":\r\n\t\t\t\tlistUser(req, resp);\r\n\t\t\t\t\t\t\r\n\t\t\tdefault:\r\n\t\t\t\tlistUser(req, resp);\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t}", "@Override\n\tprotected void doGet(HttpServletRequest request, \n\t\t\tHttpServletResponse response) throws ServletException, IOException {\n\t\tSystem.out.println(\"Routed to doGet\");\n\t}", "@NonNull\n public String getAction() {\n return \"GET\";\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp)\n\t\t\tthrows ServletException, IOException {\n\n\t\tprocess(req,resp);\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t}", "@Override\r\nprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t process(req,resp);\r\n\t }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tprocess(req, resp);\n\t}", "@Override\n\tpublic HttpResponse get(final String endpoint) {\n\t\treturn httpRequest(HTTP_GET, endpoint, null);\n\t}", "public void doGet(HttpServletRequest request, HttpServletResponse response)\r\n\t\t\tthrows ServletException, IOException {\r\n\t}", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n processRequest(request, response);\r\n System.out.println(\"teste doget\");\r\n }", "public void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n response.setContentType(\"text/plain\");\n // Actual logic goes here.\n PrintWriter out = response.getWriter();\n out.println(\"Wolken,5534-0848-5100,0299-6830-9164\");\n\ttry \n\t{\n Get g = new Get(Bytes.toBytes(request.getParameter(\"userid\")));\n Result r = table.get(g);\n byte [] value = r.getValue(Bytes.toBytes(\"v\"),\n Bytes.toBytes(\"\"));\n\t\tString valueStr = Bytes.toString(value);\n\t\tout.println(valueStr);\n\t}\n\tcatch (Exception e)\n\t{\n\t\tout.println(e);\n\t}\n }", "@Override\r\n public void doGet(String path, HttpServletRequest request, HttpServletResponse response)\r\n throws Exception {\r\n // throw new UnsupportedOperationException();\r\n System.out.println(\"Inside the get\");\r\n response.setContentType(\"text/xml\");\r\n response.setCharacterEncoding(\"utf-8\");\r\n final Writer w = response.getWriter();\r\n w.write(\"inside the get\");\r\n w.close();\r\n }", "@Override\r\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoProcess(req, resp);\r\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n System.out.println(\"Console: doGET visited\");\n String result = \"\";\n //get the user choice from the client\n String choice = (request.getPathInfo()).substring(1);\n response.setContentType(\"text/plain;charset=UTF-8\");\n PrintWriter out = response.getWriter();\n //methods call appropriate to user calls\n if (Integer.valueOf(choice) == 3) {\n result = theBlockChain.toString();\n if (result != null) {\n out.println(result);\n response.setStatus(200);\n //set status if result output is not generated\n } else {\n response.setStatus(401);\n return;\n }\n }\n //verify chain method\n if (Integer.valueOf(choice) == 2) {\n response.setStatus(200);\n boolean validity = theBlockChain.isChainValid();\n out.print(\"verifying:\\nchain verification: \");\n out.println(validity);\n }\n }", "@Override\n public DataObjectResponse<T> handleGET(DataObjectRequest<T> request)\n {\n if(getRequestValidator() != null) getRequestValidator().validateGET(request);\n\n DefaultDataObjectResponse<T> response = new DefaultDataObjectResponse<>();\n try\n {\n VisibilityFilter<T, DataObjectRequest<T>> visibilityFilter = visibilityFilterMap.get(VisibilityMethod.GET);\n List<Query> queryList = new LinkedList<>();\n if(request.getQueries() != null)\n queryList.addAll(request.getQueries());\n\n if(request.getId() != null)\n {\n // if the id is specified\n queryList.add(new ById(request.getId()));\n }\n\n DataObjectFeed<T> feed = objectPersister.retrieve(queryList);\n if(feed == null)\n feed = new DataObjectFeed<>();\n List<T> filteredObjects = visibilityFilter.filterByVisible(request, feed.getAll());\n response.setCount(feed.getCount());\n response.addAll(filteredObjects);\n }\n catch(PersistenceException e)\n {\n ObjectNotFoundException objectNotFoundException = new ObjectNotFoundException(String.format(OBJECT_NOT_FOUND_EXCEPTION, request.getId()), e);\n response.setErrorResponse(ErrorResponseFactory.objectNotFound(objectNotFoundException, request.getCID()));\n }\n return response;\n }", "public void handleGet( HttpExchange exchange ) throws IOException {\n switch( exchange.getRequestURI().toString().replace(\"%20\", \" \") ) {\n case \"/\":\n print(\"sending /MainPage.html\");\n sendResponse( exchange, FU.readFromFile( getReqDir( exchange )), 200);\n break;\n case \"/lif\":\n // send log in page ( main page )\n sendResponse ( exchange, FU.readFromFile(getReqDir(exchange)), 200);\n //\n break;\n case \"/home.html\":\n\n break;\n case \"/book.html\":\n\n break;\n default:\n //checks if user is logged in\n\n //if not send log in page\n //if user is logged in then\n print(\"Sending\");\n String directory = getReqDir( exchange ); // dont need to do the / replace as no space\n File page = new File( getReqDir( exchange) );\n\n // IMPLEMENT DIFFERENT RESPONSE CODE FOR HERE IF EXISTS IS FALSE OR CAN READ IS FALSE\n sendResponse(exchange, FU.readFromFile(directory), 200);\n break;\n }\n }", "public int handleGET(String requestURL) throws ClientProtocolException, IOException{\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\thttpGet = new HttpGet(requestURL);\t\t\r\n\t\t\t\t\t\t\r\n\t\tinputsource=null;\r\n\t\t\t\r\n\t\toutputString=\"\";\r\n\t\t\r\n\t\t//taking response by executing http GET object\r\n\t\tCloseableHttpResponse response = httpclient.execute(httpGet);\t\t\r\n\t\r\n\t\t/* \r\n\t\t * \tThe underlying HTTP connection is still held by the response object\r\n\t\t\tto allow the response content to be streamed directly from the network socket.\r\n\t\t\tIn order to ensure correct deallocation of system resources\r\n\t\t\tthe user MUST call CloseableHttpResponse.close() from a finally clause.\r\n\t\t\tPlease note that if response content is not fully consumed the underlying\r\n\t\t\tconnection cannot be safely re-used and will be shut down and discarded\r\n\t\t\tby the connection manager.\r\n\t\t */\r\n\t\t\r\n\t\t\tstatusLine= response.getStatusLine().toString();\t\t//status line\r\n\t\t\t\r\n\t\t\tHttpEntity entity1 = response.getEntity();\t\t\t\t//getting response entity from server response \t\r\n\t\t\t\t\t\r\n\t\t\tBufferedReader br=new BufferedReader(new InputStreamReader(entity1.getContent()));\r\n\r\n\t\t\tString line;\r\n\t\t\twhile((line=br.readLine())!=null)\r\n\t\t\t{\r\n\t\t\t\toutputString=outputString+line.toString();\r\n\t }\r\n\t\t\t\r\n\t\t\t//removing spaces around server response string.\r\n\t\t\toutputString.trim();\t\t\t\t\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t//converting server response string into InputSource.\r\n\t\t\tinputsource = new InputSource(new StringReader(outputString));\t\r\n\t\t\t\r\n\t\t\t// and ensure it is fully consumed\r\n\t\t\tEntityUtils.consume(entity1);\t\t\t//consuming entity.\r\n\t\t\tresponse.close();\t\t\t\t\t\t//closing response.\r\n\t\t\tbr.close();\t\t\t\t\t\t\t\t//closing buffered reader\r\n\t\t\t\r\n\t\t\t//returning response code\r\n\t\t\treturn response.getStatusLine().getStatusCode();\r\n\t\r\n\t}", "@Override\n\tprotected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\t\t logger.error(\"BISHUNNN CALLED\");\n\t\tString category = request.getParameter(\"category\").trim();\n\t\tGetHttpCall getHttpCall = new GetHttpCall();\n\t\turl = APIConstants.baseURL+category.toLowerCase();\n\t\tresponseString = getHttpCall.execute(url);\n\t\tresponse.getWriter().write(responseString);\n\t}", "@Override\r\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\r\n //processRequest(request, response);\r\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tPrintWriter out = resp.getWriter();\n\t\tout.print(\"<h1>Hello from your doGet method!</h1>\");\n\t}", "public void doGet(HttpServletRequest request,\n HttpServletResponse response)\n throws IOException, ServletException {\n response.setContentType(TYPE_TEXT_HTML.label);\n response.setCharacterEncoding(UTF8.label);\n request.setCharacterEncoding(UTF8.label);\n String path = request.getRequestURI();\n logger.debug(RECEIVED_REQUEST + path);\n Command command = null;\n try {\n command = commands.get(path);\n command.execute(request, response);\n } catch (NullPointerException e) {\n logger.error(REQUEST_PATH_NOT_FOUND);\n request.setAttribute(JAVAX_SERVLET_ERROR_STATUS_CODE, 404);\n command = commands.get(EXCEPTION.label);\n command.execute(request, response);\n }\n }", "public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tString search = req.getParameter(\"searchBook\");\n\t\tString output=search;\n\n\t\t//redirect output to view search.jsp\n\t\treq.setAttribute(\"output\", output);\n\t\tresp.setContentType(\"text/json\");\n\t\tRequestDispatcher view = req.getRequestDispatcher(\"search.jsp\");\n\t\tview.forward(req, resp);\n\t\t\t\n\t}", "public void doGet( HttpServletRequest request, HttpServletResponse response )\n throws ServletException, IOException\n {\n handleRequest( request, response, false );\n }", "public void doGet(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\n\t}", "public void doGet(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows ServletException, IOException {\n\n\t}", "@GET\n @Produces(MediaType.APPLICATION_JSON)\n public Response handleGet() {\n Gson gson = GSONFactory.getInstance();\n List allEmployees = getAllEmployees();\n\n if (allEmployees == null) {\n allEmployees = new ArrayList();\n }\n\n Response response = Response.ok().entity(gson.toJson(allEmployees)).build();\n return response;\n }", "@Override\n\tprotected void doGet(HttpServletRequest request, HttpServletResponse response)\n\t\t\tthrows IOException, ServletException {\n\t\tsuper.doGet(request, response);\t\t\t\n\t}", "private static String sendGET(String getURL) throws IOException {\n\t\tURL obj = new URL(getURL);\n\t\tHttpURLConnection con = (HttpURLConnection) obj.openConnection();\n\t\tcon.setRequestMethod(\"GET\");\n\t\tString finalResponse = \"\";\n\n\t\t//This way we know if the request was processed successfully or there was any HTTP error message thrown.\n\t\tint responseCode = con.getResponseCode();\n\t\tSystem.out.println(\"GET Response Code : \" + responseCode);\n\t\tif (responseCode == HttpURLConnection.HTTP_OK) { // success\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()));\n\t\t\tString inputLine;\n\t\t\tStringBuffer buffer = new StringBuffer();\n\n\t\t\twhile ((inputLine = in.readLine()) != null) {\n\t\t\t\tbuffer.append(inputLine);\n\t\t\t}\n\t\t\tin.close();\n\n\t\t\t// print result\n\t\t\tfinalResponse = buffer.toString();\n\t\t} else {\n\t\t\tSystem.out.println(\"GET request not worked\");\n\t\t}\n\t\treturn finalResponse;\n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n //processRequest(request, response);\n }", "@Override\n \tpublic void doGet(HttpServletRequest req, HttpServletResponse resp)\n \t\t\tthrows ServletException, IOException {\n \t\tdoPost(req, resp);\n \t}", "public BufferedReader reqGet(final String route) throws\n ServerStatusException, IOException {\n System.out.println(\"first reqGet\");\n return reqGet(route, USER_AGENT);\n }", "HttpGet getRequest(HttpServletRequest request, String address) throws IOException;", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override \r\nprotected void doGet(HttpServletRequest request, HttpServletResponse response) \r\nthrows ServletException, IOException { \r\nprocessRequest(request, response); \r\n}", "protected void doGet(HttpServletRequest request, HttpServletResponse response)\r\n throws ServletException, IOException {\n String action = request.getParameter(\"action\");\r\n\r\n try {\r\n switch (action)\r\n {\r\n case \"/getUser\":\r\n \tgetUser(request, response);\r\n break;\r\n \r\n }\r\n } catch (Exception ex) {\r\n throw new ServletException(ex);\r\n }\r\n }", "@Override\n protected void doGet\n (HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n processRequest(request, response);\n }", "@Override\n\tprotected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoProcess(req, resp);\n\t}", "@Test\r\n\tpublic void doGet() throws Exception {\n\t\tCloseableHttpClient httpClient = HttpClients.createDefault();\r\n\t\t// Create a GET object and pass a url to it\r\n\t\tHttpGet get = new HttpGet(\"http://www.google.com\");\r\n\t\t// make a request\r\n\t\tCloseableHttpResponse response = httpClient.execute(get);\r\n\t\t// get response as result\r\n\t\tSystem.out.println(response.getStatusLine().getStatusCode());\r\n\t\tHttpEntity entity = response.getEntity();\r\n\t\tSystem.out.println(EntityUtils.toString(entity));\r\n\t\t// close HttpClient\r\n\t\tresponse.close();\r\n\t\thttpClient.close();\r\n\t}", "private void requestGet(String endpoint, Map<String, String> params, RequestListener listener) throws Exception {\n String requestUri = Constant.API_BASE_URL + ((endpoint.indexOf(\"/\") == 0) ? endpoint : \"/\" + endpoint);\n get(requestUri, params, listener);\n }", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\tint i = request.getRequestURI().lastIndexOf(\"/\") + 1;\n\t\tString action = request.getRequestURI().substring(i);\n\t\tSystem.out.println(action);\n\t\t\n\t\tString view = \"Error\";\n\t\tObject model = \"service Non disponible\";\n\t\t\n\t\tif (action.equals(\"ProductsList\")) {\n\t\t\tview = productAction.productsList();\n\t\t\tmodel = productAction.getProducts();\n\t\t}\n\t\t\n\t\trequest.setAttribute(\"model\", model);\n\t\trequest.getRequestDispatcher(prefix + view + suffix).forward(request, response); \n\t}", "@Override\n protected void doGet(HttpServletRequest request, HttpServletResponse response)\n\t throws ServletException, IOException {\n\tprocessRequest(request, response);\n }", "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {\n\t\tcommandAction(request,response);\r\n\t}" ]
[ "0.7589609", "0.71665615", "0.71148175", "0.705623", "0.7030174", "0.70291144", "0.6995984", "0.697576", "0.68883485", "0.6873811", "0.6853569", "0.6843572", "0.6843572", "0.6835363", "0.6835363", "0.6835363", "0.68195957", "0.6817864", "0.6797789", "0.67810035", "0.6761234", "0.6754993", "0.6754993", "0.67394847", "0.6719924", "0.6716244", "0.67054695", "0.67054695", "0.67012346", "0.6684415", "0.6676695", "0.6675696", "0.6675696", "0.66747975", "0.66747975", "0.6669016", "0.66621476", "0.66621476", "0.66476154", "0.66365504", "0.6615004", "0.66130257", "0.6604073", "0.6570195", "0.6551141", "0.65378064", "0.6536579", "0.65357745", "0.64957607", "0.64672184", "0.6453189", "0.6450501", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.6411481", "0.64067316", "0.6395873", "0.6379907", "0.63737476", "0.636021", "0.6356937", "0.63410467", "0.6309468", "0.630619", "0.630263", "0.63014317", "0.6283933", "0.62738425", "0.62680805", "0.62585783", "0.62553537", "0.6249043", "0.62457556", "0.6239428", "0.6239428", "0.62376446", "0.62359244", "0.6215947", "0.62125194", "0.6207376", "0.62067443", "0.6204527", "0.6200444", "0.6199078", "0.61876005", "0.6182614", "0.61762017", "0.61755335", "0.61716276", "0.6170575", "0.6170397", "0.616901" ]
0.0
-1
for monitoring /NewRelic.withApplicationToken( "AAbb4540c5b5bec76b136de6a36d07db59b67c0a02" ).start(this.getApplication());
@SuppressLint("NewApi") @Override protected void onCreate(Bundle savedInstanceState) { Log.d(TAG,"OnCreate called"); super.onCreate(savedInstanceState); setContentView(R.layout.activity_contacts); userDetails = getSharedPreferences("userdetails", MODE_PRIVATE); // Get the logged in user Intent intent = getIntent(); String LoggedUser = intent.getStringExtra("LoggedUser"); Log.d(TAG,"LoggedUser = "+LoggedUser); //if LoggedUser is not empty use fill shared preference if(!(LoggedUser==null)) { Log.d(TAG,"LoggedUser is not empty"); Editor edit = userDetails.edit(); edit.clear(); edit.putString("username", LoggedUser.trim()); edit.commit(); } else { Log.d(TAG,"LoggedUser is empty"); //LoggedUser is empty and we need to get the value using SharedPreferences LoggedUser = userDetails.getString("username", ""); } com.proximizer.client.Global.myself.username = LoggedUser; Log.d(TAG,"Inside Create-- com.proximizer.client.Global.myself.username "+com.proximizer.client.Global.myself.username); //still username is empty go to login screen if (com.proximizer.client.Global.myself.username==null) { Intent logoutIntent = new Intent(ContactsActivity.this, RegisterActivity.class); startActivity(logoutIntent); } // Load the friend List ContactListView = (ListView) findViewById(R.id.contactlist); ContactListView.setOnItemClickListener(new OnItemClickListener() { @Override public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) { // TODO Auto-generated method stub } }); //setting its broadcaster broadcaster = LocalBroadcastManager.getInstance(this); //getting LocationManger intialized locationManager = (LocationManager) this .getSystemService(Context.LOCATION_SERVICE); /** * Start the background service which will get the contact list and * update it regularly * */ startServiceIntent = new Intent(this, UpdateContactsService.class); startService(startServiceIntent); /** * Handler for updating the contact list */ receiver = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { if (intent .getAction() .equalsIgnoreCase( "com.proximizer.client.UpdateContactsService.UPDATE_FRIENDS")) { Bundle bundle = intent.getExtras(); // ArrayList <Contact> contacts = (ArrayList<Contact>) // bundle.get("contacts"); ArrayList<String> contactlist = new ArrayList<String>() ; for (Contact contact : com.proximizer.client.Global.contacts) { } customadapter = new CustomAdapter(ContactsActivity.this, com.proximizer.client.Global.contacts); ContactListView.setAdapter(customadapter); } } }; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "java.util.concurrent.Future<StartApplicationResult> startApplicationAsync(StartApplicationRequest startApplicationRequest);", "@Override\n protected void appStart() {\n }", "public void startApp()\r\n\t{\n\t}", "public static void StartRegisterToGCM(Context context) {\n Intent intent = new Intent(context, FooDoNetInstanceIDListenerService.class);\n intent.setAction(ACTION_REGISTER_TO_GCM);\n //parentForCallback = (IFooDoNetServerCallback)context;\n context.startService(intent);\n }", "void launchAsMaster();", "protected void startRegActivity() {\n }", "Response<Void> logApplicationStart(String uniqueIdentifier);", "@Override\r\n\tpublic void launch() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void launch() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void launch() {\n\t\t\r\n\t}", "private static void initForProd() {\r\n try {\r\n appTokenManager = new AppTokenManager();\r\n app = new CerberusApp(301L, \"3dd25f8ef8429ffe\",\r\n \"526fbde088cc285a957f8c2b26f4ca404a93a3fb29e0dc9f6189de8f87e63151\");\r\n appTokenManager.addApp(app);\r\n appTokenManager.start();\r\n } catch (Exception e) {\r\n e.printStackTrace();\r\n }\r\n }", "private void startInternally() {\n log.debug(\"Start internally called.\");\n\n try {\n LumenFacade lumenFacade = new LumenFacadeImpl(LumenConnection\n .getInstance());\n spine = new JmsSpine(JmsClient.REMOTE, SpineConstants.LUMEN_MEDIATOR);\n lumenClient = new LumenClient(lumenFacade, spine);\n lumenClient.start();\n }\n catch (SpineException e) {\n log.error(\"Problem starting the Lumen process: {}\", e.getMessage());\n e.printStackTrace();\n }\n }", "private NewApplication createNewApplication() {\n GetNewApplicationRequest req =\n recordFactory.newRecordInstance(GetNewApplicationRequest.class);\n GetNewApplicationResponse resp;\n try {\n resp = rm.getClientRMService().getNewApplication(req);\n } catch (YarnException e) {\n String msg = \"Unable to create new app from RM web service\";\n LOG.error(msg, e);\n throw new YarnRuntimeException(msg, e);\n }\n NewApplication appId =\n new NewApplication(resp.getApplicationId().toString(),\n new ResourceInfo(resp.getMaximumResourceCapability()));\n return appId;\n }", "@Override\n public void onTokenRefresh() {\n // Fetch updated Instance ID token and notify of changes\n Intent intent = new Intent(this, RegistrationIntentService.class);\n intent.putExtra(\"SOURCE\", \"GCM\");\n startService(intent);\n }", "@Override\n public void onNewToken(String token) {\n //Log.d(TAG, \"Refreshed token: \" + token);\n\n // If you want to send messages to this application instance or\n // manage this apps subscriptions on the server side, send the\n // Instance ID token to your app server.\n sendRegistrationToServer(token);\n\n }", "protected void startRoboboApplication() {\n\n\n\n t.schedule(new startInterface(),(long)1000);\n\n try {\n robobo.getModuleInstance(IRemoteControlModule.class).suscribe(this);\n } catch (ModuleNotFoundException e) {\n e.printStackTrace();\n }\n\n\n// try {\n// interfaceModule.getRobInterface().resetPanTiltOffset();\n// } catch (InternalErrorException e) {\n// e.printStackTrace();\n// }\n\n\n }", "public void startApp() {\n if (midletPaused) {\n resumeMIDlet();\n } else {\n initialize();\n startMIDlet();\n }\n midletPaused = false;\n }", "public void startApp() {\n if (midletPaused) {\n resumeMIDlet ();\n } else {\n initialize ();\n startMIDlet ();\n }\n midletPaused = false;\n }", "public void startApp() {\n if (midletPaused) {\n resumeMIDlet ();\n } else {\n initialize ();\n startMIDlet ();\n }\n midletPaused = false;\n }", "public void start() {\n System.out.println(\"OBRMAN started\");\n ApamManagers.addManager(this, 3);\n OBRMan.obr = new OBRManager(null, repoAdmin);\n obr.startWatchingRepository();\n }", "@Override\n public void onNewToken(String token) {\n Log.d(TAG, \"Refreshed token: \" + token);\n super.onNewToken(token);\n Log.e(\"newToken\", token);\n // If you want to send messages to this application instance or\n // manage this apps subscriptions on the server side, send the\n // Instance ID token to your app server.\n sendRegistrationToServer(token);\n }", "public static void trackLaunch(final Context ctx) {\n log.debug(\"ref-extras: Tracking launcher.trackLaunch\");\n\n if (singleton == null) {\n singleton = new TrackingWorker(ctx);\n }\n\n long lastLaunch = pullValueLong(ITrackingConstants.CONF_LAST_LAUNCH_INTERNAL, context);\n\n if (lastLaunch == 0) {\n boolean isGooglePlayServicesAvailable = (GoogleApiAvailability.getInstance().isGooglePlayServicesAvailable(context) == ConnectionResult.SUCCESS);\n if (isGooglePlayServicesAvailable) {\n new GetAsyncGoogleAdvertiserId(singleton, context).execute();\n\n mReferrerClient = newBuilder(ctx).build();\n mReferrerClient.startConnection(new InstallReferrerStateListener() {\n @Override\n public void onInstallReferrerSetupFinished(int responseCode) {\n switch (responseCode) {\n case InstallReferrerClient.InstallReferrerResponse.OK:\n try {\n ReferrerDetails response = mReferrerClient.getInstallReferrer();\n String installReferrer = response.getInstallReferrer();\n long referrerClickTimestampSeconds = response.getReferrerClickTimestampSeconds();\n long installBeginTimestampSeconds = response.getInstallBeginTimestampSeconds();\n\n DataContainer.getInstance().storeValueString(DataKeys.PLAY_INSTALL_REFERRER, installReferrer, ctx);\n DataContainer.getInstance().storeValueLong(DataKeys.PLAY_REF_CLICK_TIMESTAMP, referrerClickTimestampSeconds, ctx);\n DataContainer.getInstance().storeValueLong(DataKeys.PLAY_INSTALL_BEGIN_TIMESTAMP, installBeginTimestampSeconds, ctx);\n } catch (RemoteException e) {\n log.error(e.getMessage(), e);\n }\n break;\n case InstallReferrerClient.InstallReferrerResponse.FEATURE_NOT_SUPPORTED:\n break;\n case InstallReferrerClient.InstallReferrerResponse.SERVICE_UNAVAILABLE:\n break;\n }\n DataContainer.getInstance().storeValueBoolean(DataKeys.PLAY_REFERRER_FETCHED, true, ctx);\n singleton.onTaskCompletionResult();\n }\n\n @Override\n public void onInstallReferrerServiceDisconnected() {\n DataContainer.getInstance().storeValueBoolean(DataKeys.PLAY_REFERRER_FETCHED, true, ctx);\n singleton.onTaskCompletionResult();\n }\n });\n } else {\n trackLaunchHandler(lastLaunch);\n }\n } else {\n trackLaunchHandler(lastLaunch);\n }\n }", "private AppTimer() {\n\t\tstart();\n\t}", "public static void startUrself(Activity context) {\n\t\tIntent newActivity = new Intent(context, MainActivity.class);\n\t\tnewActivity.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n\t\tcontext.startActivity(newActivity);\n\t\tcontext.finish();\n\t}", "@Override\n public void onTokenRefresh() {\n // Fetch updated Instance ID token and notify our app's server of any changes (if applicable).\n startService(new Intent(this, RegistrationIntentService.class));\n }", "private void startAppLockWorker() {\n\n OneTimeWorkRequest oneTimeWorkRequest = new OneTimeWorkRequest.Builder(AppLockWorker.class).build();\n WorkManager.getInstance(getApplicationContext()).enqueueUniqueWork(Constants.APPLOCKWORK, ExistingWorkPolicy.REPLACE,oneTimeWorkRequest);\n }", "public void onCreate() {\n Log.i(TAG, \"MinaClient create\");\r\n\r\n Thread thread = new Thread(this);\r\n thread.start();\r\n\r\n CommandHandle.getInstance().setContext(getApplicationContext());\r\n }", "private void registerWithNotificationHubs() {\n Intent intent = new Intent(this, RegistrationIntentService.class);\n startService(intent);\n }", "public void start()\n/* 354: */ {\n/* 355:434 */ onStartup();\n/* 356: */ }", "@RequiresApi(api = Build.VERSION_CODES.O)\n @Override\n public void onCreate() {\n super.onCreate();\n createVirtualEnvironment();\n createNotificationChannel();\n }", "public void trackNewSession() {\n if(isTelemetryEnabled()){\n new CreateDataTask(CreateDataTask.DataType.NEW_SESSION).execute();\n }\n }", "ConferenceScheduleBuilderService startLunch();", "public Object start(IApplicationContext context) {\r\n\t\tSystem.out.println(\"org.cytoscape.product.start()...\");\r\n\t\tjava.text.DateFormat dateFormat = new java.text.SimpleDateFormat(\"yyyy/MM/dd HH:mm:ss\");\r\n java.util.Date date = new java.util.Date();\r\n System.out.println(\" at : \" + dateFormat.format(date));\r\n\r\n\t\t// Start Cytoscape.application bundle here ??? \r\n\t\t//????\r\n\t\t//????\r\n\t\t\r\n\t\twhile (true) {\r\n\t\t\ttry {\r\n\t\t\t\tThread.sleep(10000); //sleep 10 seconds...\r\n\t\t\t}\r\n\t\t\tcatch(InterruptedException ie){\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn IApplication.EXIT_OK;\r\n\t}", "private void register() {\n Intent registrationIntent = new Intent(REQUEST_REGISTRATION_INTENT);\n registrationIntent.setPackage(GSF_PACKAGE);\n registrationIntent.putExtra(\n EXTRA_APPLICATION_PENDING_INTENT, PendingIntent.getBroadcast(context, 0, new Intent(), 0));\n registrationIntent.putExtra(EXTRA_SENDER, senderId);\n context.startService(registrationIntent);\n }", "@Test\r\n\tpublic void startapp() {\n\t\tdriver.get(\"http://q.door.fund/\");\r\n\t\tdriver.manage().timeouts().implicitlyWait(2, TimeUnit.SECONDS);\r\n\t\tString currentURL = driver.getCurrentUrl();\r\n\t\tAssert.assertTrue(currentURL.contains(\"q.door.fund\"));\r\n\t\tSystem.out.println(\"Application loaded\");\r\n\t}", "@Override\n\tpublic void onConnCreate() {\n\t\tapp.start();\n setEnabled( false );\n\t}", "public static void startOneAPM(Context context,String token,String host ,boolean useSsl) {\n try {\n if(classLoader == null){\n Log.e(\"onepam\",\"oneapm agent jar not exists,position:method startOneAPM.\");\n return;\n }\n Class<?> oneapmAgent = classLoader.loadClass(\"com.oneapm.agent.android.OneApmAgent\");\n if( oneapmAgent!=null ) {\n \t\t// 调用带参数的静态方法\n Method init = oneapmAgent.getMethod(\"init\", new Class[] { Context.class });\n Object initResult = init.invoke(null, new Object[] {context.getApplicationContext()});\n //实例方法\n Method setToken = oneapmAgent.getMethod(\"setToken\", new Class[] { String.class });\n Object setTokenResult = setToken.invoke(initResult, new String[] {token});\n\n Method setHost = oneapmAgent.getMethod(\"setHost\", new Class[] { String.class });\n Object setHostResult = setHost.invoke(setTokenResult, new String[] {host});\n\n Method setUsessl = oneapmAgent.getMethod(\"setUseSsl\", new Class[] { boolean.class });\n Object setUsesslResult = setUsessl.invoke(setHostResult, new Boolean[] {useSsl});\n\n Method start = oneapmAgent.getMethod(\"start\", null);\n start.invoke(setUsesslResult, null);\n }\n } catch (ClassNotFoundException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n } catch (NoSuchMethodException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n } catch (IllegalArgumentException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n } catch (IllegalAccessException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n } catch (InvocationTargetException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n }", "public void startKeepAliveSender(String authToken) {\n this.token = authToken;\n stopKeepAliveSender();\n\n logger.info(\"Starting keepAlive Sender\");\n future = scheduler.scheduleAtFixedRate(new Runnable() {\n public void run() {\n sendKeepAliveBridgeMessage(appId, bridgeId, token, httpClient);\n }\n }, 0, keepAliveInterval, TimeUnit.MILLISECONDS);\n }", "@Override\n public void onReceive(Context context, Intent intent)\n {\n if (\"com.microsoft.azure.engagement.intent.action.APPID_GOT\".equals(intent.getAction()))\n {\n /* Init the native push agent */\n String appId = intent.getStringExtra(\"appId\");\n EngagementNativePushAgent.getInstance(context).onAppIdGot(appId);\n\n /*\n * Request ADM registration identifier if enabled, this is asynchronous, the response is made\n * via a broadcast intent with the <tt>com.amazon.device.messaging.intent.REGISTRATION</tt>\n * action.\n */\n if (EngagementUtils.getMetaData(context).getBoolean(\"engagement:adm:register\"))\n try\n {\n Class<?> admClass = Class.forName(\"com.amazon.device.messaging.ADM\");\n Object adm = admClass.getConstructor(Context.class).newInstance(context);\n admClass.getMethod(\"startRegister\").invoke(adm);\n }\n catch (Exception e)\n {\n /* Abort if ADM not available */\n }\n }\n }", "@Override\n public void onNewToken(String token) {\n Log.d(TAG, \"Refreshed token: \" + token);\n\n // If you want to send messages to this application instance or\n // manage this apps subscriptions on the server side, send the\n // Instance ID token to your app server.\n sendRegistrationToServer(token);\n }", "@Override\r\n\tprotected void onResume() {\n\t\tsuper.onResume();\r\n\t\tmNtApi.start();\r\n\t}", "void launchApp();", "@Override\n public void teleopPeriodic() {\n Scheduler.getInstance().run();\n \n }", "public void start() {\r\n vcr().start();\t\r\n }", "@Override\n public void onRoboboManagerStarted(RoboboManager robobom) {\n robobo = robobom;\n\n //dismiss the wait dialog\n waitDialog.dismiss();\n\n //start the \"custom\" robobo application\n\n startRoboboApplication();\n\n }", "@Override\n public void onTokenRefresh(){\n // start Gcm registration service\n Intent intent = new Intent(this, GcmRegistrationIntentService.class);\n startService(intent);\n }", "@Override\n\tpublic void onApplicationEvent(ContextStartedEvent event) {\n\t\tSystem.out.println(\"start event \" + event);\n\t}", "public void appiumStart() throws IOException, InterruptedException {\n // Execute command string to start appium server.\n p = Runtime.getRuntime().exec(cmd);\n // Provide wait time of 10 mins to start appium server properly.\n // If face any error(Could not start a new session...) then Increase\n // this time to 15 or 20 mins.\n Thread.sleep(10000);\n if (p != null) {\n System.out.println(\"Appium server Is started now.\");\n }\n }", "public void run() {\n Intent in = new Intent(activity, serverconnectionerror.class);\n in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n activity.startActivity(in);\n }", "void launch();", "void launch();", "void launch();", "public void run() {\n RelaemSingletone.with();\n }", "public void run() {\n RelaemSingletone.with();\n }", "public void sendAppInfo(final Bundle appInfo)\n {\n sendEngagementCommand(new Runnable()\n {\n @Override\n public void run()\n {\n try\n {\n mEngagementService.sendAppInfo(appInfo);\n }\n catch (Exception e)\n {\n e.printStackTrace();\n }\n }\n });\n }", "public void start() {}", "public void start() {}", "public com.google.protobuf.Empty registerApplication(org.thethingsnetwork.management.proto.HandlerOuterClass.ApplicationIdentifier request);", "@Override\n public void onNewToken(String token) {\n Log.d(\"FireBaseActivity\", \"Refreshed token: \" + token);\n // If you want to send messages to this application instance or\n // manage this apps subscriptions on the server side, send the\n // Instance ID token to your app server.\n // sendRegistrationToServer(token);\n }", "@Override\n\t\t\tpublic void run() {\n\t\t\t\tpt.getContext().startService( new Intent( pt.getContext(), PerfectTimeService.class ) );\n\t\t\t}", "public static void start(Context context)\n {\n Log.v(TAG, \"Starting!!\");\n Intent intent = new Intent(context, TexTronicsManagerService.class);\n intent.setAction(Action.start.toString());\n context.startService(intent);\n }", "@Override\n\t\t\tpublic void run() {\n\t\t\t\twhile(true)\n\t\t\t\t{\n\t\t\t\t\t\n\t\t\t\t\tList<RunningTaskInfo> runningTasks = am.getRunningTasks(1);\n\t\t\t\t\tfor (RunningTaskInfo taskInfo : runningTasks) {\n\t\t\t\t\t\tString packageName = taskInfo.baseActivity.getPackageName();\n\t\t\t\t\t\tLog.i(\"message\", packageName);\n\t\t\t\t\t\tif(softItem.contains(packageName) && !lockSoftware.contains(packageName))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tIntent watchDogIntent = new Intent(WatchDogService.this,WatchDogActivity.class);\n\t\t\t\t\t\t\twatchDogIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n\t\t\t\t\t\t\twatchDogIntent.putExtra(\"name\", packageName);\n\t\t\t\t\t\t\tstartActivity(watchDogIntent);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tSystemClock.sleep(4000);\n\t\t\t\t}\t\n\t\t\t}", "@Override\n public void onCreate() {\n super.onCreate();\n if(!Synergykit.isInit()) {\n Synergykit.init(APPLICATION_TENANT, APPLICATION_KEY);\n Synergykit.setDebugModeEnabled(BuildConfig.DEBUG);\n }\n }", "public void start()\n\t{\n\n\t\ttry\n\t\t{\n\t\t\tnew JDABuilder(this.appconfig.authType)\n\t\t\t\t.setToken(this.appconfig.authToken)\n\t\t\t\t.setAudioEnabled(false)\n\t\t\t\t.setAutoReconnect(true)\n\t\t\t\t.addEventListener(new DiscordMonitorListenerAdapterPrep())\n\t\t\t\t.buildBlocking(); // TODO use .buildAsync()?\n\t\t}\n\t\tcatch (LoginException | IllegalArgumentException e)\n\t\t{\n\t\t\tSystem.err.println(\"error: Log in failed. Please check provided token.\");\n\t\t}\n\t\tcatch (RateLimitedException e)\n\t\t{\n\t\t\tSystem.err.println(\"error: This application is being rate limited by Discord.\");\n\t\t}\n\t\tcatch (InterruptedException e)\n\t\t{\n\t\t\tSystem.err.println(\"fatal: Unexpected interrupt.\");\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void run() {\n ServiceCallback<BuildsCurrentResponse> callback = new AsyncExampleServiceCallback();\n\n try {\n buildsOperations.getBuildsCurrentAsync(callback);\n }\n catch(Exception e)\n {\n System.err.println(\"Call to Embedded Social failed with exception: \" + e.getMessage());\n }\n }", "@Override\n public void start() {}", "private void registerGCM()\n {\n Intent intent = new Intent(this, GcmIntentService.class);\n intent.putExtra(\"key\", \"register\");\n startService(intent);\n }", "public void startTracking()\n\t{\t\n\t\tProcessBuilder starterProcess = new ProcessBuilder(\"ssh\", \n\t\t\t\t\t\t\t\t\t\t\"pi@\" + RASPBERRY_PI_LOCATION,\n\t\t\t\t\t\t\t\t\t\t\"\\\"sudo /home/pi/code/stop_vision.sh && /home/pi/code/start_vision.sh \" + \n\t\t\t\t\t\t\t\t\t\tFPS + \" \" + \n\t\t\t\t\t\t\t\t\t\tIMAGE_WIDTH + \"x\" + IMAGE_HEIGHT + \"\\\"\");\n\t\t\n\t\ttry \n\t\t{\n\t\t\tstarterProcess.start();\n\t\t\ttracking = true;\n\t\t\tSystem.out.println(\"Started vision tracking on Pi\");// + startedProcess + \" (Error:\" + startedProcess.getErrorStream() + \")\");\n\t\t} \n\t\tcatch (IOException e) \n\t\t{\n\t\t\tSystem.out.println(\"Could not start process to commence Raspberry Pi GRIP program: \");\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void invokeNotification(){\r\n\t\tApplication application = eurekaClient.getApplication(\"NOTIFICATION-SERVICE\");\r\n\t InstanceInfo instanceInfo = application.getInstances().get(0);\r\n\t String url = \"http://\"+instanceInfo.getIPAddr()+ \":\"+instanceInfo.getPort()+\"/notification-service/notify\";\r\n\t System.out.println(\"URL\" + url); \r\n\t Notification notificationMockObject = new Notification();\r\n\t String notificationId = restTemplate.postForObject(url, notificationMockObject, String.class);\r\n\t System.out.println(\"RESPONSE \" + notificationId);\r\n\t}", "@Override\r\n\tpublic void run(String... args) throws Exception {\n\t\tSystem.out.println(\"Runner Run Method Started\");\r\n\t\tSystem.out.println(notification.getService());\r\n\t}", "private void launchPongManagerThread() {\n \t\tPongManager pongManager = new PongManager(this, listenAddress);\n \t\tfinal Thread t = this.listenChannel.getThreadFactory().newThread(pongManager);\n \t\tt.setName(\"Pong Server Manager\");\n \t\tt.start();\n \t}", "ConferenceScheduleBuilderService startNetworking();", "@Override\n public void onNewToken(String token) {\n Log.d(TAG, \"Refreshed token: \" + token);\n\n // If you want to send messages to this application instance or\n // manage this apps subscriptions on the server side, send the\n // Instance ID token to your app server.\n enviaTokenParaServidor(token);\n }", "@Override\r\n\tpublic void contextInitialized(ServletContextEvent m_event) {\n\t\tArkService.getInstance().start(m_event.getServletContext().getRealPath(\"/WEB-INF/silicon\"), \r\n\t\t\tm_event.getServletContext().getContextPath());\r\n\t}", "public AppManager() {\n /** have a parking lot operator */\n ParkingLotOperatorInstance = new ParkingLotOperator();\n OperatorThread = new Thread(ParkingLotOperatorInstance);\n OperatorThread.start();\n ParkingLotOperatorInstance.startParkingLot();\n\n /** graceful shutdown */\n Runtime.getRuntime().addShutdownHook(new ProcessorHook());\n }", "public static void start(Application application) {\n AppsFlyerAdRevenue.initialize(new AppsFlyerAdRevenue.Builder(application)\n .addNetworks(AppsFlyerAdRevenueWrapperType.MOPUB)\n .build());\n AppsFlyerAdRevenue.moPubWrapper().recordImpressionData();\n }", "public void start() {\n\t\tinstanceConfigUpdated();\n\n\t\tnew Thread(getUsageData, \"ResourceConsumptionManager : GetUsageData\").start();\n\n\t\tLoggingService.logInfo(MODULE_NAME, \"started\");\n\t}", "static void m13805a(Context context, String applicationId) {\n if (context == null || applicationId == null) {\n throw new IllegalArgumentException(\"Both context and applicationId must be non-null\");\n }\n try {\n C6709b identifiers = C6709b.m13508a(context);\n SharedPreferences preferences = context.getSharedPreferences(\"com.facebook.sdk.attributionTracking\", 0);\n StringBuilder sb = new StringBuilder();\n sb.append(applicationId);\n sb.append(\"ping\");\n String pingKey = sb.toString();\n long lastPing = preferences.getLong(pingKey, 0);\n GraphRequest publishRequest = GraphRequest.m12875a((AccessToken) null, String.format(\"%s/activities\", new Object[]{applicationId}), C6605k.m13113a(C6606a.MOBILE_INSTALL_EVENT, identifiers, C6638q.m13213a(context), m13807a(context), context), (C6545b) null);\n if (lastPing == 0) {\n C6817z b = publishRequest.mo19680b();\n Editor editor = preferences.edit();\n editor.putLong(pingKey, System.currentTimeMillis());\n editor.apply();\n }\n } catch (JSONException e) {\n throw new FacebookException(\"An error occurred while publishing install.\", e);\n } catch (Exception e2) {\n C6694S.m13422a(\"Facebook-publish\", e2);\n }\n }", "private void sendAppOpen(final Context context)\n\t{\n\t\tHandler handler = new Handler(context.getMainLooper());\n\t\thandler.post(new Runnable() {\n\t\t\tpublic void run() {\n\t\t\t\tAsyncTask<Void, Void, Void> task = new WorkerTask(context)\n\t\t\t\t{\n\t\t\t\t\t@Override\n\t\t\t\t\tprotected void doWork(Context context)\n\t\t\t\t\t{\n\t\t\t\t\t\tDeviceFeature2_5.sendAppOpen(context);\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\tExecutorHelper.executeAsyncTask(task);\n\t\t\t}\n\t\t});\n\t}", "private void startForeground() {\n Notification notification = new NotificationCompat.Builder(this)\n .setContentTitle(getResources().getString(R.string.app_name))\n .setTicker(getResources().getString(R.string.app_name))\n .setContentText(\"Running\")\n .setSmallIcon(R.mipmap.ic_launcher)\n .setContentIntent(null)\n .setOngoing(true)\n .setAutoCancel(true)\n .build();\n startForeground(9999, notification);\n }", "private void restartApp() {\n Intent intent = new Intent(application, Launcher.class);\n int mPendingIntentId = 123;\n PendingIntent mPendingIntent =\n PendingIntent.getActivity(\n application,\n mPendingIntentId,\n intent,\n PendingIntent.FLAG_CANCEL_CURRENT\n );\n AlarmManager mgr = (AlarmManager) application.getSystemService(Context.ALARM_SERVICE);\n if (mgr != null) {\n mgr.set(AlarmManager.RTC, System.currentTimeMillis() + 100, mPendingIntent);\n }\n System.exit(0);\n }", "public void start() {\n\n }", "public ParkingApp() {\n runApp();\n }", "public abstract void reportRelaunch(IBinder token, PendingTransactionActions pendingActions);", "private void startApp(final Context context, String action) {\n PritLog.d(\"startApp() action=\" + action);\n }", "@Override\n public void launchCustApp() {\n Intent intent = new Intent( this, CashbackActivityCust2.class );\n intent.putExtra(CashbackActivityCust2.INTENT_EXTRA_USER_TOKEN, AgentUser.getInstance().getUserToken());\n // clear Login activity from backstack\n //intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);\n startActivity(intent);\n }", "protected void start() {\n }", "@Override\n public void teleopPeriodic()\n {\n Scheduler.getInstance().run();\n }", "public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> registerApplication(\n org.thethingsnetwork.management.proto.HandlerOuterClass.ApplicationIdentifier request);", "@Override\n public void onRestart() {\n super.onRestart();\n app.connectToPacemakerAPI(this);\n }", "void start(String resourceGroupName, String referer, String virtualMachineName, Context context);", "public void run() {\n startSignalR();\n }", "@Override\n public void start() {\n }", "@Override\r\n\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\tRegisterVtvAccountService.register(mActivity, usernameFinal);\r\n\t\t\t\t\t}", "@Override\n public void run() {\n ApplicationInfo ai = null;\n try {\n ai = MainActivity.getAppContext().getPackageManager().getApplicationInfo(MainActivity.getAppContext().getPackageName(), PackageManager.GET_META_DATA);\n } catch (PackageManager.NameNotFoundException e) {\n e.printStackTrace();\n }\n String brokerAddress = (String) ai.metaData.get(\"BROKER_ADDRESS\");\n int brokerPort = (int) ai.metaData.get(\"BROKER_PORT\");\n\n // configurazione delle proprietà del broker e avvio del server relativo\n Properties properties = new Properties();\n properties.setProperty(BrokerConstants.HOST_PROPERTY_NAME, brokerAddress);\n properties.setProperty(BrokerConstants.PORT_PROPERTY_NAME, String.valueOf(brokerPort));\n properties.setProperty(BrokerConstants.PERSISTENT_STORE_PROPERTY_NAME, Environment.getExternalStorageDirectory().getAbsolutePath() + File.separator + BrokerConstants.DEFAULT_MOQUETTE_STORE_MAP_DB_FILENAME);\n MemoryConfig memoryConfig = new MemoryConfig(properties);\n Server mqttBroker = new Server();\n try {\n mqttBroker.startServer(memoryConfig);\n } catch (IOException e) {\n e.printStackTrace();\n }\n Log.i(TAG, \"Server Started\");\n }", "ExpProtocolApplication createSimpleRunExtraProtocolApplication(ExpRun expRun, String name);", "public void launchSlave()\n {\n \tIntent mIntent = new Intent(MainActivity.this, SlaveActivity.class);\n \tstartActivityForResult(mIntent, NEW_SLAVE_ACTIVITY);\n }", "@Override\n protected void onCreate(Bundle bundle) {\n super.onCreate(bundle);\n mTAG = this.getClass().getSimpleName();\n initConfigure();\n //PushAgent.getInstance(mContext).onAppStart();\n\n }", "private void start() {\n\n\t}", "ConferenceScheduleBuilderService startEvent();", "private void launchStartMinglingActivity() {\n\t\tIntent startMinglingActivity = new Intent(this,\n\t\t\t\tStartMinglingActivity.class);\n\t\tstartActivity(startMinglingActivity);\n\t}" ]
[ "0.60560584", "0.5917177", "0.5790319", "0.5726722", "0.5600154", "0.5546171", "0.5508609", "0.54847944", "0.54847944", "0.54847944", "0.5459944", "0.54391533", "0.53883827", "0.5367175", "0.5362372", "0.5349366", "0.5340956", "0.53149307", "0.53149307", "0.53099346", "0.53032124", "0.5280395", "0.5272398", "0.526172", "0.52581745", "0.5249989", "0.5244831", "0.5243937", "0.5218145", "0.5207015", "0.5175589", "0.5173024", "0.5161209", "0.5158635", "0.5149966", "0.51384574", "0.5136367", "0.5135791", "0.5127064", "0.5125569", "0.5122004", "0.5120991", "0.5089578", "0.50824094", "0.5079924", "0.5072858", "0.50711346", "0.5069717", "0.50692517", "0.5067339", "0.5067339", "0.5067339", "0.505996", "0.505996", "0.50509614", "0.5044756", "0.5044756", "0.50436723", "0.50435376", "0.50424904", "0.5029203", "0.50180036", "0.5015514", "0.50076824", "0.50024176", "0.49995676", "0.49958742", "0.49958307", "0.49920556", "0.49867374", "0.49811947", "0.4980281", "0.49783358", "0.4977846", "0.49764636", "0.49754107", "0.4970829", "0.49704587", "0.49681547", "0.49620256", "0.4951581", "0.49508703", "0.49498913", "0.49478805", "0.4945059", "0.49416435", "0.49391234", "0.49390686", "0.493849", "0.49328023", "0.49327517", "0.49308723", "0.49274054", "0.49248838", "0.4922871", "0.49187458", "0.49144876", "0.49141034", "0.49019614", "0.49013668", "0.48999214" ]
0.0
-1
TODO Autogenerated method stub
@Override public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override @Deprecated public Object onRetainNonConfigurationInstance() { return super.onRetainNonConfigurationInstance(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
Inflate the menu; this adds items to the action bar if it is present.
@Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.activity_contacts, menu); return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n \tMenuInflater inflater = getMenuInflater();\n \tinflater.inflate(R.menu.main_activity_actions, menu);\n \treturn super.onCreateOptionsMenu(menu);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n inflater.inflate(R.menu.actions, menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n \tgetMenuInflater().inflate(R.menu.actions, menu);\n \treturn super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.actions_bar, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main_actions, menu);\n\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\r\n\t\tinflater.inflate(R.menu.action_bar_menu, menu);\r\n\t\tmMenu = menu;\r\n\t\treturn super.onCreateOptionsMenu(menu);\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.act_bar_menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\r\n inflater.inflate(R.menu.main_actions, menu);\r\n\t\treturn true;\r\n //return super.onCreateOptionsMenu(menu);\r\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t MenuInflater inflater = getMenuInflater();\r\n\t inflater.inflate(R.menu.action_bar_all, menu);\r\n\t return super.onCreateOptionsMenu(menu);\r\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(android.view.Menu menu) {\n\t\t super.onCreateOptionsMenu(menu);\n\t\tMenuInflater muu= getMenuInflater();\n\t\tmuu.inflate(R.menu.cool_menu, menu);\n\t\treturn true;\n\t\t\n\t\t\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.adventure_archive, menu);\r\n\t\treturn true;\r\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.archive_menu, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main_activity_actions, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main_activity_actions, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main_activity_actions, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n \tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n \t\tinflater.inflate(R.menu.main, menu);\n \t\tsuper.onCreateOptionsMenu(menu, inflater);\n \t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t MenuInflater inflater = getMenuInflater();\n\t inflater.inflate(R.menu.action_menu, menu);\n\t return super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tsuper.onCreateOptionsMenu(menu);\n\t\tMenuInflater bow=getMenuInflater();\n\t\tbow.inflate(R.menu.menu, menu);\n\t\treturn true;\n\t\t}", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n inflater.inflate(R.menu.action_menu, menu);\n super.onCreateOptionsMenu(menu, inflater);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\t\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\t\t\n\t\t/* Inflate the menu; this adds items to the action bar if it is present */\n\t\tgetMenuInflater().inflate(R.menu.act_main, menu);\t\t\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflate = getMenuInflater();\n inflate.inflate(R.menu.menu, ApplicationData.amvMenu.getMenu());\n return true;\n }", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.menu, menu);\n\t\t\treturn true; \n\t\t\t\t\t\n\t\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tinflater.inflate(R.menu.main, menu);\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);//Menu Resource, Menu\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);//Menu Resource, Menu\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) \n {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu_bar, menu);\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu_item, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tinflater.inflate(R.menu.menu, menu);\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t MenuInflater inflater = getMenuInflater();\n\t inflater.inflate(R.menu.menu, menu);\n\t return super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t inflater.inflate(R.menu.menu, menu);\n\t \n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t\t//menu.clear();\n\t\tinflater.inflate(R.menu.soon_to_be, menu);\n\t\t//getActivity().getActionBar().show();\n\t\t//getActivity().getActionBar().setBackgroundDrawable(\n\t\t\t\t//new ColorDrawable(Color.rgb(223, 160, 23)));\n\t\t//return true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n this.getMenuInflater().inflate(R.menu.main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n inflater.inflate(R.menu.main, menu);\n }", "@Override\n\tpublic void onCreateOptionsMenu( Menu menu, MenuInflater inflater )\n\t{\n\t\tsuper.onCreateOptionsMenu( menu, inflater );\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.main, menu);\r\n\t\treturn super.onCreateOptionsMenu(menu);\r\n\t}", "@Override\r\n public boolean onCreateOptionsMenu(Menu menu) {\r\n \t// We must call through to the base implementation.\r\n \tsuper.onCreateOptionsMenu(menu);\r\n \t\r\n MenuInflater inflater = getMenuInflater();\r\n inflater.inflate(R.menu.main_menu, menu);\r\n\r\n return true;\r\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);//Menu Resource, Menu\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);//Menu Resource, Menu\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater= getMenuInflater();\n inflater.inflate(R.menu.menu_main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n inflater.inflate(R.menu.inter_main, menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.action, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu (Menu menu){\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu_main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.custom_action_bar, menu);\n\t\treturn true;\n\t}", "public void initMenubar() {\n\t\tremoveAll();\n\n\t\t// \"File\"\n\t\tfileMenu = new FileMenuD(app);\n\t\tadd(fileMenu);\n\n\t\t// \"Edit\"\n\t\teditMenu = new EditMenuD(app);\n\t\tadd(editMenu);\n\n\t\t// \"View\"\n\t\t// #3711 viewMenu = app.isApplet()? new ViewMenu(app, layout) : new\n\t\t// ViewMenuApplicationD(app, layout);\n\t\tviewMenu = new ViewMenuApplicationD(app, layout);\n\t\tadd(viewMenu);\n\n\t\t// \"Perspectives\"\n\t\t// if(!app.isApplet()) {\n\t\t// perspectivesMenu = new PerspectivesMenu(app, layout);\n\t\t// add(perspectivesMenu);\n\t\t// }\n\n\t\t// \"Options\"\n\t\toptionsMenu = new OptionsMenuD(app);\n\t\tadd(optionsMenu);\n\n\t\t// \"Tools\"\n\t\ttoolsMenu = new ToolsMenuD(app);\n\t\tadd(toolsMenu);\n\n\t\t// \"Window\"\n\t\twindowMenu = new WindowMenuD(app);\n\n\t\tadd(windowMenu);\n\n\t\t// \"Help\"\n\t\thelpMenu = new HelpMenuD(app);\n\t\tadd(helpMenu);\n\n\t\t// support for right-to-left languages\n\t\tapp.setComponentOrientation(this);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tsuper.onCreateOptionsMenu(menu);\n\t\tMenuInflater blowUp=getMenuInflater();\n\t\tblowUp.inflate(R.menu.welcome_menu, menu);\n\t\treturn true;\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.listing, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.item, menu);\n return true;\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.resource, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater= getMenuInflater();\n inflater.inflate(R.menu.menu,menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.home_action_bar, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.template, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n Log.d(\"onCreateOptionsMenu\", \"create menu\");\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.socket_activity_actions, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main_menu, menu);//Menu Resource, Menu\n\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.actionbar, menu);\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(toolbar_res, menu);\n updateMenuItemsVisibility(menu);\n return true;\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t// \n\t\tMenuInflater mi = getMenuInflater();\n\t\tmi.inflate(R.menu.thumb_actv_menu, menu);\n\t\t\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t}", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n }", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\t\treturn true;\n\t\t}", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\t\treturn true;\n\t\t}", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\t\treturn true;\n\t\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.swag_list_activity_menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main_menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(android.view.Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\n\t\treturn true;\n\t}", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.jarvi, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "public void onCreateOptionsMenu(Menu menu, MenuInflater inflater){\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater menuInflater) {\n menuInflater.inflate(R.menu.main, menu);\n\n }", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.add__listing, menu);\r\n\t\treturn true;\r\n\t}", "@Override\r\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.actmain, menu);\r\n return true;\r\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.buat_menu, menu);\n\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.layout.menu, menu);\n\t\treturn true;\n\t}", "@Override\npublic boolean onCreateOptionsMenu(Menu menu) {\n\n\t\n\t\n\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\n\treturn super.onCreateOptionsMenu(menu);\n}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.ichat, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater)\n\t{\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t\tinflater.inflate(R.menu.expenses_menu, menu);\n\t}", "@Override\n \tpublic boolean onCreateOptionsMenu(Menu menu) {\n \t\tgetMenuInflater().inflate(R.menu.main, menu);\n \t\treturn true;\n \t}", "@Override\n \tpublic boolean onCreateOptionsMenu(Menu menu) {\n \t\tgetMenuInflater().inflate(R.menu.main, menu);\n \t\treturn true;\n \t}", "@Override\n \tpublic boolean onCreateOptionsMenu(Menu menu) {\n \t\tgetMenuInflater().inflate(R.menu.main, menu);\n \t\treturn true;\n \t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.action_bar, menu);\n return true;\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tsuper.onCreateOptionsMenu(menu);\n\t\tMenuInflater blowUp = getMenuInflater();\n\t\tblowUp.inflate(R.menu.status, menu);\n\t\treturn true;\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.menu, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn true;\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.ui_main, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main_activity_actions, menu);\n return true;\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n inflater.inflate(R.menu.menu_main, menu);\n super.onCreateOptionsMenu(menu, inflater);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n inflater.inflate(R.menu.menu_main, menu);\n super.onCreateOptionsMenu(menu, inflater);\n }" ]
[ "0.7246102", "0.7201358", "0.7194834", "0.7176498", "0.71066517", "0.7039537", "0.7037961", "0.70112145", "0.70094734", "0.69807225", "0.6944953", "0.69389373", "0.6933199", "0.6916928", "0.6916928", "0.6891486", "0.68831646", "0.68754137", "0.68745375", "0.68621665", "0.68621665", "0.68621665", "0.68621665", "0.68515885", "0.68467957", "0.68194443", "0.6817494", "0.6813087", "0.6813087", "0.6812847", "0.6805774", "0.6801204", "0.6797914", "0.6791314", "0.6789091", "0.67883503", "0.6783642", "0.6759701", "0.6757412", "0.67478645", "0.6744127", "0.6744127", "0.67411774", "0.6740183", "0.6726017", "0.6723245", "0.67226785", "0.67226785", "0.67208904", "0.67113477", "0.67079866", "0.6704564", "0.6699229", "0.66989094", "0.6696622", "0.66952467", "0.66865396", "0.6683476", "0.6683476", "0.6682188", "0.6681209", "0.6678941", "0.66772443", "0.6667702", "0.66673946", "0.666246", "0.6657578", "0.6657578", "0.6657578", "0.6656586", "0.66544783", "0.66544783", "0.66544783", "0.66524047", "0.6651954", "0.6650132", "0.66487855", "0.6647077", "0.66467404", "0.6646615", "0.66464466", "0.66449624", "0.6644209", "0.6643461", "0.6643005", "0.66421187", "0.6638628", "0.6634786", "0.6633529", "0.6632049", "0.6632049", "0.6632049", "0.66315657", "0.6628954", "0.66281766", "0.6627182", "0.6626297", "0.6624309", "0.6619582", "0.6618876", "0.6618876" ]
0.0
-1
Check which request it is that we're responding to
@Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { Log.d(TAG, "Inside OnActivityResult"); if (requestCode == PICK_CONTACT_REQUEST) { // Make sure the request was successful if (resultCode == RESULT_OK) { // Get the URI that points to the selected contact Log.d(TAG, "data to string "+data.toString()) ; Uri contactUri = data.getData(); Cursor c = managedQuery(contactUri, null, null, null, null); c.moveToFirst(); String id =c.getString(c.getColumnIndexOrThrow(ContactsContract.Contacts._ID)); Log.d(TAG, "id = "+id); String hasPhone =c.getString(c.getColumnIndex(ContactsContract.Contacts.HAS_PHONE_NUMBER)); if (hasPhone.equalsIgnoreCase("1")) { Cursor phones = getContentResolver().query( ContactsContract.CommonDataKinds.Phone.CONTENT_URI,null, ContactsContract.CommonDataKinds.Phone.CONTACT_ID +" = "+ id, null, null); phones.moveToFirst(); String cNumber = phones.getString(phones.getColumnIndex("data1")); Log.d(TAG,"number is:"+cNumber); //phoneNumberAdded=cNumber ; addContact(cNumber); } // end of if condition } // end of result okay. } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract boolean isAppropriateRequest(Request request);", "boolean hasRequest();", "boolean hasRequest();", "boolean hasRequest();", "boolean hasRequest();", "boolean hasRequest();", "boolean hasRequest();", "boolean hasRequest();", "boolean hasRequest();", "boolean hasRequest();", "boolean hasRequest();", "public boolean hasRequest() {\n return request_ != null;\n }", "public boolean hasRequest() {\n return request_ != null;\n }", "public boolean hasRequest() {\n return request_ != null;\n }", "public boolean hasRequest() {\n return requestBuilder_ != null || request_ != null;\n }", "public boolean hasRequest() {\n return requestBuilder_ != null || request_ != null;\n }", "boolean match(final HttpServletRequest request) {\n\t\t\tString lMetodo = request.getMethod().toUpperCase();\n\t\t\tString lUrl = request.getRequestURL().toString();\n\t\t\treturn lMetodo.equals(this.metodo.toString()) && lUrl.contains(this.url);\n\t\t}", "public boolean isRequest(){\n return false;\n }", "protected void checkForFirstRequest() throws IOException {\n if(firstRequest) {\n while (!connected || (serveResponse = in.readLine()).isEmpty());\n firstRequest = false;\n }\n }", "@Override\r\n public boolean isRequest() {\n return false;\r\n }", "private boolean isRequestOrReply(final Message.MessageType type) {\n return MESSAGE_TYPE_REQUESTS.contains(type);\n }", "private void checkRequest(Request req) throws MethodNotAllowed, NotFound {\n if (!req.getHeader(\"Method\").equals(\"GET\") ||\n !req.getHeader(\"Version\").equals(\"HTTP/1.1\")) {\n throw new MethodNotAllowed();\n }\n if (req.getHeader(\"Path\").endsWith(\"/\")) {\n throw new NotFound();\n }\n }", "private void caseForfeit(Request request) {\n }", "public boolean hasRequest() {\n return instance.hasRequest();\n }", "private void handleRequest(Request request) throws IOException{\n switch (request){\n case NEXTODD:\n case NEXTEVEN:\n new LocalThread(this, request, nextOddEven).start();\n break;\n case NEXTPRIME:\n case NEXTEVENFIB:\n case NEXTLARGERRAND:\n new NetworkThread(this, userID, serverIPAddress, request).start();\n break;\n default:\n break;\n }\n }", "private boolean processRequest(Connection conn)\n {\n String line = null;\n URL url;\n String path;\n\n /*\n * Read the request line.\n */\n try {\n line = DataInputStreamUtil.readLineIntr(conn.getInputStream());\n }\n catch(InterruptedException e) {\n logError(\"Cannot read request line: connection timeout\");\n _req.sendHtmlErrorPage(HTTPStatusCode.BAD_REQUEST, \"connection timeout\");\n return false;\n }\n catch(IOException e) {\n logError(\"Cannot read request line: I/O error\"\n + getExceptionMessage(e));\n _req.sendHtmlErrorPage(HTTPStatusCode.SRVCE_NOT_AVAILABLE,\n \"I/O error\" + getExceptionMessage(e));\n return false;\n }\n\n /*\n * Parse the request line, and read the request headers.\n */\n try {\n _req.read(line);\n }\n catch(MalformedURLException e) {\n logError(\"Malformed URI in HTTP request\" + getExceptionMessage(e));\n _req.sendHtmlErrorPage(HTTPStatusCode.BAD_REQUEST,\n \"Invalid URI in HTTP request\"\n + getExceptionMessage(e));\n return false;\n }\n catch(MalformedHTTPReqException e) {\n logError(\"Malformed HTTP request\" + getExceptionMessage(e));\n _req.sendHtmlErrorPage(HTTPStatusCode.BAD_REQUEST,\n \"Invalid HTTP request\" + getExceptionMessage(e));\n return false;\n }\n catch(InterruptedException e) {\n logError(\"Cannot read request: connection timeout\");\n _req.sendHtmlErrorPage(HTTPStatusCode.BAD_REQUEST, \"connection timeout\");\n return false;\n }\n catch(IOException e) {\n logError(\"Cannot read request: I/O error\" + getExceptionMessage(e));\n _req.sendHtmlErrorPage(HTTPStatusCode.SRVCE_NOT_AVAILABLE,\n \"I/O error\" + getExceptionMessage(e));\n return false;\n }\n\n if (DEBUG && _debugLevel > 1) {\n debugPrintLn(\"Request: '\" + _req.getReqLine() + \"'\");\n }\n\n /*\n * Process the request based on the request-URI type. The asterisk\n * option (RFC2068, sec. 5.1.2) is not supported.\n */\n if ( (path = _req.getPath()) != null) {\n return redirectClient(path);\n }\n else {\n if ( (url = _req.getURL()) != null) {\n // The redirector is being accessed as a proxy.\n\n _req.sendHtmlErrorPage(HTTPStatusCode.BAD_REQUEST,\n \"Cannot retrieve URL \" + url\n + \"\\n<P>\\n\"\n + \"Invalid URL: unexpected access protocol \"\n + \"(e.g., `http://')\\n\");\n }\n else {\n logError(\"unsupported request-URI: \" + _req.getReqLine());\n _req.sendHtmlErrorPage(HTTPStatusCode.BAD_REQUEST,\n \"unsupported request-URI\");\n }\n return false;\n }\n }", "public void checkRequest(String theRequest, HttpServletRequest request, HttpServletResponse response) {\n try {\n\n Method requestMethod = this.getClass().getDeclaredMethod(theRequest, HttpServletRequest.class, HttpServletResponse.class);\n requestMethod.invoke(this, request, response);\n\n } catch (IllegalAccessException ex) {\n System.err.println(\"IllegalAccessException Error: \" + ex.getCause());\n } catch (IllegalArgumentException ex) {\n System.err.println(\"IllegalArgumentException Error: \" + ex.getCause());\n } catch (NoSuchMethodException ex) {\n System.err.println(\"NoSuchMethodException Error: \" + ex.getCause());\n } catch (SecurityException ex) {\n System.err.println(\"SecurityException Error: \" + ex.getCause());\n } catch (InvocationTargetException ex) {\n System.err.println(\"InvocationTargetException Error: \" + ex.getCause());\n }\n }", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000080) == 0x00000080);\n }", "HttpServletRequest getCurrentRequest();", "private int indexOfRequestToServe() {\n // if there is no barrier currently active, avoid the iteration\n if (this.spmdManager.isCurrentBarriersEmpty()) {\n return 0;\n } else { // there is at least one active barrier\n int index = -1;\n boolean isServable = false;\n Iterator it = this.requestQueue.iterator();\n \n // look for the first request in the queue we can serve\n while (!isServable && it.hasNext()) {\n index++;\n MethodCall mc = ((Request) it.next()).getMethodCall();\n \n // FT : mc could be an awaited request\n if (mc == null) {\n return -1;\n }\n isServable = this.spmdManager.checkExecution(mc.getBarrierTags());\n }\n return isServable ? index : (-1);\n }\n }", "@Override\r\n\tprotected byte[] handleSpecificRequest(String request) {\r\n\t\tif (!Utils.isEmpty(request)) {\r\n\t\t\tlogger.info(\"$$$$$$$$$$$$Message received at Tracking Server:\" + request);\r\n\t\t\tif (request.startsWith(NODE_REQUEST_TO_SERVER.FILE_LIST.name())) {\r\n\t\t\t\thandleFileUpdateMessage(request);\r\n\t\t\t\treturn Utils.stringToByte(SharedConstants.COMMAND_SUCCESS);\r\n\t\t\t} else if (request.startsWith(NODE_REQUEST_TO_SERVER.FIND.name())) {\r\n\t\t\t\tString peers = handleFindFileRequest(request);\r\n\t\t\t\treturn Utils.stringToByte((Utils.isEmpty(peers) ? SharedConstants.COMMAND_FAILED\r\n\t\t\t\t\t\t: SharedConstants.COMMAND_SUCCESS) + SharedConstants.COMMAND_PARAM_SEPARATOR + peers);\r\n\r\n\t\t\t} else if (request.startsWith(NODE_REQUEST_TO_SERVER.FAILED_PEERS.name())) {\r\n\t\t\t\thandleFailedPeerRequest(request);\r\n\t\t\t\treturn Utils.stringToByte(SharedConstants.COMMAND_SUCCESS);\r\n\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn Utils.stringToByte(SharedConstants.INVALID_COMMAND);\r\n\r\n\t}", "boolean hasClientRequest();", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000080) == 0x00000080);\n }", "@Override\n\tpublic boolean matches(HttpServletRequest request) {\n\t\treturn !orRequestMatcher.matches(request);\n\t}", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "boolean isValid()\n {\n return isRequest() && isResponse();\n }", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000002) == 0x00000002);\n }", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "public boolean hasRequest() {\n return ((bitField0_ & 0x00000001) == 0x00000001);\n }", "@java.lang.Override\n public boolean hasHttpRequest() {\n return httpRequest_ != null;\n }", "public abstract boolean mo9094a(Request request);", "boolean hasSystemRequest();", "public boolean hasRequests(){\n return (tradeRequests.size() > 0 || userRequests.size() > 0);\n }", "private void processRequest(HttpServletRequest request, HttpServletResponse response) {\n }", "protected boolean handleRequest(String request) {\n if (request.equals(Server.GAME_PLAY)) {\n if (this.gamesCounter == server.hangmanGames.size()) {\n writeToClient(Server.GAME_OVER);\n return false;\n } else {\n String word = server.hangmanWords.get(this.gamesCounter);\n int tries = server.hangmanGames.get(word);\n Hangman game = new Hangman(word, tries);\n playThisGame(game);\n this.gamesCounter++;\n return true;\n }\n } else if (request.equals(Server.GAME_STOP)) {\n return false;\n }\n return false;\n }", "protected boolean isApplicable(SPRequest req) {\n\n Log.debug(\"isApplicable ? \" + req.getPath() + \" vs \" + getRoute());\n\n if (!req.getMethod().equals(getHttpMethod()))\n return false;\n\n String[] uri = req.getSplitUri();\n String[] tok = splitPath;\n if (uri.length != tok.length && splatIndex == -1)\n return false;\n\n if (uri.length <= splatIndex)\n return false;\n\n for (int i = 0; i < tok.length; i++) {\n if (tok[i].charAt(0) != ':' && tok[i].charAt(0) != '*' && !tok[i].equals(uri[i]))\n return false;\n }\n\n return true;\n }", "private boolean requestLimitReached() {\n\t\treturn (requestCount >= maximumRequests);\n\t}", "public boolean isConsumable(HttpServletRequest request);", "@Override\n\tpublic boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object object) throws Exception {\n\t\tlogger.info(request.getRequestURI());\n\t //method\n\t\tlogger.info(request.getMethod());\n\t //ip\n\t\tlogger.info(request.getRemoteAddr());\n\t\tEnumeration enu=request.getParameterNames(); \n\t\twhile(enu.hasMoreElements()){ \n\t\t\tString paraName=(String)enu.nextElement(); \n\t\t\tlogger.info(paraName+\": \"+request.getParameter(paraName));\n\t\t}\n\t\t\n\t\treturn true;\n\t}", "public static int getRequestNum(){\n return requestNum;\n }", "public void handleRequest(Request req) {\n\n }", "public Boolean checkAJAX(HttpServletRequest request) {\n\t\tBoolean flgXhr = false;\n\t\tString strXhr = (String) request.getHeader(\"X-Requested-With\");\n\t\tif (strXhr == null) {\n\t\t\tstrXhr = (String) request.getAttribute(\"xhr\");\n\t\t\tif (strXhr == null || !strXhr.equalsIgnoreCase(\"true\"))\n\t\t\t\tstrXhr = null;\n\t\t}\n\t\tflgXhr = (strXhr != null && !strXhr.equals(\"com.android.browser\"));\n\t\treturn (flgXhr);\n\t}", "public int getIsOnRequest() {\n return isOnRequest;\n }", "public HttpServletRequest getServletRequest()\r\n/* 39: */ {\r\n/* 40: 74 */ return this.servletRequest;\r\n/* 41: */ }", "public synchronized boolean hasFriendRequest(FriendRequest req) {\n \t\treturn indexOfFriendRequest(req) != -1;\n \t}", "static boolean Requested(HttpServletRequest request, String paramName)\n {\n \n String value = request.getParameter(paramName);\n Logging.debug(\"Got parameter \"+paramName+\"=\" + value);\n \n if (value != null) {\n if (yesMatcher.matcher(value).lookingAt()) {\n return true;\n } else {\n return false;\n }\n } else {\n return false;\n }\n }", "public void procRequest ()\r\n\t{\r\n\t\tthis.simTime = this.sim.getTimer();\r\n\t\tthis.request.setStartTime(simTime);\r\n\t\t//Debug/System.out.println(Fmt.time(simTime)\r\n\t\t//Debug/\t+ \": <procRequest> \" + request);\r\n\r\n\t\t//\tNeed to move from current cylinder to requested cylinder.\r\n\t\t//\tIf current == requested, no action.\r\n\t\tif (this.cylinder != this.request.getCylinder())\r\n\t\t\tthis.simTime += this.calcSeekTime(this.request.getCylinder());\r\n\t\tthis.sim.addEvent(new Event(Event.SEEK_SATISFIED, this.simTime));\r\n\t}", "public void handle_request(Request request){\n currentRequest.add(request);\n System.out.println(\"[Worker\"+String.valueOf(id)+\"] Received request of client \"+String.valueOf(request.getId()));\n }", "private boolean checkForTaskQueue(HttpServletRequest request, HttpServletResponse response) {\n if (request.getHeader(\"X-AppEngine-QueueName\") == null) {\n log.log(Level.SEVERE, \"Received unexpected non-task queue request. Possible CSRF attack.\");\n try {\n response.sendError(\n HttpServletResponse.SC_FORBIDDEN, \"Received unexpected non-task queue request.\");\n } catch (IOException ioe) {\n throw new RuntimeException(\"Encountered error writing error\", ioe);\n }\n return false;\n }\n return true;\n }", "public boolean isSetRequests() {\n return this.requests != null;\n }", "private void processRequest(String targetID, HttpServerRequest req) throws Exception {\n\t\tString result = retrieveDetails(targetID);\n\t\tif(result != null)\n\t\t\treq.response().end(result);\t\n\t\telse\n\t\t\treq.response().end(\"No resopnse received\");\n\t}", "public void processRequest(String request) {\r\n // Request for closing connection\r\n if (request.equals(\"CLOSE\")) {\r\n isOpen = false;\r\n\r\n // Request for getting all of the text on the Server's text areas\r\n } else if (request.equals(\"GET ALL TEXT\")) {\r\n String [] array = FileIOFunctions.getAllTexts();\r\n\r\n sendMessage(\"GET ALL TEXT\");\r\n sendMessage(array[0]);\r\n sendMessage(array[1]);\r\n } else {}\r\n }", "public boolean isMine(HttpServletRequest request) {\r\n String path = request.getPathInfo();\r\n return path.startsWith(\"/thredds/obis/\");\r\n }", "public boolean sendRequest(com.webobjects.appserver.WORequest request){\n return false; //TODO codavaj!!\n }", "public boolean isSetReq() {\n return this.req != null;\n }", "public boolean isSetReq() {\n return this.req != null;\n }", "public boolean isSetReq() {\n return this.req != null;\n }", "public boolean isSetReq() {\n return this.req != null;\n }", "public void service_REQ(){\n if ((eccState == index_HasRequest) && (PEExit.value)) state_BagPassedEye();\n else if ((eccState == index_IDLE) && (TokenIn.value)) state_START();\n else if ((eccState == index_IDLE) && (PERequest.value)) state_NoTokenButRequest();\n else if ((eccState == index_NoTokenButRequest) && (TokenIn.value)) state_START();\n else if ((eccState == index_START) && (NoPERequest.value)) state_IDLE();\n }", "public Boolean IsIOrequest() {\n Random r = new Random();\n int k = r.nextInt(100);\n //20%\n if (k <= 20) {\n return true;\n }\n return false;\n }", "public String concludeRequest() {\n\t\treturn \"Already received a request\";\n\t}", "public boolean isTooManyRequests() {\n if (this.getCode() != null && this.getCode() == CODE_TOO_MANY_REQUESTS) {\n return true;\n }\n return false;\n }", "private void requestHandler(Object context)\n {\n final String funcName = \"requestHandler\";\n @SuppressWarnings(\"unchecked\")\n TrcRequestQueue<Request>.RequestEntry entry = (TrcRequestQueue<Request>.RequestEntry) context;\n Request request = entry.getRequest();\n\n if (debugEnabled)\n {\n dbgTrace.traceEnter(funcName, TrcDbgTrace.TraceLevel.TASK, \"request=%s\", request);\n }\n\n request.canceled = entry.isCanceled();\n if (!request.canceled)\n {\n if (request.readRequest)\n {\n request.buffer = readData(request.address, request.length);\n if (debugEnabled)\n {\n if (request.buffer != null)\n {\n dbgTrace.traceInfo(funcName, \"readData(addr=0x%x,len=%d)=%s\",\n request.address, request.length, Arrays.toString(request.buffer));\n \n }\n }\n }\n else\n {\n request.length = writeData(request.address, request.buffer, request.length);\n }\n }\n\n if (request.completionEvent != null)\n {\n request.completionEvent.set(true);\n }\n\n if (request.completionHandler != null)\n {\n request.completionHandler.notify(request);\n }\n\n if (debugEnabled)\n {\n dbgTrace.traceExit(funcName, TrcDbgTrace.TraceLevel.TASK);\n }\n }", "public boolean request() {\n if (connection == null) {\n return false;\n }\n String json = new JsonBuilder(getRequestMessage()).getJson();\n if (UtilHelper.isEmptyStr(json)) {\n return false;\n }\n return connection.sendMessage(json);\n }", "private void processRequest(HttpServletRequest request,\r\n\t\t\tHttpServletResponse response) {\n\r\n\t}", "public void Request_type()\n {\n\t boolean reqtypepresent =reqtype.size()>0;\n\t if(reqtypepresent)\n\t {\n\t\t //System.out.println(\"Request type report is PRESENT\");\n\t }\n\t else\n\t {\n\t\t System.out.println(\"Request type report is not present\");\n\t }\n }", "protected boolean isHeadRequest(ActionInvocation actionInvocation) {\n return actionInvocation.method != null && HTTPMethod.HEAD.is(actionInvocation.method.httpMethod);\n }", "protected synchronized void processRequest(HttpServletRequest request, HttpServletResponse response)\n throws ServletException, IOException {\n response.setContentType(\"text/plain;charset=UTF-8\");\n String remoteHost = request.getRemoteHost();\n String localhost = request.getLocalName();\n String localIP = request.getLocalAddr();\n\n\n PrintWriter out = response.getWriter();\n try {\n out.println(\"healthy=true\");\n out.println(\"ip=\" + localIP);\n out.println(\"host=\" + localhost);\n out.println(\"client=\" + remoteHost);\n if (lastHeathCheck != null) {\n out.println(\"lastCheck=\" + sdf.format(lastHeathCheck));\n out.println(\"lastCheckClient=\" + lastCheckClient);\n }\n\n } finally {\n if (!\"true\".equals(request.getParameter(\"nolog\"))) {\n lastHeathCheck = new Date();\n lastCheckClient = remoteHost;\n }\n out.close();\n }\n }", "public boolean shouldHandle(String requestUri) {\n\t\tif (requestUri.startsWith(this.requestStart)) {\n\t\t\tthis.eventListener.log(InternationalisationUtils.getI18nString(I18N_PROCESSING_REQUEST, requestUri.toString()));\n\t\t\treturn true;\n\t\t}\n\t\t\n\t\treturn false;\n\t}", "public boolean hasReqMethod() {\n return fieldSetFlags()[6];\n }", "private void processRequestRange(String targetID, HttpServerRequest req) throws Exception {\n\t\tString result = retrieveDetails(targetID);\n\t\tif(result != null)\n\t\t\treq.response().end(result);\n\t\telse\n\t\t\treq.response().end(\"No resopnse received\");\n\t}", "protected abstract String getAllowedRequests();", "@Override\n\tpublic void validateRequest(BaseRequest request) {\n\t\t\n\t}", "@Override\n protected final void parseRequest(final HttpServletRequest request, HttpServletResponse response) {\n\n parsePath(request);\n\n LOGGER.warning(\"[REST]: \" + request.getMethod() + \"|\" + apiName + \"/\" + resourceName + \"|\" + request.getHeader(\"Current-Page\"));\n\n // Fixes BS-400. This is ugly.\n I18n.getInstance();\n\n api = APIs.get(apiName, resourceName);\n api.setCaller(this);\n\n super.parseRequest(request, response);\n\n }", "public RequestAction geRequestHandler(String request){\n RequestAction requestHandler =requestHandlerMap.get(request);\n if(requestHandler ==null)\n return requestHandlerMap.get(\"notSupported\");\n return requestHandler;\n }", "public abstract String getRequestTarget(final int requestNumber);", "public ServletRequest getServletRequest() {\n/* 85 */ return this.request;\n/* */ }", "void handleRequest();", "private void changeRequest(InstanceRequest request) {\r\n\t\t\r\n\t}", "private Boolean is_request_match(HashMap<String, HashMap<String, String>> queue_data,\r\n\t\t\tHashMap<String, HashMap<String, String>> design_data) {\n\t\tBoolean is_match = Boolean.valueOf(true);\r\n\t\tList<String> check_items = new ArrayList<String>();\r\n\t\tcheck_items.add(\"Software\");\r\n\t\tcheck_items.add(\"System\");\r\n\t\tcheck_items.add(\"Machine\");\r\n\t\tIterator<String> item_it = check_items.iterator();\r\n\t\twhile (item_it.hasNext()) {\r\n\t\t\tString item_name = item_it.next();\r\n\t\t\tHashMap<String, String> design_map = design_data.get(item_name);\r\n\t\t\tHashMap<String, String> queue_map = queue_data.get(item_name);\r\n\t\t\tBoolean request_match = design_map.equals(queue_map);\r\n\t\t\tif (!request_match) {\r\n\t\t\t\tis_match = false;\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn is_match;\r\n\t}", "public void test10(HttpServletRequest request) throws javax.servlet.ServletException, java.io.IOException {\n InetAddress addr = InetAddress.getByName(request.getRemoteAddr());\n if(addr.getHostName().endsWith(\"trustme.com\")){ /* BUG */\n\n }\n }", "private boolean firstTimeVisiting(HttpServletRequest request)\n throws ServletException, IOException {\n return request.getParameter(\"title\") == null || request.getParameter(\"body\") == null ||\n request.getParameter(\"tags\") == null;\n }", "private void filterAndHandleRequest () {\n\t// Filter the request based on the header.\n\t// A response means that the request is blocked.\n\t// For ad blocking, bad header configuration (http/1.1 correctness) ... \n\tHttpHeaderFilterer filterer = proxy.getHttpHeaderFilterer ();\n\tHttpHeader badresponse = filterer.filterHttpIn (this, channel, request);\n\tif (badresponse != null) {\n\t statusCode = badresponse.getStatusCode ();\n\t sendAndClose (badresponse);\n\t} else {\n\t status = \"Handling request\";\n\t if (getMeta ())\n\t\thandleMeta ();\n\t else\n\t\thandleRequest ();\n\t}\n }", "private boolean isPreflight(HttpServletRequest request) {\n return request.getMethod().equals(\"OPTIONS\");\n }", "@Override\n public Type getType() {\n return Type.TypeRequest;\n }", "public void sendGetRequest() {\r\n\t\tString[] requests = this.input.substring(4, this.input.length()).split(\" \"); \r\n\t\t\r\n\t\tif(requests.length <= 1 || !(MyMiddleware.readSharded)){\r\n\t\t\tnumOfRecipients = 1;\r\n\t\t\trecipient = servers.get(loadBalance());\r\n\r\n\t\t\trecipient.send(this, input);\r\n\t\t\tsendTime = System.nanoTime();\r\n\r\n\t\t\tworkerTime = sendTime - pollTime;\r\n\r\n\t\t\t\r\n\t\t\tif(requests.length <= 1) {\r\n\t\t\t\tnumOfGets++;\r\n\t\t\t\ttype= \"10\";\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\tnumOfMultiGets++;\r\n\t\t\t\ttype = requests.length+\"\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t\r\n\t\t\tString reply = recipient.receive();\r\n\t\t\treceiveTime = System.nanoTime();\r\n\t\t\tprocessingTime = receiveTime - sendTime;\r\n\t\t\t\r\n\t\t\tint hit = 0;\r\n\t\t\thit += reply.split(\"VALUE\").length - 1;\r\n\t\t\tmiss += requests.length-hit;\r\n\r\n\t\t\tif(!(reply.endsWith(\"END\"))) {\r\n\t\t\t\tunproperRequests.add(reply);\r\n\t\t\t\tsendBack(currentJob.getClient(), reply);\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tsendBack(currentJob.getClient(), reply);\r\n\r\n\t\t}\r\n\t\telse {\r\n\t\t\tnumOfMultiGets++;\r\n\t\t\ttype = requests.length+\"\";\r\n\t\t\tnumOfRecipients = servers.size();\r\n\t\t\trequestsPerServer = requests.length / servers.size();\r\n\t\t\tremainingRequests = requests.length % servers.size() ;\r\n\t\t\t\r\n\t\t\t//The worker thread sends a number of requests to each server equal to requestsPerServer \r\n\t\t\t//and at most requestsPerServer + remainingRequests\r\n\t\t\t\r\n\t\t\tfor(int i = 0; i < servers.size(); i++) {\r\n\t\t\t\tmessage = requestType;\r\n\t\t\t\tfor(int j = 0; j < requestsPerServer; j++){\r\n\t\t\t\t\tmessage += \" \";\r\n\t\t\t\t\tmessage += requests[requestsPerServer*i+j];\r\n\t\t\t\t\tif(i < remainingRequests) {\r\n\t\t\t\t\t\tmessage += \" \";\r\n\t\t\t\t\t\tmessage += requests[requests.length - remainingRequests + i];\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tservers.get(i).send(this, message);\r\n\t\t\t}\r\n\t\t\tsendTime = System.nanoTime();\r\n\r\n\t\t\tworkerTime = sendTime - pollTime;\r\n\r\n\t\t\tint hit = 0;\r\n\t\t\tfor(ServerHandler s : servers) {\r\n\t\t\t\tString ricevuto = s.receive();\r\n\t\t\t\thit += ricevuto.split(\"VALUE\").length - 1;\r\n\t\t\t\treplies.add(ricevuto);\r\n\t\t\t}\r\n\t\t\treceiveTime = System.nanoTime();\r\n\t\t\tprocessingTime = receiveTime - sendTime;\r\n\r\n\t\t\tmiss += requests.length-hit;\r\n\t\t\t\r\n\t\t\tfinalReply = \"\";\r\n\t\t\tfor(String reply : replies) {\r\n\t\t\t\tif(!(reply.endsWith(\"END\"))) {\r\n\t\t\t\t\tunproperRequests.add(reply);\r\n\t\t\t\t\tsendBack(currentJob.getClient(), reply);\r\n\t\t\t\t\treplies.clear();\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\treply = reply.substring(0, reply.length() - 3);\r\n\t\t\t\t\tfinalReply += reply;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tfinalReply += \"END\";\r\n\t\t\tsendBack(currentJob.getClient(), finalReply);\r\n\t\t\treplies.clear();\r\n\r\n\t\t}\r\n\t\t\r\n\t}", "private void checkAndUpdate() {\n if (csProposeEnter.get()) {\n if (numRepliesReceived.get() == (config.getNumNodes() - 1)\n && requestQueue.peek().getFromID().equals(nodeID)) {\n csProposeEnter.set(false);\n csAllowEnter.set(true);\n }\n }\n }" ]
[ "0.7016145", "0.6810174", "0.6810174", "0.6810174", "0.6810174", "0.6810174", "0.6810174", "0.6810174", "0.6810174", "0.6810174", "0.6810174", "0.65954894", "0.65954894", "0.65954894", "0.6557039", "0.6557039", "0.65525794", "0.65365165", "0.6385344", "0.6377572", "0.636833", "0.6275614", "0.6270738", "0.6209753", "0.6193592", "0.61634976", "0.61124724", "0.6093755", "0.60803145", "0.6060243", "0.6053294", "0.6050886", "0.6049829", "0.60425", "0.60231566", "0.60231566", "0.6000817", "0.59935784", "0.59935784", "0.5975331", "0.5975331", "0.59488636", "0.59488636", "0.59319764", "0.59216434", "0.5870713", "0.5869157", "0.58616453", "0.58447826", "0.58411473", "0.5803916", "0.5790417", "0.5778143", "0.577777", "0.5771889", "0.5766443", "0.5755878", "0.57538223", "0.57518613", "0.5728426", "0.5724995", "0.5723148", "0.56924754", "0.56847405", "0.56815034", "0.5656454", "0.5636556", "0.5634304", "0.56152576", "0.56152576", "0.56152576", "0.56152576", "0.561427", "0.5612501", "0.5596812", "0.55816835", "0.55774003", "0.5571902", "0.55633193", "0.55558324", "0.55537355", "0.5551502", "0.555147", "0.55458087", "0.5542517", "0.55424696", "0.5537508", "0.55370665", "0.55328065", "0.5530235", "0.5526095", "0.5522297", "0.551752", "0.5516977", "0.5514725", "0.55091524", "0.5507291", "0.55010295", "0.54965585", "0.5486202", "0.5485232" ]
0.0
-1
TODO Autogenerated method stub
@Override public Object getItem(int position) { return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override public long getItemId(int position) { return 0; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
here you can add functions
public void onClick(DialogInterface dialog, int which) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n protected void adicionar(Funcionario funcionario) {\n\n }", "private static void addFunciones() {\n funciones = new ArrayList<GlobalSimilarityNode>();\n funciones.add(new ParticularSimilGLNode());\n funciones.add(new TemporalSimilGLNode());\n\n }", "public void parseFunctions(){\n\t\t\n\t}", "org.globus.swift.language.Function addNewFunction();", "@Override\n\tpublic void function() {\n\t\t\n\t}", "@Override\n public void visitFunction(Function function) {\n }", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public void addFunction( Object obj)\r\n {\r\n functionClasses.add(obj);\r\n }", "@Override\r\n\tpublic void func01() {\n\t\t\r\n\t}", "private void addFunctionListeners()\n\t{\n\t\tadd.addActionListener (new functionListener());\n\t\tsubtract.addActionListener (new functionListener());\n\t\tmultiply.addActionListener (new functionListener());\n\t\tdivide.addActionListener (new functionListener());\n\t\tequals.addActionListener (new functionListener());\n\t\tnegate.addActionListener (new functionListener());\n\t\tpercent.addActionListener (new functionListener());\n\t\tsquareRoot.addActionListener (new functionListener());\n\t\tC.addActionListener (new functionListener());\n\t\tcubeRoot.addActionListener (new functionListener());\n\t\txSquare.addActionListener (new functionListener());\n\t\txCube.addActionListener (new functionListener());\n\t\tdel.addActionListener (new functionListener());\n\t\treciprocal.addActionListener (new functionListener());\t\n\t\tPI.addActionListener (new functionListener());\n\t\te.addActionListener (new functionListener());\n\t\ttwoPower.addActionListener (new functionListener());\n\t\tln.addActionListener (new functionListener());\n\t\teToPower.addActionListener (new functionListener());\n\t\tdecimalPoint.addActionListener (new functionListener());\n\t}", "@Override\r\n\tpublic void func02() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void func02() {\n\t\t\r\n\t}", "@Override\r\n\tvoid func04() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n\tpublic void visit(Function arg0) {\n\t\t\n\t}", "@Override\r\n\tprotected void func03() {\n\t\t\r\n\t}", "@Override\n\tpublic void visit(Function arg0) {\n\n\t}", "private void jetFunctions(){\n\t\tInvokeExpr invokeExpr = (InvokeExpr) rExpr;\n\t\tSootMethodRef methodRef = invokeExpr.getMethodRef();\n\t\t\n\t\t//if this is a java.lang.String.func, we don't need to declare it\n\t\tif(StringModeling.stringMethods.contains(methodRef.getSignature())){\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tString funStr = constructFunStr(invokeExpr);\n\t\tType thisType = null;\n\t\tif(!fileGenerator.getDeclaredFunctions().contains(funStr)){\n\t\t\tif(invokeExpr instanceof StaticInvokeExpr){\n\t\t\t\twriter.println(Z3MiscFunctions.v().getFuncDeclareStmt(funStr, thisType,\n\t\t\t\t\t\tmethodRef.parameterTypes(), methodRef.returnType()));\n\t\t\t}else{\n\t\t\t\tif(invokeExpr instanceof InterfaceInvokeExpr){\n\t\t\t\t\tthisType = ((InterfaceInvokeExpr) invokeExpr).getBase().getType();\n\t\t\t\t}else if(invokeExpr instanceof SpecialInvokeExpr){\n\t\t\t\t\tthisType = ((SpecialInvokeExpr) invokeExpr).getBase().getType();\n\t\t\t\t}else if(invokeExpr instanceof VirtualInvokeExpr){\n\t\t\t\t\tthisType = ((VirtualInvokeExpr) invokeExpr).getBase().getType();\n\t\t\t\t}\n\t\t\t\twriter.println(Z3MiscFunctions.v().getFuncDeclareStmt(funStr, thisType,\n\t\t\t\t\t\tmethodRef.parameterTypes(), methodRef.returnType()));\n\t\t\t}\n\t\t\tfileGenerator.getDeclaredFunctions().add(funStr);\n\t\t}\n\t}", "private static void addFuncionesName() {\n\n funcionesName = new ArrayList<String>();\n if (funciones == null) {\n addFunciones();\n }\n Iterator it = funciones.iterator();\n while (it.hasNext()) {\n funcionesName.add(((GlobalSimilarityNode) it.next()).getName());\n }\n }", "Funcionario(){\n }", "public FuncionesSemanticas(){\r\n\t}", "public static void main(String[] args) {\n FunctionFactory<Integer, Integer> functionFactory = new FunctionFactory<>();\n // 1. add simple functions \"square\", \"increment\", \"decrement\", \"negative\"\n // 2. get each function by name, and apply to argument 5, print a result (should be 25, 6, 4,-5 accordingly)\n // 3. add simple function \"abs\" using method reference (use class Math)\n // 4. add try/catch block, catch InvalidFunctionNameException and print some error message to the console\n // 5. try to get function with invalid name\n\n functionFactory.addFunction(\"square\", n -> n * n);\n functionFactory.addFunction(\"abs\", Math::abs);\n\n functionFactory.getFunction(\"square\").apply(5);\n try{\n functionFactory.getFunction(\"abs\").apply(5);\n }catch (InvalidFunctionNameException e){\n System.out.println(e.getMessage());\n }\n\n\n\n\n }", "public Function getFunction();", "public interface IFunction {\r\n void setFunctions(String tag);\r\n}", "public boolean addFunction(Accessibility pPAccess, SubRoutine pExec, MoreData pMoreData);", "@Override\n public void setFunctionName(String functionName) {\n\n }", "public static void addFuncsToNewCharacter(L2Character cha)\n\t{\n\t\tif (cha instanceof L2PcInstance)\n\t\t{\n\t\t\tcha.addStatFunc(FuncMaxHpMul.getInstance());\n\t\t\tcha.addStatFunc(FuncMaxCpMul.getInstance());\n\t\t\tcha.addStatFunc(FuncMaxMpMul.getInstance());\n\t\t\t//cha.addStatFunc(FuncMultRegenResting.getInstance(Stats.REGENERATE_HP_RATE));\n\t\t\t//cha.addStatFunc(FuncMultRegenResting.getInstance(Stats.REGENERATE_CP_RATE));\n\t\t\t//cha.addStatFunc(FuncMultRegenResting.getInstance(Stats.REGENERATE_MP_RATE));\n\t\t\tcha.addStatFunc(FuncBowAtkRange.getInstance());\n\t\t\tcha.addStatFunc(FuncCrossBowAtkRange.getInstance());\n\t\t\t//cha.addStatFunc(FuncMultLevelMod.getInstance(Stats.PHYS_ATTACK));\n\t\t\t//cha.addStatFunc(FuncMultLevelMod.getInstance(Stats.PHYS_DEFENSE));\n\t\t\t//cha.addStatFunc(FuncMultLevelMod.getInstance(Stats.MAGIC_DEFENSE));\n\t\t\tcha.addStatFunc(FuncPAtkMod.getInstance());\n\t\t\tcha.addStatFunc(FuncMAtkMod.getInstance());\n\t\t\tcha.addStatFunc(FuncPDefMod.getInstance());\n\t\t\tcha.addStatFunc(FuncMDefMod.getInstance());\n\t\t\tcha.addStatFunc(FuncAtkCritical.getInstance());\n\t\t\tcha.addStatFunc(FuncMAtkCritical.getInstance());\n\t\t\tcha.addStatFunc(FuncAtkAccuracy.getInstance());\n\t\t\tcha.addStatFunc(FuncMAtkAccuracy.getInstance());\n\t\t\tcha.addStatFunc(FuncAtkEvasion.getInstance());\n\t\t\tcha.addStatFunc(FuncMAtkEvasion.getInstance());\n\t\t\tcha.addStatFunc(FuncPAtkSpeed.getInstance());\n\t\t\tcha.addStatFunc(FuncMAtkSpeed.getInstance());\n\n\t\t\tcha.addStatFunc(FuncHennaSTR.getInstance());\n\t\t\tcha.addStatFunc(FuncHennaDEX.getInstance());\n\t\t\tcha.addStatFunc(FuncHennaINT.getInstance());\n\t\t\tcha.addStatFunc(FuncHennaMEN.getInstance());\n\t\t\tcha.addStatFunc(FuncHennaCON.getInstance());\n\t\t\tcha.addStatFunc(FuncHennaWIT.getInstance());\n\n\t\t\tcha.addStatFunc(FuncHennaLUC.getInstance());\n\t\t\tcha.addStatFunc(FuncHennaCHA.getInstance());\n\t\t}\n\t\telse if (cha instanceof L2Summon)\n\t\t{\n\t\t\tcha.addStatFunc(FuncAtkAccuracy.getInstance());\n\t\t\tcha.addStatFunc(FuncMAtkAccuracy.getInstance());\n\t\t\tcha.addStatFunc(FuncAtkEvasion.getInstance());\n\t\t\tcha.addStatFunc(FuncMAtkEvasion.getInstance());\n\t\t}\n\t}", "private void addFuncEventHandlers() {\n\t\tfuncNameListBox.addDoubleClickHandler(new DoubleClickHandler() {\n\t\t\t@Override\n\t\t\tpublic void onDoubleClick(DoubleClickEvent event) {\n\t\t\t\tfunctionBodyAceEditor.clearAnnotations();\n\t\t\t\tfunctionBodyAceEditor.removeAllMarkers();\n\t\t\t\tfunctionBodyAceEditor.redisplay();\n\t\t\t\tsetIsDoubleClick(true);\n\t\t\t\tsetIsNavBarClick(false);\n\t\t\t\tif (getIsPageDirty()) {\n\t\t\t\t\tshowUnsavedChangesWarning();\n\t\t\t\t} else {\n\t\t\t\t\tint selectedIndex = funcNameListBox.getSelectedIndex();\n\t\t\t\t\tif (selectedIndex != -1) {\n\t\t\t\t\t\tfinal String selectedFunctionId = funcNameListBox.getValue(selectedIndex);\n\t\t\t\t\t\tcurrentSelectedFunctionObjId = selectedFunctionId;\n\t\t\t\t\t\tif (functionMap.get(selectedFunctionId) != null) {\n\t\t\t\t\t\t\tgetFuncNameTxtArea().setText(functionMap.get(selectedFunctionId).getFunctionName());\n\t\t\t\t\t\t\tgetFunctionBodyAceEditor().setText(functionMap.get(selectedFunctionId).getFunctionLogic());\n\t\t\t\t\t\t\tif (functionMap.get(selectedFunctionId).getContext().equalsIgnoreCase(\"patient\")) {\n\t\t\t\t\t\t\t\tcontextFuncPATRadioBtn.setValue(true);\n\t\t\t\t\t\t\t\tcontextFuncPOPRadioBtn.setValue(false);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcontextFuncPOPRadioBtn.setValue(true);\n\t\t\t\t\t\t\t\tcontextFuncPATRadioBtn.setValue(false);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tgetFunctionButtonBar().getDeleteButton().setEnabled(true);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t// load most recent used cql artifacts\n\t\t\t\t\t\t\tMatContext.get().getMeasureService().getUsedCQLArtifacts(MatContext.get().getCurrentMeasureId(), new AsyncCallback<GetUsedCQLArtifactsResult>() {\n\n\t\t\t\t\t\t\t\t@Override\n\t\t\t\t\t\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\t\t\t\t\tWindow.alert(MatContext.get().getMessageDelegate().getGenericErrorMessage());\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t@Override\n\t\t\t\t\t\t\t\tpublic void onSuccess(GetUsedCQLArtifactsResult result) {\n\t\t\t\t\t\t\t\t\tif(result.getUsedCQLFunctionss().contains(getFunctionMap().get(selectedFunctionId).getFunctionName())) {\n\t\t\t\t\t\t\t\t\t\tgetFunctionButtonBar().getDeleteButton().setEnabled(false);\n\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t} \n\t\t\t\t\tif (currentSelectedFunctionObjId != null) {\n\t\t\t\t\t\tCQLFunctions selectedFunction = getFunctionMap().get(currentSelectedFunctionObjId);\n\t\t\t\t\t\tif (selectedFunction.getArgumentList() != null) {\n\t\t\t\t\t\t\tfunctionArgumentList.clear();\n\t\t\t\t\t\t\tfunctionArgumentList.addAll(selectedFunction.getArgumentList());\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tfunctionArgumentList.clear();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcreateAddArgumentViewForFunctions(functionArgumentList);\n\t\t\t\tsuccessMessageAlert.clearAlert();\n\t\t\t\terrorMessageAlert.clearAlert();\n\t\t\t\twarningMessageAlert.clearAlert();\n\n\t\t\t}\n\t\t});\n\t}", "public String getFunctions();", "@Override\n public void initFunctionDelegates() {\n\n }", "@Override\r\n\tpublic void addFunction(Function function) {\n\t\tgetHibernateTemplate().save(function);\r\n\t}", "@Override\r\n\tpublic void runFunc() {\n\r\n\t}", "Function createFunction();", "private void add() {\n\n\t}", "org.globus.swift.language.Function insertNewFunction(int i);", "public boolean addFuncDynamic(Accessibility pAccess, ExecSignature pES, MoreData pMoreData);", "void addAndReplace(FuncItem f){\n // if exist replace\n if (classMethodMap.containsKey(f.funSymbol)){\n var old_f_idx = findMethod(f.funSymbol);\n f.storeIdx = old_f_idx;\n members.set(old_f_idx, f);\n } else {\n f.storeIdx = members.size();\n members.add(f);\n }\n classMethodMap.put( f.funSymbol, f.storeIdx);\n }", "void initFunctions() {\n\t\tif (programUnit == null) return;\n\n\t\t// Add all functions\n\t\tList<BdsNode> fdecls = BdsNodeWalker.findNodes(programUnit, StatementFunctionDeclaration.class, true, true);\n\t\tfor (BdsNode n : fdecls) {\n\t\t\tFunctionDeclaration fd = (FunctionDeclaration) n;\n\t\t\tbdsvm.addFunction(fd);\n\t\t}\n\t}", "Operations operations();", "public abstract void afvuren();", "@Override\n \tpublic void addActions() {\n \t\t\n \t}", "private MatchFunctRegistry<Function> registerCustomFunctions(\n\t\t\tfinal BundleContext context) {\n\t\tcustomFunctionServiceReg = context.registerService(\n\t\t\t\tMatchFunctRegistry.class, MatchFunctRegistryImpl.getInstance(),\n\t\t\t\tnull);\n\n\t\tMatchFunctRegistryImpl.getInstance().register(\n\t\t\t\tMatchFunctRegistryImpl.getInstance().buildFunctionURI(\n\t\t\t\t\t\t\"generateLSA-id\"), GenLSAidFunctImpl.class);\n\n\t\tif (customFunctionServiceReg != null) {\n\t\t\tlog(\"Match Functions Customization REGISTERED.\");\n\t\t}\n\n\t\treturn MatchFunctRegistryImpl.getInstance();\n\t}", "@Override\n\tpublic Map<String, FREFunction> getFunctions() \n\t{\n\t\tLog.d(TAG, \"Registering Extension Functions\");\n\t\tMap<String, FREFunction> functionMap = new HashMap<String, FREFunction>();\n\t\tfunctionMap.put(\"isInstalled\", new IsInstalledFunction());\n\t\tfunctionMap.put(\"shareText\", new ShareTextFunction());\n\t\tfunctionMap.put(\"shareImage\", new ShareImageFunction());\n\t\t// add other functions here\n\t\treturn functionMap;\t\n\t}", "public void addFunction(Function function) {\n String nameInLowerCase = Ascii.toLowerCase(function.getName());\n Preconditions.checkState(!registered);\n Preconditions.checkArgument(!customFunctions.containsKey(nameInLowerCase));\n customFunctions.put(nameInLowerCase, function);\n if (!function.getOptions().getAliasName().isEmpty()\n && !function.getOptions().getAliasName().equals(function.getName())) {\n String aliasInLowerCase = Ascii.toLowerCase(function.getOptions().getAliasName());\n Preconditions.checkArgument(!customFunctions.containsKey(aliasInLowerCase));\n customFunctions.put(aliasInLowerCase, function);\n }\n addFunctionToFullNameMap(function);\n }", "public void addfuntion(String name, CinemaFunction funtion) throws CinemaPersistenceException{\n\t\tcps.addfuntion(name,funtion);\n\t}", "@Override\r\n \tpublic void addMethods(KawaWrap kawa) throws Throwable {\r\n \tkawa.eval(\"(define (sub1 n) (- n 1))\");\r\n \tkawa.eval(\"(define (add1 n) (+ n 1))\");\r\n \t}", "void addMethod(Method method);", "public abstract void add(T input, List<Method> methods);", "public final void addFunction(DepFunction function) {\n\t\tthis.functionMap.put(function.getName(), function);\n\t}", "UserFunction getUserFunctions(int index);", "final public void funcall() throws ParseException {\n int pcount =0;\n String tokenImage = \"\";\n jj_consume_token(VARIABLE);\n if(functions.get(token.image)==null) {\n {if (true) throw new ParseException(\"Bad input. Si es un llamado a funcall(), La funcion que se intenta llamar no ha sido definida.\");}\n }\n tokenImage = token.image;\n label_12:\n while (true) {\n if (jj_2_48(4)) {\n ;\n } else {\n break label_12;\n }\n jj_consume_token(NUMERO);\n pcount ++;\n }\n if(pcount != functions.get(tokenImage).size()) {\n {if (true) throw new ParseException(\"El numero de parametros ingresados no concuerda con el numero de parametros\\u005cn\"+\n \"definidos en la funcion.\");}\n }\n }", "@Override\r\n public String getCommand() {\n return \"function\";\r\n }", "public interface GeneFunctions {\n /**\n * Metoda zwraca randomowy gen\n * \n * @return randomowy gen\n */\n public int randomGene();\n\n /**\n * Metoda mutuje gen i zwraca go\n * \n * @param gene\n * gen\n * @return zmutowany gen\n */\n public int mutateGene(int gene);\n}", "public static void main(String[] args) {\n\t\tFunctionInterface<?,Integer> imp = (a,b) -> a+b;\n\t\tSystem.out.println(imp.add(3, 5));\n\t\t//使用系统提供的functional interface\n\t\t//BiFunction<Integer,String,Long> sub = (a,b) -> System.out.println(b + a);\n\t}", "public Gateway setFns(java.lang.String fns) {\n return genClient.setOther(fns, CacheKey.fns);\n }", "private void addition()\n\t{\n\t\tFun = Function.ADD;\t//Function set to determine what action should be taken later. \n\t\t\n\t\t\tsetLeftValue();\n\t\t\tentry.grabFocus();\n\t\t\n\t}", "public TravellingSalesmanFunctions() {\n\t\tregisterFunctions(\n\t\t\t\tnew SquareRoot(),\n\t\t\t\tnew Square(),\n\t\t\t\tnew Cube(),\n\t\t\t\tnew ScaledExponential(),\n\t\t\t\tnew AbsoluteSineAB(),\n\t\t\t\tnew AbsoluteCosineAB(),\n\t\t\t\tnew AbsoluteHyperbolicTangentAB(),\n\t\t\t\tnew ScaledHypotenuse(),\n\t\t\t\tnew ScaledAddition(),\n\t\t\t\tnew SymmetricSubtraction(),\n\t\t\t\tnew Multiplication(),\n\t\t\t\tnew BoundedDivision());\n\t}", "public Functions() {\r\n Functions = new ArrayList<Function>();\r\n }", "protected abstract String getFunctionName();", "ParsedRankFunction addOrReplaceFunction(ParsedRankFunction func) {\n return functions.put(func.name(), func);\n }", "public void operacao();", "FunctionExtract createFunctionExtract();", "@FunctionalInterface // or we can call it SAM\r\n interface ShowMe{\r\n\t\r\n\t void showOk();\r\n\t \r\n\tpublic default void one()\r\n\t {\r\n\t System.out.println(\"method one \");\r\n };\r\n \r\n public static void one1()\r\n {\r\n System.out.println(\"method one 1 \");\r\n };\r\n \r\n public default void one2()\r\n \t {\r\n \t System.out.println(\"method one2 \");\r\n };\r\n \r\n }", "public void addFilterToMethods(ViewerFilter filter);", "public static void main(String[] args) {\n\n List<String> functionArgumentOfA = new ArrayList<>();\n functionArgumentOfA.add(\"Boolean\");\n functionArgumentOfA.add(\"Integer\");\n functionArgumentOfA.add(\"Integer\");\n\n Function functionA = new Function(\"A\", false, functionArgumentOfA);\n\n\n List<String> functionArgumentOfB = new ArrayList<>();\n functionArgumentOfB.add(\"Integer\");\n functionArgumentOfB.add(\"Integer\");\n functionArgumentOfB.add(\"Integer\");\n\n Function functionB = new Function(\"B\", false, functionArgumentOfB);\n\n List<String> functionArgumentOfC = new ArrayList<>();\n functionArgumentOfC.add(\"Integer\");\n\n Function functionC = new Function(\"C\", true, functionArgumentOfC);\n\n FunctionSearchPlugin searchPlugin = new FunctionSearchPlugin();\n\n List<Function> functions = new ArrayList<>();\n\n functions.add(functionA);\n functions.add(functionB);\n functions.add(functionC);\n\n searchPlugin.register(functions);\n //Search for functions now\n //Integer, Integer, Integer should return B and C\n\n List<String> firstSearch = new ArrayList<>();\n firstSearch.add(\"Integer\");\n firstSearch.add(\"Integer\");\n firstSearch.add(\"Integer\");\n\n List<Function> searchResponse = searchPlugin.searchFunctions(firstSearch);\n System.out.format(\"Query: %s\", String.join(\", \", firstSearch) + \"\\n\");\n System.out.println(\"Response: \");\n printFunctionSignature(searchResponse);\n\n\n List<String> secondSearch = new ArrayList<>();\n secondSearch.add(\"Integer\");\n secondSearch.add(\"Integer\");\n secondSearch.add(\"Integer\");\n secondSearch.add(\"Integer\");\n secondSearch.add(\"Integer\");\n secondSearch.add(\"Integer\");\n\n searchResponse = searchPlugin.searchFunctions(secondSearch);\n System.out.format(\"Query: %s\", String.join(\", \", secondSearch) + \"\\n\");\n System.out.println(\"Response: \");\n printFunctionSignature(searchResponse);\n\n }", "@Override\r\n\tpublic ExecutedFunctionsProgramPoint addExecutedFuncsProgramPoint(\r\n\t\t\tString name, String lineNo) {\n\t\treturn null;\r\n\t}", "@Override\n public void onInterfaceNewFunctionType(int CODE_FUNCTION_ADF_ID, Object objectFunctionType) {\n ModelItemManageFunctions modelItemManageFunctions = new ModelItemManageFunctions();\n modelItemManageFunctions.link = gSelectedListaItemId;\n modelItemManageFunctions.function = CODE_FUNCTION_ADF_ID;\n\n modelItemManageFunctions.JSON = createStringFunctionJSON(CODE_FUNCTION_ADF_ID, objectFunctionType);\n\n //modelItemLists.id:? Database assigns the value to this item\n //getting value auto generated\n Long newDataBaseItemId = gDataBaseManageFunctions.addNewItem(modelItemManageFunctions);\n modelItemManageFunctions.id = newDataBaseItemId;\n //create a counter to reorder table later\n modelItemManageFunctions.order = newDataBaseItemId;\n //inserting new item\n gRecyclerManageFunctions.addItemToRecycler(modelItemManageFunctions);\n\n }", "private void addActionListeners() {\n\t\tif(this.actionListener == null)\n\t\t\t\treturn; \n\t\t\n\t\t\n\t\t/**\n\t\t\tADD ACTION LISTENERS FOR BUTTONS HERE \n\t\t*/\n\t\tclearButton.addActionListener(this.actionListener);\n\t\tsinButton.addActionListener(this.actionListener);\n\t\tcosButton.addActionListener(this.actionListener);\n\t\ttanButton.addActionListener(this.actionListener);\n\t\tnegateButton.addActionListener(this.actionListener);\n\t\tsquareButton.addActionListener(this.actionListener);\n\t\tinverseButton.addActionListener(this.actionListener);\n\t\tsqrtButton.addActionListener(this.actionListener);\n\t\tpowerButton.addActionListener(this.actionListener);\n\t\tdivideButton.addActionListener(this.actionListener);\n\t\tmultiplyButton.addActionListener(this.actionListener);\n\t\tsubtractButton.addActionListener(this.actionListener);\n\t\taddButton.addActionListener(this.actionListener);\n\t\tpercentButton.addActionListener(this.actionListener);\n\t\t\n\t\t\n\t\tfor(int i = 0 ; i < valueButtons.length ; ++i) {\n\t\t\tvalueButtons[i].addActionListener(this.actionListener);\n\t\t}\n\t\t\n\t\t\n\t}", "public void logic(){\r\n\r\n\t}", "static void feladat10() {\n\t}", "int insert(FunctionInfo record);", "public b(Function1 function1) {\n super(1);\n this.$loadMore = function1;\n }", "public static void main(String[] args){\t \n\t FunctionTest ft = ()-> System.out.println(\"Hola Mundo\");\n ft.saludar();\n\t}", "private void addListeners()\r\n {\r\n Actions act = new Actions();\r\n btnCountA.addActionListener(act);\r\n btnSearch.addActionListener(act);\r\n btnFindL.addActionListener(act);\r\n }", "@Override\n\tpublic void anular() {\n\n\t}", "public void initKnownFunctions(){\r\n DotTree.Graph g = getGraph();\r\n\r\n for (DotTree.Edge e:g.edges){\r\n Function f = new Function(e.attributes.get(\"label\"));\r\n if (knownFunctions.containsKey(f.name)) f = knownFunctions.get(f.name);\r\n else {\r\n knownFunctions.put(f.name, f);\r\n }\r\n\r\n // compute available entry states\r\n for (DotTree.NodePair p:e.getNodePairs()){\r\n f.entryStates.add(new State(p.x.id));\r\n }\r\n }\r\n for (String name:knownFunctions.keySet()){\r\n if (name.matches(getParamS(\"ignoredFunctions\")))\r\n knownFunctions.remove(name);\r\n }\r\n\r\n }", "private void createFunctionPanel()\n\t{\n\t\tGridLayout funcGrid = new GridLayout(2,5);\n\t\tfuncGrid.setHgap (5);\n\t\tfuncGrid.setVgap (5);\n\t\tfunctionPanel.setLayout(funcGrid);\n\t\tfunctionPanel.add (eToPower);\n\t\tfunctionPanel.add (ln);\n\t\tfunctionPanel.add (twoPower);\n\t\tfunctionPanel.add (xCube);\n\t\tfunctionPanel.add (xSquare);\n\t\tfunctionPanel.add (del);\n\t\tfunctionPanel.add (C);\n\t\tfunctionPanel.add (negate);\n\t\tfunctionPanel.add (cubeRoot);\t\t\n\t\tfunctionPanel.add (squareRoot);\n\t\t\n\t}", "public void miseAJour();", "public void apply();", "public void apply();", "public void apply();", "static void feladat5() {\n\t}", "@Override\n\tpublic void changeFuncAdded(ChangeFunc changeFunc) {\n\t\t// TODO Auto-generated method stub\n//\t\tChangeFuncModule module = new ChangeFuncModule(100, 300, changeFunc);\n//\t\tmodule.setInstance(changeFunc);\n//\t\t\n//\t\tmodule.setSize(module.getPreferredSize());\n//\t\tmodule.validate();\n//\t\t\n//\t\tmodule.setLocation(200, 200);\n//\t\tadd(module);\n//\t\tboxes.addAll(module.getConnectablePanels());\n//\t\t\n//\t\tmodule.setOwner(this);\n//\t\t\n//\t\tmodules.add(module);\n//\t\t\n//\t\tupdateUI();\n//\t\trepaint();\n\t}", "public void onderbreek(){\n \n }", "final public void function() throws ParseException {\n String name = \"\";\n LinkedList<String> params = new LinkedList<String>();\n jj_consume_token(TO);\n jj_consume_token(VARIABLE);\n name = token.image;\n label_8:\n while (true) {\n if (jj_2_44(4)) {\n ;\n } else {\n break label_8;\n }\n jj_consume_token(PARAM);\n params.add(token.image);\n }\n //retorna el viejo valor (si ya habia uno con esa misma key) y null si es la primera vez que se inserta.\n if(functions.put(name,params)!=null) {\n {if (true) throw new ParseException(\"La funcion: \"+ name +\" ya fue previamente definida.\");}\n }\n funparams = params;\n label_9:\n while (true) {\n if (jj_2_45(4)) {\n ;\n } else {\n break label_9;\n }\n jj_consume_token(34);\n }\n jj_consume_token(OUTPUT);\n label_10:\n while (true) {\n if (jj_2_46(4)) {\n ;\n } else {\n break label_10;\n }\n jj_consume_token(34);\n }\n command(salidaS);\n label_11:\n while (true) {\n if (jj_2_47(4)) {\n ;\n } else {\n break label_11;\n }\n jj_consume_token(34);\n }\n jj_consume_token(END);\n funparams = null;\n }", "public Function() {\r\n\r\n\t}", "public void setfunction(String function) {\n\t\t_function = function;\n\t}", "public Function add(Function f) {\r\n // A totall of 3 function objects are present in this method, the current\r\n //object called to with \"this\", the inputed function f, and the final sum of both\r\n //functions, Function sum.\r\n //this function uses addterm method to add each term from both functions by scanning\r\n //both arrays and placing values for degrees, and coefficient in Function sum arrays.\r\n //sum is then returned.\r\n Function sum = new Function();\r\n for (int i = 0; i < this.cindex; i++){\r\n sum.addTerm(this.co[i],this.degree[i]); \r\n }\r\n for (int i = 0; i < f.cindex; i++){\r\n sum.addTerm(f.co[i],f.degree[i]); \r\n }\r\n for (int i = 0; i < this.sinindex; i++){\r\n sum.addTerm(this.sinc[i],\"sin\",this.sind[i]); \r\n } \r\n for (int i = 0; i < f.sinindex; i++){\r\n sum.addTerm(f.sinc[i],\"sin\",f.sind[i]); \r\n }\r\n for (int i = 0; i < this.cosindex; i++){\r\n sum.addTerm(this.cosc[i],\"cos\",this.cosd[i]); \r\n }\r\n for (int i = 0; i < f.cosindex; i++){\r\n sum.addTerm(f.cosc[i],\"cos\",f.cosd[i]); \r\n }\r\n for (int i = 0; i < this.tanindex; i++){\r\n sum.addTerm(this.tanc[i],\"tan\",this.tand[i]); \r\n }\r\n for (int i = 0; i < f.tanindex; i++){\r\n sum.addTerm(f.tanc[i],\"tan\",f.tand[i]); \r\n }\r\n return sum; \r\n\t}", "public void defineFunction(String prefix, String function, String className, String methodName)\n/* */ throws ClassNotFoundException, NoSuchMethodException\n/* */ {\n/* 87 */ if ((prefix == null) || (function == null) || (className == null) || (methodName == null))\n/* */ {\n/* 89 */ throw new NullPointerException(Util.message(this.context, \"elProcessor.defineFunctionNullParams\", new Object[0]));\n/* */ }\n/* */ \n/* */ \n/* */ \n/* 94 */ Class<?> clazz = this.context.getImportHandler().resolveClass(className);\n/* */ \n/* 96 */ if (clazz == null) {\n/* 97 */ clazz = Class.forName(className, true, \n/* 98 */ Thread.currentThread().getContextClassLoader());\n/* */ }\n/* */ \n/* 101 */ if (!Modifier.isPublic(clazz.getModifiers())) {\n/* 102 */ throw new ClassNotFoundException(Util.message(this.context, \"elProcessor.defineFunctionInvalidClass\", new Object[] { className }));\n/* */ }\n/* */ \n/* */ \n/* 106 */ MethodSignature sig = new MethodSignature(this.context, methodName, className);\n/* */ \n/* */ \n/* 109 */ if (function.length() == 0) {\n/* 110 */ function = sig.getName();\n/* */ }\n/* */ \n/* 113 */ Method[] methods = clazz.getMethods();\n/* 114 */ for (Method method : methods) {\n/* 115 */ if (Modifier.isStatic(method.getModifiers()))\n/* */ {\n/* */ \n/* 118 */ if (method.getName().equals(sig.getName())) {\n/* 119 */ if (sig.getParamTypeNames() == null)\n/* */ {\n/* */ \n/* 122 */ this.manager.mapFunction(prefix, function, method);\n/* 123 */ return;\n/* */ }\n/* 125 */ if (sig.getParamTypeNames().length == method.getParameterTypes().length)\n/* */ {\n/* */ \n/* 128 */ if (sig.getParamTypeNames().length == 0) {\n/* 129 */ this.manager.mapFunction(prefix, function, method);\n/* 130 */ return;\n/* */ }\n/* 132 */ Class<?>[] types = method.getParameterTypes();\n/* 133 */ String[] typeNames = sig.getParamTypeNames();\n/* 134 */ if (types.length == typeNames.length) {\n/* 135 */ boolean match = true;\n/* 136 */ for (int i = 0; i < types.length; i++) {\n/* 137 */ if ((i == types.length - 1) && (method.isVarArgs())) {\n/* 138 */ String typeName = typeNames[i];\n/* 139 */ if (typeName.endsWith(\"...\")) {\n/* 140 */ typeName = typeName.substring(0, typeName.length() - 3);\n/* 141 */ if (!typeName.equals(types[i].getName())) {\n/* 142 */ match = false;\n/* */ }\n/* */ } else {\n/* 145 */ match = false;\n/* */ }\n/* 147 */ } else if (!types[i].getName().equals(typeNames[i])) {\n/* 148 */ match = false;\n/* 149 */ break;\n/* */ }\n/* */ }\n/* 152 */ if (match) {\n/* 153 */ this.manager.mapFunction(prefix, function, method);\n/* 154 */ return;\n/* */ }\n/* */ }\n/* */ }\n/* */ }\n/* */ }\n/* */ }\n/* 161 */ throw new NoSuchMethodException(Util.message(this.context, \"elProcessor.defineFunctionNoMethod\", new Object[] { methodName, className }));\n/* */ }", "@Override\r\n\tpublic String getFunc() {\n\t\treturn null;\r\n\t}", "private void addListeners() {\r\n updateMethod.addActionListener(new ActionListener() {\r\n @Override\r\n public void actionPerformed(ActionEvent e) {\r\n enableFieldBasedOnUpdateMethod();\r\n }\r\n });\r\n cbUseLeakyLearning.addActionListener(this);\r\n cbUseLeakyLearning.setActionCommand(\"useLeakyLearning\");\r\n }", "public void addFunction(FunctionItem _functionItem) {\n\t\tfunctionItem.add(_functionItem);\n\t\t_functionItem.parentClass=this;\n\t}", "private void fnMeanSale() {\n }", "public abstract void add(T input, List<Method> methods, List<String> dateTypes);", "public <T> boolean addFunc(T entity) throws DataAccessException {\n\t\tboolean flag = false;\r\n\t\ttry {\r\n\t\t\tmapper.addFunc((FuncVO) entity);\r\n\t\t\tflag = true;\r\n\t\t} catch (DataAccessException e) {\r\n\t\t\tflag = false;\r\n\t\t\tthrow e;\r\n\t\t}\r\n\t\treturn flag;\r\n\t}", "public void setFunction(Function newFunction) {\n\t\tfunction = newFunction;\n\t}", "void mo37810a();", "public void implementFunctionalInterface2() {\n\t\tSystem.out.println(\"\\n\\n************Implement Functional Interfaces - 2**********\");\n\t\t// Functional Interface Implementations:\n\t\tMathOperation addition = (int a, int b) -> a + b;\n\t\t// without type declaration - Type is optional in lambda expression\n\t\tMathOperation subtraction = (a, b) -> a - b;\n\t\t// Curly braces are mandatory when you use the return statement\n\t\tMathOperation multiplication = (int a, int b) -> {\n\t\t\treturn a * b;\n\t\t};\n\t\tMathOperation division = (a, b) -> a / b;\n\n\t\t// Method Calls:\n\t\tSystem.out.println(\"10 + 5 = \" + addition.operation(10, 5));\n\t\tSystem.out.println(\"10 - 5 = \" + subtraction.operation(10, 5));\n\t\tSystem.out.println(\"10 x 5 = \" + multiplication.operation(10, 5));\n\t\tSystem.out.println(\"10 / 5 = \" + division.operation(10, 5));\n\t}", "static void feladat9() {\n\t}", "static void feladat3() {\n\t}" ]
[ "0.70194083", "0.69169265", "0.68654996", "0.6850241", "0.67241734", "0.6656873", "0.656301", "0.656301", "0.65612465", "0.64952403", "0.64216846", "0.63547844", "0.63547844", "0.6318972", "0.6291798", "0.6255117", "0.6254997", "0.6241528", "0.62272817", "0.6179397", "0.6177104", "0.6166653", "0.6159494", "0.61490506", "0.61342835", "0.6092887", "0.60867685", "0.6051819", "0.6051428", "0.60424346", "0.5965413", "0.5964273", "0.59296876", "0.5872869", "0.58664745", "0.584757", "0.580999", "0.5809766", "0.5786877", "0.57762253", "0.57709944", "0.57550246", "0.57467425", "0.5735334", "0.5703513", "0.56976", "0.56661785", "0.56520987", "0.5651735", "0.56431633", "0.56193596", "0.5613503", "0.56088036", "0.56056637", "0.5602677", "0.559722", "0.55910385", "0.5590076", "0.5587872", "0.55700403", "0.5555268", "0.5536174", "0.55237126", "0.55223596", "0.5513982", "0.5494675", "0.54936916", "0.54922616", "0.5487386", "0.54818547", "0.5455931", "0.545571", "0.5453755", "0.54508543", "0.54246783", "0.54223806", "0.54219824", "0.54194695", "0.5417071", "0.54158777", "0.54158777", "0.54158777", "0.54118127", "0.5410605", "0.54040676", "0.54037", "0.53919286", "0.53912747", "0.53912586", "0.5388378", "0.53869265", "0.5379791", "0.5379028", "0.5377194", "0.5376436", "0.5373084", "0.5372714", "0.5372156", "0.5365316", "0.53555036", "0.53541166" ]
0.0
-1
Parse ESM file and convert to string.
private String readESMFile(String esmFile) { int id = plugin.getResources().getIdentifier(esmFile, "raw", plugin.getPackageName()); InputStream inputStream = plugin.getResources().openRawResource(id); String esms = ""; BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream)); try { String line; while ((line = reader.readLine()) != null) { esms += line + "\n"; } } catch (IOException ex) { throw new RuntimeException("Error in reading JSON file: " + ex); } finally { try { inputStream.close(); } catch (IOException e) { throw new RuntimeException("Error while closing input stream: " + e); } } return esms; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String parse(File file);", "public static void ConvertToString() {\n\t\t_asmFileStr = _asmFile.toString();\n\t\t_asmFileStr = _asmFileStr.substring(0, _asmFileStr.lastIndexOf('.'));\n\t}", "private String convertXMLFileToString(File file)\n {\n try{\n DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory.newInstance();\n InputStream inputStream = new FileInputStream(file);\n org.w3c.dom.Document doc = documentBuilderFactory.newDocumentBuilder().parse(inputStream);\n StringWriter stw = new StringWriter();\n Transformer serializer = TransformerFactory.newInstance().newTransformer();\n serializer.transform(new DOMSource(doc), new StreamResult(stw));\n return stw.toString();\n }\n catch (Exception e) {\n \tnew ErrorBox(\"Error Deserializing\", \"XML file could not be deserialized\");\n }\n return null;\n }", "private String getFileContent(){\n\t\tString employeesJsonString=\"\";\n\t\ttry {\n\t\t\tScanner sc = new Scanner(file);\n\t\t\twhile(sc.hasNextLine()){\n\t\t\t\temployeesJsonString += sc.nextLine();\n\t\t\t}\n\t\t\t\n\t\t} catch (FileNotFoundException e1) {\n\t\t\te1.printStackTrace();\n\t\t\tSystem.out.println(\"file error\");\n\t\t}\n\t\treturn employeesJsonString;\n\t}", "private SourceFile _parseString(String txt) throws ParseException {\n ACParser p = new ACParser(txt);\n return p.SourceFile();\n }", "public String loadFromFile() {\n StringBuilder sb = new StringBuilder();\n try {\n Log.d(\"DEBUG\", this.context.getPackageName());\n Log.d(\"DEBUG\", this.file);\n FileInputStream fis = context.openFileInput(file);\n BufferedReader br = new BufferedReader(new InputStreamReader(fis, this.encoding));\n String line;\n while(( line = br.readLine()) != null ) {\n sb.append( line );\n sb.append( '\\n' );\n }\n } catch (IOException e) {\n e.printStackTrace();\n return \"\";\n }\n return sb.toString();\n }", "private String readDeserialize(String fileName, AssetManager assetManager) {\n StringBuffer sb = new StringBuffer();\n try {\n InputStream is = assetManager.open(fileName);\n InputStreamReader isr = new InputStreamReader(is);\n BufferedReader br = new BufferedReader(isr);\n\n String line = br.readLine();\n while (line != null) {\n sb.append(line);\n line = br.readLine();\n }\n br.close();\n isr.close();\n is.close();\n } catch (FileNotFoundException e) {\n Log.e(\"login activity\", String.format(\"File not found: %s\", e.toString()));\n } catch (IOException e) {\n Log.e(\"login activity\", String.format(\"Can not read file: %s\", e.toString()));\n }\n return sb.toString();\n }", "private static String file2string(String file) {\n StringBuilder sb = new StringBuilder();\n try {\n BufferedReader br = new BufferedReader(new FileReader(new File(file)));\n String line;\n\n while ((line = br.readLine()) != null) {\n sb.append(line);\n }\n } catch (Exception e) {\n e.printStackTrace();\n }\n return (sb != null) ? sb.toString() : \"\";\n }", "public void parse(String fileName) throws Exception;", "Collection<MeterRead> parseSimpleNem12(File simpleNem12File) throws SimpleNemParserException;", "String loadFromFile () throws Exception {\n\n Reader reader = new Reader(new FileReader(file));\n String line;\n\n// reads all lines of the file\n while ((line = reader.readLine()) != null) {\n\n// depending on the object tag [element], it reads relevant parameters and creates the Element\n if (line.contains(\"[timeline]\"))\n timelines.add(new Timeline(reader.getStringArgument()));\n\n else if (line.contains(\"[event]\")) {\n String timelineName = reader.getStringArgument();\n for (Timeline timeline : timelines) {\n if (timelineName.equals(timeline.name)) {\n timeline.addEvent(\n reader.getStringArgument(),\n reader.getDateArgument(),\n reader.getDateArgument(),\n reader.getIntArgument() != 0,\n reader.getNotesArgument());\n break;\n }\n }\n }\n }\n reader.close();\n return (\"Data loaded successfully\");\n }", "private static String readParseOutput(String fileName, int mode) throws IOException {\n\t\tStringBuffer stringBuffer = new StringBuffer();\n\t\tStringBuffer errorBuffer = new StringBuffer();\n\t\tFileReader fileReader = new FileReader(fileName);\n\t\tBufferedReader bufferedReader = new BufferedReader(fileReader);\n\t\tScanner fileScanner = new Scanner(bufferedReader);\n\t\tint fileStage = 0;\n\n\t\twhile (fileScanner.hasNextLine()) {\n\t\t\tString s = fileScanner.nextLine();\n\n\t\t\tif (s.equals(\"** Basic block: 0 **\")) {\n\t\t\t\tfileStage = 0;\n\t\t\t}\n\t\t\t// Beginning of Live Range info\n\t\t\telse if (s.startsWith(\"<<---- Live Ranges ---->>\")) {\n\t\t\t\tfileStage = 1;\n\t\t\t}\n\t\t\t// uninitialized variable warning\n\t\t\telse if (s.startsWith(\"WARNING: possible uninitialized local variable index\")) {\n\t\t\t\tfileStage = 2;\n\t\t\t}\n\t\t\telse if (s.startsWith(\"<<---- Optimized code ---->>\")) {\n\t\t\t\tfileStage = 3;\n\t\t\t}\n\n\t\t\t// store instruction, ignoring instruction number\n\t\t\tif (fileStage == 0) {\t\t// CFG, only look at pred/succ info\n\t\t\t\tif (mode == 0 && s.contains(\"Successors\")) {\n\t\t\t\t\tstringBuffer.append(s + \"\\n\");\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (fileStage == 1) {\t\t// Live range, ignore instruction\n\t\t\t\tif (mode > 0) {\n\t\t\t\t\tint idx = s.indexOf(\":\");\n\t\t\t\t\tif (idx > 3)\n\t\t\t\t\t\tstringBuffer.append(s.substring(0, idx-3));\n\t\t\t\t\telse\n\t\t\t\t\t\tstringBuffer.append(s);\n\t\t\t\t\tstringBuffer.append(\"\\n\");\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (fileStage == 2) {\t\t// Look at all warnings\n\t\t\t\tif (mode == 2 && s.contains(\"uninitialized\")) {\n\t\t\t\t\tstringBuffer.append(s + \"\\n\");\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (fileStage == 3) {\t\t\t// Opt code, ignore instruction #\n\t\t\t\tif (mode == 3) {\n\t\t\t\t\tint idx = s.indexOf(\":\");\n\t\t\t\t\tstringBuffer.append(s.substring(idx+1));\n\t\t\t\t\tstringBuffer.append(\"\\n\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tfileScanner.close();\n\t\tString result;\n\t\tresult = stringBuffer.toString() + \"\\n\";\n\t\treturn result;\n\t}", "private String loadTxt(OMElement e, String tagName) {\n try {\n OMElement child = XmlUtil.onlyChildWithLocalName(e, tagName);\n return child.getText().trim();\n } catch (Exception e1) {}\n return null;\n }", "public String readFileIntoString(String filepath) throws IOException;", "private String getStringFromFile() throws FileNotFoundException {\n String contents;\n FileInputStream fis = new FileInputStream(f);\n StringBuilder stringBuilder = new StringBuilder();\n try {\n InputStreamReader inputStreamReader = new InputStreamReader(fis, \"UTF-8\");\n BufferedReader reader = new BufferedReader(inputStreamReader);\n String line = reader.readLine();\n while (line != null) {\n stringBuilder.append(line).append('\\n');\n line = reader.readLine();\n }\n } catch (IOException e) {\n // Error occurred when opening raw file for reading.\n } finally {\n contents = stringBuilder.toString();\n }\n return contents;\n }", "String getEString();", "public static String readFileToString (File file) {\n try {\n final var END_OF_FILE = \"\\\\z\";\n var input = new Scanner(file);\n input.useDelimiter(END_OF_FILE);\n var result = input.next();\n input.close();\n return result;\n }\n catch(IOException e){\n return \"\";\n }\n }", "private static String getContent() throws IOException\n\t{\n\t\tString instr = \"\";\n\t\ttry\n\t\t{\n\t\t\tStream<String> lines = Files.lines(Paths.get(\"input.txt\"));\n\t\t\tinstr = lines.skip(currentFilePointer).findFirst().get();\n\t\t\tinstr = instr.replaceAll(\"#\", \"\");\n\t\t\tinstr = instr.replaceAll(\",\", \"\");\n\t\t\tcurrentFilePointer++;\n\t\t\tcurrentPC = currentPC + 4;\n\t\t\tSystem.out.println(\"-------------------------Instruction Address : \" + currentPC + \"------------------------\");\n\n\t\t} catch (Exception ex)\n\t\t{\n//\t\t\t ex.printStackTrace();\n\t\t}\n\t\treturn instr;\n\t}", "public ExpenseEntity parse(String line);", "public String getFormattedFileContents ();", "private String parse(String fileText) throws InvalidFileContentsException {\n if (!validFileText(fileText)) {\n throw new InvalidFileContentsException(\"Invalid text found in file.\");\n }\n\n return fileText.substring(fileText.indexOf(\"{\") + 1, fileText.indexOf(\"}\"));\n }", "public String parserResultFromContent(InputStream is) throws IOException {\n String result = \"\";\n BufferedReader reader = new BufferedReader(\n new InputStreamReader(is, Constants.CHARSET_NAME_UTF8));\n String line = \"\";\n while ((line = reader.readLine()) != null) {\n result += line;\n }\n is.close();\n return result;\n }", "@Override\n public String generareSourcecodetoReadInputFromFile() throws Exception {\n String typeVar = VariableTypes.deleteStorageClasses(this.getType())\n .replace(IAbstractDataNode.REFERENCE_OPERATOR, \"\");\n // Ex: A::B, ::B. We need to get B\n if (typeVar.contains(\"::\"))\n typeVar = typeVar.substring(typeVar.lastIndexOf(\"::\") + 2);\n\n String loadValueStm = \"data.findStructure\" + typeVar + \"ByName\" + \"(\\\"\" + getVituralName() + \"\\\")\";\n\n String fullStm = typeVar + \" \" + this.getVituralName() + \"=\" + loadValueStm + SpecialCharacter.END_OF_STATEMENT;\n return fullStm;\n }", "public static String readFileAsString(String fileName) {\n String text = \"\";\n\n try {\n text = new String(Files.readAllBytes(Paths.get(fileName)));\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n return text;\n }", "public static String loadAFileToStringDE1(File f) throws IOException {\n InputStream is = null;\n String ret = null;\n try {\n is = new BufferedInputStream( new FileInputStream(f) );\n long contentLength = f.length();\n ByteArrayOutputStream outstream = new ByteArrayOutputStream( contentLength > 0 ? (int) contentLength : 1024);\n byte[] buffer = new byte[4096];\n int len;\n while ((len = is.read(buffer)) > 0) {\n outstream.write(buffer, 0, len);\n } \n outstream.close();\n ret = outstream.toString();\n //byte[] ba = outstream.toByteArray();\n //ret = new String(ba);\n } finally {\n if(is!=null) {try{is.close();} catch(Exception e){} }\n }\n// long endTime = System.currentTimeMillis();\n// System.out.println(\"方法1用时\"+ (endTime-beginTime) + \"ms\");\n return ret; \n }", "public void parse(String filename);", "public String getContent() {\n String s = null;\n try {\n s = new String(Files.readAllBytes(Paths.get(filename)), StandardCharsets.UTF_8);\n }\n catch (IOException e) {\n message = \"Problem reading a file: \" + filename;\n }\n return s;\n }", "public String read() throws Exception {\r\n\t\tBufferedReader reader = null;\r\n\t\tStringBuffer sb = new StringBuffer();\r\n\t\ttry {\r\n\t\t\tif (input==null) input = new FileInputStream(file);\r\n\t\t\treader = new BufferedReader(new InputStreamReader(input,charset));\r\n\t\t\tchar[] c= null;\r\n\t\t\twhile (reader.read(c=new char[8192])!=-1) {\r\n\t\t\t\tsb.append(c);\r\n\t\t\t}\r\n\t\t\tc=null;\r\n\t\t} catch (Exception e) {\r\n\t\t\tthrow e;\r\n\t\t} finally {\r\n\t\t\treader.close();\r\n\t\t}\r\n\t\treturn sb.toString().trim();\r\n\t}", "public static String loadAFileToStringDE2(File f) throws IOException {\n InputStream is = null;\n String ret = null;\n try {\n is = new FileInputStream(f) ;\n long contentLength = f.length();\n byte[] ba = new byte[(int)contentLength];\n is.read(ba);\n ret = new String(ba);\n } finally {\n if(is!=null) {try{is.close();} catch(Exception e){} }\n }\n// long endTime = System.currentTimeMillis();\n// System.out.println(\"方法2用时\"+ (endTime-beginTime) + \"ms\");\n return ret; \n }", "private static String fileToString(String path) throws IOException {\n\n\t\tbyte[] encoded = Files.readAllBytes(Paths.get(path));\n\t\treturn new String(encoded, StandardCharsets.UTF_8);\n\t}", "@Test\n public void parse() throws Exception {\n MOPSpecFile specFile = SpecExtractor.parse(new File(this.mopFilePath));\n\n MOPSpecFile expectedSpecFileAST = MOP_Serialization.\n readMOPSpecObjectFromFile(this.expected_AST_Path);\n\n assertTrue(\"The MOPSpecFile object of \" + this.mopFilePath + \" is not as expected.\",\n NodeEquivalenceChecker.equalMOPSpecFiles(specFile, expectedSpecFileAST));\n }", "public static String getStringFromFile(String filename) {\r\n try {\r\n FileInputStream fis = new FileInputStream(filename);\r\n int available = fis.available();\r\n byte buffer[] = new byte[available];\r\n fis.read(buffer);\r\n fis.close();\r\n\r\n String tmp = new String(buffer);\r\n //System.out.println(\"\\nfrom file:\"+filename+\":\\n\"+tmp);\r\n return tmp;\r\n\r\n } catch (Exception ex) {\r\n // System.out.println(ex);\r\n // ex.printStackTrace();\r\n return \"\";\r\n } // endtry\r\n }", "public String readDigraphFile() throws EmptyFileContentsException, InvalidFileContentsException, IOException {\n String fileText = FileUtils.readFileToString(digraphFile);\n\n if (fileText == null || fileText.length() == 0) {\n throw new EmptyFileContentsException(\"File contents are empty.\");\n }\n\n return parse(fileText);\n }", "public Map<EmvTags, String> parseEmvData(IsoBuffer isoBuffer);", "public static String localFileToString(String fileName) throws IOException\n\t{\n\t\tBufferedReader br = new BufferedReader(new FileReader(fileName));\n\t\ttry\n\t {\n\t StringBuilder sb = new StringBuilder();\n\t String line = br.readLine();\n\n\t while (line != null)\n\t {\n\t sb.append(line);\n\t sb.append(\"\\n\");\n\t line = br.readLine();\n\t }\n\t \n\t return sb.toString();\n\t }\n\t finally\n\t {\n\t br.close();\n\t }\n\t}", "public void parse(){\n\t\t//Read next line in content; timestamp++\n\t\ttry (BufferedReader br = new BufferedReader(new FileReader(instructionfile))) {\n\t\t String line;\n\t\t while ((line = br.readLine()) != null) {\n\t\t \t//divide the line by semicolons\n\t\t \tString[] lineParts = line.split(\";\");\n\t\t \tfor(String aPart: lineParts){\n\t\t\t \tSystem.out.println(\"Parser:\"+aPart);\n\n\t\t\t \t// process the partial line.\n\t\t\t \tString[] commands = parseNextInstruction(aPart);\n\t\t\t \tif(commands!=null){\n\t\t\t\t\t\t\n\t\t\t \t\t//For each instruction in line: TransactionManager.processOperation()\n\t\t\t \t\ttm.processOperation(commands, currentTimestamp);\n\t\t\t \t}\n\t\t \t}\n\t\t \t//Every new line, time stamp increases\n\t \t\tcurrentTimestamp++;\n\t\t }\n\t\t} catch (FileNotFoundException e) {\n \t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n \t\t\te.printStackTrace();\n\t\t}\n\t}", "public Tree<String> parse(Tree<State> tree) {\n\t\tTree<String> parsed = null;\n\t\ttry { // do NOT expect it to crash\n\t\t\tviterbiParse(tree);\n\t\t\tparsed = StateTreeList.stateTreeToStringTree(tree, Inferencer.grammar.numberer);\n\t\t\tparsed = Inferencer.extractBestMaxRuleParse(chart, parsed.getYield());\n\t\t} catch (Exception e) {\n\t\t\tparsed = new Tree<String>(Inferencer.DUMMY_TAG);\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn parsed;\n\t}", "private static void parseMETS() throws IOException, XMLStreamException {\r\n\r\n\t\tFile metsFile = new File(additionalDir, metsPath);\r\n\r\n\t\tif (!metsFile.exists()) {\r\n\t\t\tthrow new IOException(\"File does not exist. Current path is \"\r\n\t\t\t\t\t+ metsFile.getAbsolutePath());\r\n\t\t}\r\n\t\tString volumeID = extractVolumeIDFromFilePath(metsPath);\r\n\t\tXMLInputFactory xmlInputFactory = XMLInputFactory.newInstance();\r\n\r\n\t\tvolumeRecord = new VolumeRecord(volumeID);\r\n\r\n\t\t// copyright is assumed to be public domain for all volumes\r\n\t\tvolumeRecord.setCopyright(CopyrightEnum.PUBLIC_DOMAIN);\r\n\r\n\t\tMETSParser metsParser = new METSParser(metsFile, volumeRecord,\r\n\t\t\t\txmlInputFactory);\r\n\t\tmetsParser.parse();\r\n\r\n\t\t// that's it. it is now parsed and the volumeRecord should be populated\r\n\t\t// by the parser\r\n\t\t// use volumeRecord to retrieve the information (see test cases on what\r\n\t\t// information is there)\r\n\r\n\t}", "public static String loadAFileToStringDE3(File f) throws IOException {\n BufferedReader br = null;\n String ret = null;\n try {\n br = new BufferedReader(new FileReader(f));\n String line = null;\n StringBuffer sb = new StringBuffer((int)f.length());\n while( (line = br.readLine() ) != null ) {\n sb.append(line);\n }\n ret = sb.toString();\n } finally {\n if(br!=null) {try{br.close();} catch(Exception e){} }\n }\n// long endTime = System.currentTimeMillis();\n// System.out.println(\"方法3用时\"+ (endTime-beginTime) + \"ms\");\n return ret; \n }", "private void loadFile() {\n String xmlContent = \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?><atomic-mass-table mass-units=\\\"u\\\" abundance-units=\\\"Mole Fraction\\\"><entry symbol=\\\"H\\\" atomic-number=\\\"1\\\"> <natural-abundance> <mass value=\\\"1.00794\\\" error=\\\"0.00007\\\" /> <isotope mass-number=\\\"1\\\"> <mass value=\\\"1.0078250319\\\" error=\\\"0.00000000006\\\" /> <abundance value=\\\"0.999885\\\" error=\\\"0.000070\\\" /> </isotope> <isotope mass-number=\\\"2\\\"> <mass value=\\\"2.0141017779\\\" error=\\\"0.0000000006\\\" /> <abundance value=\\\"0.000115\\\" error=\\\"0.000070\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"He\\\" atomic-number=\\\"2\\\"> <natural-abundance> <mass value=\\\"4.002602\\\" error=\\\"0.000002\\\" /> <isotope mass-number=\\\"3\\\"> <mass value=\\\"3.0160293094\\\" error=\\\"0.0000000012\\\" /> <abundance value=\\\"0.00000134\\\" error=\\\"0.00000003\\\" /> </isotope> <isotope mass-number=\\\"4\\\"> <mass value=\\\"4.0026032497\\\" error=\\\"0.0000000015\\\" /> <abundance value=\\\"0.99999866\\\" error=\\\"0.00000003\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Li\\\" atomic-number=\\\"3\\\"> <natural-abundance> <mass value=\\\"6.9421\\\" error=\\\"0.002\\\" /> <isotope mass-number=\\\"3\\\"> <mass value=\\\"6.0151223\\\" error=\\\"0.0000005\\\" /> <abundance value=\\\"0.0759\\\" error=\\\"0.0004\\\" /> </isotope> <isotope mass-number=\\\"7\\\"> <mass value=\\\"7.0160041\\\" error=\\\"0.0000005\\\" /> <abundance value=\\\"0.9241\\\" error=\\\"0.0004\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Be\\\" atomic-number=\\\"4\\\"> <natural-abundance> <mass value=\\\"9.012182\\\" error=\\\"0.000003\\\" /> <isotope mass-number=\\\"9\\\"> <mass value=\\\"9.0121822\\\" error=\\\"0.0000004\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"B\\\" atomic-number=\\\"5\\\"> <natural-abundance> <mass value=\\\"10.881\\\" error=\\\"0.007\\\" /> <isotope mass-number=\\\"10\\\"> <mass value=\\\"10.0129371\\\" error=\\\"0.0000003\\\" /> <abundance value=\\\"0.199\\\" error=\\\"0.007\\\" /> </isotope> <isotope mass-number=\\\"11\\\"> <mass value=\\\"11.0093055\\\" error=\\\"0.0000004\\\" /> <abundance value=\\\"0.801\\\" error=\\\"0.007\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"C\\\" atomic-number=\\\"6\\\"> <natural-abundance> <mass value=\\\"12.0107\\\" error=\\\"0.0008\\\" /> <isotope mass-number=\\\"12\\\"> <mass value=\\\"12\\\" error=\\\"0\\\" /> <abundance value=\\\"0.9893\\\" error=\\\"0.0008\\\" /> </isotope> <isotope mass-number=\\\"13\\\"> <mass value=\\\"13.003354838\\\" error=\\\"0.000000005\\\" /> <abundance value=\\\"0.0107\\\" error=\\\"0.0008\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"N\\\" atomic-number=\\\"7\\\"> <natural-abundance> <mass value=\\\"14.0067\\\" error=\\\"0.0002\\\" /> <isotope mass-number=\\\"14\\\"> <mass value=\\\"14.0030740074\\\" error=\\\"0.0000000018\\\" /> <abundance value=\\\"0.99636\\\" error=\\\"0.00020\\\" /> </isotope> <isotope mass-number=\\\"15\\\"> <mass value=\\\"15.000108973\\\" error=\\\"0.000000012\\\" /> <abundance value=\\\"0.00364\\\" error=\\\"0.00020\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"O\\\" atomic-number=\\\"8\\\"> <natural-abundance> <mass value=\\\"15.9994\\\" error=\\\"0.0003\\\" /> <isotope mass-number=\\\"16\\\"> <mass value=\\\"15.9949146223\\\" error=\\\"0.0000000025\\\" /> <abundance value=\\\"0.99759\\\" error=\\\"0.00016\\\" /> </isotope> <isotope mass-number=\\\"17\\\"> <mass value=\\\"16.99913150\\\" error=\\\"0.00000022\\\" /> <abundance value=\\\"0.00038\\\" error=\\\"0.00001\\\" /> </isotope> <isotope mass-number=\\\"18\\\"> <mass value=\\\"17.9991604\\\" error=\\\"0.0000009\\\" /> <abundance value=\\\"0.00205\\\" error=\\\"0.00014\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"F\\\" atomic-number=\\\"9\\\"> <natural-abundance> <mass value=\\\"18.9984032\\\" error=\\\"0.0000005\\\" /> <isotope mass-number=\\\"19\\\"> <mass value=\\\"18.99840320\\\" error=\\\"0.00000007\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ne\\\" atomic-number=\\\"10\\\"> <natural-abundance> <mass value=\\\"20.1797\\\" error=\\\"0.0006\\\" /> <isotope mass-number=\\\"20\\\"> <mass value=\\\"19.992440176\\\" error=\\\"0.000000003\\\" /> <abundance value=\\\"0.9048\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"21\\\"> <mass value=\\\"20.99384674\\\" error=\\\"0.00000004\\\" /> <abundance value=\\\"0.0027\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"22\\\"> <mass value=\\\"21.99138550\\\" error=\\\"0.00000025\\\" /> <abundance value=\\\"0.0925\\\" error=\\\"0.0003\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Na\\\" atomic-number=\\\"11\\\"> <natural-abundance> <mass value=\\\"22.989770\\\" error=\\\"0.000002\\\" /> <isotope mass-number=\\\"23\\\"> <mass value=\\\"22.98976966\\\" error=\\\"0.00000026\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Mg\\\" atomic-number=\\\"12\\\"> <natural-abundance> <mass value=\\\"24.3050\\\" error=\\\"0.0006\\\" /> <isotope mass-number=\\\"24\\\"> <mass value=\\\"23.98504187\\\" error=\\\"0.00000026\\\" /> <abundance value=\\\"0.7899\\\" error=\\\"0.0004\\\" /> </isotope> <isotope mass-number=\\\"25\\\"> <mass value=\\\"24.98583700\\\" error=\\\"0.00000026\\\" /> <abundance value=\\\"0.1000\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"26\\\"> <mass value=\\\"25.98259300\\\" error=\\\"0.00000026\\\" /> <abundance value=\\\"0.1101\\\" error=\\\"0.0003\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Al\\\" atomic-number=\\\"13\\\"> <natural-abundance> <mass value=\\\"26.981538\\\" error=\\\"0.000002\\\" /> <isotope mass-number=\\\"27\\\"> <mass value=\\\"26.98153841\\\" error=\\\"0.00000024\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Si\\\" atomic-number=\\\"14\\\"> <natural-abundance> <mass value=\\\"28.0855\\\" error=\\\"0.0003\\\" /> <isotope mass-number=\\\"28\\\"> <mass value=\\\"27.97692649\\\" error=\\\"0.00000022\\\" /> <abundance value=\\\"0.92223\\\" error=\\\"0.00019\\\" /> </isotope> <isotope mass-number=\\\"29\\\"> <mass value=\\\"28.97649468\\\" error=\\\"0.00000022\\\" /> <abundance value=\\\"0.04685\\\" error=\\\"0.00008\\\" /> </isotope> <isotope mass-number=\\\"30\\\"> <mass value=\\\"29.97377018\\\" error=\\\"0.00000022\\\" /> <abundance value=\\\"0.03092\\\" error=\\\"0.00011\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"P\\\" atomic-number=\\\"15\\\"> <natural-abundance> <mass value=\\\"30.973761\\\" error=\\\"0.000002\\\" /> <isotope mass-number=\\\"31\\\"> <mass value=\\\"30.97376149\\\" error=\\\"0.00000027\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"S\\\" atomic-number=\\\"16\\\"> <natural-abundance> <mass value=\\\"32.065\\\" error=\\\"0.005\\\" /> <isotope mass-number=\\\"32\\\"> <mass value=\\\"31.97207073\\\" error=\\\"0.00000015\\\" /> <abundance value=\\\"0.9499\\\" error=\\\"0.0026\\\" /> </isotope> <isotope mass-number=\\\"33\\\"> <mass value=\\\"32.97145854\\\" error=\\\"0.00000015\\\" /> <abundance value=\\\"0.0075\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"34\\\"> <mass value=\\\"33.96786687\\\" error=\\\"0.00000014\\\" /> <abundance value=\\\"0.0425\\\" error=\\\"0.0024\\\" /> </isotope> <isotope mass-number=\\\"36\\\"> <mass value=\\\"35.96708088\\\" error=\\\"0.00000025\\\" /> <abundance value=\\\"0.0001\\\" error=\\\"0.0001\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Cl\\\" atomic-number=\\\"17\\\"> <natural-abundance> <mass value=\\\"35.453\\\" error=\\\"0.002\\\" /> <isotope mass-number=\\\"35\\\"> <mass value=\\\"34.96885271\\\" error=\\\"0.00000004\\\" /> <abundance value=\\\"0.7576\\\" error=\\\"0.0010\\\" /> </isotope> <isotope mass-number=\\\"37\\\"> <mass value=\\\"36.96590260\\\" error=\\\"0.00000005\\\" /> <abundance value=\\\"0.2424\\\" error=\\\"0.0010\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ar\\\" atomic-number=\\\"18\\\"> <natural-abundance> <mass value=\\\"39.948\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"36\\\"> <mass value=\\\"35.96754626\\\" error=\\\"0.00000027\\\" /> <abundance value=\\\"0.0003365\\\" error=\\\"0.000030\\\" /> </isotope> <isotope mass-number=\\\"38\\\"> <mass value=\\\"37.9627322\\\" error=\\\"0.0000005\\\" /> <abundance value=\\\"0.000632\\\" error=\\\"0.000005\\\" /> </isotope> <isotope mass-number=\\\"40\\\"> <mass value=\\\"39.962383124\\\" error=\\\"0.000000005\\\" /> <abundance value=\\\"0.996003\\\" error=\\\"0.000030\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"K\\\" atomic-number=\\\"19\\\"> <natural-abundance> <mass value=\\\"39.0983\\\" error=\\\"0.0001\\\" /> <isotope mass-number=\\\"39\\\"> <mass value=\\\"38.9637069\\\" error=\\\"0.0000003\\\" /> <abundance value=\\\"0.932581\\\" error=\\\"0.000044\\\" /> </isotope> <isotope mass-number=\\\"40\\\"> <mass value=\\\"39.96399867\\\" error=\\\"0.00000029\\\" /> <abundance value=\\\"0.000117\\\" error=\\\"0.000001\\\" /> </isotope> <isotope mass-number=\\\"41\\\"> <mass value=\\\"40.96182597\\\" error=\\\"0.00000028\\\" /> <abundance value=\\\"0.067302\\\" error=\\\"0.000044\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ca\\\" atomic-number=\\\"20\\\"> <natural-abundance> <mass value=\\\"40.078\\\" error=\\\"0.004\\\" /> <isotope mass-number=\\\"40\\\"> <mass value=\\\"39.9625912\\\" error=\\\"0.0000003\\\" /> <abundance value=\\\"0.96941\\\" error=\\\"0.00156\\\" /> </isotope> <isotope mass-number=\\\"42\\\"> <mass value=\\\"41.9586183\\\" error=\\\"0.0000004\\\" /> <abundance value=\\\"0.00647\\\" error=\\\"0.00023\\\" /> </isotope> <isotope mass-number=\\\"43\\\"> <mass value=\\\"42.9587668\\\" error=\\\"0.0000005\\\" /> <abundance value=\\\"0.00135\\\" error=\\\"0.00010\\\" /> </isotope> <isotope mass-number=\\\"44\\\"> <mass value=\\\"43.9554811\\\" error=\\\"0.0000009\\\" /> <abundance value=\\\"0.02086\\\" error=\\\"0.00110\\\" /> </isotope> <isotope mass-number=\\\"46\\\"> <mass value=\\\"45.9536927\\\" error=\\\"0.0000025\\\" /> <abundance value=\\\"0.00004\\\" error=\\\"0.00003\\\" /> </isotope> <isotope mass-number=\\\"48\\\"> <mass value=\\\"47.952533\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.00187\\\" error=\\\"0.00021\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Sc\\\" atomic-number=\\\"21\\\"> <natural-abundance> <mass value=\\\"44.955910\\\" error=\\\"0.000008\\\" /> <isotope mass-number=\\\"45\\\"> <mass value=\\\"44.9559102\\\" error=\\\"0.0000012\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ti\\\" atomic-number=\\\"22\\\"> <natural-abundance> <mass value=\\\"47.867\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"46\\\"> <mass value=\\\"45.9526295\\\" error=\\\"0.0000012\\\" /> <abundance value=\\\"0.0825\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"47\\\"> <mass value=\\\"46.9517637\\\" error=\\\"0.0000010\\\" /> <abundance value=\\\"0.0744\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"48\\\"> <mass value=\\\"47.9479470\\\" error=\\\"0.0000010\\\" /> <abundance value=\\\"0.7372\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"49\\\"> <mass value=\\\"48.9478707\\\" error=\\\"0.0000010\\\" /> <abundance value=\\\"0.0541\\\" error=\\\"0.0002\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"V\\\" atomic-number=\\\"23\\\"> <natural-abundance> <mass value=\\\"50.9415\\\" error=\\\"0.0001\\\" /> <isotope mass-number=\\\"50\\\"> <mass value=\\\"49.9471627\\\" error=\\\"0.0000014\\\" /> <abundance value=\\\"0.00250\\\" error=\\\"0.00004\\\" /> </isotope> <isotope mass-number=\\\"51\\\"> <mass value=\\\"50.9439635\\\" error=\\\"0.0000014\\\" /> <abundance value=\\\"0.99750\\\" error=\\\"0.00004\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Cr\\\" atomic-number=\\\"24\\\"> <natural-abundance> <mass value=\\\"51.9961\\\" error=\\\"0.0006\\\" /> <isotope mass-number=\\\"50\\\"> <mass value=\\\"49.9460495\\\" error=\\\"0.0000014\\\" /> <abundance value=\\\"0.04345\\\" error=\\\"0.00013\\\" /> </isotope> <isotope mass-number=\\\"52\\\"> <mass value=\\\"51.9405115\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.83789\\\" error=\\\"0.00018\\\" /> </isotope> <isotope mass-number=\\\"53\\\"> <mass value=\\\"52.9406534\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.09501\\\" error=\\\"0.00017\\\" /> </isotope> <isotope mass-number=\\\"54\\\"> <mass value=\\\"53.938846\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.02365\\\" error=\\\"0.00007\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Mn\\\" atomic-number=\\\"25\\\"> <natural-abundance> <mass value=\\\"54.938049\\\" error=\\\"0.000009\\\" /> <isotope mass-number=\\\"55\\\"> <mass value=\\\"54.9380493\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Fe\\\" atomic-number=\\\"26\\\"> <natural-abundance> <mass value=\\\"55.845\\\" error=\\\"0.002\\\" /> <isotope mass-number=\\\"54\\\"> <mass value=\\\"53.9396147\\\" error=\\\"0.0000014\\\" /> <abundance value=\\\"0.05845\\\" error=\\\"0.00035\\\" /> </isotope> <isotope mass-number=\\\"56\\\"> <mass value=\\\"55.9349418\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.91754\\\" error=\\\"0.00036\\\" /> </isotope> <isotope mass-number=\\\"57\\\"> <mass value=\\\"56.9353983\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.02119\\\" error=\\\"0.00010\\\" /> </isotope> <isotope mass-number=\\\"58\\\"> <mass value=\\\"57.9332801\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.00282\\\" error=\\\"0.00004\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Co\\\" atomic-number=\\\"27\\\"> <natural-abundance> <mass value=\\\"58.933200\\\" error=\\\"0.000009\\\" /> <isotope mass-number=\\\"59\\\"> <mass value=\\\"59.9331999\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ni\\\" atomic-number=\\\"28\\\"> <natural-abundance> <mass value=\\\"58.6934\\\" error=\\\"0.0002\\\" /> <isotope mass-number=\\\"58\\\"> <mass value=\\\"57.9353477\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.680769\\\" error=\\\"0.000089\\\" /> </isotope> <isotope mass-number=\\\"60\\\"> <mass value=\\\"59.9307903\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.262231\\\" error=\\\"0.000077\\\" /> </isotope> <isotope mass-number=\\\"61\\\"> <mass value=\\\"60.9310601\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.011399\\\" error=\\\"0.000006\\\" /> </isotope> <isotope mass-number=\\\"62\\\"> <mass value=\\\"61.9283484\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.0036345\\\" error=\\\"0.000017\\\" /> </isotope> <isotope mass-number=\\\"64\\\"> <mass value=\\\"63.9279692\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.009256\\\" error=\\\"0.000009\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Cu\\\" atomic-number=\\\"29\\\"> <natural-abundance> <mass value=\\\"63.546\\\" error=\\\"0.003\\\" /> <isotope mass-number=\\\"63\\\"> <mass value=\\\"62.9296007\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.6915\\\" error=\\\"0.0015\\\" /> </isotope> <isotope mass-number=\\\"65\\\"> <mass value=\\\"64.9277938\\\" error=\\\"0.0000019\\\" /> <abundance value=\\\"0.3085\\\" error=\\\"0.0015\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Zn\\\" atomic-number=\\\"30\\\"> <natural-abundance> <mass value=\\\"65.409\\\" error=\\\"0.004\\\" /> <isotope mass-number=\\\"64\\\"> <mass value=\\\"63.9291461\\\" error=\\\"0.0000018\\\" /> <abundance value=\\\"0.48268\\\" error=\\\"0.00321\\\" /> </isotope> <isotope mass-number=\\\"66\\\"> <mass value=\\\"65.9260364\\\" error=\\\"0.0000017\\\" /> <abundance value=\\\"0.27975\\\" error=\\\"0.00077\\\" /> </isotope> <isotope mass-number=\\\"67\\\"> <mass value=\\\"66.9271305\\\" error=\\\"0.0000017\\\" /> <abundance value=\\\"0.04102\\\" error=\\\"0.00021\\\" /> </isotope> <isotope mass-number=\\\"68\\\"> <mass value=\\\"67.9248473\\\" error=\\\"0.0000017\\\" /> <abundance value=\\\"0.19024\\\" error=\\\"0.00123\\\" /> </isotope> <isotope mass-number=\\\"70\\\"> <mass value=\\\"69.925325\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.00631\\\" error=\\\"0.00009\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ga\\\" atomic-number=\\\"31\\\"> <natural-abundance> <mass value=\\\"69.723\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"69\\\"> <mass value=\\\"68.925581\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.60108\\\" error=\\\"0.00009\\\" /> </isotope> <isotope mass-number=\\\"71\\\"> <mass value=\\\"70.9247073\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.39892\\\" error=\\\"0.00009\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ge\\\" atomic-number=\\\"32\\\"> <natural-abundance> <mass value=\\\"72.64\\\" error=\\\"0.01\\\" /> <isotope mass-number=\\\"70\\\"> <mass value=\\\"69.9242500\\\" error=\\\"0.0000019\\\" /> <abundance value=\\\"0.2038\\\" error=\\\"0.0018\\\" /> </isotope> <isotope mass-number=\\\"72\\\"> <mass value=\\\"71.9220763\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.2731\\\" error=\\\"0.0026\\\" /> </isotope> <isotope mass-number=\\\"73\\\"> <mass value=\\\"72.9234595\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.0776\\\" error=\\\"0.0008\\\" /> </isotope> <isotope mass-number=\\\"74\\\"> <mass value=\\\"73.9211784\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.3672\\\" error=\\\"0.0015\\\" /> </isotope> <isotope mass-number=\\\"76\\\"> <mass value=\\\"75.9214029\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.0783\\\" error=\\\"0.0007\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"As\\\" atomic-number=\\\"33\\\"> <natural-abundance> <mass value=\\\"74.92160\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"75\\\"> <mass value=\\\"74.9215966\\\" error=\\\"0.0000018\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Se\\\" atomic-number=\\\"34\\\"> <natural-abundance> <mass value=\\\"78.96\\\" error=\\\"0.03\\\" /> <isotope mass-number=\\\"74\\\"> <mass value=\\\"73.9224767\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.0089\\\" error=\\\"0.0004\\\" /> </isotope> <isotope mass-number=\\\"76\\\"> <mass value=\\\"75.9192143\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.0937\\\" error=\\\"0.0029\\\" /> </isotope> <isotope mass-number=\\\"77\\\"> <mass value=\\\"76.9199148\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.0763\\\" error=\\\"0.0016\\\" /> </isotope> <isotope mass-number=\\\"78\\\"> <mass value=\\\"77.9173097\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.2377\\\" error=\\\"0.0028\\\" /> </isotope> <isotope mass-number=\\\"80\\\"> <mass value=\\\"79.9165221\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.4961\\\" error=\\\"0.0041\\\" /> </isotope> <isotope mass-number=\\\"82\\\"> <mass value=\\\"81.9167003\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\"0.0873\\\" error=\\\"0.0022\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Br\\\" atomic-number=\\\"35\\\"> <natural-abundance> <mass value=\\\"79.904\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"79\\\"> <mass value=\\\"78.9183379\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.5069\\\" error=\\\"0.0007\\\" /> </isotope> <isotope mass-number=\\\"81\\\"> <mass value=\\\"80.916291\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.4931\\\" error=\\\"0.0007\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Kr\\\" atomic-number=\\\"36\\\"> <natural-abundance> <mass value=\\\"83.798\\\" error=\\\"0.002\\\" /> <isotope mass-number=\\\"78\\\"> <mass value=\\\"77.920388\\\" error=\\\"0.000007\\\" /> <abundance value=\\\"0.00355\\\" error=\\\"0.00003\\\" /> </isotope> <isotope mass-number=\\\"80\\\"> <mass value=\\\"79.916379\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.02286\\\" error=\\\"0.00010\\\" /> </isotope> <isotope mass-number=\\\"82\\\"> <mass value=\\\"81.9134850\\\" error=\\\"0.0000028\\\" /> <abundance value=\\\"0.11593\\\" error=\\\"0.00031\\\" /> </isotope> <isotope mass-number=\\\"83\\\"> <mass value=\\\"82.914137\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.11500\\\" error=\\\"0.00019\\\" /> </isotope> <isotope mass-number=\\\"84\\\"> <mass value=\\\"83.911508\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.56987\\\" error=\\\"0.00015\\\" /> </isotope> <isotope mass-number=\\\"86\\\"> <mass value=\\\"85.910615\\\" error=\\\"0.000005\\\" /> <abundance value=\\\"0.17279\\\" error=\\\"0.00041\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Rb\\\" atomic-number=\\\"37\\\"> <natural-abundance> <mass value=\\\"85.4678\\\" error=\\\"0.0003\\\" /> <isotope mass-number=\\\"85\\\"> <mass value=\\\"84.9117924\\\" error=\\\"0.0000027\\\" /> <abundance value=\\\"0.7217\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"87\\\"> <mass value=\\\"86.9091858\\\" error=\\\"0.0000028\\\" /> <abundance value=\\\"0.2783\\\" error=\\\"0.0002\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Sr\\\" atomic-number=\\\"38\\\"> <natural-abundance> <mass value=\\\"87.62\\\" error=\\\"0.01\\\" /> <isotope mass-number=\\\"84\\\"> <mass value=\\\"83.913426\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.0056\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"86\\\"> <mass value=\\\"85.9092647\\\" error=\\\"0.0000025\\\" /> <abundance value=\\\"0.0986\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"87\\\"> <mass value=\\\"86.9088816\\\" error=\\\"0.0000025\\\" /> <abundance value=\\\"0.0700\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"88\\\"> <mass value=\\\"87.9056167\\\" error=\\\"0.0000025\\\" /> <abundance value=\\\"0.8258\\\" error=\\\"0.0001\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Y\\\" atomic-number=\\\"39\\\"> <natural-abundance> <mass value=\\\"88.90585\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"89\\\"> <mass value=\\\"88.9058485\\\" error=\\\"0.0000026\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Zr\\\" atomic-number=\\\"40\\\"> <natural-abundance> <mass value=\\\"91.224\\\" error=\\\"0.002\\\" /> <isotope mass-number=\\\"90\\\"> <mass value=\\\"89.9047022\\\" error=\\\"0.0000024\\\" /> <abundance value=\\\"0.5145\\\" error=\\\"0.0040\\\" /> </isotope> <isotope mass-number=\\\"91\\\"> <mass value=\\\"90.9056434\\\" error=\\\"0.0000023\\\" /> <abundance value=\\\"0.1122\\\" error=\\\"0.0005\\\" /> </isotope> <isotope mass-number=\\\"92\\\"> <mass value=\\\"91.9050386\\\" error=\\\"0.0000023\\\" /> <abundance value=\\\"0.1715\\\" error=\\\"0.0008\\\" /> </isotope> <isotope mass-number=\\\"94\\\"> <mass value=\\\"93.9063144\\\" error=\\\"0.0000026\\\" /> <abundance value=\\\"0.1738\\\" error=\\\"0.0028\\\" /> </isotope> <isotope mass-number=\\\"96\\\"> <mass value=\\\"95.908275\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0280\\\" error=\\\"0.0009\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Nb\\\" atomic-number=\\\"41\\\"> <natural-abundance> <mass value=\\\"92.90638\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"93\\\"> <mass value=\\\"92.9063762\\\" error=\\\"0.0000024\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Mo\\\" atomic-number=\\\"42\\\"> <natural-abundance> <mass value=\\\"95.94\\\" error=\\\"0.02\\\" /> <isotope mass-number=\\\"92\\\"> <mass value=\\\"91.906810\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.1477\\\" error=\\\"0.0031\\\" /> </isotope> <isotope mass-number=\\\"94\\\"> <mass value=\\\"93.9050867\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.0923\\\" error=\\\"0.0010\\\" /> </isotope> <isotope mass-number=\\\"95\\\"> <mass value=\\\"94.9058406\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.1590\\\" error=\\\"0.0009\\\" /> </isotope> <isotope mass-number=\\\"96\\\"> <mass value=\\\"95.9046780\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.1668\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"97\\\"> <mass value=\\\"96.9030201\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.0956\\\" error=\\\"0.0005\\\" /> </isotope> <isotope mass-number=\\\"98\\\"> <mass value=\\\"97.9054069\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.2419\\\" error=\\\"0.0026\\\" /> </isotope> <isotope mass-number=\\\"100\\\"> <mass value=\\\"99.907476\\\" error=\\\"0.000006\\\" /> <abundance value=\\\"0.0967\\\" error=\\\"0.0020\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ru\\\" atomic-number=\\\"44\\\"> <natural-abundance> <mass value=\\\"101.07\\\" error=\\\"0.02\\\" /> <isotope mass-number=\\\"96\\\"> <mass value=\\\"95.907604\\\" error=\\\"0.000009\\\" /> <abundance value=\\\"0.0554\\\" error=\\\"0.0014\\\" /> </isotope> <isotope mass-number=\\\"98\\\"> <mass value=\\\"97.905287\\\" error=\\\"0.000007\\\" /> <abundance value=\\\"0.0187\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"99\\\"> <mass value=\\\"98.9059385\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\".01276\\\" error=\\\"0.0014\\\" /> </isotope> <isotope mass-number=\\\"100\\\"> <mass value=\\\"99.9042189\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\"0.1260\\\" error=\\\"0.0007\\\" /> </isotope> <isotope mass-number=\\\"101\\\"> <mass value=\\\"100.9055815\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\"0.1706\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"102\\\"> <mass value=\\\"101.9043488\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\"0.3155\\\" error=\\\"0.0014\\\" /> </isotope> <isotope mass-number=\\\"104\\\"> <mass value=\\\"103.905430\\\" error=\\\".01862\\\" /> <abundance value=\\\"0.1862\\\" error=\\\"0.0027\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Rh\\\" atomic-number=\\\"45\\\"> <natural-abundance> <mass value=\\\"1025.90550\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"103\\\"> <mass value=\\\"102.905504\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Pd\\\" atomic-number=\\\"46\\\"> <natural-abundance> <mass value=\\\"106.42\\\" error=\\\"0.01\\\" /> <isotope mass-number=\\\"102\\\"> <mass value=\\\"101.905607\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0102\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"104\\\"> <mass value=\\\"103.904034\\\" error=\\\"0.000005\\\" /> <abundance value=\\\"0.1114\\\" error=\\\"0.0008\\\" /> </isotope> <isotope mass-number=\\\"105\\\"> <mass value=\\\"104.905083\\\" error=\\\"0.000005\\\" /> <abundance value=\\\"0.2233\\\" error=\\\"0.0008\\\" /> </isotope> <isotope mass-number=\\\"106\\\"> <mass value=\\\"105.903484\\\" error=\\\"0.000005\\\" /> <abundance value=\\\"0.2733\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"108\\\"> <mass value=\\\"107.903895\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.2646\\\" error=\\\"0.0009\\\" /> </isotope> <isotope mass-number=\\\"110\\\"> <mass value=\\\"109.905153\\\" error=\\\"0.000012\\\" /> <abundance value=\\\"0.1172\\\" error=\\\"0.0009\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ag\\\" atomic-number=\\\"47\\\"> <natural-abundance> <mass value=\\\"107.8682\\\" error=\\\"0.0002\\\" /> <isotope mass-number=\\\"107\\\"> <mass value=\\\"106.905093\\\" error=\\\"0.000006\\\" /> <abundance value=\\\"0.51839\\\" error=\\\"0.00008\\\" /> </isotope> <isotope mass-number=\\\"109\\\"> <mass value=\\\"108.904756\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.48161\\\" error=\\\"0.00008\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Cd\\\" atomic-number=\\\"48\\\"> <natural-abundance> <mass value=\\\"112.411\\\" error=\\\"0.008\\\" /> <isotope mass-number=\\\"106\\\"> <mass value=\\\"105.906458\\\" error=\\\"0.000006\\\" /> <abundance value=\\\"0.0125\\\" error=\\\"0.0006\\\" /> </isotope> <isotope mass-number=\\\"108\\\"> <mass value=\\\"107.904183\\\" error=\\\"0.000006\\\" /> <abundance value=\\\"0.0089\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"110\\\"> <mass value=\\\"109.903006\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1249\\\" error=\\\"0.0018\\\" /> </isotope> <isotope mass-number=\\\"111\\\"> <mass value=\\\"110.904182\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1280\\\" error=\\\"0.0012\\\" /> </isotope> <isotope mass-number=\\\"112\\\"> <mass value=\\\"111.9027577\\\" error=\\\"0.0000030\\\" /> <abundance value=\\\"0.2413\\\" error=\\\"0.0021\\\" /> </isotope> <isotope mass-number=\\\"113\\\"> <mass value=\\\"112.9044014\\\" error=\\\"0.0000030\\\" /> <abundance value=\\\"0.1222\\\" error=\\\"0.0012\\\" /> </isotope> <isotope mass-number=\\\"114\\\"> <mass value=\\\"113.9033586\\\" error=\\\"0.0000030\\\" /> <abundance value=\\\"0.2873\\\" error=\\\"0.0042\\\" /> </isotope> <isotope mass-number=\\\"116\\\"> <mass value=\\\"115.904756\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0749\\\" error=\\\"0.0018\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"In\\\" atomic-number=\\\"49\\\"> <natural-abundance> <mass value=\\\"114.818\\\" error=\\\"0.003\\\" /> <isotope mass-number=\\\"113\\\"> <mass value=\\\"112.904062\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.0429\\\" error=\\\"0.0005\\\" /> </isotope> <isotope mass-number=\\\"115\\\"> <mass value=\\\"114.903879\\\" error=\\\"0.000040\\\" /> <abundance value=\\\"0.9571\\\" error=\\\"0.0005\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Sn\\\" atomic-number=\\\"50\\\"> <natural-abundance> <mass value=\\\"118.710\\\" error=\\\"0.007\\\" /> <isotope mass-number=\\\"112\\\"> <mass value=\\\"111.904822\\\" error=\\\"0.000005\\\" /> <abundance value=\\\"0.0097\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"114\\\"> <mass value=\\\"113.902783\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0066\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"115\\\"> <mass value=\\\"114.903347\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0034\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"116\\\"> <mass value=\\\"115.901745\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1454\\\" error=\\\"0.0009\\\" /> </isotope> <isotope mass-number=\\\"117\\\"> <mass value=\\\"116.902955\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0768\\\" error=\\\"0.0007\\\" /> </isotope> <isotope mass-number=\\\"118\\\"> <mass value=\\\"117.901608\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2422\\\" error=\\\"0.0009\\\" /> </isotope> <isotope mass-number=\\\"119\\\"> <mass value=\\\"118.903311\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0859\\\" error=\\\"0.0004\\\" /> </isotope> <isotope mass-number=\\\"120\\\"> <mass value=\\\"119.9021985\\\" error=\\\"0.0000027\\\" /> <abundance value=\\\"0.3258\\\" error=\\\"0.0009\\\" /> </isotope> <isotope mass-number=\\\"122\\\"> <mass value=\\\"121.9034411\\\" error=\\\"0.0000029\\\" /> <abundance value=\\\"0.0463\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"124\\\"> <mass value=\\\"123.9052745\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.0579\\\" error=\\\"0.0005\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Sb\\\" atomic-number=\\\"51\\\"> <natural-abundance> <mass value=\\\"121.760\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"121\\\"> <mass value=\\\"120.9038222\\\" error=\\\"0.0000026\\\" /> <abundance value=\\\"0.5721\\\" error=\\\"0.0005\\\" /> </isotope> <isotope mass-number=\\\"123\\\"> <mass value=\\\"122.9042160\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\"0.4279\\\" error=\\\"0.0005\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Te\\\" atomic-number=\\\"52\\\"> <natural-abundance> <mass value=\\\"127.60\\\" error=\\\"0.03\\\" /> <isotope mass-number=\\\"120\\\"> <mass value=\\\"119.904026\\\" error=\\\"0.000011\\\" /> <abundance value=\\\"0.0009\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"122\\\"> <mass value=\\\"121.9030558\\\" error=\\\"0.0000029\\\" /> <abundance value=\\\"0.0255\\\" error=\\\"0.0012\\\" /> </isotope> <isotope mass-number=\\\"123\\\"> <mass value=\\\"122.9042711\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.0089\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"124\\\"> <mass value=\\\"123.9028188\\\" error=\\\"0.0000016\\\" /> <abundance value=\\\"0.0474\\\" error=\\\"0.0014\\\" /> </isotope> <isotope mass-number=\\\"125\\\"> <mass value=\\\"124.9044241\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.0707\\\" error=\\\"0.0015\\\" /> </isotope> <isotope mass-number=\\\"126\\\"> <mass value=\\\"125.9033049\\\" error=\\\"0.0000020\\\" /> <abundance value=\\\"0.1884\\\" error=\\\"0.0025\\\" /> </isotope> <isotope mass-number=\\\"128\\\"> <mass value=\\\"127.9044615\\\" error=\\\"0.0000019\\\" /> <abundance value=\\\"0.3174\\\" error=\\\"0.0008\\\" /> </isotope> <isotope mass-number=\\\"130\\\"> <mass value=\\\"129.9062229\\\" error=\\\"0.0000021\\\" /> <abundance value=\\\"0.3408\\\" error=\\\"0.0062\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"I\\\" atomic-number=\\\"53\\\"> <natural-abundance> <mass value=\\\"126.90447\\\" error=\\\"0.00003\\\" /> <isotope mass-number=\\\"127\\\"> <mass value=\\\"126.904468\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Xe\\\" atomic-number=\\\"54\\\"> <natural-abundance> <mass value=\\\"131.293\\\" error=\\\"0.006\\\" /> <isotope mass-number=\\\"124\\\"> <mass value=\\\"123.9058954\\\" error=\\\"0.0000021\\\" /> <abundance value=\\\"0.000952\\\" error=\\\"0.000003\\\" /> </isotope> <isotope mass-number=\\\"126\\\"> <mass value=\\\"125.904268\\\" error=\\\"0.000007\\\" /> <abundance value=\\\"0.000890\\\" error=\\\"0.000002\\\" /> </isotope> <isotope mass-number=\\\"128\\\"> <mass value=\\\"127.9035305\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.019102\\\" error=\\\"0.000008\\\" /> </isotope> <isotope mass-number=\\\"129\\\"> <mass value=\\\"128.9047799\\\" error=\\\"0.0000009\\\" /> <abundance value=\\\"0.264006\\\" error=\\\"0.000082\\\" /> </isotope> <isotope mass-number=\\\"130\\\"> <mass value=\\\"129.9035089\\\" error=\\\"0.0000011\\\" /> <abundance value=\\\"0.040710\\\" error=\\\"0.000013\\\" /> </isotope> <isotope mass-number=\\\"131\\\"> <mass value=\\\"130.9050828\\\" error=\\\"0.0000018\\\" /> <abundance value=\\\"0.212324\\\" error=\\\"0.000030\\\" /> </isotope> <isotope mass-number=\\\"132\\\"> <mass value=\\\"131.9041546\\\" error=\\\"0.0000015\\\" /> <abundance value=\\\"0.269086\\\" error=\\\"0.000033\\\" /> </isotope> <isotope mass-number=\\\"134\\\"> <mass value=\\\"133.9053945\\\" error=\\\"0.0000009\\\" /> <abundance value=\\\"0.104357\\\" error=\\\"0.000021\\\" /> </isotope> <isotope mass-number=\\\"136\\\"> <mass value=\\\"135.907220\\\" error=\\\"0.000008\\\" /> <abundance value=\\\"0.088573\\\" error=\\\"0.000044\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Cs\\\" atomic-number=\\\"55\\\"> <natural-abundance> <mass value=\\\"132.90545\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"133\\\"> <mass value=\\\"132.905447\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ba\\\" atomic-number=\\\"56\\\"> <natural-abundance> <mass value=\\\"137.327\\\" error=\\\"0.007\\\" /> <isotope mass-number=\\\"130\\\"> <mass value=\\\"129.906311\\\" error=\\\"0.000007\\\" /> <abundance value=\\\"0.00106\\\" error=\\\"0.00001\\\" /> </isotope> <isotope mass-number=\\\"132\\\"> <mass value=\\\"131.905056\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.00101\\\" error=\\\"0.00001\\\" /> </isotope> <isotope mass-number=\\\"134\\\"> <mass value=\\\"133.904504\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.02417\\\" error=\\\"0.00018\\\" /> </isotope> <isotope mass-number=\\\"135\\\"> <mass value=\\\"134.905684\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.000003\\\" error=\\\"0.00012\\\" /> </isotope> <isotope mass-number=\\\"136\\\"> <mass value=\\\"135.904571\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.07854\\\" error=\\\"0.00024\\\" /> </isotope> <isotope mass-number=\\\"137\\\"> <mass value=\\\"136.905822\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.11232\\\" error=\\\"0.00024\\\" /> </isotope> <isotope mass-number=\\\"138\\\"> <mass value=\\\"137.905242\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.71698\\\" error=\\\"0.00042\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"La\\\" atomic-number=\\\"57\\\"> <natural-abundance> <mass value=\\\"138.9055\\\" error=\\\"0.0002\\\" /> <isotope mass-number=\\\"138\\\"> <mass value=\\\"137.907108\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.00090\\\" error=\\\"0.00001\\\" /> </isotope> <isotope mass-number=\\\"139\\\"> <mass value=\\\"138.906349\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.99910\\\" error=\\\"0.00001\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ce\\\" atomic-number=\\\"58\\\"> <natural-abundance> <mass value=\\\"140.116\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"136\\\"> <mass value=\\\"135.907140\\\" error=\\\"0.000050\\\" /> <abundance value=\\\"0.00185\\\" error=\\\"0.00002\\\" /> </isotope> <isotope mass-number=\\\"138\\\"> <mass value=\\\"137.905986\\\" error=\\\"0.000011\\\" /> <abundance value=\\\"0.00251\\\" error=\\\"0.00002\\\" /> </isotope> <isotope mass-number=\\\"140\\\"> <mass value=\\\"139.905\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.88450\\\" error=\\\"0.00051\\\" /> </isotope> <isotope mass-number=\\\"142\\\"> <mass value=\\\"141.909241\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.11114\\\" error=\\\"0.00051\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Pr\\\" atomic-number=\\\"59\\\"> <natural-abundance> <mass value=\\\"140.90765\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"141\\\"> <mass value=\\\"140.907648\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Nd\\\" atomic-number=\\\"60\\\"> <natural-abundance> <mass value=\\\"144.24\\\" error=\\\"0.03\\\" /> <isotope mass-number=\\\"142\\\"> <mass value=\\\"141.907719\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.272\\\" error=\\\"0.005\\\" /> </isotope> <isotope mass-number=\\\"143\\\"> <mass value=\\\"142.909810\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.122\\\" error=\\\"0.002\\\" /> </isotope> <isotope mass-number=\\\"144\\\"> <mass value=\\\"143.910083\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.238\\\" error=\\\"0.003\\\" /> </isotope> <isotope mass-number=\\\"145\\\"> <mass value=\\\"144.912569\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.083\\\" error=\\\"0.001\\\" /> </isotope> <isotope mass-number=\\\"146\\\"> <mass value=\\\"145.913113\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.172\\\" error=\\\"0.003\\\" /> </isotope> <isotope mass-number=\\\"148\\\"> <mass value=\\\"147.916889\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.057\\\" error=\\\"0.001\\\" /> </isotope> <isotope mass-number=\\\"150\\\"> <mass value=\\\"149.920887\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.056\\\" error=\\\"0.002\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Sm\\\" atomic-number=\\\"62\\\"> <natural-abundance> <mass value=\\\"150.36\\\" error=\\\"0.03\\\" /> <isotope mass-number=\\\"144\\\"> <mass value=\\\"143.911996\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.0307\\\" error=\\\"0.0007\\\" /> </isotope> <isotope mass-number=\\\"147\\\"> <mass value=\\\"146.914894\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1499\\\" error=\\\"0.0018\\\" /> </isotope> <isotope mass-number=\\\"148\\\"> <mass value=\\\"147.914818\\\" error=\\\"0.1124\\\" /> <abundance value=\\\"0.1124\\\" error=\\\"0.0010\\\" /> </isotope> <isotope mass-number=\\\"149\\\"> <mass value=\\\"148.917180\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1382\\\" error=\\\"0.0007\\\" /> </isotope> <isotope mass-number=\\\"150\\\"> <mass value=\\\"149.917272\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0738\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"152\\\"> <mass value=\\\"151.919729\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2675\\\" error=\\\"0.0016\\\" /> </isotope> <isotope mass-number=\\\"154\\\"> <mass value=\\\"153.922206\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2275\\\" error=\\\"0.0029\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Eu\\\" atomic-number=\\\"63\\\"> <natural-abundance> <mass value=\\\"151.964\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"151\\\"> <mass value=\\\"150.919846\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.4781\\\" error=\\\"0.0006\\\" /> </isotope> <isotope mass-number=\\\"153\\\"> <mass value=\\\"152.921227\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.5219\\\" error=\\\"0.0006\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Gd\\\" atomic-number=\\\"64\\\"> <natural-abundance> <mass value=\\\"157.25\\\" error=\\\"0.03\\\" /> <isotope mass-number=\\\"152\\\"> <mass value=\\\"151.919789\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0020\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"154\\\"> <mass value=\\\"153.920862\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0218\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"155\\\"> <mass value=\\\"154.922619\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1480\\\" error=\\\"0.0012\\\" /> </isotope> <isotope mass-number=\\\"156\\\"> <mass value=\\\"155.922120\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2047\\\" error=\\\"0.0009\\\" /> </isotope> <isotope mass-number=\\\"157\\\"> <mass value=\\\"156.923957\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1565\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"158\\\"> <mass value=\\\"157.924101\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2484\\\" error=\\\"0.0007\\\" /> </isotope> <isotope mass-number=\\\"160\\\"> <mass value=\\\"159.927051\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2186\\\" error=\\\"0.0019\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Tb\\\" atomic-number=\\\"65\\\"> <natural-abundance> <mass value=\\\"158.92534\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"159\\\"> <mass value=\\\"158.925343\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Dy\\\" atomic-number=\\\"66\\\"> <natural-abundance> <mass value=\\\"162.500\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"156\\\"> <mass value=\\\"155.924278\\\" error=\\\"0.000007\\\" /> <abundance value=\\\"0.00056\\\" error=\\\"0.00003\\\" /> </isotope> <isotope mass-number=\\\"158\\\"> <mass value=\\\"157.924405\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.00095\\\" error=\\\"0.00003\\\" /> </isotope> <isotope mass-number=\\\"160\\\"> <mass value=\\\"159.925194\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.02329\\\" error=\\\"0.00018\\\" /> </isotope> <isotope mass-number=\\\"161\\\"> <mass value=\\\"160.926930\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.18889\\\" error=\\\"0.00042\\\" /> </isotope> <isotope mass-number=\\\"162\\\"> <mass value=\\\"161.926795\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.25475\\\" error=\\\"0.00036\\\" /> </isotope> <isotope mass-number=\\\"163\\\"> <mass value=\\\"162.928728\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.24896\\\" error=\\\"0.00042\\\" /> </isotope> <isotope mass-number=\\\"164\\\"> <mass value=\\\"163.929171\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.28260\\\" error=\\\"0.00054\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ho\\\" atomic-number=\\\"67\\\"> <natural-abundance> <mass value=\\\"164.93032\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"165\\\"> <mass value=\\\"164.930319\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Er\\\" atomic-number=\\\"68\\\"> <natural-abundance> <mass value=\\\"167.259\\\" error=\\\"0.003\\\" /> <isotope mass-number=\\\"162\\\"> <mass value=\\\"161.928775\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.00139\\\" error=\\\"0.00005\\\" /> </isotope> <isotope mass-number=\\\"164\\\"> <mass value=\\\"163.929197\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.01601\\\" error=\\\"0.00003\\\" /> </isotope> <isotope mass-number=\\\"166\\\"> <mass value=\\\"165.930290\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.33503\\\" error=\\\"0.00036\\\" /> </isotope> <isotope mass-number=\\\"167\\\"> <mass value=\\\"166.932046\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.22869\\\" error=\\\"0.00009\\\" /> </isotope> <isotope mass-number=\\\"168\\\"> <mass value=\\\"167.932368\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.26978\\\" error=\\\"0.00018\\\" /> </isotope> <isotope mass-number=\\\"170\\\"> <mass value=\\\"169.935461\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.14910\\\" error=\\\"0.00036\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Tm\\\" atomic-number=\\\"69\\\"> <natural-abundance> <mass value=\\\"168.93421\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"169\\\"> <mass value=\\\"168.934211\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Yb\\\" atomic-number=\\\"70\\\"> <natural-abundance> <mass value=\\\"173.04\\\" error=\\\"0.03\\\" /> <isotope mass-number=\\\"168\\\"> <mass value=\\\"167.933895\\\" error=\\\"0.000005\\\" /> <abundance value=\\\"0.0013\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"170\\\"> <mass value=\\\"169.934759\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0304\\\" error=\\\"0.0015\\\" /> </isotope> <isotope mass-number=\\\"171\\\"> <mass value=\\\"170.936323\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1428\\\" error=\\\"0.0057\\\" /> </isotope> <isotope mass-number=\\\"172\\\"> <mass value=\\\"171.936378\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2183\\\" error=\\\"0.0067\\\" /> </isotope> <isotope mass-number=\\\"173\\\"> <mass value=\\\"172.938207\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1613\\\" error=\\\"0.0027\\\" /> </isotope> <isotope mass-number=\\\"174\\\"> <mass value=\\\"173.938858\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.3183\\\" error=\\\"0.0092\\\" /> </isotope> <isotope mass-number=\\\"176\\\"> <mass value=\\\"175.942569\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1276\\\" error=\\\"0.0041\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Lu\\\" atomic-number=\\\"71\\\"> <natural-abundance> <mass value=\\\"174.967\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"175\\\"> <mass value=\\\"174.9407682\\\" error=\\\"0.0000028\\\" /> <abundance value=\\\"0.9741\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"176\\\"> <mass value=\\\"175.9426827\\\" error=\\\"0.0000028\\\" /> <abundance value=\\\"0.0259\\\" error=\\\"0.0002\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Hf\\\" atomic-number=\\\"72\\\"> <natural-abundance> <mass value=\\\"178.49\\\" error=\\\"0.02\\\" /> <isotope mass-number=\\\"174\\\"> <mass value=\\\"173.940042\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.0016\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"176\\\"> <mass value=\\\"175.941403\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0526\\\" error=\\\"0.0007\\\" /> </isotope> <isotope mass-number=\\\"177\\\"> <mass value=\\\"176.9432204\\\" error=\\\"0.0000027\\\" /> <abundance value=\\\"0.1860\\\" error=\\\"0.0009\\\" /> </isotope> <isotope mass-number=\\\"178\\\"> <mass value=\\\"177.9436981\\\" error=\\\"0.0000027\\\" /> <abundance value=\\\"0.2728\\\" error=\\\"0.0007\\\" /> </isotope> <isotope mass-number=\\\"179\\\"> <mass value=\\\"178.9488154\\\" error=\\\"0.0000027\\\" /> <abundance value=\\\"0.1362\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"180\\\"> <mass value=\\\"179.9465488\\\" error=\\\"0.0000027\\\" /> <abundance value=\\\"0.3508\\\" error=\\\"0.0016\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ta\\\" atomic-number=\\\"73\\\"> <natural-abundance> <mass value=\\\"180.9479\\\" error=\\\"0.0001\\\" /> <isotope mass-number=\\\"180\\\"> <mass value=\\\"179.947466\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.00012\\\" error=\\\"0.00002\\\" /> </isotope> <isotope mass-number=\\\"181\\\"> <mass value=\\\"180.947996\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.99988\\\" error=\\\"0.00002\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"W\\\" atomic-number=\\\"74\\\"> <natural-abundance> <mass value=\\\"183.84\\\" error=\\\"0.01\\\" /> <isotope mass-number=\\\"180\\\"> <mass value=\\\"179.946706\\\" error=\\\"0.000005\\\" /> <abundance value=\\\"0.0012\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"182\\\"> <mass value=\\\"181.948205\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.265\\\" error=\\\"0.0016\\\" /> </isotope> <isotope mass-number=\\\"183\\\"> <mass value=\\\"182.9502242\\\" error=\\\"0.0000030\\\" /> <abundance value=\\\"0.1431\\\" error=\\\"0.0004\\\" /> </isotope> <isotope mass-number=\\\"184\\\"> <mass value=\\\"183.9509323\\\" error=\\\"0.0000030\\\" /> <abundance value=\\\"0.3064\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"186\\\"> <mass value=\\\"185.954362\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2843\\\" error=\\\"0.0019\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Re\\\" atomic-number=\\\"75\\\"> <natural-abundance> <mass value=\\\"186.207\\\" error=\\\"0.001\\\" /> <isotope mass-number=\\\"185\\\"> <mass value=\\\"184.952955\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.3740\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"187\\\"> <mass value=\\\"186.9557505\\\" error=\\\"0.0000030\\\" /> <abundance value=\\\"0.6260\\\" error=\\\"0.0002\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Os\\\" atomic-number=\\\"76\\\"> <natural-abundance> <mass value=\\\"190.23\\\" error=\\\"0.03\\\" /> <isotope mass-number=\\\"184\\\"> <mass value=\\\"183.952491\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0002\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"186\\\"> <mass value=\\\"185.953838\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0159\\\" error=\\\"0.0003\\\" /> </isotope> <isotope mass-number=\\\"187\\\"> <mass value=\\\"186.9557476\\\" error=\\\"0.0000030\\\" /> <abundance value=\\\"0.0196\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"188\\\"> <mass value=\\\"187.9558357\\\" error=\\\"0.0000030\\\" /> <abundance value=\\\"0.1324\\\" error=\\\"0.0008\\\" /> </isotope> <isotope mass-number=\\\"189\\\"> <mass value=\\\"188.958145\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1615\\\" error=\\\"0.0005\\\" /> </isotope> <isotope mass-number=\\\"190\\\"> <mass value=\\\"189.958445\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2626\\\" error=\\\"0.0002\\\" /> </isotope> <isotope mass-number=\\\"192\\\"> <mass value=\\\"191.961479\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.4078\\\" error=\\\"0.0019\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Ir\\\" atomic-number=\\\"77\\\"> <natural-abundance> <mass value=\\\"192.217\\\" error=\\\"0.003\\\" /> <isotope mass-number=\\\"191\\\"> <mass value=\\\"190.960591\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.373\\\" error=\\\"0.002\\\" /> </isotope> <isotope mass-number=\\\"193\\\"> <mass value=\\\"192.962923\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.627\\\" error=\\\"0.002\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Pt\\\" atomic-number=\\\"78\\\"> <natural-abundance> <mass value=\\\"195.078\\\" error=\\\"0.002\\\" /> <isotope mass-number=\\\"190\\\"> <mass value=\\\"189.959930\\\" error=\\\"0.000007\\\" /> <abundance value=\\\"0.00014\\\" error=\\\"0.00001\\\" /> </isotope> <isotope mass-number=\\\"192\\\"> <mass value=\\\"191.961035\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.00782\\\" error=\\\"0.00007\\\" /> </isotope> <isotope mass-number=\\\"194\\\"> <mass value=\\\"193.962663\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.32967\\\" error=\\\"0.00099\\\" /> </isotope> <isotope mass-number=\\\"195\\\"> <mass value=\\\"194.964774\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.33832\\\" error=\\\"0.00010\\\" /> </isotope> <isotope mass-number=\\\"196\\\"> <mass value=\\\"195.964934\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.25242\\\" error=\\\"0.00041\\\" /> </isotope> <isotope mass-number=\\\"198\\\"> <mass value=\\\"197.967875\\\" error=\\\"0.000005\\\" /> <abundance value=\\\"0.07163\\\" error=\\\"0.00055\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Au\\\" atomic-number=\\\"79\\\"> <natural-abundance> <mass value=\\\"196.96655\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"197\\\"> <mass value=\\\"196.966551\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Hg\\\" atomic-number=\\\"80\\\"> <natural-abundance> <mass value=\\\"200.59\\\" error=\\\"0.02\\\" /> <isotope mass-number=\\\"196\\\"> <mass value=\\\"195.965814\\\" error=\\\"0.000004\\\" /> <abundance value=\\\"0.0015\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"198\\\"> <mass value=\\\"197.966752\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0997\\\" error=\\\"0.0020\\\" /> </isotope> <isotope mass-number=\\\"199\\\"> <mass value=\\\"198.968262\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1687\\\" error=\\\"0.0022\\\" /> </isotope> <isotope mass-number=\\\"200\\\"> <mass value=\\\"199.968309\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2310\\\" error=\\\"0.0019\\\" /> </isotope> <isotope mass-number=\\\"201\\\"> <mass value=\\\"200.970285\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.1318\\\" error=\\\"0.0009\\\" /> </isotope> <isotope mass-number=\\\"202\\\"> <mass value=\\\"201.970625\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2986\\\" error=\\\"0.0026\\\" /> </isotope> <isotope mass-number=\\\"204\\\"> <mass value=\\\"203.973475\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.0687\\\" error=\\\"0.0015\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Tl\\\" atomic-number=\\\"81\\\"> <natural-abundance> <mass value=\\\"204.3833\\\" error=\\\"0.0002\\\" /> <isotope mass-number=\\\"203\\\"> <mass value=\\\"202.972329\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.2952\\\" error=\\\"0.0001\\\" /> </isotope> <isotope mass-number=\\\"205\\\"> <mass value=\\\"204.974412\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.7048\\\" error=\\\"0.0001\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Pb\\\" atomic-number=\\\"82\\\"> <natural-abundance> <mass value=\\\"207.2\\\" error=\\\"0.1\\\" /> <isotope mass-number=\\\"204\\\"> <mass value=\\\"203.973028\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.014\\\" error=\\\"0.001\\\" /> </isotope> <isotope mass-number=\\\"206\\\"> <mass value=\\\"205.974449\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.241\\\" error=\\\"0.001\\\" /> </isotope> <isotope mass-number=\\\"207\\\"> <mass value=\\\"206.975880\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.221\\\" error=\\\"0.001\\\" /> </isotope> <isotope mass-number=\\\"208\\\"> <mass value=\\\"207.976636\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"0.524\\\" error=\\\"0.001\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Bi\\\" atomic-number=\\\"83\\\"> <natural-abundance> <mass value=\\\"208.98038\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"209\\\"> <mass value=\\\"208.980384\\\" error=\\\"0.000003\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Th\\\" atomic-number=\\\"90\\\"> <natural-abundance> <mass value=\\\"232.0381\\\" error=\\\"0.0001\\\" /> <isotope mass-number=\\\"232\\\"> <mass value=\\\"232.0380495\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"Pa\\\" atomic-number=\\\"91\\\"> <natural-abundance> <mass value=\\\"231.03588\\\" error=\\\"0.00002\\\" /> <isotope mass-number=\\\"231\\\"> <mass value=\\\"231.03588\\\" error=\\\"0.00002\\\" /> <abundance value=\\\"1\\\" error=\\\"0\\\" /> </isotope> </natural-abundance> </entry><entry symbol=\\\"U\\\" atomic-number=\\\"92\\\"> <natural-abundance> <mass value=\\\"238.02891\\\" error=\\\"0.00003\\\" /> <isotope mass-number=\\\"234\\\"> <mass value=\\\"234.0409447\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\"0.000054\\\" error=\\\"0.000005\\\" /> </isotope> <isotope mass-number=\\\"235\\\"> <mass value=\\\"235.0439222\\\" error=\\\"0.0000021\\\" /> <abundance value=\\\"0.007204\\\" error=\\\"0.000006\\\" /> </isotope> <isotope mass-number=\\\"238\\\"> <mass value=\\\"238.0507835\\\" error=\\\"0.0000022\\\" /> <abundance value=\\\"0.992742\\\" error=\\\"0.000010\\\" /> </isotope> </natural-abundance> </entry></atomic-mass-table>\";\n try {\n// this.document = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(in);\n this.document = XMLParser.parse(xmlContent);\n } catch (Exception e) {\n throw new RuntimeException(\"Error reading atomic_system.xml.\");\n }\n\n NodeList nodes = document.getElementsByTagName(\"entry\");\n\n for (int i = 0; i < nodes.getLength(); i++) {\n Node node = nodes.item(i);\n\n String symbol = node.getAttributes().getNamedItem(\"symbol\").getNodeValue();\n\n entries.put(symbol, new Entry(node));\n }\n }", "@Override\n\tpublic String readBlob() throws PersistBlobException {\n\t\tlog.debug(\"readString: \");\n\t\ttry {\n\t\t\tString contents = FileUtils.readFileToString(new File(full_file_name), \"UTF-8\");\n\t\t\tlog.debug(\"returned string: \"+contents);\n\t\t\treturn contents;\n\t\t} catch (IOException e) {\n\t\t\tthrow new PersistBlobException(\"can not read string\",e);\n\t\t}\n\n\t}", "public SourceFile getSourceFile() throws InvalidFormatException;", "public java.lang.String getE() {\n java.lang.Object ref = e_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) ref;\n java.lang.String s = bs.toStringUtf8();\n e_ = s;\n return s;\n } else {\n return (java.lang.String) ref;\n }\n }", "@Override\n\tpublic void parse(String s) throws MalformedFileException {\n\t\t\n\t}", "public static String getStringFromFile(String filename) {\r\n BufferedReader br = null;\r\n StringBuilder sb = new StringBuilder();\r\n try {\r\n br = new BufferedReader(new FileReader(filename));\r\n try {\r\n String s;\r\n while ((s = br.readLine()) != null) {\r\n sb.append(s);\r\n sb.append(\"\\n\");\r\n }\r\n } finally {\r\n br.close();\r\n }\r\n } catch (IOException ex) {\r\n ex.printStackTrace();\r\n }\r\n\r\n return sb.toString();\r\n }", "ReleaseFile parse( InputStream is ) throws IOException;", "public static void writeAsESOM(InputData data, String fileName) throws IOException, SOMLibFileFormatException {\n String fileNameLrn = StringUtils.appendExtension(fileName, \".lrn\");\n\n // write the header, see http://databionic-esom.sourceforge.net/user.html#File_formats\n Logger.getLogger(\"at.tuwien.ifs.somtoolbox\").info(\"Writing input data as ESOM file to '\" + fileNameLrn + \"'.\");\n PrintWriter writer = FileUtils.openFileForWriting(\"ESOM lrn\", fileNameLrn, false);\n if (org.apache.commons.lang.StringUtils.isNotBlank(data.getDataSource())) {\n writer.println(\"# Converted from \" + data.getDataSource() + \".\");\n }\n writer.println(\"% \" + data.numVectors());\n writer.println(\"% \" + (data.dim() + 1));\n writer.println(\"% 9\" + StringUtils.repeatString(data.dim(), \"\\t 1\"));\n writer.println(\"% Key\\t\" + StringUtils.interleave(data.templateVector().getLabels(), \"\\t\"));\n for (int i = 0; i < data.numVectors(); i++) {\n writer.print(String.valueOf(i + 1)); // index in the lrn file will start with 1, make sure this is in synch\n // with ESOMMapOutputter\n for (int j = 0; j < data.dim(); j++) {\n writer.print(\"\\t\" + data.getValue(i, j));\n }\n writer.println();\n }\n writer.close();\n\n // write the names file\n String fileNameNames = StringUtils.appendOrReplaceExtension(fileName, \".lrn\", \".names\");\n Logger.getLogger(\"at.tuwien.ifs.somtoolbox\").info(\"Writing names as ESOM file to '\" + fileNameNames + \"'.\");\n writer = FileUtils.openFileForWriting(\"ESOM names\", fileNameNames, false);\n if (org.apache.commons.lang.StringUtils.isNotBlank(data.getDataSource())) {\n writer.println(\"# Converted from \" + data.getDataSource() + \".\");\n }\n writer.println(\"% \" + data.numVectors());\n for (int i = 0; i < data.numVectors(); i++) {\n // index in the names file starts at 1, make sure this is in synch with lrn file and ESOMMapOutputter\n writer.println(String.valueOf(i + 1) + \"\\t\" + data.getLabel(i));\n }\n writer.close();\n\n if (data.classInformation() != null) {\n // guess a good filename\n String fileNameCls = StringUtils.appendOrReplaceExtension(fileName, \".lrn\", \".cls\");\n Logger.getLogger(\"at.tuwien.ifs.somtoolbox\").info(\n \"Writing class info as ESOM file to '\" + fileNameCls + \"'.\");\n writeAsESOM(data.classInformation(), fileNameCls);\n }\n\n }", "public static String getAsString(File file) {\n\t\tInputStream is = null;\n\t\ttry {\n\t\t\tis = new FileInputStream(file);\n\t\t\tString rtn = getAsString(is);\n\t\t\treturn rtn;\n\t\t} catch (Exception exp) {\n\t\t\tthrow new RuntimeException(exp);\n\t\t} finally {\n\t\t\tif (is != null) {\n\t\t\t\ttry {\n\t\t\t\t\tis.close();\n\t\t\t\t} catch (Exception exp) {\n\t\t\t\t\tthrow new RuntimeException(exp);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "@NonNull\n public String getSourceContents() {\n if (mSourceContents == null) {\n File sourceFile = getSourceFile();\n if (sourceFile != null) {\n mSourceContents = getClient().readFile(mSourceFile);\n }\n\n if (mSourceContents == null) {\n mSourceContents = \"\";\n }\n }\n\n return mSourceContents;\n }", "private static String getText(IFile file) throws CoreException, IOException {\n\t\tInputStream in = file.getContents();\n\t\tByteArrayOutputStream out = new ByteArrayOutputStream();\n\t\tbyte[] buf = new byte[1024];\n\t\tint read = in.read(buf);\n\t\twhile (read > 0) {\n\t\t\tout.write(buf, 0, read);\n\t\t\tread = in.read(buf);\n\t\t}\n\t\treturn out.toString();\n\t}", "private static JSONTile parse(String configFile) {\n Gson gson = new Gson();\n\n try (BufferedReader reader = new BufferedReader(\n new InputStreamReader(new FileInputStream(configFile), StandardCharsets.UTF_8))) {\n return gson.fromJson(reader, JSONTile.class);\n } catch (IOException e) {\n throw new IllegalArgumentException(\"Error when reading file: \" + configFile, e);\n }\n }", "public void parse(){\r\n\t\t//StringTokenizer st = new StringTokenizer(nmeaSentence,\",\");\r\n\t\tst = new StringTokenizer(nmeaSentence,\",\");\r\n\t\tString sv = \"\";\r\n\r\n\t\ttry{\r\n\t\t\tnmeaHeader = st.nextToken();//Global Positioning System Fix Data\r\n\t\t\tmode = st.nextToken();\r\n\t\t\tmodeValue = Integer.parseInt(st.nextToken());\r\n\r\n\t\t\tfor(int i=0;i<=11;i++){\r\n\t\t\t\tsv = st.nextToken();\r\n\t\t\t\tif(sv.length() > 0){\r\n\t\t\t\t\tSV[i] = Integer.parseInt(sv);\r\n\t\t\t\t}else{\r\n\t\t\t\t\tSV[i] = 0;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\tPDOP = Float.parseFloat(st.nextToken());\r\n\t\t\tHDOP = Float.parseFloat(st.nextToken());\r\n\t\t\tVDOP = Float.parseFloat(st.nextToken());\r\n\r\n\t\t}catch(NoSuchElementException e){\r\n\t\t\t//Empty\r\n\t\t}catch(NumberFormatException e2){\r\n\t\t\t//Empty\r\n\t\t}\r\n\r\n\t}", "public void Parse()\n {\n String prepend = \"urn:cerner:mid:core.personnel:c232:\";\n try{\n\n BufferedReader br = new BufferedReader(new FileReader(new File(path)));\n\n String line;\n\n while ((line = br.readLine()) != null)\n {\n line = line.trim();\n String[] lines = line.split(\",\");\n for (String entry : lines)\n {\n entry = entry.trim();\n entry = entry.replace(prepend, replace);\n System.out.println(entry+\",\");\n }\n\n }\n \n br.close();\n }catch(IOException IO)\n {\n System.out.println(IO.getStackTrace());\n } \n \n }", "private String convertStreamToString(InputStream is) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(is));\n StringBuilder builder = new StringBuilder();\n String line;\n while ((line = reader.readLine()) != null) {\n builder.append(line);\n }\n return builder.toString();\n }", "public static String readFileToString(File file) throws IOException {\n return readFileToString(file, null);\n }", "String readString();", "private String getInstanceFromFile() throws IOException{\n StringBuilder instance = new StringBuilder();\n boolean over = false;\n while(!over){\n char c = (char) reader.read();\n if(c == '\\n')\n over = true;\n else\n instance.append(c);\n }\n return instance.toString();\n }", "public String readFile(String filename)\n {\n StringBuilder texts = new StringBuilder();\n \n try \n {\n FileReader inputFile = new FileReader(filename);\n Scanner parser = new Scanner(inputFile);\n \n while (parser.hasNextLine())\n {\n String line = parser.nextLine();\n texts.append(line + \";\");\n }\n \n inputFile.close();\n parser.close();\n return texts.toString();\n \n }\n \n catch(FileNotFoundException exception) \n {\n String error = filename + \" not found\";\n System.out.println(error);\n return error;\n }\n \n catch(IOException exception) \n {\n String error = \"Unexpected I/O error occured\";\n System.out.println(error); \n return error;\n } \n }", "public static String fileToString(File file) throws IOException{\n\t\tBufferedInputStream inputStream = new BufferedInputStream(new FileInputStream(file));\n\t\tBufferedReader r = new BufferedReader(new InputStreamReader(inputStream));\n\t\tStringBuilder file_content = new StringBuilder();\n\t\tString line;\n\t\twhile ((line = r.readLine()) != null) {\n\t\t file_content.append(line);\n\t\t}\n\t\t\n\t\treturn file_content.toString();\n\t}", "private String readStringFromFile(final File file) {\n try {\n FileInputStream fin = new FileInputStream(file);\n BufferedReader reader = new BufferedReader(new InputStreamReader(fin));\n StringBuilder sb = new StringBuilder();\n String line = null;\n while ((line = reader.readLine()) != null) {\n sb.append(line).append(\"\\n\");\n }\n reader.close();\n String result = sb.toString();\n fin.close();\n return result;\n } catch (IOException ioEx) {\n Log.e(TAG, \"Error reading String from a file: \" + ioEx.getLocalizedMessage());\n }\n return null;\n }", "public abstract void parse() throws IOException;", "private String parseString () {\r\n \r\n assert iMessage!=null;\r\n assert iIndex>=0;\r\n assert iIndex<=iMessage.length();\r\n \r\n fBuffer.delete(0, fBuffer.length());//empty string buffer\r\n \r\n char chr=next();//consume opening quote\r\n assert chr=='\"';//assert quote found\r\n chr=next();//get next character\r\n if (chr=='\"') return \"\";//return empty string if closing quote\r\n while (chr!='\"') {//until closing quote reached\r\n if (chr==NONE) throw new RuntimeException(\"Invalid syntax : \"+context());//Awwww....\r\n if (chr=='\\\\') {//if escape character\r\n fBuffer.append('\\\\');//append escape character\r\n chr=next();//get next character\r\n }//if escape character\r\n fBuffer.append(chr);//append character to the string\r\n chr=next();//get the next character\r\n }//until closing quote reached \r\n \r\n return fBuffer.toString();//return string in buffer\r\n \r\n }", "public String parseSrc() throws Exception{\n\t\tr = new FileReader(userArg); \r\n\t\tst = new StreamTokenizer(r);\r\n\t\t st.eolIsSignificant(true);\r\n\t\t st.commentChar(46);\r\n\t\t st.whitespaceChars(9, 9);\r\n\t\t st.whitespaceChars(32, 32);\r\n\t\t st.wordChars(39, 39);\r\n\t\t st.wordChars(44, 44);\r\n\t\t \r\n\t\t //first we check for a specified start address\r\n\t\t while (InstructionsRead < 2) {\r\n\t\t \tif (st.sval != null) {\r\n\t\t \t\tInstructionsRead++;\r\n\t\t \t\tif (st.sval.equals(\"START\")) {\r\n\t\t \t\twhile(st.ttype != StreamTokenizer.TT_NUMBER) {\r\n\t\t \t\t\tst.nextToken();\r\n\t\t \t\t}\r\n\t\t \t\tDDnval = st.nval;\r\n\t\t \t\tstartAddress = Integer.parseInt(\"\" + DDnval.intValue(), 16);\r\n\t\t \t\tlocctr = startAddress;\r\n\t\t \t\tsLocctr = Integer.toHexString(locctr.intValue());\r\n\t\t \t\tif (sLocctr.length() == 1) {\r\n\t\t \t\t\tSystem.out.println(\"locctr: 000\" + Integer.toHexString(locctr.intValue()));\r\n\t\t \t\t}\r\n\t\t \t\telse if (sLocctr.length() == 2) {\r\n\t\t \t\t\tSystem.out.println(\"locctr: 00\" + Integer.toHexString(locctr.intValue()));\r\n\t\t \t\t}\r\n\t\t \t\telse if (sLocctr.length() == 3 ) {\r\n\t\t \t\t\tSystem.out.println(\"locctr: 0\" + Integer.toHexString(locctr.intValue()));\r\n\t\t \t\t}\r\n\t\t \t\telse {\r\n\t\t \t\t\tSystem.out.println(\"locctr: \" + Integer.toHexString(locctr.intValue()));\r\n\t\t \t\t}\r\n\t\t \t\t//writer.write(\"\" + locctr); //should write to IF, not working yet 2/15/2011\r\n\t\t \t\tstartSpecified = true;\r\n\t\t \t\t}\r\n\t\t \t\telse if (!st.sval.equals(\"START\") && InstructionsRead < 2) { //this should be the program name, also could allow for label here potentially...\r\n\t\t \t\t\t//this is the name of the program\r\n\t\t \t\t\t//search SYMTAB for label etc. \r\n\t\t \t\t\tname = st.sval;\r\n\t\t \t\t}\r\n\t\t \t}\r\n\t\t st.nextToken();\r\n\t\t }\r\n\t\t if (!startSpecified) {\r\n\t\t \tstartAddress = 0;\r\n\t\t \tlocctr = startAddress;\r\n\t\t }\r\n\t\t startAddress2 = startAddress;\r\n\t\t /*\r\n\t\t ATW = Integer.toHexString(startAddress2.intValue());\r\n\t\t \r\n\t\t for (int i = 0; i<(6-ATW.length()); i++){\r\n\t\t \tmyWriter.write(\"0\");\r\n\t\t }\r\n\t\t myWriter.write(ATW);\r\n\t\t myWriter.newLine();//end of line for now; in ReadIF when this line is read and translated to object code, the program length will be tacked on the end\r\n\t\t */\r\n\t\t \r\n\t\t //Now that startAddress has been established, we move on to the main parsing loop\r\n\t\t while (st.ttype != StreamTokenizer.TT_EOF) { //starts parsing to end of file\r\n\t\t \t//System.out.println(\"Stuck in eof\");\r\n\t\t \t//iLocctr = locctr.intValue();\r\n\t\t \tinstFound = false;\r\n\t\t \topcodeDone = false;\r\n\t\t \tlabelDone = false;\r\n\t\t \tmoveOn = true;\r\n\t\t \t//constantCaseW = false;\r\n\t\t \tconstantCaseB = false;\r\n\t\t \txfound = false;\r\n\t\t \tcfound = false;\r\n\t\t \t\r\n\t\t \tInstructionsRead = 0; //init InsRead to 0 at the start of each line\r\n\t\t \tSystem.out.println(\"new line\");\r\n\t\t \tSystem.out.println(\"Ins read: \" + InstructionsRead);\r\n\t\t \tsLocctr = Integer.toHexString(locctr.intValue());\r\n\t \t\tif (sLocctr.length() == 1) {\r\n\t \t\t\tSystem.out.println(\"locctr: 000\" + Integer.toHexString(locctr.intValue()));\r\n\t \t\t}\r\n\t \t\telse if (sLocctr.length() == 2) {\r\n\t \t\t\tSystem.out.println(\"locctr: 00\" + Integer.toHexString(locctr.intValue()));\r\n\t \t\t}\r\n\t \t\telse if (sLocctr.length() == 3 ) {\r\n\t \t\t\tSystem.out.println(\"locctr: 0\" + Integer.toHexString(locctr.intValue()));\r\n\t \t\t}\r\n\t \t\telse {\r\n\t \t\t\tSystem.out.println(\"locctr: \" + Integer.toHexString(locctr.intValue()));\r\n\t \t\t}\r\n\t\t \tif (foundEnd()) {\r\n\t\t \t\tbreak;\r\n\t\t \t}\r\n\t\t \twhile (st.ttype != StreamTokenizer.TT_EOL) {//breaks up parsing by lines so that InstructionsRead will be a useful count\r\n\t\t \t\t\r\n\t\t \t\tmoveOn = true;\r\n\t\t \t\tif (st.ttype == StreamTokenizer.TT_WORD) { \r\n\t\t \t\t\tInstructionsRead++;\r\n\t\t \t\t\tSystem.out.println(st.sval);\r\n\t\t \t\t\tSystem.out.println(\"Instructions Read: \" + InstructionsRead);\r\n\t\t \t\t\tif (foundEnd()) {\r\n\t\t \t\t\t\tbreak;\r\n\t\t \t\t\t}\r\n\t\t \t\t\t/*\r\n\t\t \t\t\t * The whole instructinsread control architecture doesn't quite work, because\r\n\t\t \t\t\t * the ST doesn't count the whitespace it reads in. This is by design because\r\n\t\t \t\t\t * the prof specified that whitespace is non-regulated and thus we cannot\r\n\t\t \t\t\t * predict exactly how many instances of char dec value 32 (space) will appear\r\n\t\t \t\t\t * before and/or between the label/instruction/operand 'fields'. \r\n\t\t \t\t\t * \r\n\t\t \t\t\t * What we could try alternatively is to structure the control around'\r\n\t\t \t\t\t * the optab, since it it static and populated pre-runtime. The schema might\r\n\t\t \t\t\t * go something like this: first convert whatever the sval or nval is to string.\r\n\t\t \t\t\t * Then call the optab.searchOpcode method with the resultant string as the input\r\n\t\t \t\t\t * parameter. If the string is in optab then it is an instruction and the ST is in the\r\n\t\t \t\t\t * instruction 'field' and boolean foundInst is set to true. If it is not in optab AND a boolean variable foundInst which resets to\r\n\t\t \t\t\t * false at the beginning of each new line is still false, then it is a label being declared in the label 'field'\r\n\t\t \t\t\t * If it is not in the optab AND foundInst is true, then the ST is at the operand 'field'.\r\n\t\t \t\t\t * This should work even if the prof has a crappy line with just a label declaration and no instruction or operand, because there\r\n\t\t \t\t\t * definitely cannot be an operand without an instruction...\r\n\t\t \t\t\t */\r\n\t\t \t\t\tif (instFound){\r\n\t\t \t\t\t\tprocessOperand(st);\r\n\t\t \t\t\t}\r\n\t\t \t\t\tif (!instFound) {//this is either label or instruction field\r\n\t\t \t\t\t\t//before anything, search optab to see if this might be the opcode\r\n\t\t \t\t\t\t//if it is an opcode, send it to the opcode processing function\r\n\t\t \t\t\t\tif (st.sval.equals(\"WORD\") || st.sval.equals(\"BYTE\")){//these are the directives... not technically instructions, but they go in the instruction field\r\n\t\t \t\t\t\t\tresCount = 0;\r\n\t\t \t\t\t\t\tif (st.sval.equals(\"WORD\")){\r\n\t\t \t\t\t\t\t\tif (hexDigitCount >= 55){\r\n\t\t \t\t\t\t\t\t\tnewTHandle();\r\n\t\t \t\t\t\t\t\t}\r\n\t\t \t\t\t\t\t\thexDigitCount += 6;\r\n\t\t \t\t\t\t\t}\r\n\t\t \t\t\t\t\tif (st.sval.equals(\"BYTE\")){\r\n\t\t \t\t\t\t\t\tconstantCaseB = true;\r\n\t\t \t\t\t\t\t}\r\n\t\t \t\t\t\t\tinstFound = true;\r\n\t\t \t\t\t\t\tprocessOpcode(st);\r\n\t\t \t\t\t\t}\r\n\t\t \t\t\t\telse if (st.sval.equals(\"RESW\") || st.sval.equals(\"RESB\")){//these are the directives... not technically instructions, but they go in the instruction field\r\n\t\t \t\t\t\t\tresCount++;\r\n\t\t \t\t\t\t\tnewTHandle();\r\n\t\t \t\t\t\t\tinstFound = true;\r\n\t\t \t\t\t\t\tprocessOpcode(st);\r\n\t\t \t\t\t\t}\r\n\t\t \t\t\t\telse if (optab.searchOpcode(st.sval)) {//if true this is the instruction\r\n\t\t \t\t\t\t\tresCount = 0;\r\n\t\t \t\t\t\t\tif (hexDigitCount >= 55){\r\n\t \t\t\t\t\t\t\tnewTHandle();\r\n\t \t\t\t\t\t\t}\r\n\t\t \t\t\t\t\thexDigitCount += 6;\r\n\t\t \t\t\t\t\tinstFound = true;\r\n\t\t \t\t\t\t\tprocessOpcode(st);\r\n\t\t \t\t\t\t\t//InstructionsRead++;\r\n\t\t \t\t\t\t}\r\n\t\t \t\t\t\telse {//otherwise this is the label\r\n\t\t \t\t\t\t\tprocessLabel(st);\r\n\t\t \t\t\t\t}\r\n\t\t \t\t\t\t\r\n\t\t \t\t\t\t\r\n\t\t \t\t\t\t\r\n\t\t \t\t\t}\r\n\t\t \t\t\t//else{ //if instFound is true, this must be the operand field\r\n\t\t \t\t\t\t\r\n\t\t \t\t\t\t//processOperand(st);\r\n\t\t \t\t\t//}\r\n\t\t \t\t\t//if (InstructionsRead == 3) {//this is the operand field\r\n\t\t \t\t\t\t//processOperand();\r\n\t\t \t\t\t\t\r\n\t\t \t\t\t//}\r\n\t\t \t\t}\r\n\t\t \t\t\r\n\t\t \t\tif (st.ttype == StreamTokenizer.TT_NUMBER) {\r\n\t\t \t\t\tInstructionsRead++;\r\n\t\t \t\t\tif (!instFound) {//this is either label or instruction field\r\n\t\t \t\t\t\t//before anything, search optab to see if this might be the opcode\r\n\t\t \t\t\t\t//if it is an opcode, send it to the opcode processing function\r\n\t\t \t\t\t\tif (NtoString(st.nval).equals(\"WORD\") || NtoString(st.nval).equals(\"BYTE\")){//these are the directives... not technically instructions, but they go in the instruction field\r\n\t\t \t\t\t\t\tresCount = 0;\r\n\t\t \t\t\t\t\tif (NtoString(st.nval).equals(\"WORD\")){\r\n\t\t \t\t\t\t\t\tif (hexDigitCount >= 55){\r\n\t\t \t\t\t\t\t\t\tnewTHandle();\r\n\t\t \t\t\t\t\t\t}\r\n\t\t \t\t\t\t\t\thexDigitCount += 6;\r\n\t\t \t\t\t\t\t}\r\n\t\t \t\t\t\t\tif (NtoString(st.nval).equals(\"BYTE\")){\r\n\t\t \t\t\t\t\t\tconstantCaseB = true;\r\n\t\t \t\t\t\t\t}\r\n\t\t \t\t\t\t\tinstFound = true;\r\n\t\t \t\t\t\t\tprocessOpcodeN(st);\r\n\t\t \t\t\t\t}\r\n\t\t \t\t\t\tif (NtoString(st.nval).equals(\"RESW\") || NtoString(st.nval).equals(\"RESB\")){//these are the directives... not technically instructions, but they go in the instruction field\r\n\t\t \t\t\t\t\tresCount++;\r\n\t\t \t\t\t\t\tnewTHandle();\r\n\t\t \t\t\t\t\tinstFound = true;\r\n\t\t \t\t\t\t\tprocessOpcodeN(st);\r\n\t\t \t\t\t\t}\r\n\t\t \t\t\t\telse if (optab.searchOpcode(\"\" + st.nval)) {\r\n\t\t \t\t\t\t\tresCount = 0;\r\n\t\t \t\t\t\t\tif (hexDigitCount >= 55){\r\n\t \t\t\t\t\t\t\tnewTHandle();\r\n\t \t\t\t\t\t\t}\r\n\t\t \t\t\t\t\thexDigitCount += 6;\r\n\t\t \t\t\t\t\tinstFound = true;\r\n\t\t \t\t\t\t\tprocessOpcodeN(st);\r\n\t\t \t\t\t\t\t//InstructionsRead++;\r\n\t\t \t\t\t\t}\r\n\t\t \t\t\t\telse {\r\n\t\t \t\t\t\t\tprocessLabelN(st);\r\n\t\t \t\t\t\t}\r\n\t\t \t\t\t\t\r\n\t\t \t\t\t}\r\n\t\t \t\t\telse{ //this is the operand field\r\n\t\t \t\t\t\tprocessOperandN(st);\r\n\t\t \t\t\t}\r\n\t\t \t\t}\r\n\t\t \t\t\r\n\t\t \tif (moveOn){\r\n\t\t \tst.nextToken(); //read next token in current line\r\n\t\t \t}\r\n\t\t \t}\r\n\t\t \t////write line just finished to IF eventually\r\n\t\t if (moveOn){\r\n\t\t st.nextToken(); //read first token of next line\t\r\n\t\t }\r\n\t\t }\r\n\t\t programLength = (locctr - startAddress); \r\n\t\t programLength2 = programLength;\r\n\t\t System.out.println(\" !!prgmlngth2:\" + Integer.toHexString(programLength2.intValue()));\r\n\t\t /*\r\n\t\t sProgramLength = Integer.toHexString(programLength2.intValue());\r\n\t\t for (int i = 0; i<(6-sProgramLength.length()); i++){\r\n\t\t \tmyWriter.write(\"0\");\r\n\t\t }\r\n\t\t myWriter.write(sProgramLength);\r\n\t\t myWriter.close();\r\n\t\t ////myWriter.close();\r\n\t\t \r\n\t\t */\r\n\t\t r.close();\r\n\t\t System.out.println(\"?????!?!?!?!?ALPHA?!?!?!?!?!??!?!?!\");\r\n\t\t if (hexDigitCount/2 < 16){\r\n\t\t \tlineLength.add(\"0\" + Integer.toHexString(hexDigitCount/2));\r\n\t\t }\r\n\t\t else{\r\n\t\t lineLength.add(Integer.toHexString(hexDigitCount/2));\r\n\t\t }\r\n\t\t for (int i = 0; i<lineLength.size(); i++){\r\n\t\t System.out.println(lineLength.get(i));\r\n\t\t }\r\n\t\t // System.out.println(hexDigitCount);\r\n\t\t ReadIF pass2 = new ReadIF(this.optab,this.symtab,this.startAddress2,this.programLength2,this.name,this.lineLength,this.userArg);\r\n\t\t return st.sval;\r\n\t\t \r\n\t\t\r\n\r\n\t}", "public String readString() throws IOException {\n return WritableUtils.readString(in);\n }", "public String ReadFile(String sFilePath) throws Exception {\n File f = null;\n FileInputStream fstream = null;\n String stemp = \"\";\n try {\n //getting file oject\n f = new File(sFilePath);\n //get object for fileinputstream\n fstream = new FileInputStream(f);\n //getting byte array length\n byte data[] = new byte[fstream.available()];\n //getting file stream data into byte array\n fstream.read(data);\n //storing byte array data into String\n stemp = new String(data);\n return stemp;\n } catch (Exception e) {\n throw new Exception(\"ReadFile : \" + e.toString());\n } finally {\n try {\n fstream.close();\n } catch (Exception e) {\n }\n }\n }", "@java.lang.Override\n public java.lang.String getE() {\n java.lang.Object ref = e_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n (com.google.protobuf.ByteString) ref;\n java.lang.String s = bs.toStringUtf8();\n e_ = s;\n return s;\n }\n }", "public String txtToStiring(File file) {\n\t\tString linea = \"\";\n\t\tString out = \"\";\n\t\tStringBuilder cadena = new StringBuilder();\n\t\tFileReader f;\n\t\ttry {\n\t\t\tf = new FileReader(file);\n\t\t\tBufferedReader b = new BufferedReader(f);\n\t\t\twhile ((linea = b.readLine()) != null) {\n\t\t\t\tcadena.append(linea);\n\t\t\t}\n\t\t\tout = cadena.toString();\n\t\t\tb.close();\n\t\t} catch (Exception e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\treturn out;\n\t}", "public void parse() throws Exception {\r\n\t\tToken token;\r\n\t\tlong startTime = System.currentTimeMillis();\r\n\t\ttry {\r\n\t\t\t// Loop over each token until the end of file.\r\n\t\t\twhile (!((token = nextToken()) instanceof EofToken)) {\r\n\t\t\t\tTokenType tokenType = token.getType();\r\n\t\t\t\tif (tokenType != ERROR) {\r\n\t\t\t\t\t// Format each token.\r\n\t\t\t\t\tsendMessage(new Message(TOKEN, new Object[] {\r\n\t\t\t\t\t\t\ttoken.getLineNumber(), token.getPosition(),\r\n\t\t\t\t\t\t\ttokenType, token.getText(), token.getValue() }));\r\n\t\t\t\t} else {\r\n\t\t\t\t\terrorHandler.flag(token,\r\n\t\t\t\t\t\t\t(OracleErrorCode) token.getValue(), this);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t// Send the parser summary message.\r\n\t\t\tfloat elapsedTime = (System.currentTimeMillis() - startTime) / 1000f;\r\n\t\t\tsendMessage(new Message(PARSER_SUMMARY, new Number[] {\r\n\t\t\t\t\ttoken.getLineNumber(), getErrorCount(), elapsedTime }));\r\n\t\t} catch (java.io.IOException ex) {\r\n\t\t\terrorHandler.abortTranslation(IO_ERROR, this);\r\n\t\t}\r\n\t}", "public static String getStringFromFile(String filename) {\n if (Logger.get().isDebug()) {\n Logger.debug(\"Reading file {}\", filename);\n }\n List<String> read = FileKit.readLines(filename);\n if (!read.isEmpty()) {\n if (Logger.get().isTrace()) {\n Logger.trace(\"Read {}\", read.get(0));\n }\n return read.get(0);\n }\n return Normal.EMPTY;\n }", "private static String loadFile(String path){\n try {\n\n BufferedReader reader = new BufferedReader(new FileReader(path));\n StringBuilder sb = new StringBuilder();\n\n String line;\n while((line = reader.readLine()) != null){\n sb.append(line);\n sb.append('\\n');\n }\n\n reader.close();\n return sb.toString();\n\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n return null;\n } catch (IOException e) {\n e.printStackTrace();\n return null;\n }\n }", "public String getStringContent() throws IOException;", "public static String readFileAsString(String path) throws IOException {\n return readFileAsString(path, Charset.defaultCharset().name());\n }", "public String readFileIntoString(String sourceFilepath) throws IOException {\n StringBuilder sb = new StringBuilder();\n URL url = new URL(sourceFilepath);\n BufferedReader reader = new BufferedReader(new InputStreamReader(url.openStream()));\n String line = null;\n while ((line = reader.readLine()) != null) {\n sb.append(line + \"\\n\");\n }\n reader.close();\n return sb.toString();\n }", "public static String readFENFromFile(String fileName) {\n File input = new File(fileName);//.ren\n \n try (BufferedReader br = new BufferedReader(new FileReader(input))) {\n return br.readLine();\n } catch (IOException e) {\n //if it cannot read from file, it will pass the default board state as a string-\n System.out.print(e.getMessage());\n return \"rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w\";\n }\n }", "private void parseFile(IFile file) throws CoreException, IOException {\r\n \t\tBufferedReader reader = new BufferedReader(new InputStreamReader(file.getContents()));\r\n \t\tString nxt = \"\";\r\n \t\tStringBuilder builder = new StringBuilder();\r\n \t\tbuilder.append(reader.readLine());\r\n \t\twhile (nxt!=null) {\r\n \t\t\tnxt = reader.readLine();\r\n \t\t\tif (nxt!=null) {\r\n \t\t\t\tbuilder.append(\"\\n\");\r\n \t\t\t\tbuilder.append(nxt);\r\n \t\t\t}\r\n \t\t}\r\n \t\t// QUESTION: does this trigger the reconcilers?\r\n \t\tset(builder.toString());\r\n \t}", "public String toLsString()\n {\n String sizeOrDeviceId = \"\";\n String name = this.file.getName();\n String realPath = this.isSymLink() ? RootTools.getRealPath(this.file.getPath()) : null;\n\n switch (this.type)\n {\n case File:\n sizeOrDeviceId = String.valueOf(this.size);\n break;\n case CharacterDevice:\n case BlockDevice:\n sizeOrDeviceId = String.format(\"%3d,%4d\", this.deviceIdSpecial >> 8, this.deviceIdSpecial & 0xff);\n break;\n case SymbolicLink:\n name = name + \" -> \" + (realPath == null ? \"(null)\" : new File(realPath).getName());\n break;\n }\n\n return String.format(\"%s %-8s %-8s %8s %s %s\",\n this.mode.getSymbols(),\n //this.hardLinkCount,\n RootTools.getUserName(this.userId),\n RootTools.getUserName(this.groupId),\n sizeOrDeviceId,\n new SimpleDateFormat(\"yyyy-MM-dd HH:mm\").format(this.lastModified),\n name);\n }", "private List<String> applySSA() {\n\t\t//String content = Utility.getStringFromFile(filePath);\n\t\tList<String> ssa = new ArrayList<String>();\n\t\tInputStream stream = new ByteArrayInputStream(source.getBytes());\n\t\ttry {\n\t\t\tANTLRInputStream input = new ANTLRInputStream(stream);\n\t\t\tEntryLexer lexer = new EntryLexer(input);\n\t\t\tCommonTokenStream tokens = new CommonTokenStream(lexer);\n\t\t\tEntryParser parser = new EntryParser(tokens);\n\t\t\tProgContext prog = parser.prog();\n\t\t\tconvertToSSAString(prog, ssa);\n\t\t\treturn ssa;\n\t\t} catch (IOException e) {\n\t\t\t//\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn null;\n\t}", "public String read(String path) throws IOException {\n Path destionationPath = new Path(path);\n\n FSDataInputStream inputStream = hdfs.open(destionationPath);\n String content = IOUtils.toString(inputStream);\n inputStream.close();\n return content;\n }", "private String readFile(String file) throws IOException {\n StringBuilder contentBuilder = new StringBuilder();\n\n try (Stream<String> stream = Files.lines(Paths.get(file), StandardCharsets.UTF_8)) {\n stream.forEach(s -> contentBuilder.append(s));\n }\n\n return contentBuilder.toString();\n\n }", "private String getFileContents ()\n {\n final String s = m_buffers.values ()//\n .stream ()//\n .flatMap (List::stream)//\n .collect (Collectors.joining ());\n\n return s;\n }", "public String read() {\n\t\tStringBuffer text = new StringBuffer((int)file.length());\n\t\ttry {\n\t\t\tFileReader fr = new FileReader(file);\n\t\t\tBufferedReader b = new BufferedReader(fr);\n\t\t\tboolean eof = false;\n\t\t\tString line;\n\t\t\tString ret = \"\\n\";\n\t\t\twhile (!eof) {\n\t\t\t\tline = b.readLine();\n\t\t\t\tif (line == null) {\n\t\t\t\t\teof = true;\n\t\t\t\t} else {\n\t\t\t\t\ttext.append(line);\n\t\t\t\t\ttext.append(ret);\n\t\t\t\t}\n\t\t\t}\n\t\t\tb.close();\n\t\t} catch (IOException e) {\n\t\t\tthrow new IllegalArgumentException(\"File \" + file.getName() +\n\t\t\t\t\" is unreadable : \" + e.toString());\n\t\t}\n\t\treturn text.toString();\n\t}", "private String convertStreamToString(InputStream is) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(is));\n StringBuilder sb = new StringBuilder();\n\n String line;\n try {\n while ((line = reader.readLine()) != null) {\n sb.append(line).append('\\n');\n }\n } catch (IOException e) {\n e.printStackTrace();\n } finally {\n try {\n is.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return sb.toString();\n }", "private String readFile(String source) throws IOException {\n StringBuilder contentBuilder = new StringBuilder();\n try (Stream<String> stream = Files.lines(Paths.get(source), StandardCharsets.UTF_8)) {\n stream.forEach(s -> contentBuilder.append(s));\n }\n return contentBuilder.toString();\n }", "private String readFile(String source) throws IOException {\n StringBuilder contentBuilder = new StringBuilder();\n try (Stream<String> stream = Files.lines(Paths.get(source), StandardCharsets.UTF_8)) {\n stream.forEach(s -> contentBuilder.append(s));\n }\n\n return contentBuilder.toString();\n }", "public static String parseCode(String fileName,String mscCode) {\n\t\tString tempstring = BootstrapUtils.getBootstrapManager().getApplicationHome();\n\t\tFile tempDir = new File(tempstring+\"/AddteqMscgen\");\n\t\tFile tempcode=null;\n\t\tWriter writer;\n\t\tif (!tempDir.exists()){\n\t\t\ttempDir.mkdirs();\n\t\t}\n\t\ttry {\n\t\t\tString mscCodeNoWhiteSpace=mscCode.replaceAll(\"[^\\\\nA-Za-z0-9;{}=:.*#-\\\\<\\\\>,\\\\|\\\"\\'\\\\[\\\\] @%$&?!_()]\", \"\");\n\t\t\ttempcode= new File(tempDir, fileName);\n\t\t\tFileOutputStream tempCodeOutputStream = new FileOutputStream(tempcode);\n\t\t\twriter = new BufferedWriter(new OutputStreamWriter(tempCodeOutputStream));\n\t\t\twriter.write(mscCodeNoWhiteSpace);\n\t\t\twriter.close();\n\t\t} catch (FileNotFoundException e) {\n\t\t\t//file not found\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t//io\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn tempcode.getAbsolutePath();\t\n\t}", "public static String fileToString(String fileName) throws FileNotFoundException {\n Scanner in = new Scanner(new File(fileName));\n String result = \"\";\n\n while(in.hasNextLine()){\n result += in.nextLine();\n }\n\n return result;\n }", "public String readIns(SynchronisedFile fromFile) {\r\n\t\tString msg = inst.ToJSON();\r\n\t\tSystem.err.println(\"Sending: \" + msg);\r\n\t\treturn msg;\r\n\t}", "public String read();", "String readText(FsPath path);", "private String parseXML(String is) throws\n XmlPullParserException, IOException, URISyntaxException {\n\n // xml classes used to read xml file\n XmlPullParserFactory factory = XmlPullParserFactory.newInstance();\n factory.setNamespaceAware(true);\n XmlPullParser parser = factory.newPullParser();\n\n // Set xml string to input\n parser.setInput(new StringReader(is));\n\n // Start and end tags and end document\n int eventType = parser.getEventType();\n\n // current tag\n String currentTag;\n\n // current value of tag/element\n String currentElement;\n\n int counter = 0;\n StringBuilder sb = new StringBuilder();\n\n // parse the entire xml file until done\n while (eventType != XmlPullParser.END_DOCUMENT) {\n // look for start tags\n if (eventType == XmlPullParser.START_TAG) {\n // get the name of the start tag\n currentTag = parser.getName();\n\n if (currentTag.equals(\"step\")) {\n sb.append(\"Step \" + ++counter + \":\\n\");\n sb.append(\"-----------------------------------------\\n\");\n }\n // Driving directions\n else if (currentTag.equals(\"html_instructions\")) {\n currentElement = parser.nextText();\n\n // Replace html bold tags\n currentElement = currentElement.replace(\"<b>\", \"\");\n currentElement = currentElement.replace(\"</b>\", \"\");\n\n // Get rid of div tags\n String s;\n while (currentElement.contains(\"<\")) {\n if (currentElement.indexOf(\">\") == currentElement.lastIndexOf(\">\")){\n s = \"\";\n } else {\n s = \" \";\n }\n currentElement = currentElement.replace(currentElement.substring(currentElement.indexOf(\"<\"),\n currentElement.indexOf(\">\") + 1), s);\n }\n\n // Append html parsed string to directions string\n currentElement += \".\\n\\n\";\n sb.append(currentElement);\n }\n }\n\n // If the end of the string is reached\n else if (eventType == XmlPullParser.END_TAG) {\n currentTag = parser.getName();\n\n if (currentTag.equals(\"DirectionsResponse\")) {\n\n // return displayable string\n sb.append(\"------------------------------------\\n\\n\");\n return sb.toString();\n }\n }\n\n // get next tag\n eventType = parser.next();\n }\n\n // return null if something went wrong\n return null;\n }", "protected void logParsedMessage()\n {\n if (log.isInfoEnabled())\n {\n StringBuffer buf = new StringBuffer(\"Parsed EASMessage:\");\n buf.append(\"\\n OOB alert = \").append(isOutOfBandAlert());\n buf.append(\"\\n sequence_number = \").append(this.sequence_number);\n buf.append(\"\\n protocol_version = \").append(this.protocol_version);\n buf.append(\"\\n EAS_event_ID = \").append(this.EAS_event_ID);\n buf.append(\"\\n EAS_originator_code = \").append(this.EAS_originator_code).append(\": \").append(\n getOriginatorText());\n buf.append(\"\\n EAS_event_code = \").append(this.EAS_event_code);\n buf.append(\"\\n nature_of_activation_text = \").append(getNatureOfActivationText(new String[] { \"eng\" }));\n buf.append(\"\\n alert_message_time_remaining = \").append(getAlertMessageTimeRemaining()).append(\" seconds\");\n buf.append(\"\\n event_start_time = \").append(this.event_start_time);\n buf.append(\"\\n event_duration = \").append(this.event_duration).append(\" minutes\");\n buf.append(\"\\n alert_priority = \").append(getAlertPriority());\n buf.append(\"\\n details_OOB_source_ID = \").append(this.details_OOB_source_ID);\n buf.append(\"\\n details_major_channel_number = \").append(this.details_major_channel_number);\n buf.append(\"\\n details_minor_channel_number = \").append(this.details_minor_channel_number);\n buf.append(\"\\n audio_OOB_source_ID = \").append(this.audio_OOB_source_ID);\n buf.append(\"\\n alert_text = \").append(getAlertText(new String[] { \"eng\" }));\n buf.append(\"\\n location_code_count = \").append(this.m_locationCodes.size());\n for (int i = 0; i < this.m_locationCodes.size(); ++i)\n {\n buf.append(\"\\n location[\").append(i).append(\"]: \").append(this.m_locationCodes.get(i).toString());\n }\n buf.append(\"\\n exception_count = \").append(this.m_exceptions.size());\n for (int i = 0; i < this.m_exceptions.size(); ++i)\n {\n buf.append(\"\\n exception[\").append(i).append(\"]: \").append(this.m_exceptions.get(i).toString());\n }\n buf.append(\"\\n descriptor count = \").append(this.m_descriptors.size());\n for (int i = 0; i < this.m_descriptors.size(); ++i)\n {\n buf.append(\"\\n descriptor[\").append(i).append(\"]: \").append(this.m_descriptors.get(i).toString());\n }\n buf.append(\"\\n isAudioChannelAvailable = \").append(isAudioChannelAvailable());\n buf.append(\"\\n number of audio sources = \").append(this.m_audioFileSources.size());\n for (int i = 0; i < this.m_audioFileSources.size(); ++i)\n {\n buf.append(\"\\n audio file source[\").append(i).append(\"]: \").append(\n this.m_audioFileSources.get(i).toString());\n }\n buf.append(\"\\n m_detailsChannelLocator = \").append(this.m_detailsChannelLocator);\n buf.append(\"\\n m_eventReceivedTime = \").append(new Date(this.m_eventReceivedTime));\n buf.append(\"\\n m_eventStartTime = \").append(new Date(this.m_eventStartTime));\n buf.append(\"\\n m_eventExpirationTime = \").append(new Date(this.m_eventExpirationTime));\n if (log.isInfoEnabled())\n {\n log.info(buf.toString());\n }\n }\n }", "private String getOMEXML(final String file) throws FormatException,\n \t\t\tIOException\n \t\t{\n \t\t\tfinal String uuid =\n \t\t\t\t\"urn:uuid:\" + getUUID(new Location(getContext(), file).getName());\n \t\t\tomeMeta.setUUID(uuid);\n \n \t\t\tString xml;\n \t\t\ttry {\n \t\t\t\txml = service.getOMEXML(omeMeta);\n \t\t\t}\n \t\t\tcatch (final ServiceException se) {\n \t\t\t\tthrow new FormatException(se);\n \t\t\t}\n \n \t\t\t// insert warning comment\n \t\t\tfinal String prefix = xml.substring(0, xml.indexOf(\">\") + 1);\n \t\t\tfinal String suffix = xml.substring(xml.indexOf(\">\") + 1);\n \t\t\treturn prefix + WARNING_COMMENT + suffix;\n \t\t}", "public String readFileToString(String file) throws IOException {\n BufferedReader reader = new BufferedReader( new FileReader(file));\n String line = null;\n StringBuilder stringBuilder = new StringBuilder();\n String ls = System.getProperty(\"line.separator\");\n\n while( ( line = reader.readLine() ) != null ) {\n stringBuilder.append( line );\n stringBuilder.append( ls );\n }\n return stringBuilder.toString();\n }", "void parse();", "public void parse() {\n }", "public String toString()\n{\n StringBuffer buf = new StringBuffer();\n buf.append(\"[SOURCE: \" + for_source.getName() + \",\\n\");\n if (getTransforms() != null) {\n buf.append(\"TRANS:\");\n for (S6Transform.Memo m : getTransforms()) {\n\tbuf.append(\" \");\n\tbuf.append(m.getTransformName());\n }\n }\n else {\n buf.append(\" TEXT: \" + getFragment().getText());\n }\n buf.append(\"]\");\n\n return buf.toString();\n}", "private String readFile(String source) throws IOException {\n StringBuilder contentBuilder = new StringBuilder();\n\n try (Stream<String> stream = Files.lines(Paths.get(source), StandardCharsets.UTF_8)) {\n stream.forEach(s -> contentBuilder.append(s));\n }\n\n return contentBuilder.toString();\n }", "@Override\n public String read(String elementId) throws IOException {\n\n File file = new File(mDataFolder, elementId);\n FileInputStream fileInputStream;\n try {\n fileInputStream = new FileInputStream(file);\n } catch (FileNotFoundException e) {\n Logger.d(e.getMessage());\n return null;\n }\n\n StringBuilder fileContent = new StringBuilder();\n\n byte[] buffer = new byte[1024];\n int n;\n\n try {\n while ((n = fileInputStream.read(buffer)) != -1) {\n fileContent.append(new String(buffer, 0, n));\n }\n return fileContent.toString();\n } catch (IOException e) {\n Logger.e(e, \"Can't read file\");\n throw e;\n }\n }", "public static String csvToString(String fname) throws IOException{\n\t\tString contents = new String(Files.readAllBytes(Paths.get(fname)));\n\t\treturn contents;\n\t}", "SAPL parse(InputStream saplInputStream);" ]
[ "0.61361563", "0.5778457", "0.5433804", "0.54210764", "0.52801776", "0.52776694", "0.5222788", "0.52139974", "0.5210448", "0.51425415", "0.51401806", "0.5088033", "0.5081463", "0.50654364", "0.50567615", "0.5056162", "0.50430125", "0.5031777", "0.502071", "0.50074005", "0.49872175", "0.49738336", "0.49738312", "0.4963325", "0.49614957", "0.4935827", "0.49244124", "0.49239406", "0.4911816", "0.49001893", "0.48857185", "0.4879777", "0.48761052", "0.48758227", "0.48705563", "0.48428825", "0.48168096", "0.4804061", "0.4791081", "0.47898373", "0.4779515", "0.47788936", "0.4769595", "0.475678", "0.4756711", "0.47503522", "0.47408187", "0.47393212", "0.47370052", "0.4735754", "0.47353747", "0.4733543", "0.4731894", "0.47140178", "0.47127345", "0.4711562", "0.47077933", "0.47063977", "0.4705854", "0.46997377", "0.46983206", "0.46970814", "0.46798474", "0.4679269", "0.4676376", "0.46717122", "0.4659543", "0.4658973", "0.46497136", "0.46377712", "0.46313834", "0.46281344", "0.46048105", "0.46002406", "0.45952055", "0.458377", "0.45820448", "0.45750725", "0.4573756", "0.4570399", "0.45531777", "0.45432633", "0.4543024", "0.4540084", "0.45383054", "0.45310423", "0.4529205", "0.45165694", "0.45149702", "0.45140022", "0.451148", "0.45103994", "0.4509664", "0.45083916", "0.45022008", "0.44998336", "0.44978693", "0.4495768", "0.44949543", "0.44935507" ]
0.6787289
0
Method computes the average value of a given array of doubles
static double average(double[] data){ // Initializing total placeholder double total = 0; // Traversing data array and adding to total sum for (double d : data) { total += d; } // Computing average double average = (double) total / data.length; return average; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static double avg(double[] array) {\r\n\t\tdouble ret = sum(array);\r\n\t\treturn ret / array.length;\r\n\t}", "static double averageDoubleArray(double[] inputArray) {\n\t\tdouble doubleSum = 00.00;\n\t\tfor (double element : inputArray) { \n\t\t\tdoubleSum += element;\n\t\t}\n\t\tdouble average = doubleSum / inputArray.length; \n\t\treturn average;\n\t}", "public static double average(double[] array){\n double sum = 0;\n for (int i = 0; i < array.length; i++) {\n sum += array[i];\n }\n return sum/array.length;\n }", "double average(double[] doubles) {\n double total = 0.0;\n //int count = 0;\n for (double d: doubles) {\n total = total + d;\n //count = count + 1;\n }\n //return total / count;\n return total / doubles.length;\n }", "public static double avgDoublesArray(double array[])\n\t{\n\t\tdouble avg = 0;\n\t\tfor (int i = 0; i < array.length; i++)\n\t\t\tavg += array[i];\n\t\t\n\t\tavg = avg / array.length;\n\t\treturn avg;\n\t}", "public double average(){\n double avg = 0;\n double sum = 0;\n for (T t : arr) {\n // sum += t.doubleValue();\n }\n\n return sum / arr.length;\n }", "public Double computeAverage(){\n\t\tdouble total = 0; //double used to keep total value of elements in arr to determine average\n\t\t\n\t\tfor(int i = 0; i < arr.length; i++)//loop through array and add the total\n\t\t{\n\t\t\ttotal += arr[i].doubleValue(); //add current value of element in arr to total's value\n\t\t}\n\t\t\n\t\tDouble result = total/arr.length; //returns the average as a Double\n\t\t\n\t\treturn result;\n\t}", "double avg(){\n\t\tdouble sum = 0.0;\n\t\tfor(int i=0;i<num.length;i++)\n\t\t\tsum+=num[i].doubleValue();\n\t\treturn sum/num.length;\n\t}", "double average() { // used double b/c I want decimal places\n\t\tint sum = 0;\n\t\tfor (int i = 0; i < array.length; i++) {\n\t\t\tsum = sum + array[i];\n\t\t}\n\t\tdouble average = (double) sum / array.length;\n\t\treturn average;\n\n\t}", "public static double getAverage(double[][] array)\r\n\t{\r\n\t\tint count = 0;\r\n\t\tList<Double> lineSumList = new ArrayList<Double>();\r\n\t\tfor( int i = 0; i < array.length; i++ ) {\r\n\t\t\tdouble lineSum = Σ(array[i]);\r\n\t\t\tlineSumList.add(lineSum);\r\n\t\t\tcount += array[i].length;\r\n\t\t}\r\n\t\tdouble sum = Σ(lineSumList);\r\n\t\t\r\n\t\tif (sum == 0 || array.length == 0)\r\n\t\t\treturn 0;\r\n\t\treturn sum / count;\r\n\t}", "private static double meanVal(double[] arrayOfSamples){\n\t\tdouble total = 0;\n\t\t for (double i :arrayOfSamples){\n\t\t \ttotal += i;\n\t\t }\n\t return total/arrayOfSamples.length;\n\t}", "public static double getAverage(double[] array)\r\n\t{\r\n\t\tdouble sum = Σ(array);\r\n\r\n\t\tif (sum == 0 || array.length == 0)\r\n\t\t\treturn 0;\r\n\t\treturn sum / array.length;\r\n\t}", "public double mean(double data[]) {\r\n\t\tdouble mean = 0;\r\n\t\ttry {\r\n\t\t\tfor(int i=0;i<data.length;i++) {\r\n\t\t\t\tmean =mean+data[i];\r\n\t\t\t}\r\n\t\t\tmean = mean / data.length;\r\n\t\t}\r\n\t\tcatch(Exception e) {\r\n\t\t\tDataMaster.logger.warning(e.toString());\r\n\t\t\t//e.printStackTrace();\r\n\t\t}\r\n\t\treturn mean;\r\n\t}", "static double calculateAverage(int[] array) {\n\n double sum = 0;\n\n for (int i = 0; i < array.length; i++) {\n\n sum = sum + (double) array[i];\n\n\n }\n\n return sum / array.length;//returning average\n\n }", "public double average(){\r\n\t\t//create variable to hold the values\r\n\t\tdouble average = 0;\r\n\t\t\r\n\t\tfor (int i = 0; i < this.data.length; i++){\r\n\t\t\t//add current index\r\n\t\t\taverage += this.data[i];\r\n\t\t\t}\r\n\t\treturn (average/this.data.length);\r\n\t}", "public double arithmeticalMean(double[] arr) {\n return 0;\n }", "public double averageOfArray() {\n double sum = 0;\n double average = 0;\n int i;\n for (i = 0; i < sirDeLa1La100.length; i++) {\n sum = sum + sirDeLa1La100[i];\n }\n average = sum / sirDeLa1La100.length;\n return average;\n }", "public static Double computeMean(Double[] values) {\n\t\treturn computeMean(values, 0, values.length);\n\t}", "public static double average(ArrayList<Double> nums){\n double sum = 0.0;\n for(Double num : nums){\n sum += num;\n }\n return sum / nums.size();\n }", "public double getAverage(){\n return getTotal()/array.length;\n }", "double average();", "public static double getAverage(double[] dataArray) {\n\t\t\n\t\tdouble average = 0.0;\n\t\t\n\t\tfor (int i = 0; i <dataArray.length; i++) {\n\t\t\taverage += dataArray[i];\n\t\t}\n\t\t\n\t\taverage = average/dataArray.length;\n\t\t\n\t\treturn average;\n\t}", "public static double average (double ... numbers)\r\n\t{", "public static double getAverage(Number[] array)\r\n\t{\r\n\t\tdouble sum = Σ(array);\r\n\r\n\t\tif (sum == 0 || array.length == 0)\r\n\t\t\treturn 0;\r\n\t\treturn sum / array.length;\r\n\t}", "public static double average (double ... s4){\n double suma = 0.0;\n for (double value : s4) {\n suma += value;\n }\n return suma / s4.length;\n }", "public static double avg(int[] arr) {\n double sum = 0.0;\n for (int a : arr) sum += a;\n return sum / arr.length;\n }", "private Double getMean(Double[] values) {\n double sum = 0;\n int count = 0;\n for (Double d: values) {\n if (d != null) {\n sum += d;\n ++count;\n }\n }\n return count == 0 ? null : (sum / count);\n }", "public static double arrayAverage(double[] array, double arraySize) {\r\n double averages = 0;\r\n for (int x = 0; x < arraySize; x++) {\r\n averages += array[x];\r\n }\r\n averages = (averages / arraySize);\r\n return averages;\r\n }", "public static double mean(double[] x){\n\n //Declares and intializes mean and total to 0;\n double mean = 0;\n double total = 0;\n\n //Takes the total of all the numbers in every index\n for(int i = 0; i < x.length; i++){\n total += x[i];\n }\n //Divides total by 10\n mean = total / 10;\n\n //returns mean\n return mean;\n\n }", "public static double meanOf(double... values) {\n/* 433 */ Preconditions.checkArgument((values.length > 0));\n/* 434 */ double mean = values[0];\n/* 435 */ for (int index = 1; index < values.length; index++) {\n/* 436 */ double value = values[index];\n/* 437 */ if (Doubles.isFinite(value) && Doubles.isFinite(mean)) {\n/* */ \n/* 439 */ mean += (value - mean) / (index + 1);\n/* */ } else {\n/* 441 */ mean = StatsAccumulator.calculateNewMeanNonFinite(mean, value);\n/* */ } \n/* */ } \n/* 444 */ return mean;\n/* */ }", "public static double average(int[] theArray) {\n\n double answer;\n double sum = IntegerArrays.sum(theArray);\n answer = sum / theArray.length;\n\n return answer;\n\n }", "public double calcAvg() {\n\t\treturn (double)calcSum() / data.size();\n }", "public static double average(int[] arr)\n {\n // your code goes here\n\t\tdouble sum =0;\n int i;\n for(i=0;i< arr.length;i++)\n {\n sum+=arr[i];\n }\n\t\t\n\t\treturn sum/arr.length; \n\t}", "public double getAverage(){\n double total = 0;\n for(double s : scores)total += s;\n return total/scores.length;\n }", "static double calculateArraySum(double... value) {\n double sum = 0;\n for (double i : value) {\n sum += i;\n }\n return sum;\n }", "public static double average(int[] array) {\n\t\tif (array.length == 0) {\n\t\t\treturn 0;\n\t\t}\n\t\tdouble avg = 0;\n\t\tfor (int i = 0; i < array.length; i++) {\n\t\t\tavg += array[i];\n\t\t}\n\t\treturn avg / array.length;\n\t}", "public static Double mean(ArrayList<Double> values) {\n\t\tDouble total = 0.0;\n\t\t// iterate through the values and add to the total\n\t\tfor (int i = 0; i < values.size(); i++) {\n\t\t\ttotal += values.get(i);\n\t\t}\n\t\t// return the total devided by the number of values\n\t\treturn total / values.size();\n\t}", "public static void calculateAverage(double[] inputArray, int limit)\r\n\t{\r\n\t\tIMovingAverage<Double> movingAvg = new MovingAverageImpl<Double>(limit);\r\n\t\tfor(double element : inputArray)\r\n\t\t{\r\n\t\t\tmovingAvg.add(element);\r\n\t\t\tSystem.out.println(\"Moving average is = \" +movingAvg.getAverage());\r\n\t\t}\r\n\t\tSystem.out.println(\"*********************************************************\");\r\n\t}", "public static void calculateAvg(double[] avgPArr, int itemNum) {\n\n for (int i = 0; i < avgPArr.length; i++)\n avgPArr[i] /= itemNum;\n\n }", "public double mean()\n {\n double sum = 0.0;\n for(int t = 0; t<size; t++)\n sum += x[t];\n return sum/size;\n }", "public static double sum(double[] array) {\r\n\t\tdouble ret = 0.0;\r\n\t\tfor (double v : array) {\r\n\t\t\tret += v;\r\n\t\t}\r\n\t\treturn ret;\r\n\t}", "public static double meanOf(Iterable<? extends Number> values) {\n/* 393 */ return meanOf(values.iterator());\n/* */ }", "public static double getAverage(int[] array) throws IOException {\r\n double arrayAverage = 0;\r\n arrayAverage = arrayTotal(array) / array.length;\r\n\r\n return arrayAverage;\r\n\r\n }", "public void findAverage(int[] arr){\n int sum = 0;\n for(int val : arr){\n sum += val;\n }\n System.out.println( \"Average: \" + sum / arr.length);\n }", "public double average()\n\t{\n\t\tif (arraySize > 0)\n\t\t{\n\t\t\tdouble sum = this.sum();\n\t\t\treturn sum / arraySize;\n\t\t}\n\t\tSystem.out.println(\"Syntax error, array is empty.\");\n\t\treturn -1;\n\t}", "public static double findMean(ArrayList<Integer> arr) {\n\t\tint length = arr.size();\n\t\tint sum = 0;\n\t\tfor(int i : arr) { sum += i; }\n\t\treturn (double)sum/length;\n\t}", "public static double getAverage(int start, double[] d) {\n double average = 0;\n for (int i = 0; i < 110; i++) {\n average = average + d[i];\n }\n return average / 110;\n }", "public double getAvg(){\n double avg=0;\n for(int x=0; x<max; x++){\n avg=avg+times[x];\n }\n avg=avg/max;\n return avg;\n }", "private double getAvg() {\n\n double sum = 0;\n\n for (Map.Entry<Integer, Double> entry : values.entrySet()) {\n sum += entry.getValue();\n }\n\n if (values.size() > 0) {\n return sum / values.size();\n } else {\n throw new IllegalStateException(\"no values\");\n }\n }", "public static int average(int[] array){\n int sum = 0;\n for (int i = 0; i < array.length; i++) {\n sum += array[i];\n }\n return sum/array.length;\n }", "@Override\n public Double average() {\n return (sum() / (double) count());\n }", "float average(int[] input) {\n\t\tfloat average = 0;\n\t\tint sum = 0;\n\t\tfor (int index = 0; index < input.length; index++) {\t\t//loop to get sum of numbers\n\t\t\tsum = sum + input[index];\n\t\t}\n\t\taverage = (float) sum / (input.length);\t\t//average calculation\n\t\treturn average;\n\t}", "public static double getAverage(int[][] numbers) {\n int totalNumberOfElements = 10; // (2 rows * 5 column)\n return getTotal(numbers) / totalNumberOfElements;\n }", "public static double meanVal(int[] sample){\n double total = 0;\n for (int i = 0; i < sample.length; i++){\n total = total + sample[i];\n }\n double mean = total/sample.length;\n return mean;\n }", "public double average(ArrayList<Double> x) {\n double sum = 0;\n double round;\n for (int i = 0; i < x.size(); i++) {\n sum += x.get(i);\n }\n round = sum / x.size() * 100;\n round = Math.round(round);\n round /= 100;\n return round;\n }", "public double average(double alternative) {\n int cnt = 0;\n double sum = 0.0;\n\n // Compute the average of all values\n for (Number number : this) {\n if (number == null) continue;\n if (Double.isNaN(number.doubleValue())) continue;\n\n sum += number.doubleValue();\n cnt++;\n }\n\n // If we haven't had any element, return 0\n if (cnt == 0) return alternative;\n return sum / cnt;\n }", "public double average() {\n return average(0.0);\n }", "public double getAverage(){\n int total = 0; //inicializa o total\n \n //soma notas de um aluno\n for(int grade: grades){\n total += grade;\n }\n \n return (double) total/grades.length;\n }", "public int average()\n {\n int average = 0;\n int sum = 0;\n\n for ( int index = 0; index < data.length; index++ )\n {\n sum = sum + data[index];\n }\n average = sum / data.length;\n\n return average;\n }", "public static double meanOf(int... values) {\n/* 457 */ Preconditions.checkArgument((values.length > 0));\n/* 458 */ double mean = values[0];\n/* 459 */ for (int index = 1; index < values.length; index++) {\n/* 460 */ double value = values[index];\n/* 461 */ if (Doubles.isFinite(value) && Doubles.isFinite(mean)) {\n/* */ \n/* 463 */ mean += (value - mean) / (index + 1);\n/* */ } else {\n/* 465 */ mean = StatsAccumulator.calculateNewMeanNonFinite(mean, value);\n/* */ } \n/* */ } \n/* 468 */ return mean;\n/* */ }", "public MeanVar(double[] data) {\n\t\tfor (int i = 0; i < data.length; i++)\n\t\t\taddValue(data[i]);\n\t}", "public static double sum(double[] a){\n\n\t\t double sum = 0;\n\t\t for(int i = 0; i < a.length; i++)\n\t\t \tsum += a[i];\n\n\t \treturn sum;\n\n }", "public static float[] returnMeanArray (float[] weatherArray){\n float[] meanArray = new float[12];\n for (int i = 0; i < 12; i++){\n meanArray[i] = weatherArray[i]/30;\n }\n return meanArray;\n }", "private double calculateAverage(Candle[] cd) {\n double sum = 0; \r\n for(Candle c : cd) {\r\n sum += c.getClose();\r\n }\r\n return sum/cd.length;\r\n \r\n }", "public double getAverage(){\r\n\t\tdouble sum=0;\r\n\t\tfor(Iterator<T> it=this.iterator();it.hasNext();){\r\n\t\t\tsum+=it.next().doubleValue();\r\n\t\t}\r\n\t\treturn sum/this.size();\r\n\t}", "public static void main(String[] args) {\n\n float d = (float)sum(3.0f, (float)2.0);\n System.out.println(d);\n\n double d2=avg(3.0,2.0);\n System.out.println(d2);\n//\n// int[] list={1,2};\n// list={2,3};\n\n\n\n }", "public static double mean(final double... values) {\n\t\t// Check the arguments\n\t\tDoubleArguments.requireNonEmpty(values);\n\n\t\t// Return the mean\n\t\treturn Maths.sumWithoutNaN(values) / values.length;\n\t}", "public void getAvg()\n {\n this.avg = sum/intData.length;\n }", "public int average(int[] array_of_notes){\r\n int avg=0;\r\n for (int array_of_note : array_of_notes) {\r\n avg += array_of_note;\r\n }\r\n avg /= array_of_notes.length;\r\n return avg;\r\n }", "public static double sum(double[] array) {\n\t\tif (array==null)\n\t\t\treturn Double.NaN;\n\t\tdouble re = 0;\n\t\tfor (double i : array)\n\t\t\tre+=i;\n\t\treturn re;\n\t}", "public static float getMean(float[] weatherArray){\n float mean = getTotal(weatherArray)/weatherArray.length;\n return mean;\n }", "public static double average(int[] mainArray) {\r\n\t\tdouble average = 0;\r\n\t\tfor (int counter = 0; counter < mainArray.length; counter ++) {\r\n\t\t\taverage += mainArray[counter];\r\n\t\t}\r\n\t\treturn (average / mainArray.length);\r\n\t}", "public static int average(int[]data){\n \n int sum = 0;\n int n = 0;\n for(int i = 0; i < data.length-1; i++) {\n \n n++;\n sum += data[i];\n }\n\n return sum/n;\n }", "public double average() {\n double average = 0;\n for (int i = 0; i < studentList.size(); i++) {\n Student student = studentList.get(i);\n average += student.average();\n }\n average /= studentList.size();\n return average;\n }", "public static double avgPi (double [] piValues)\n {\n double sumPiValues = 0;\n for (int i = 0; i < piValues.length; i++)\n {\n sumPiValues += piValues [i];\n }\n \n double avgPi = sumPiValues/piValues.length;\n \n return avgPi;\n }", "public double[] mean() {\n\t\tdouble[] mean = null;\n\t\tif(instances != null) {\n\t\t\tmean = new double[instances.get(0).length];\n\t\t\tfor(double[] instance : instances) {\n\t\t\t\tfor(int d=0; d<mean.length; d++) {\n\t\t\t\t\tmean[d] += instance[d];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tdouble n = instances.size();\n\t\t\tfor(int d=0; d<mean.length; d++) {\n\t\t\t\tmean[d] /= n;\n\t\t\t}\n\t\t}\n\t\treturn mean;\n\t}", "public static double getAverage(int arr[][], int row) {\t// 算陣列所有數平均值\n\t\t/* Overloading Method */\n\t\tint sum = 0, count = 0;\n\t\tdouble result;\n\t\t\t\n\t\t\tfor (int j = 0; j < arr[row].length; j++) {\n\t\t\t\tsum += arr[row][j];\n\t\t\t\tcount++;\n\t\t\t}\n\t\tresult = (double) sum / count;\n\t\treturn result;\n\t}", "public static float mean(float[] v) {\n\t\tfloat sum = 0;\n\t\tint count = 0;\n\t\tfor (float value : v) {\n\t\t\tif (Util.isUsed(value)) {\n\t\t\t\tsum += value;\n\t\t\t\tcount ++;\n\t\t\t}\n\t\t\t\t\n\t\t}\n\t\t\n\t\treturn sum / (float)count;\n\t}", "public static double getArrayListDoubleMean(ArrayList<Double> list) {\n\t\treturn 0;\n\t}", "public static Double computeMean(Double[] values, int offset, int number) {\n\t\tif (number < 1) {\n\t\t\tthrow new IllegalArgumentException(\n\t\t\t\t\t\"The number of values to process must be one or larger.\");\n\t\t}\n\t\tDouble sum = 0.0;\n\t\tfinal int UNTIL = offset + number;\n\t\tdo {\n\t\t\tsum += values[offset++];\n\t\t} while (offset != UNTIL);\n\t\treturn sum / number;\n\t}", "private double getAbsoluteAverage(double [] inputs){\n double result = 0;\n for (int i = 0; i < inputs.length; i++) {\n result+= Math.abs(inputs[i]);\n }\n result = result/inputs.length;\n return result;\n }", "public double getAverageGrade(){\n double totalGrade = 0;\n double averageGrade = 0;\n // for loop to iterate over the array\n for(int i = 0; i<students.size(); i++){\n totalGrade += students.get(i).getGrades();\n } // end for\n \n averageGrade = totalGrade / students.size();\n return averageGrade;\n }", "private double sumArray(double[] array) {\r\n\t\tdouble sum = 0.0;\r\n\t\t// Run through the array and add the numbers to the sum variable.\r\n\t\tfor (int i = 0; i < array.length; i++) {\r\n\t\t\tsum += array[i];\r\n\t\t}\r\n\t\treturn sum;\r\n\t}", "public static double Average(int[][] matrix){\n double total = 0;\n double promedio =0;\n double divisor = 0;\n \n for(int i=0; i<matrix.length; i++){\n for (int j=0;j<matrix[i].length;j++ ) {\n \n total += matrix[i][j];\n } \n divisor = matrix[i].length * matrix.length; \n promedio = total / divisor; \n }\n \n return promedio;\n }", "private float calculateMean()\n { \n int numberEmployees = employees.size();\n float total = 0, meanGrossPay = 0;\n // Create an array of all gross pays\n float[] allGrossPay = new float[numberEmployees];\n \n // Call method to return an array of float containing all gross pays\n allGrossPay = calculateAllGrossPay();\n // Find total gross pay\n for (int i = 0; i < numberEmployees; i++)\n {\n total += allGrossPay[i];\n }\n // Find mean and return it\n if (numberEmployees > 0)\n {\n meanGrossPay = total/numberEmployees;\n \n }\n return meanGrossPay;\n }", "@Override\n\tpublic double avg() {\n\t\treturn total()/4.0;\n\t}", "public static double average2(double[] mainArray2) {\r\n\t\tdouble average2 = 0;\r\n\t\tfor (int counter = 0; counter < mainArray2.length; counter ++) {\r\n\t\t\taverage2 += mainArray2[counter];\r\n\t\t}\r\n\t\treturn (average2 / mainArray2.length);\r\n\t}", "public void average() {\n\t\tif (averaged)\n\t\t\tthrow new AssertionError(\"can't average twice!!\");\n\t\t\n\t\tscale = 1.0/(double)t;\n\t\t\n\t\tfor (int i = 0; i < w.length; i++)\n\t\t\tw[i] = (t+1.0)*w[i] - wupdates[i];\n\t\t\n\t\taveraged = true;\n\t\n\t}", "private static double varianceVal(double[] arrayOfSamples, double mean){\n\t double v = 0;\n\t for(double i :arrayOfSamples)\n\t v += Math.pow((mean-i), 2);\n\t return v / arrayOfSamples.length;\n\t}", "public double getAverage()\n {\n return getSum() / 2.0;\n }", "public static void main(String[] args) {\n double arr[] = new double[5];\r\n Scanner sc = new Scanner(System.in);\r\n for(int i=0;i<5;i++)\r\n {\r\n System.out.println(\"Enter a number\");\r\n arr[i]= sc.nextInt();\r\n \r\n }\r\n double sum =0;\r\n for(int i=0;i<5;i++) \r\n {\r\n \t sum = sum + arr[i];\r\n }\r\n System.out.println(\"The sum of the numbers are : \"+ sum);\r\n double avg = (sum/5.0);\r\n System.out.println(\"The average of the numbers are : \"+ avg);\r\n\t}", "public double average(int first, int last){\n double final = 0;\n for(int i = first; i < last; i++){\n final += scores[i];\n }\n return final/(last-first+1);\n}", "public double mean (List<? extends Number> a){\n\t\tint sum = sum(a);\n\t\tdouble mean = 0;\n\t\tmean = sum / (a.size() * 1.0);\n\t\treturn mean;\n\t}", "public static double average(double[] employeeSalaries) {\n\t\t double total=0;int month=0;\n\t\t for(int i=0;i<employeeSalaries.length;i++) {\n\t\t\t if (employeeSalaries[i]>0) {\n\t\t\t\t total+=employeeSalaries[i];\n\t\t\t\t month++;\n\t\t\t }\n\t\t\t }\n\t\t if (total==0) {\n\t\t\t throw new IllegalArgumentException(\"all values in the employeeSalaries array are zero.\");\n\t\t }\n\treturn total/month;\n\t}", "public static long average(long[] arr) {\n if (arr.length == 0) return 0;\n long divideSum = 0;\n long modSum = 0;\n final long size = arr.length;\n \n for (int i = 0; i < arr.length; i++) {\n divideSum += arr[i] / size;\n modSum += arr[i] % size;\n }\n\n return divideSum - (size - 1) + (modSum + size * (size - 1)) / size;\n }", "private float calculateAverage(List<Float> tempVoltages) {\r\n\t\t\r\n\t\tfloat runningTotal = 0;\r\n\t\tfor(float i : tempVoltages){\r\n\t\t\trunningTotal += i;\r\n\t\t}\r\n\t\trunningTotal /= tempVoltages.size();\r\n\t\treturn runningTotal;\r\n\t}", "public static double meanOf(long... values) {\n/* 482 */ Preconditions.checkArgument((values.length > 0));\n/* 483 */ double mean = values[0];\n/* 484 */ for (int index = 1; index < values.length; index++) {\n/* 485 */ double value = values[index];\n/* 486 */ if (Doubles.isFinite(value) && Doubles.isFinite(mean)) {\n/* */ \n/* 488 */ mean += (value - mean) / (index + 1);\n/* */ } else {\n/* 490 */ mean = StatsAccumulator.calculateNewMeanNonFinite(mean, value);\n/* */ } \n/* */ } \n/* 493 */ return mean;\n/* */ }", "public static void meanGPA(Student[] student){\n double count=0;//there is count value to find total grade in student array\n for(int i=0;i<student.length;i++){\n count=student[i].getGPA()+count;\n }\n double result=count/student.length;\n System.out.println(result);\n }", "double getAvgTreatment();", "private Double getValuesAvg(Map<Integer, Double> map) {\n\t\t// Go over the values and compute the average\n\t\tDouble avg = 0.0;\n\t\tfor (Double entry : map.values()) {\n\t\t\tavg += entry;\n\t\t}\n\t\tavg /= map.size();\n\t\treturn avg;\n\t}" ]
[ "0.8436159", "0.8369695", "0.8362738", "0.8312481", "0.82427204", "0.8232476", "0.80745447", "0.79428315", "0.78908134", "0.7753106", "0.7703699", "0.7695764", "0.7618501", "0.7616505", "0.7552708", "0.7527758", "0.7493522", "0.7426212", "0.74079746", "0.7353549", "0.73478293", "0.7340553", "0.73348063", "0.7322492", "0.72783065", "0.72746783", "0.72533566", "0.7246554", "0.7183947", "0.71524084", "0.7129188", "0.70966834", "0.70367384", "0.7034504", "0.70038426", "0.69983965", "0.69218135", "0.69200206", "0.6827078", "0.68265843", "0.68067086", "0.6805168", "0.6750788", "0.6735084", "0.6733059", "0.67208266", "0.67093194", "0.66873926", "0.66781926", "0.6676718", "0.66653156", "0.66109145", "0.66081065", "0.6606635", "0.65958375", "0.65823025", "0.6569536", "0.6567863", "0.6562512", "0.6538981", "0.6538418", "0.6530457", "0.65202", "0.65138394", "0.65107775", "0.65095", "0.6480762", "0.6474995", "0.6468603", "0.64643633", "0.6433282", "0.642792", "0.64195436", "0.64183325", "0.6417771", "0.6413986", "0.64087987", "0.64086145", "0.64078677", "0.64011216", "0.6398554", "0.63811576", "0.6378776", "0.63681537", "0.6352263", "0.63232666", "0.63195", "0.6279178", "0.62726015", "0.62595755", "0.62448424", "0.62403196", "0.6237506", "0.6219747", "0.6215915", "0.61912704", "0.61847174", "0.6166065", "0.6154067", "0.61415476" ]
0.8063696
7
Method averages time span by using 5 data points
static double averageTime(WordCounter2 counter, ArrayList<String> words){ // Initialize array with 5 entries double[] times = new double[3]; for (int i = 0; i < times.length; i++){ // Clearing map counter.clearMap(); // Getting time span in ms double t = counter.buildMap(words) * 1e-06; times[i] = t; } return average(times); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test\n\tpublic void averageWorksForModeSteps() {\n\t\tfinal FloatTimeSeries t0 = new FloatTreeTimeSeries();\n\t\tt0.addValues(TimeSeriesUtils.createStepFunction(10, 0, 10, 10, 0)); // constant function = 10\n\t\tfinal FloatTimeSeries t1 = new FloatTreeTimeSeries();\n\t\tt1.addValues(TimeSeriesUtils.createStepFunction(5, 20, 25, 20, 0)); // constant function = 20\n\t\tt0.setInterpolationMode(InterpolationMode.STEPS);\n\t\tt1.setInterpolationMode(InterpolationMode.STEPS);\n\t\tfinal ReadOnlyTimeSeries avg = MultiTimeSeriesUtils.getAverageTimeSeries(Arrays.<ReadOnlyTimeSeries> asList(t0, t1), 0, Long.MAX_VALUE, true, null, false);\n\t\t// one data point outside time range, one boundary value should be added\n\t\tAssert.assertEquals(\"Time series sum has wrong number of data points\", 13, avg.size());\n\t\tAssert.assertEquals(\"Unexpected value in time series sum\", 10, avg.getValue(7).getValue().getIntegerValue());\n\t\tAssert.assertEquals(\"Unexpected value in time series sum\", 15, avg.getValue(23).getValue().getIntegerValue());\n\t\tAssert.assertEquals(\"Unexpected value in time series sum\", 15, avg.getValue(100).getValue().getIntegerValue());\n\t}", "@Test\n\tpublic void averagingWorksWithStepRulers() {\n\t\tfinal FloatTimeSeries t = new FloatTreeTimeSeries();\n\t\tt.addValues(TimeSeriesUtils.createStepFunction(10, 0, 10, 0, 10)); // step function from 0 to 100\n\t\tt.setInterpolationMode(InterpolationMode.STEPS);\n\t\tfinal FloatTimeSeries tr = new FloatTreeTimeSeries();\n\t\ttr.addValues(TimeSeriesUtils.createStepFunction(5, 0, 20, 0, 0)); // step function with doubled step size\n\t\ttr.setInterpolationMode(InterpolationMode.STEPS);\n\t\tfinal MultiTimeSeriesIterator multiIt = MultiTimeSeriesIteratorBuilder.newBuilder(Arrays.asList(t.iterator(),tr.iterator()))\n\t\t\t\t.setGlobalInterpolationMode(InterpolationMode.STEPS)\n\t\t\t\t.stepSizeAsInSchedules(new int[]{1})\n\t\t\t\t.doAverage(true)\n\t\t\t\t.setUpperBoundaryValues(Collections.singletonMap(0, new SampledValue(new FloatValue(100), 100, Quality.GOOD)))\n\t\t\t\t.build();\n\t\tSampledValueDataPoint sv = null;\n\t\tSampledValue value = null;\n\t\tMap<Integer,SampledValue> map = null;\n\t\tint cnt = 0;\n\t\tAssert.assertTrue(multiIt.hasNext());\n\t\tmultiIt.next();\n\t\twhile (multiIt.hasNext()) {\n\t\t\tsv = multiIt.next();\n\t\t\tmap = sv.getElements();\n\t\t\tvalue = map.get(0);\n\t\t\tAssert.assertEquals(\"Averaging failed\", cnt++ * 20 + 5, value.getValue().getFloatValue(), 1);\n\t\t\tAssert.assertEquals(\"Averaging failed\", 0, map.get(1).getValue().getFloatValue(), 1);\n\t\t}\n\t\tAssert.assertTrue(cnt > 3);\n\t}", "public void average() {\n\t\tif (averaged)\n\t\t\tthrow new AssertionError(\"can't average twice!!\");\n\t\t\n\t\tscale = 1.0/(double)t;\n\t\t\n\t\tfor (int i = 0; i < w.length; i++)\n\t\t\tw[i] = (t+1.0)*w[i] - wupdates[i];\n\t\t\n\t\taveraged = true;\n\t\n\t}", "public void averageWith(TimeStampAccumulator t){\n\t\tif(_time != t._time){\n\t\t\tSystem.err.println(\"Error : TimeStampAccumulator times do not match\");\n\t\t}\n\t\tif(t._wealthData.size() == _wealthData.size()){\n\t\t\tfor(PlayerWealthDataAccumulator p : t._wealthData.values()){\n\t\t\t\t_wealthData.get(p.ownerID).averageWith(p);\n\t\t\t}\n\t\t}\n\t}", "private float averageBeat(){\n float avgBeat = 0f;\n List<Float> beatRed = DataManager.getInstance().getBeatRed();\n List<Float> beatIR = DataManager.getInstance().getBeatIR();\n\n for(int i = 0; i < beatRed.size() && i < beatIR.size(); i ++ ){\n chartFragment.addRedData(beatRed.get(i));\n chartFragment.addIRData(beatIR.get(i));\n avgBeat += beatRed.get(i);\n avgBeat += beatIR.get(i);\n }\n avgBeat = avgBeat / (beatRed.size() + beatIR.size());\n\n if (tcpTask != null )\n this.tcpTask.addData(\"\" + avgBeat);\n beatLabel.setText(\"Beat : \" + avgBeat);\n return avgBeat;\n }", "@Test\n\tpublic void averagingWorksWithFixedStepSize1() {\n\t\tfinal FloatTimeSeries t = new FloatTreeTimeSeries();\n\t\tt.addValues(TimeSeriesUtils.createStepFunction(10, 0, 10, 0, 10)); // step function from 0 to 100\n\t\tt.setInterpolationMode(InterpolationMode.STEPS);\n\t\tfinal FloatTimeSeries tr = new FloatTreeTimeSeries();\n\t\ttr.addValues(TimeSeriesUtils.createStepFunction(5, 0, 20, 0, 0)); // step function with doubled step size\n\t\ttr.setInterpolationMode(InterpolationMode.STEPS);\n\t\tfinal MultiTimeSeriesIterator multiIt = MultiTimeSeriesIteratorBuilder.newBuilder(Arrays.asList(t.iterator(),tr.iterator()))\n\t\t\t\t.setGlobalInterpolationMode(InterpolationMode.STEPS)\n\t\t\t\t.setStepSize(0, 20)\n\t\t\t\t.doAverage(true)\n\t\t\t\t.setUpperBoundaryValues(Collections.singletonMap(0, new SampledValue(new FloatValue(100), 100, Quality.GOOD)))\n\t\t\t\t.build();\n\t\tSampledValueDataPoint sv = null;\n\t\tSampledValue value = null;\n\t\tMap<Integer,SampledValue> map = null;\n\t\tint cnt = 0;\n\t\tAssert.assertTrue(multiIt.hasNext());\n\t\tmultiIt.next();\n\t\twhile (multiIt.hasNext()) {\n\t\t\tsv = multiIt.next();\n\t\t\tmap = sv.getElements();\n\t\t\tvalue = map.get(0);\n\t\t\tAssert.assertEquals(\"Averaging failed\", cnt++ * 20 + 5, value.getValue().getFloatValue(), 1);\n\t\t\tAssert.assertEquals(\"Averaging failed\", 0, sv.getElements().get(1).getValue().getFloatValue(), 1);\n\t\t}\n\t\tAssert.assertTrue(cnt > 3);\n\t}", "@Test\r\n\tpublic void exerciseMovingAverage() {\n\t\tList<Integer> temparaturArray = Arrays.asList(8, 7, 6, 6, 7, 7, 8, 10, 13, 16, 10, 20, 23, 26, 30, 29, 27, 45, 24, 23, 20, 18, 15, 11);\r\n\t\tObservable<Integer> temparaturSequence = Observable\r\n\t\t\t\t.interval(0, 1L, TimeUnit.HOURS, testScheduler)\r\n\t\t\t\t.take(temparaturArray.size())\r\n\t\t\t\t.map(i -> temparaturArray.get(i.intValue()));\r\n\t\t\r\n\t\t// TODO: calculate the moving average (SMA) of the given temperature sequence (each hour of a single day).\r\n\t\t// use the previous three values for each data point.\r\n // HINT: use a suitable overload of the same method used in \"Batching\"\r\n // and then calculate the average of each batch using LINQ\r\n // HINT: don't forget to pass the scheduler\r\n\t\tObservable<Double> movingAverage = Observable.empty();\r\n\r\n\t\t// verify\r\n\t\tTestSubscriber<Double> testSubscriber = new TestSubscriber<>();\r\n\t\tmovingAverage.subscribe(testSubscriber);\r\n\r\n\t\t// let the time elapse until completion\r\n\t\ttestScheduler.advanceTimeBy(1, TimeUnit.DAYS);\r\n\t\t\r\n\t\tlog(testSubscriber.getOnNextEvents());\r\n\t\t\r\n\t\ttestSubscriber.assertNoErrors();\r\n\t\ttestSubscriber.assertCompleted();\r\n\t\t\r\n\t\t// expected values:\r\n\t\tList<Double> expected = Arrays.asList(\r\n\t\t\t\t7.0, 6.333333333333333, 6.333333333333333, 6.666666666666667, 7.333333333333333, \r\n\t\t\t\t8.333333333333334, 10.333333333333334, 13.0, 13.0, 15.333333333333334, \r\n\t\t\t\t17.666666666666668, 23.0, 26.333333333333332, 28.333333333333332, \r\n\t\t\t\t28.666666666666668, 33.666666666666664, 32.0, 30.666666666666668, \r\n\t\t\t\t22.333333333333332, 20.333333333333332, 17.666666666666668, 14.666666666666666, \r\n\t\t\t\t// the last two values have limited input, i.e.\r\n\t\t\t\t// (15+11)/2 and (11)/1\r\n\t\t\t\t13.0, 11.0);\r\n\t\ttestSubscriber.assertReceivedOnNext(expected);\r\n\t\t\r\n\t}", "public static double doAvgTurnAroundTime() {\n if (count >= 1) {\n return turnaroundTimeTotal / count;\n } else {\n return -1;\n }\n }", "public double getAverageDuration(){\r\n\t\t double sum=0;\r\n\t\t for(int a=0; a<populationSize();a++) {\r\n\t\t\t sum+=getTour(a).getDuration();\r\n\t\t }\r\n\t\t sum=sum/populationSize();\r\n\t\t return sum;\r\n\t }", "public double getAvg(){\n double avg=0;\n for(int x=0; x<max; x++){\n avg=avg+times[x];\n }\n avg=avg/max;\n return avg;\n }", "static double average(double[] data){\n\n // Initializing total placeholder \n double total = 0;\n\n // Traversing data array and adding to total sum\n for (double d : data) {\n total += d;\n }\n\n // Computing average\n double average = (double) total / data.length;\n\n return average;\n }", "private void PeriodMeanEvaluation () {\n\n float x = 0;\n for(int i = 0; i < 3; i++)\n {\n for(int j = 0; j < numberOfSample; j++)\n {\n x = x + singleFrame[j][i];\n }\n meanOfPeriodCoord[i] = (x/numberOfSample);\n x = 0;\n }\n }", "public static void computeAvg(functionRuntimes fRT)\r\n {\r\n\r\n }", "void update_time_avg_stats() {\n double time_since_last_event;\n\n\t\t/* Compute time since last event, and update last-event-time marker. */\n\n time_since_last_event = sim_time - time_last_event;\n time_last_event = sim_time;\n\n\t\t/* Update area under number-in-queue function. */\n\n area_num_in_q += num_in_q * time_since_last_event;\n\n\t\t/* Update area under server-busy indicator function. */\n\n area_server_status += server_status.ordinal() * time_since_last_event;\n }", "private int[] getAveragePace(){\n timeElapsed = SystemClock.elapsedRealtime() - timer.getBase();\n int seconds = (int)timeElapsed / 1000;\n\n double totalKilometer = totalDistanceMeters / 1000;\n double secondPerKilometer = seconds / totalKilometer;\n int minute = (int)(Math.floor(secondPerKilometer/60));\n int second = (int)secondPerKilometer % 60;\n\n return new int[] {minute,second};\n }", "public long calulateAverageTime()\r\n {\r\n long sum = 0;\r\n long avgTime = 0;\r\n\r\n //Get the sum of all the times \r\n for(long time : this.listOfTimes)\r\n {\r\n sum += time;\r\n }//end for \r\n\r\n //calculate the average time \r\n if(this.gamesCompleted>0)\r\n avgTime = sum / this.gamesCompleted;\r\n else\r\n avgTime = sum;\r\n\r\n return avgTime;\r\n }", "public double movingAverage(int periods, int t)\n {\n if(periods>t + 1 || periods<1)\n throw new IndexOutOfBoundsException(\"MA(\" + periods + \") is undefined at time \" + t);\n double sum = 0.0;\n for(int i = t - periods + 1; i<=t; i++)\n sum += x[i];\n return sum/periods;\n }", "public double average(){\n double avg = 0;\n double sum = 0;\n for (T t : arr) {\n // sum += t.doubleValue();\n }\n\n return sum / arr.length;\n }", "public double average(){\r\n\t\t//create variable to hold the values\r\n\t\tdouble average = 0;\r\n\t\t\r\n\t\tfor (int i = 0; i < this.data.length; i++){\r\n\t\t\t//add current index\r\n\t\t\taverage += this.data[i];\r\n\t\t\t}\r\n\t\treturn (average/this.data.length);\r\n\t}", "public float getAverageBetweenPoint(){\n return getMetric()/list.size();\n }", "public static void main(String[] args) {\n double arr[] = new double[5];\r\n Scanner sc = new Scanner(System.in);\r\n for(int i=0;i<5;i++)\r\n {\r\n System.out.println(\"Enter a number\");\r\n arr[i]= sc.nextInt();\r\n \r\n }\r\n double sum =0;\r\n for(int i=0;i<5;i++) \r\n {\r\n \t sum = sum + arr[i];\r\n }\r\n System.out.println(\"The sum of the numbers are : \"+ sum);\r\n double avg = (sum/5.0);\r\n System.out.println(\"The average of the numbers are : \"+ avg);\r\n\t}", "@Test\n\tpublic void averageWorksForModeNone() {\n\t\tfinal FloatTimeSeries t0 = new FloatTreeTimeSeries();\n\t\tt0.addValues(TimeSeriesUtils.createStepFunction(10, 0, 10, 10, 0)); // constant function = 10\n\t\tfinal FloatTimeSeries t1 = new FloatTreeTimeSeries();\n\t\tt1.addValues(TimeSeriesUtils.createStepFunction(5, 20, 25, 20, 0)); // constant function = 20\n\t\tfinal ReadOnlyTimeSeries avg = MultiTimeSeriesUtils.getAverageTimeSeries(Arrays.<ReadOnlyTimeSeries> asList(t0, t1), 0, Long.MAX_VALUE, true, null, false);\n\t\tAssert.assertEquals(\"Time series sum has wrong number of data points\", 13, avg.size());\n\t\tAssert.assertEquals(\"Unexpected value in time series sum\", 15, avg.getValue(20).getValue().getIntegerValue());\n\t\tAssert.assertEquals(\"Unexpected value in time series sum\", 20, avg.getValue(45).getValue().getIntegerValue());\n\t\tAssert.assertEquals(\"Unexpected value in time series sum\", 10, avg.getValue(80).getValue().getIntegerValue());\n\t}", "@Test\n\tpublic void MovingAverage() {\n\t\tList<Double> high = new ArrayList<Double>();\n\t\t// high = highPriceList();\n\t\tfor (Double data2 : high) {\n\t\t\tSystem.out.println(data2);\n\t\t}\n\t\t// double[] testData = { 1, 2, 3, 4, 5, 5, 4, 3, 2, 1 };\n\t\tint[] windowSizes = { 3 };\n\n\t\tfor (int windSize : windowSizes) {\n\t\t\tStock_data_controller ma = new Stock_data_controller();\n\t\t\tma.Stock_controller(windSize);\n\t\t\tfor (double x : high) {\n\t\t\t\tma.newNum(x);\n\t\t\t\tSystem.out.println(\"Next number = \" + x + \", SimpleMovingAvg = \" + ma.getAvg());\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t}\n\t}", "public float averageTime() {\n\t\tfloat out = 0;\n\t\t\n\t\tIterator<SolveResult> iter = super.iterator();\n\t\t\n\t\twhile(iter.hasNext()) {\n\t\t\tout += iter.next().timeTaken;\n\t\t}\n\t\t\n\t\treturn out / super.size();\n\t}", "@Test\n public void firstRatingAfterTpStartANDChunkEndBeforeTpEndTest() {\n LocalDateTime firstTime = LocalDateTime.of(2017, Month.JANUARY, 1, 0, 0);\n\n //start with creating tp (proportional)\n // |-----|\n TimePeriod tp = new TimePeriod(firstTime, firstTime.plusHours(6));\n\n /**match tp with ratings so we have (proportional scale)\n * ratings |-o--||\n * tp: |-----|\n *\n */\n ScoreTime rStart = new ScoreTime(firstTime.plusHours(2), 4);\n LocalDateTime chunkEnd = firstTime.plusHours(5); //=> 1 hour before tp.end\n\n //this is the method we are testing\n double[] avgscoreAndWeight = RatingTime.calcAvgAndWeight(tp, Arrays.asList(rStart),\n chunkEnd);\n assertEquals(4.0, avgscoreAndWeight[0]);\n\n /* weight should equal durationOfRatingsInScopeOfTp/tp.duration\n ratingsInScopeOfTp = 3 hours\n tp.duration = 6 hours.\n weight should be 3/6 = 1/2 = 0.5...\n */\n\n assertEquals(0.5, avgscoreAndWeight[1]);\n }", "private void calculateAverages(){\n for (int i=0; i<40; i=i+4){\n totalGoalsScored1 += Integer.parseInt(vectorResults[i]);\n }\n averageGoalsScored1 = totalGoalsScored1/numberItems;\n //Total and average scored goals of team 2\n for (int i=2; i<40; i=i+4){\n totalGoalsScored2 += Integer.parseInt(vectorResults[i]);\n }\n averageGoalsScored2 = totalGoalsScored2/numberItems;\n //Total and average received goals of team 1\n for (int i=1; i<40; i=i+4){\n totalGoalsReceived1 += Integer.parseInt(vectorResults[i]);\n }\n averageGoalsReceived1 = totalGoalsReceived1/numberItems;\n //Total and average received goals of team 2\n for (int i=3; i<40; i=i+4){\n totalGoalsReceived2 += Integer.parseInt(vectorResults[i]);\n }\n averageGoalsReceived2 = totalGoalsReceived2/numberItems;\n }", "public static int average(int[]data){\n \n int sum = 0;\n int n = 0;\n for(int i = 0; i < data.length-1; i++) {\n \n n++;\n sum += data[i];\n }\n\n return sum/n;\n }", "public void findavgTime(){\n findWaitingTime(ProcessesNumber, ProcessesNumber.length, BurestTime, WaitingTime, quantum);\n \n // Function to find turn around time \n findTurnAroundTime(ProcessesNumber, ProcessesNumber.length, BurestTime, WaitingTime, TurnaroundTime);\n \n \n System.out.println(\"Processes \" + \" Burst time \" +\n \" Waiting time \" + \" Turn around time\");\n \n \n // around time\n for (int i=0; i<ProcessesNumber.length; i++)\n {\n Total_WaitingTime = Total_WaitingTime + WaitingTime[i];\n Total_TurnaroundTime = Total_TurnaroundTime + TurnaroundTime[i];\n System.out.println(\" \" + (i+1) + \"\\t\\t\" + BurestTime[i] +\"\\t \" +\n WaitingTime[i] +\"\\t\\t \" + TurnaroundTime[i]);\n }\n \n Average_WaitingTime = (float)Total_WaitingTime / (float)ProcessesNumber.length ;\n Average_TurnaroundTime = (float)Total_TurnaroundTime / (float)ProcessesNumber.length ;\n \n System.out.println(\"Average waiting time = \" + (float)Average_WaitingTime);\n System.out.println(\"Average turn around time = \" + (float)Average_TurnaroundTime);\n \n\n//for ( int k = 0; k < ProcessMoved[k].length; k++) {\n// \n// for (int j = 0; j < ProcessMoved.length; j++) {\n//\n// System.out.println(ProcessMoved[j][k]);\n// }\n//\n// }\n \n Gantt_Chart_Pre per = new Gantt_Chart_Pre(ProcessMoved ,endtime ,WaitingTime , TurnaroundTime , Names ,ProcessesNumber ,Total_WaitingTime,Average_WaitingTime,Total_TurnaroundTime,Average_TurnaroundTime);\n per.setTitle(\"Solution !!\");\n per.setSize(1000,700);\n per.setLocationRelativeTo(null);\n per.setVisible(true);\n }", "public void parseAverages(){\r\n\t\tfor(int i = 1; i < x.size(); i++){\r\n\t\t\tdouble avg = (x.get(i) + x.get(i-1)) / 2;\r\n\t\t\tx.set(i, avg);\r\n\t\t}\r\n\t}", "public void AlgoTimeTrials() {\n\t\n\tSystem.out.println( \"\\nQuestion (7) AlgoTimeTrials\" );\n\tSystem.out.println( \"---------------------------\");\n\tint start = 100 , end = 1000000 , mult = 10;\n\tint NTrials = 5;\n\tdouble Range = 9.0;\n\tStopWatch watch = new StopWatch();\n\tdouble target = Math.PI;\n\tSystem.out.format( \"%10s %12s %12s %12s\\n\" , \"Size\" , \"AvgSort(us)\" , \"AvgBinary(us)\" , \"AvgLinear(us)\" );\n\tSystem.out.format( \"%10s %12s %12s %12s\\n\" , \"----\" , \"-----------\" , \"-------------\" , \"-------------\" );\n\tfor( int Size = start ; Size <= end ; Size *= mult ) {\n\t double [] sortTimes = new double[NTrials];\n\t double [] binarySearchTimes = new double[NTrials];\n\t double [] linearSearchTimes = new double[NTrials];\n\t for( int i = 0; i < NTrials ; i++ ) {\n\t\tdouble [] A = createRandomDoubleArray(Size,Range);\n\t\tA[A.length-1] = target;\n\t\tsortTimes[i] = getSortTime( A , watch );\n\t\tbinarySearchTimes[i] = getBinarySearchTime(A,target,watch);\n\t\tlinearSearchTimes[i] = getLinearSearchTime(A,target,watch);\n\t }\n\t double avgSort = getAverage( sortTimes );\n\t double avgBinary = getAverage( binarySearchTimes);\n\t double avgLinear = getAverage( linearSearchTimes);\n\t System.out.format( \"%10d %12.1f %12.1f %12.1f\\n\" , Size , avgSort , avgBinary , avgLinear );\n\t}\n }", "public void sumValues(){\n\t\tint index = 0;\n\t\tDouble timeIncrement = 2.0;\n\t\tDouble timeValue = time.get(index);\n\t\tDouble packetValue;\n\t\twhile (index < time.size()){\n\t\t\tDouble packetTotal = 0.0;\n\t\t\twhile (timeValue < timeIncrement && index < packets.size()){\n\t\t\t\ttimeValue = time.get(index);\n\t\t\t\tpacketValue = packets.get(index);\n\t\t\t\tpacketTotal= packetTotal + packetValue;\n\t\t\t\tindex = index + 1;\n\t\t\t}\n\t\t\tArrayList<Double> xy = new ArrayList<Double>();\n\t\t\txy.add(timeIncrement);\n\t\t\txy.add(packetTotal);\n\t\t\ttotalIncrements.add(xy);\n\t\t\t// to get max and min need separate arrays\n\t\t\ttimeIncrements.add(timeIncrement);\n\t\t\tbyteIncrements.add(packetTotal);\n\t\t\ttimeIncrement = timeIncrement + 2.0;\t\n\t\t}\n\t\treturn;\n\n\t}", "public static long getAverageHitTime() {\r\n if (_count == 0)\r\n return 0L;\r\n return _time / _count;\r\n }", "double average();", "public static void calculateAverage(double[] inputArray, int limit)\r\n\t{\r\n\t\tIMovingAverage<Double> movingAvg = new MovingAverageImpl<Double>(limit);\r\n\t\tfor(double element : inputArray)\r\n\t\t{\r\n\t\t\tmovingAvg.add(element);\r\n\t\t\tSystem.out.println(\"Moving average is = \" +movingAvg.getAverage());\r\n\t\t}\r\n\t\tSystem.out.println(\"*********************************************************\");\r\n\t}", "void printAverageMeasurement(Station station, Sensor sensor, LocalDateTime since, LocalDateTime until, double average);", "public static double doAvgProcessingTime() {\n if (count >= 1) {\n return processingTimeTotal / count;\n } else {\n return -1;\n }\n }", "Execution getAverageExecutions();", "public void getAvg()\n {\n this.avg = sum/intData.length;\n }", "public int avgTrafficPerDay(){\r\n \r\n int trav=apstate.gettravellers();\r\n\t\tint days=apstate.getdays();\r\n\t\tint items=apstate.getitems();\r\n \r\n int avg_traffic_per_day=trav/days;\r\n \r\n return avg_traffic_per_day;\r\n }", "public static void main(String[] args){\n ArrayList<Record> test = new ArrayList<>();\n test.add(new Record(1,91));\n test.add(new Record(1,92));\n test.add(new Record(2,93));\n test.add(new Record(2,99));\n test.add(new Record(2,98));\n test.add(new Record(2,97));\n test.add(new Record(1,60));\n test.add(new Record(1,58));\n test.add(new Record(2,100));\n test.add(new Record(1,61));\n\n System.out.print(firstFiveAverage.highFive(10,test));\n }", "public double calculateAvgLeadTime() {\n Double totalLeadTime = 0.0;\n LinkedList<Card> completedCards = BoardManager.get().getCurrentBoard().getCardsOf(Role.COMPLETED_WORK);\n for (Card card : completedCards) {\n totalLeadTime += (int) DAYS.between(card.getCreationDate(versions), card.getCompletionDate(versions));\n }\n if (totalLeadTime == 0.0){\n return 0.0;\n }\n return Math.round(totalLeadTime/completedCards.size() * 100D) / 100D;\n }", "private float calculateAverage(List<Float> tempVoltages) {\r\n\t\t\r\n\t\tfloat runningTotal = 0;\r\n\t\tfor(float i : tempVoltages){\r\n\t\t\trunningTotal += i;\r\n\t\t}\r\n\t\trunningTotal /= tempVoltages.size();\r\n\t\treturn runningTotal;\r\n\t}", "double average() { // used double b/c I want decimal places\n\t\tint sum = 0;\n\t\tfor (int i = 0; i < array.length; i++) {\n\t\t\tsum = sum + array[i];\n\t\t}\n\t\tdouble average = (double) sum / array.length;\n\t\treturn average;\n\n\t}", "public void calcAvg(){\n\t\taverage = hits/atbat;\n\t\t\n\t}", "public void calculateAverage() {\n\n if (turn == 1) {\n p1.setTotalScore(p1.getTotalScore() + turnScore);\n\n p1.setTotalDarts(p1.getTotalDarts() + 1);\n\n float p1Average = p1.getTotalScore() / p1.getTotalDarts();\n p1.setAverage(p1Average);\n\n } else if (turn == 2) {\n p2.setTotalDarts(p2.getTotalDarts() + 1);\n p2.setTotalScore(p2.getTotalScore() + turnScore);\n\n float p2Average = p2.getTotalScore() / p2.getTotalDarts();\n p2.setAverage(p2Average);\n }\n\n\n }", "public double getMean() {\n double timeWeightedSum = 0;\n\n for (int i = 0; i < accumulate.size() - 1; i++) {\n timeWeightedSum += accumulate.get(i).value\n * (accumulate.get(i + 1).timeOfChange\n - accumulate.get(i).timeOfChange);\n\n }\n LOG_HANDLER.logger.finer(\"timeWeightedSum Value: \" + timeWeightedSum\n + \"totalOfQuueueEntries: \" + totalOfQueueEntries);\n return timeWeightedSum / totalOfQueueEntries;\n }", "public double mean(double data[]) {\r\n\t\tdouble mean = 0;\r\n\t\ttry {\r\n\t\t\tfor(int i=0;i<data.length;i++) {\r\n\t\t\t\tmean =mean+data[i];\r\n\t\t\t}\r\n\t\t\tmean = mean / data.length;\r\n\t\t}\r\n\t\tcatch(Exception e) {\r\n\t\t\tDataMaster.logger.warning(e.toString());\r\n\t\t\t//e.printStackTrace();\r\n\t\t}\r\n\t\treturn mean;\r\n\t}", "public double avgWait()\r\n {\r\n //find the average value in an arraylist\r\n double avgWait = 0;\r\n double sum = servedCustomers.get(0).getwaitTime();\r\n for(int i = 1; i < servedCustomers.size(); i++){\r\n sum += servedCustomers.get(i).getwaitTime();\r\n }\r\n avgWait = sum/servedCustomers.size();\r\n return avgWait;\r\n }", "private int getMean(int[] times) {\n\n\t\t//Initialise mean and sum to 0\n\t\tint mean = 0;\n\t\tint sum = 0;\n\n\t\t//Loop through all the times\n\t\tfor (int i = 0; i < times.length; i++) {\n\n\t\t\t//Add to the sum\n\t\t\tsum += times[i];\n\t\t}\n\n\t\t//Calculate and return the mean\n\t\tmean = sum/times.length;\n\t\treturn mean;\n\t}", "static double calculateAverage(int[] array) {\n\n double sum = 0;\n\n for (int i = 0; i < array.length; i++) {\n\n sum = sum + (double) array[i];\n\n\n }\n\n return sum / array.length;//returning average\n\n }", "public void average(){\n\t\tfor(PlayerWealthDataAccumulator w : _wealthData.values()){\n\t\t\tw.average();\n\t\t}\n\t}", "public int average()\n {\n int average = 0;\n int sum = 0;\n\n for ( int index = 0; index < data.length; index++ )\n {\n sum = sum + data[index];\n }\n average = sum / data.length;\n\n return average;\n }", "double average(double[] doubles) {\n double total = 0.0;\n //int count = 0;\n for (double d: doubles) {\n total = total + d;\n //count = count + 1;\n }\n //return total / count;\n return total / doubles.length;\n }", "public void findAvg()\n {\n for(int i = 0; i <= scores.length-1; i++)\n {\n for (int j = 0; j <= scores[0].length-1; j++)\n {\n total += scores[i][j];\n }\n }\n System.out.println(\"The class average test score is \" + \n total/24 + \".\");\n }", "protected static float[] computeMovingAverage(float[] values, int np) {\n\t\tfloat[] mm = new float[values.length - np];\n\t\tfor (int i = 0; i < mm.length; i++) {\n\t\t\tfloat sum = 0;\n\t\t\tfor (int j = 0; j < np; j++) {\n\t\t\t\tsum = sum + values[i + j];\n\t\t\t}\n\t\t\tmm[i] = sum / np;\n\t\t}\n\t\treturn mm;\n\t}", "@Test\n public void testAverage() throws Exception {\n Assert.assertTrue(fireHydrants.canSellHydrants());\n Assert.assertTrue(fireHydrants.sellHydrants());\n fakeTicker.setTimeInSecs(5 * 60);\n Assert.assertTrue(fireHydrants.canSellHydrants());\n Assert.assertTrue(fireHydrants.sellHydrants());\n Assert.assertFalse(fireHydrants.canSellHydrants());\n fakeTicker.setTimeInSecs(10 * 60);\n Assert.assertTrue(fireHydrants.sellHydrants());\n fakeTicker.setTimeInSecs(15 * 60);\n Assert.assertTrue(fireHydrants.canSellHydrants());\n Assert.assertTrue(fireHydrants.sellHydrants());\n fakeTicker.setTimeInSecs(20 * 60);\n Assert.assertTrue(fireHydrants.sellHydrants());\n fakeTicker.setTimeInSecs(25 * 60);\n Assert.assertTrue(fireHydrants.sellHydrants());\n fakeTicker.setTimeInSecs(30 * 60);\n Assert.assertTrue(fireHydrants.sellHydrants());\n fakeTicker.setTimeInSecs(35 * 60);\n Assert.assertTrue(fireHydrants.canSellHydrants());\n Assert.assertTrue(fireHydrants.sellHydrants());\n fakeTicker.setTimeInSecs(40 * 60);\n Assert.assertTrue(fireHydrants.sellHydrants());\n fakeTicker.setTimeInSecs(45 * 60);\n Assert.assertTrue(fireHydrants.sellHydrants());\n\n //11th request fails, as it crossed the limit of 10 requests in 60 mins.\n Assert.assertFalse(fireHydrants.canSellHydrants());\n\n fakeTicker.setTimeInSecs(60 * 60);\n //Next 60 mins\n //Fails as it reached the avg limit of 5 per hour.\n Assert.assertFalse(fireHydrants.sellHydrants());\n }", "public static void calculateAverage(int[] inputArray, int limit)\r\n\t{\r\n\t\tIMovingAverage<Integer> movingAvg = new MovingAverageImpl<Integer>(limit);\r\n\t\tfor(int element : inputArray)\r\n\t\t{\r\n\t\t\tmovingAvg.add(element);\r\n\t\t\tSystem.out.println(\"Moving average is = \" +movingAvg.getAverage());\r\n\t\t}\r\n\t\tSystem.out.println(\"*********************************************************\");\r\n\t}", "public double calcAverageWaitingTime()\n\t{\n\t\tint min,y;\n\t\tint sum=0;\n\t\tint x=0,j;\n\t\tfor( int i=0;i<num;i++)\n\t\t{\n\t\t\ttest[i]=Priority[i];\n\n\t\t}\n\t\tint max=test[0];\n\t\tfor (int i=0;i<num;i++)\n\t\t{\n\t\t\tif(test[i]>max)\n\t\t\t{\n\t\t\t\tmax=test[i];\n\t\t\t}\n\n\t\t}\n\t\tmax=max+1;\n\t\tfor (int i=0;i<num;i++)\n\t\t{ \n\t\t\tmin = max;\n\t\t\tfor(j=0;j<num;j++)\n\t\t\t{\n\t\t\t\tif(test[j]!=-1&&test[j]<min)\n\t\t\t\t{\n\t\t\t\t\tmin = test[j];\n\t\t\t\t\tx = j;\n\t\t\t\t}\n\t\t\t\telse if(test[j]!=-1&&test[j]==min)\n\t\t\t\t{\n\t\t\t\t\tif(burstTime[j]<burstTime[x])\n\t\t\t\t\t{\n\t\t\t\t\t\tmin = test[j];\n\t\t\t\t\t\tx = j;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tpid1[i]=x;\n\t\t\ttest[x]=-1;\n\t\t}\n\t\treturn printWaitingTime();\n\t}", "private static double countAverageRun(Runner sportsman) {\n double result = 0;\n for (int i = 0; i < sportsman.getNumberOfRuns(); i++) {\n result += sportsman.getDefiniteRunStat(i);\n }\n\n return result / sportsman.getNumberOfRuns();\n }", "public static void main(String[] args) {\r\n double d = 3.5;\r\n int i = 2;\r\n System.out.println(d/i);\r\n MovingAverage movingAverage = new A0346MovingAveragefromDataStream().new MovingAverage(3);\r\n System.out.println(movingAverage.next(1));\r\n System.out.println(movingAverage.next(10));\r\n System.out.println(movingAverage.next(3));\r\n System.out.println(movingAverage.next(5));\r\n }", "public float waitingAvg() {\r\n int total = 0;\r\n float avg;\r\n\r\n for (Person temp : saf) {\r\n total += temp.getExitTime();\r\n\r\n }\r\n avg = (float) total / saf.size();\r\n return avg;\r\n }", "double avg(){\n\t\tdouble sum = 0.0;\n\t\tfor(int i=0;i<num.length;i++)\n\t\t\tsum+=num[i].doubleValue();\n\t\treturn sum/num.length;\n\t}", "@Test\n\tpublic void averagingWorksWithOrdinaryIterator() {\n\t\tfinal FloatTimeSeries t = new FloatTreeTimeSeries();\n\t\tt.addValues(TimeSeriesUtils.createStepFunction(10, 0, 10, 0, 10)); // step function from 0 to 100\n\t\tt.setInterpolationMode(InterpolationMode.STEPS);\n//\t\tfinal FloatTimeSeries tr = new FloatTreeTimeSeries();\n//\t\ttr.addValues(TimeSeriesUtils.createStepFunction(5, 0, 20, 0, 0)); // step function with doubled step size\n//\t\ttr.setInterpolationMode(InterpolationMode.STEPS);\n//\t\tfinal MultiTimeSeriesIterator multiIt = MultiTimeSeriesIteratorBuilder.newBuilder(Arrays.asList(t.iterator(),tr.iterator()))\n\t\tfinal MultiTimeSeriesIterator multiIt = MultiTimeSeriesIteratorBuilder.newBuilder(Arrays.asList(t.iterator()))\n\t\t\t\t.setGlobalInterpolationMode(InterpolationMode.STEPS)\n\t\t\t\t.doAverage(true)\n\t\t\t\t.setUpperBoundaryValues(Collections.singletonMap(0, new SampledValue(new FloatValue(100), 100, Quality.GOOD)))\n\t\t\t\t.build();\n\t\tSampledValueDataPoint sv = null;\n\t\tSampledValue value = null;\n\t\tMap<Integer,SampledValue> map = null;\n\t\tint cnt = 0;\n\t\tAssert.assertTrue(multiIt.hasNext());\n\t\tmultiIt.next();\n\t\twhile (multiIt.hasNext()) {\n\t\t\tsv = multiIt.next();\n\t\t\tmap = sv.getElements();\n\t\t\tvalue = map.get(0);\n\t\t\tAssert.assertEquals(\"Averaging failed\", cnt++ * 10, value.getValue().getFloatValue(), 1);\n\t\t\tif (map.containsKey(1))\n\t\t\t\tAssert.assertEquals(\"Averaging failed\", 0, map.get(1).getValue().getFloatValue(), 1);\n\t\t}\n\t\tAssert.assertTrue(cnt > 3);\n\t}", "public static double avg(double[] array) {\r\n\t\tdouble ret = sum(array);\r\n\t\treturn ret / array.length;\r\n\t}", "public static double average(double[] array){\n double sum = 0;\n for (int i = 0; i < array.length; i++) {\n sum += array[i];\n }\n return sum/array.length;\n }", "@Test\n public void firstRatingsIsLate() {\n LocalDateTime firstTime = LocalDateTime.of(2017, Month.JANUARY, 1, 0, 0);\n\n //start with creating tp (proportional)\n // |------|\n TimePeriod tp = new TimePeriod(firstTime.plusHours(0), firstTime.plusHours(7));\n\n\n /**match tp with ratings and chunkEnd so we have (proportional scale)\n * ratings |--o----||\n * tp: |-------|\n *\n */\n ScoreTime rStart = new ScoreTime(firstTime.plusHours(2), 3);\n LocalDateTime chunkEnd = firstTime.plusHours(7); //=> same as tp.end\n\n //this is the method we are testing\n double[] avgscoreAndWeight = RatingTime.calcAvgAndWeight(tp, Arrays.asList(rStart),\n chunkEnd);\n assertEquals(3.0, avgscoreAndWeight[0]);\n\n /* weight should equal durationOfRatingsInScopeOfTp/tp.duration\n timeOfRatingsInScopeOfTp = 5 hours\n tp.duration = 7 hours.\n weight should be 5/7\n */\n\n assertEquals(5. / 7., avgscoreAndWeight[1], 0.01);\n }", "static double averageDoubleArray(double[] inputArray) {\n\t\tdouble doubleSum = 00.00;\n\t\tfor (double element : inputArray) { \n\t\t\tdoubleSum += element;\n\t\t}\n\t\tdouble average = doubleSum / inputArray.length; \n\t\treturn average;\n\t}", "public static void main(String[] args) {\n\t\tdouble d = 14/1.6;\r\n\t\tdouble t = (45*60+30)/3600.0;\r\n\t\tdouble s = d/t;\r\n\t\tSystem.out.println(\"the average speed in miles per hour is \"+s);\r\n\t}", "public float getAverageLoad5() {\r\n return convert(averageLoad5);\r\n }", "public static double getAverage(int start, double[] d) {\n double average = 0;\n for (int i = 0; i < 110; i++) {\n average = average + d[i];\n }\n return average / 110;\n }", "public MovingAverage(int size) {\r\n this.size = size;\r\n }", "double getAvgTreatment();", "@Test\n public void tpExtendsChunkEndTest() {\n LocalDateTime firstTime = LocalDateTime.of(2017, Month.JANUARY, 1, 0, 0);\n\n //start with creating tp (proportional)\n // |------|\n TimePeriod tp = new TimePeriod(firstTime, firstTime.plusHours(6));\n\n\n /**match tp with ratings and chunkEnd so we have (proportional scale)\n * ratings |o----||\n * tp: |------|\n *\n */\n ScoreTime rStart = new ScoreTime(firstTime, 4);\n LocalDateTime chunkEnd = firstTime.plusHours(5); //=> 1 hour before tp.end\n\n //this is the method we are testing\n double[] avgscoreAndWeight = RatingTime.calcAvgAndWeight(tp, Arrays.asList(rStart),\n chunkEnd);\n assertEquals(4.0, avgscoreAndWeight[0]);\n\n /* weight should equal durationOfRatingsInScopeOfTp/tp.duration\n ratingsInScopeOfTp = 5 hours\n tp.duration = 6 hours.\n weight should be 5/6\n */\n\n assertEquals(5. / 6., avgscoreAndWeight[1], 0.01);\n }", "public static void arrayAttributes(){\n int[] x= {1, 5, 10, -2};\n int[] y={0,0,0};\n int sum=0;\n int avg=0;\n int max=x[0];\n int min=x[0];\n for (int i =0; i<x.length; i++){\n sum=sum+x[i];\n if (x[i]>max){\n max=x[i];\n }\n if (x[i]<min){\n min=x[i];\n }\n }\n avg=sum/x.length;\n y[0]=max;\n y[1]=min;\n y[2]=avg;\n for (int j=0; j<y.length; j++){\n System.out.println(y[j]); \n }\n}", "public static double avgDoublesArray(double array[])\n\t{\n\t\tdouble avg = 0;\n\t\tfor (int i = 0; i < array.length; i++)\n\t\t\tavg += array[i];\n\t\t\n\t\tavg = avg / array.length;\n\t\treturn avg;\n\t}", "private static double calculateMovingAverage(JsArrayNumber history) {\n double[] vals = new double[history.length()];\n long size = history.length();\n double sum = 0.0;\n double mSum = 0.0;\n long mCount = 0;\n\n // Check for sufficient data\n if (size >= 8) {\n // Clone the array and Calculate sum of the values\n for (int i = 0; i < size; i++) {\n vals[i] = history.get(i);\n sum += vals[i];\n }\n double mean = sum / size;\n\n // Calculate variance for the set\n double varianceTemp = 0.0;\n for (int i = 0; i < size; i++) {\n varianceTemp += Math.pow(vals[i] - mean, 2);\n }\n double variance = varianceTemp / size;\n double standardDev = Math.sqrt(variance);\n\n // Standardize the Data\n for (int i = 0; i < size; i++) {\n vals[i] = (vals[i] - mean) / standardDev;\n }\n\n // Calculate the average excluding outliers\n double deviationRange = 2.0;\n\n for (int i = 0; i < size; i++) {\n if (vals[i] <= deviationRange && vals[i] >= -deviationRange) {\n mCount++;\n mSum += history.get(i);\n }\n }\n\n } else {\n // Calculate the average (not enough data points to remove outliers)\n mCount = size;\n for (int i = 0; i < size; i++) {\n mSum += history.get(i);\n }\n }\n\n return mSum / mCount;\n }", "public double average(int first, int last){\n double final = 0;\n for(int i = first; i < last; i++){\n final += scores[i];\n }\n return final/(last-first+1);\n}", "public float sumTimer(int idx){\n float sum = 0;\n for (int f = 0; f < idx; f++){\n sum+=curTime[f];\n }\n System.out.println(\"SUM \" + sum);\n return sum;\n }", "public double averageProcessTime() {\n\t\tif (numCompleted < 1) {\n\t\t\treturn 0.0;\n\t\t} else {\n\t\treturn (double)totalProcessTime / (double)numCompleted;\n\t\t}\n\t}", "public double[] getAverages() {\n\t\t\n\t\t// initialize array\n\t\taverages = new double[5];\n\t\t\n\t\t// used with calcAverage for the startIndex\n\t\tint curIndex = 0;\n\t\taverages[ASSIGNMENTS] = calcAverage(curIndex, curIndex += NUM_ASSIGNMENTS);\n\t\taverages[QUIZZES] = calcAverage(curIndex, curIndex += NUM_QUIZZES);\n\t\taverages[TESTS] = calcAverage(curIndex, curIndex += NUM_TESTS);\n\t\taverages[FINAL] = calcAverage(curIndex, curIndex + 1);\n\t\t\n\t\t// get the overall average\n\t\tdouble quizTestAverage = (averages[QUIZZES] + averages[TESTS]) * PERCENT_QUIZ_AND_TESTS / 2;\n\t\tdouble assignmentAverage = averages[ASSIGNMENTS] * PERCENT_ASSIGNMENTS;\n\t\tdouble finalAverage = averages[FINAL] * PERCENT_FINAL;\n\t\taverages[OVERALL] = quizTestAverage + assignmentAverage + finalAverage;\n\t\t\n\t\t// return the array\n\t\treturn averages;\n\t}", "private static double meanVal(double[] arrayOfSamples){\n\t\tdouble total = 0;\n\t\t for (double i :arrayOfSamples){\n\t\t \ttotal += i;\n\t\t }\n\t return total/arrayOfSamples.length;\n\t}", "private void calculateAvg() {\n\t\tDescriptiveStatistics stats = new DescriptiveStatistics();\n\t\tfor (QueryInfo oneQ : this.maxQueries) {\n\t\t\tstats.addValue(oneQ.getGapCount() * oneQ.getFrequency());\n\t\t}\n\t\tthis.avgGain = stats.getMean();\n\t\tthis.medianGain = stats.getPercentile(50);\n\t\tthis.quartiles = stats.getPercentile(75);\n\t}", "public double calcAvg() {\n\t\treturn (double)calcSum() / data.size();\n }", "public double averageSteps() {\n if (day==0) return 0;\n return (double) totalSteps / day;}", "public void computeAverageOfRepeats() {\n\t\t\n\t\texperimentsAvg_ = new ArrayList<Experiment>();\n\t\t\n\t\tfor (int i=0; i<experiments_.size(); i++)\n\t\t\texperimentsAvg_.add(experiments_.get(i).computeAverageOfRepeats());\n\t}", "double getAvgControl();", "private void updateMean() {\r\n double tmp = 0.0;\r\n for (Tweet t : members) {\r\n tmp += t.getDateLong();\r\n }\r\n tmp = tmp / (double) members.size();\r\n this.mean = tmp;\r\n }", "public double mean()\n {\n double sum = 0.0;\n for(int t = 0; t<size; t++)\n sum += x[t];\n return sum/size;\n }", "private double calculatePer5years(double currentRate, Map<String, String> earningsPerShare) {\n double next = parseToDoubleOrZero(earningsPerShare.get(fundamentalData.getNextYear()).replace(\",\", \".\"));\n double current = parseToDoubleOrZero(earningsPerShare.get(fundamentalData.getCurrentYear()).replace(\",\", \".\"));\n // If the data is not up to date at onvista...\n String lastYearEps = earningsPerShare.get(fundamentalData.getLastYear());\n if (lastYearEps == null) {\n lastYearEps = earningsPerShare.get(fundamentalData.getLastYear() + \"e\");\n }\n double last = parseToDoubleOrZero(lastYearEps.replace(\",\", \".\"));\n double twoAgo = parseToDoubleOrZero(earningsPerShare.get(fundamentalData.getTwoYearsAgo()).replace(\",\", \".\"));\n double threeAgo = parseToDoubleOrZero(earningsPerShare.get(fundamentalData.getThreeYearsAgo()).replace(\",\", \".\"));\n\n double fiveYearsEarnings;\n if (next == 0 && current != 0 && last != 0 && twoAgo != 0 && threeAgo != 0) {\n fiveYearsEarnings = (current + last + twoAgo + threeAgo) / 4;\n } else {\n fiveYearsEarnings = (next + current + last + twoAgo + threeAgo) / 5;\n }\n\n return currentRate / fiveYearsEarnings;\n }", "public static double doAvgWaitTime() {\n if (count >= 1) {\n return waitTimeTotal / count;\n } else {\n return -1;\n }\n }", "public Double computeAverage(){\n\t\tdouble total = 0; //double used to keep total value of elements in arr to determine average\n\t\t\n\t\tfor(int i = 0; i < arr.length; i++)//loop through array and add the total\n\t\t{\n\t\t\ttotal += arr[i].doubleValue(); //add current value of element in arr to total's value\n\t\t}\n\t\t\n\t\tDouble result = total/arr.length; //returns the average as a Double\n\t\t\n\t\treturn result;\n\t}", "@DISPID(64)\r\n\t// = 0x40. The runtime will prefer the VTID if present\r\n\t@VTID(62)\r\n\tint averageRunTime_Minutes();", "@Test\n public void scopeOfRatingsIsCoveringTp() {\n LocalDateTime firstTime = LocalDateTime.of(2017, Month.JANUARY, 1, 0, 0);\n\n //start with creating tp (proportional), a little bit ahead\n // |------|\n TimePeriod tp = new TimePeriod(firstTime.plusHours(1), firstTime.plusHours(8));\n\n\n /**match tp with ratings and chunkEnd so we have (proportional scale)\n * ratings |o---------||\n * tp: |-------|\n *\n */\n ScoreTime rStart = new ScoreTime(firstTime, 6);\n LocalDateTime chunkEnd = firstTime.plusHours(10); //=> several hours after tp.end\n\n //this is the method we are testing\n double[] avgscoreAndWeight = RatingTime.calcAvgAndWeight(tp, Arrays.asList(rStart),\n chunkEnd);\n assertEquals(6.0, avgscoreAndWeight[0]);\n\n /* weight should equal durationOfRatingsInScopeOfTp/tp.duration\n ratingsInScopeOfTp = 7 hours\n tp.duration = 7 hours.\n weight should be 7/7 = 1.0\n */\n\n assertEquals(1.0, avgscoreAndWeight[1], 0.01);\n }", "public static void test() {\n\t\tdouble[][] data = new double[90][4];\n\t\tint trials = 10;\n\t\tint count = 0;\n\t\tRandom rand = new Random();\n\n\t\tfor(int n = 10000000; n < 100000000; n = n + 1000000) {\n\t\t\tint sum = 0;\n\t\t\tfor(int k = 0; k < trials; k++) {\n\t\t\t\tint[] array = new int[n];\n\t\t\t\tfor(int j = 0; j < array.length; j++) {\n\t\t\t\t\tarray[j] = rand.nextInt();\n\t\t\t\t}\n\t\t\t\tLong startTime = new Long(System.currentTimeMillis());\n\t\t\t\tquickSort(array, 0, array.length - 1);\n\t\t\t\tLong endTime = new Long(System.currentTimeMillis());\n\t\t\t\tsum = sum + (endTime.intValue() - startTime.intValue());\n\t\t\t}\n\t\t\n\t\t\tdouble average = sum / ((double) trials);\n\t\t\tdata[count][0] = count;\n\t\t\tdata[count][1] = n;\n\t\t\tdata[count][2] = average;\n\t\t\tdata[count][3] = average / (n * (Math.log(n)/Math.log(2)));\n\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(toString(data));\n\t}", "@Override\n\tpublic int getAverageSpeed() {\n\t\treturn 5;\n\t}", "public synchronized double measure(double value, long when) {\n // compute difference to last time in (seconds)\n double dt = (when - this.when) / 1000.0D;\n if (dt < 0) {\n // if the time is negative, we just skip computation (happens if NTP sets the clock back)\n } else if (dt == 0) {\n // if no time went by we have the special case where the average is just corrected\n this.average = value * (1.0 - this.kappa) + this.average;\n } else {\n // a positive dt means reevalute fully\t\t\t\n this.kappa = Math.exp(dt * this.ln_phi);\n this.average = value * (1.0 - this.kappa) + this.average * this.kappa;\n this.when = when;\n }\n return average;\n }", "public static double mean(double[] x){\n\n //Declares and intializes mean and total to 0;\n double mean = 0;\n double total = 0;\n\n //Takes the total of all the numbers in every index\n for(int i = 0; i < x.length; i++){\n total += x[i];\n }\n //Divides total by 10\n mean = total / 10;\n\n //returns mean\n return mean;\n\n }", "float average(int[] input) {\n\t\tfloat average = 0;\n\t\tint sum = 0;\n\t\tfor (int index = 0; index < input.length; index++) {\t\t//loop to get sum of numbers\n\t\t\tsum = sum + input[index];\n\t\t}\n\t\taverage = (float) sum / (input.length);\t\t//average calculation\n\t\treturn average;\n\t}", "public MeanVar(double[] data) {\n\t\tfor (int i = 0; i < data.length; i++)\n\t\t\taddValue(data[i]);\n\t}", "public double getRunAverageMillis()\n {\n return 0.0;\n }" ]
[ "0.635535", "0.6087886", "0.60472894", "0.60391647", "0.6009825", "0.5995573", "0.5914823", "0.59083843", "0.58734524", "0.5857492", "0.583016", "0.58228445", "0.5812978", "0.57702065", "0.57459337", "0.5723889", "0.56288564", "0.5620734", "0.5535462", "0.5528045", "0.5500285", "0.549967", "0.54816765", "0.5453185", "0.5387827", "0.5378773", "0.53681296", "0.5362212", "0.53592426", "0.53423804", "0.5333353", "0.53221303", "0.5304917", "0.5287447", "0.5271607", "0.5261544", "0.52435166", "0.52362406", "0.5235696", "0.52188104", "0.5212683", "0.5206872", "0.51937675", "0.51820874", "0.517441", "0.517107", "0.51586103", "0.51491135", "0.5134574", "0.5127848", "0.51267004", "0.51251435", "0.5124703", "0.5117666", "0.5116718", "0.50998896", "0.50990313", "0.5095447", "0.5086957", "0.5085168", "0.5081025", "0.5080197", "0.50654626", "0.5064751", "0.50558275", "0.50462335", "0.5030241", "0.5024671", "0.49835867", "0.4983408", "0.49793553", "0.4976911", "0.49724767", "0.496447", "0.49610442", "0.49582598", "0.4946537", "0.49433827", "0.4942431", "0.49396876", "0.49333274", "0.49277198", "0.49244314", "0.49219134", "0.49203193", "0.49149233", "0.49048078", "0.4902316", "0.489527", "0.4893912", "0.48807806", "0.48788628", "0.48782614", "0.4877298", "0.48760766", "0.4873836", "0.48738116", "0.486594", "0.48627374", "0.486047" ]
0.57079595
16
Method writes csv containing time complexity data
static void writeTimeCSV(String data_structure){ try { // Getting current directory String path = System.getProperty("user.dir"); // Initializing data directory String dataPath = path + "/Data/"; // Initializing CSV directory String csvPath = path + "/CSV/"; // Creating filename with given data structure String filename = String.format("%s.csv",data_structure); // Initializing FileWrite object FileWriter write = new FileWriter(csvPath + filename); // Initializing header string for csv file String header = "Total_Word_Count,t\n"; write.append(header); // Initializing counter object WordCounter2 counter = new WordCounter2(data_structure); // Creating data format string String dataFormat = "%s,%s\n"; // Getting data directory File dataDirectory = new File(dataPath); // Going through each file in the directory for (File data : dataDirectory.listFiles()) { // getting the data file's name String name = data.getAbsolutePath(); // Initializing arraylist of words ArrayList<String> words = counter.readWords(name); // Getting the average amount of time taken to create a word map // Converted to ms double t = averageTime(counter, words); // Getting the total number of words int total = counter.getTotalWordCount(); // Creating data string and appending it to the csv String dataString = String.format(dataFormat, total,t); write.append(dataString); // Clearing word map counter.clearMap(); System.out.println("Finished reading file " + data.getName()); } write.close(); } catch (IOException ex) { System.out.println("TimeComplexity.writeTimeCSV():: Could not write file"); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void writeCSV(@NotNull String filename) throws Exception {\n\t\tlong start, stop, elapsed;\n\t\t\n\t\tstart = System.currentTimeMillis();\n\t\t\n\t\t/* OPEN FILES */\n\t\t\n\t\tString filename1 = filename + \"_ChromaticNumber.csv\";\n\t\tString filename2 = filename + \"_Time.csv\";\n\t\t\n\t\tFile f1 = new File(filename1);\n\t\tFile f2 = new File(filename2);\n\t\t\n\t\tBufferedWriter bw1 = new BufferedWriter(new FileWriter(f1));\n\t\tBufferedWriter bw2 = new BufferedWriter(new FileWriter(f2));\n\t\t\n\t\t/* COMPUTE DATA */\n\t\tLexicon<ColorInterface> algorithms = new LexiconBuilder<>(ColorInterface.class)\n\t\t\t\t.setAcceptNullValues(false)\n\t\t\t\t.setAcceptDuplicates(false)\n\t\t\t\t.addAll(new WelshPowell.WelshPowellAscending(), new WelshPowell.WelshPowellDescending(), new WelshPowell.WelshPowellRandom())\n\t\t\t\t.addAll(new Greedy.GreedyAscending(), new Greedy.GreedyDescending(), new Greedy.GreedyRandom())\n\t\t\t\t.addAll(new DSATUR())\n\t\t\t\t.createLexicon();\n\t\t\n\t\t/**\n\t\t * data map an algorithm to another LinkedHashMap which map for a given graph the chromatic number and the time\n\t\t *\n\t\t * data[algorithm] -> result[graph] -> (chromatic_number ; time_ms)\n\t\t */\n\t\tLinkedHashMap<ColorInterface, LinkedHashMap<Integer, Couple<Long, Long>>> data = new LinkedHashMap<>();\n\t\t\n\t\t/* REAL */\n\t\tfor (ColorInterface algorithm : algorithms) {\n\t\t\tSystem.out.println(\"Computing \" + algorithm.toString() + \"...\");\n\t\t\tdata.put(algorithm, testAlgorithm(algorithm));\n\t\t\tSystem.out.println(\"Done.\");\n\t\t}\n\t\t/* MOCK *\n\t\tfor (ColorInterface algorithm : algorithms) {\n\t\t\tLinkedHashMap<Integer, Couple<Long, Long>> result = new LinkedHashMap<>();\n\t\t\t\n\t\t\tfor (int i = 0, maxi = queens.size(); i < maxi; i++)\n\t\t\t\tresult.put(getQueenNumber(i), new Couple<>(-1L, -1L));\n\t\t\t\n\t\t\tdata.put(algorithm, result);\n\t\t}*/\n\t\t\n\t\t/* CHROMATIC NUMBER */\n\t\t\n\t\tStringBuilder build1 = new StringBuilder();\n\t\t\n\t\t// Write header\n\t\tbuild1.append(\"Chromatic Number,WelshPowell,,,Greddy,,,DSATUR\\n\")\n\t\t\t\t.append(\",Ascending,Descending,Random,Ascending,Descending,Random\\n\");\n\t\t\n\t\t// Write data\n\t\tfor (int i = 0, maxi = queens.size(); i < maxi; i++) {\n\t\t\tGraph<Object, Object> queen = queens.get(i);\n\t\t\t\n\t\t\t// Compute the number of the queen\n\t\t\tint number = 2 * i + 5;\n\t\t\t\n\t\t\t// Write the name of the graph\n\t\t\tbuild1.append(\"\\\"queen\").append(number).append(\"_\").append(number).append(\".txt\\\",\");\n\t\t\t\n\t\t\t// Write the results of the algorithm\n\t\t\tfor (ColorInterface algorithm : algorithms) {\n\t\t\t\ttry {\n\t\t\t\t\tbuild1.append(\n\t\t\t\t\t\t\tdata\n\t\t\t\t\t\t\t\t\t.get(algorithm)\n\t\t\t\t\t\t\t\t\t.get(getQueenNumber(i))\n\t\t\t\t\t\t\t\t\t.getX())\n\t\t\t\t\t\t\t.append(',');\n\t\t\t\t} catch (NullPointerException ex) {\n\t\t\t\t\tex.printStackTrace();\n\t\t\t\t\tbuild1.append(\"(null),\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tbuild1.append('\\n');\n\t\t}\n\t\t\n\t\t/* TIME */\n\t\t\n\t\tStringBuilder build2 = new StringBuilder();\n\t\t\n\t\t// Write header\n\t\tbuild2.append(\"Time (ms),WelshPowell,,,Greddy,,,DSATUR\\n\")\n\t\t\t\t.append(\",Ascending,Descending,Random,Ascending,Descending,Random\\n\");\n\t\t\n\t\t// Write data\n\t\tfor (int i = 0, maxi = queens.size(); i < maxi; i++) {\n\t\t\tGraph<Object, Object> queen = queens.get(i);\n\t\t\t\n\t\t\t// Compute the number of the queen\n\t\t\tint number = 2 * i + 5;\n\t\t\t\n\t\t\t// Write the name of the graph\n\t\t\tbuild2.append(\"\\\"queen\").append(number).append(\"_\").append(number).append(\".txt\\\",\");\n\t\t\t\n\t\t\t// Write the results of the algorithm\n\t\t\tfor (ColorInterface algorithm : algorithms) {\n\t\t\t\ttry {\n\t\t\t\t\tbuild2.append(\n\t\t\t\t\t\t\tdata\n\t\t\t\t\t\t\t\t\t.get(algorithm)\n\t\t\t\t\t\t\t\t\t.get(getQueenNumber(i))\n\t\t\t\t\t\t\t\t\t.getY())\n\t\t\t\t\t\t\t.append(',');\n\t\t\t\t} catch (NullPointerException ex) {\n\t\t\t\t\tex.printStackTrace();\n\t\t\t\t\tbuild1.append(\"(null),\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tbuild2.append('\\n');\n\t\t}\n\t\t\n\t\t/* WRITE TO FILE */\n\t\tbw1.write(build1.toString());\n\t\tbw2.write(build2.toString());\n\t\t\n\t\t/* CLOSE STREAMS */\n\t\tbw1.close();\n\t\tbw2.close();\n\t\t\n\t\t/* CONCLUDE */\n\t\t\n\t\tstop = System.currentTimeMillis();\n\t\t\n\t\telapsed = stop - start;\n\t\tlong seconds = 0;\n\t\t\n\t\tif (elapsed >= 1000)\n\t\t\tseconds = Math.round((double)elapsed / 1000d);\n\t\t\n\t\tSystem.out.println(\"ColoringProject.writeCSV> The computing and writing process took \" + elapsed + \"ms\" + (seconds > 0 ? \" ≈ \" + seconds + \"s\" : \"\"));\n\t}", "public void CreateCsv1(int[][]a,int[] b,int[][] c,String C)throws IOException{\r\n int [][] sample = new int[a.length][b.length*2]; \r\n try( PrintWriter writer = new PrintWriter(new File(C))){ \r\n StringBuilder sb = new StringBuilder();\r\n \r\n for( int i =0;i<a.length;i++){\r\n for( int j =0;j<(b.length);j++){\r\n\r\n sample[i][j*2+1] =c[i][b[j]]; \r\n sample[i][j*2]= a[i][j]-c[i][b[j]];\r\n \r\n }\r\n }\r\n \r\n for( int i =0;i<sample.length;i++){\r\n for( int j =0;j<sample[0].length;j++){\r\n if(j%2==0){\r\n \r\n for( int k=j-1;k>=0;k--){\r\n sample[i][j] -= sample[i][k];\r\n }\r\n \r\n }\r\n }\r\n }\r\n\r\n for( int i =0;i<b.length;i++){\r\n sb.append(\"Start\").append(\",\").append(\"Job\").append(b[i]+1).append(',');//.append(\"End\").append(\",\");\r\n }\r\n sb.append(\"\\n\");\r\n for( int i =0;i<a.length;i++){\r\n\r\n for(int j=0;j<sample[i].length;j++){ \r\n sb.append(sample[i][j]).append(',');\r\n\r\n \r\n \r\n }\r\n sb.append(\"\\n\");\r\n }\r\n writer.write(sb.toString());\r\n }\r\n \r\n catch(FileNotFoundException e){\r\n System.out.println(e.getMessage());\r\n }\r\n \r\n}", "public void exportToCSV();", "public void csv() throws IOException {\n\t\t\n\t\tSystem.out.println(); //spacing\\\n\t\tFileWriter f;\n\t\t\n\t\tif (bundle.getString(\"csvName\").endsWith(\".csv\")) {\n\t\t\tf = new FileWriter(bundle.getString(\"csvName\"));\n\t\t}\n\t\t\n\t\telse {\n\t\t\tf = new FileWriter(bundle.getString(\"csvName\") + \".csv\");\n\t\t}\n\t\t\n\t\tPrintWriter p = new PrintWriter(f);\n\t\tObject[][] input = {revisionsToo, flowOfTime};\n\t\tCSVWork(input, p, f);\n\t\t\n\t\tObject[][] nextInput = {revisions, ratings};\n\t\tCSVWork(nextInput, p, f);\n\t\t\n\t\tnextInput[1] = irrelevants;\n\t\tCSVWork(nextInput, p, f);\n\t\t\n\t\tnextInput[1] = relevants;\n\t\tCSVWork(nextInput, p, f);\n\t\t\n\t\tnextInput[0] = intervals;\n\t\tnextInput[1] = commits;\n\t\tCSVWork(nextInput, p, f);\n\t\t\n\t\tspecialCSV(existsHere, p);\n\t\t\n\t\tp.flush();\n\t\tp.close();\n\t\tf.close();\n\t}", "private static void createCSV(String filename, ArrayList<Long> sizes, ArrayList<Long> times){\n File csv = new File(\"\"+filename);\n try {\n if(csv.createNewFile()) {\n PrintWriter file = new PrintWriter(new FileWriter(csv));\n file.print(\"Size (n)\");\n for (Long size : sizes)\n file.print(\",\" + size);\n file.print(\"\\nTimes (ms)\");\n for(Long time:times)\n file.print(\",\"+time);\n file.println();\n file.close();\n\n } else {\n Scanner fileReader = new Scanner(csv);\n String currentSizes = fileReader.nextLine();\n int size=currentSizes.split(\",\").length-1;\n if(size<sizes.size()){\n for(int i=size;i<sizes.size();i++)\n currentSizes+=\",\"+sizes.get(i);\n currentSizes+=\"\\n\";\n while(fileReader.hasNextLine())\n currentSizes+=fileReader.nextLine()+\"\\n\";\n FileWriter writer = new FileWriter(csv);\n writer.write(currentSizes);\n writer.close();\n }\n\n PrintWriter file = new PrintWriter(new FileWriter(csv,true));\n file.print(\"Times (ms)\");\n for(Long time:times)\n file.print(\",\"+time);\n file.println();\n file.close();\n }\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "public static void queryAndDataToCSV() throws IOException {\r\n\t\t@SuppressWarnings(\"resource\")\r\n\t\tBufferedWriter writer = new BufferedWriter(new FileWriter(\"Graph\"+x+\".csv\"));\r\n\t\tArrayList<ArrayList<String>> dataset =ReadInDataset.finalDataset;\r\n\t\tfor (int i=0; i< dataset.size(); i++) {\r\n\t\t\tString entry= dataset.get(i).get(1)+\",\"+ dataset.get(i).get(2);\r\n\t\t\tif (i< Queries.NumberOfQueries) {\r\n\t\t\t\tfor (int x=0; x<(Queries.NumberOfDimensions/2)-1;x++) {\r\n\t\t\t\tentry = entry+\",\"+query.get(i).get(x).get(0) +\",\" +query.get(i).get(x).get(1);\r\n\t\t\t\tentry = entry+\",\"+query.get(i).get(x+1).get(0) +\",\" +query.get(i).get(x+1).get(1);\r\n\t\t\t\t\r\n\t\t\t}}\r\n\t\t\twriter.write(entry);\r\n\t\t\twriter.newLine();\r\n\t\t}\r\n\t\twriter.close();\r\n\t}", "public static void writeToCSV() {\n final String CSV_SEPARATOR = \",\";\n final String QUOTE = \"\\\"\";\n if (!Crawler.getKeyWordsHits().isEmpty()) {\n try (BufferedWriter bufferedWriter =\n new BufferedWriter(\n new OutputStreamWriter(\n new FileOutputStream(\"results.csv\", true), StandardCharsets.UTF_8))) {\n\n Crawler.getKeyWordsHits().forEach((keyWord, hitsNumber) -> {\n String oneLine = QUOTE + keyWord + QUOTE +\n CSV_SEPARATOR +\n hitsNumber;\n try {\n bufferedWriter.write(oneLine);\n bufferedWriter.newLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n });\n String lastLine = QUOTE + Crawler.getUrl() + QUOTE + CSV_SEPARATOR + Crawler.getTotalHits();\n bufferedWriter.write(lastLine);\n bufferedWriter.newLine();\n bufferedWriter.flush();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n Crawler.setKeyWordsHits(new HashMap<>());\n Crawler.setTotalHits(0);\n }", "CSV createCSV();", "private static void generateCsvFileWithFinalData(File path) // String sFileName\n {\n String COMMA_DELIMITER = \",\";\n String NEW_LINE_SEPARATOR = \"\\n\";\n try\n {\n // String path to our created output data file\n String finalFilePath = String.valueOf(path.getParent()) + \"\\\\test.csv\";\n FileWriter writer = new FileWriter(finalFilePath);\n\n for (Player player : sortedFinalPlayerList) {\n writer.append(player.getLastName());\n writer.append(COMMA_DELIMITER);\n writer.append(player.getFirstName());\n writer.append(COMMA_DELIMITER);\n writer.append(player.getCountry());\n writer.append(COMMA_DELIMITER);\n writer.append(String.valueOf(player.getLongCommSubsCounter()));\n writer.append(NEW_LINE_SEPARATOR);\n }\n\n //generate whatever data you want\n writer.flush();\n writer.close();\n }\n catch(IOException e)\n {\n e.printStackTrace();\n }\n }", "private void writePauseCSV(Date start_time, Date end_time, double duration, String file_path) throws IOException {\n CSVWriter pause_csv_writer = null;\n List<String[]> read_all = new ArrayList<String[]>();\n List<String[]> write_all = new ArrayList<String[]>();\n String total_write_line[] = new String[6];\n String next_write_line[] = new String[3];\n double total_time_paused = 0;\n int number_of_pauses = 0;\n double average_pause_duration = 0;\n\n CSVReader pause_reader = null;\n\n try {\n pause_reader = new CSVReader(new FileReader(file_path), ',', '\"', 0);\n\n } catch (FileNotFoundException ex) {\n\n }\n\n if (pause_reader != null) {\n\n read_all = pause_reader.readAll();\n\n //remove the total line because this will be recalculated\n read_all.remove(read_all.size() - 1);\n\n //add the components to the read_all object\n next_write_line[0] = start_time.toString();\n next_write_line[1] = end_time.toString();\n next_write_line[2] = String.valueOf(duration);\n\n //add the new line to the read_all object\n read_all.add(next_write_line);\n\n int i = 1;\n\n //loop through the read_all object to recalculate the totals\n while (i < read_all.size()) {\n number_of_pauses++;\n total_time_paused = total_time_paused + Double.parseDouble(read_all.get(i)[2]);\n i++;\n }\n\n average_pause_duration = (Double) total_time_paused / number_of_pauses;\n\n total_write_line[0] = \"Number of Pauses:\";\n total_write_line[1] = String.valueOf(number_of_pauses);\n total_write_line[2] = \"Total Time Spent Paused:\";\n total_write_line[3] = String.valueOf(total_time_paused);\n total_write_line[4] = \"Average Pause Duration:\";\n total_write_line[5] = String.valueOf(average_pause_duration);\n\n read_all.add(total_write_line);\n\n pause_csv_writer = new CSVWriter(new FileWriter(file_path));\n pause_csv_writer.writeAll(read_all);\n pause_csv_writer.close();\n\n } else {\n pause_csv_writer = new CSVWriter(new FileWriter(file_path));\n\n //this code will only run after the first pause is recorded for the\n // activity so the first line and the total line will be equal\n next_write_line[0] = \"Pause Start Time\";\n next_write_line[1] = \"Pause End Time\";\n next_write_line[2] = \"Pause Duration\";\n pause_csv_writer.writeNext(next_write_line);\n\n next_write_line[0] = start_time.toString();\n next_write_line[1] = end_time.toString();\n next_write_line[2] = String.valueOf(duration);\n pause_csv_writer.writeNext(next_write_line);\n\n total_write_line[0] = \"Number of Pauses:\";\n total_write_line[1] = \"1\";\n total_write_line[2] = \"Total Time Spent Paused:\";\n total_write_line[3] = String.valueOf(duration);\n total_write_line[4] = \"Average Pause Duration:\";\n total_write_line[5] = String.valueOf(duration);\n\n // write the two initial lines to the csv\n pause_csv_writer.writeNext(total_write_line);\n pause_csv_writer.flush();\n pause_csv_writer.close();\n }\n\n }", "public static void writeIntoCSVFromTable() {\n try {\n backItUp(ROOT);\n backItUp(ROOT + Calendar.getInstance().getTime() + \"/\");\n } catch (Throwable e) {\n itsLogger.error(e.getMessage(), e);\n }\n\n }", "public void createCSV() {\n\t\t// Need to integrate CSV calling logic\n\t}", "private static void writeHashtableIntScoreCountToCSV(Hashtable<Integer, ScoreCount<Integer>> dataset, String path) {\n\t\tCSVWriter writer = new CSVWriter(new BufferedWriter(ExceptHandler.createFileWriter(path)));\n\t\tlogger.trace(\"Content of the CSV file\");\n\t\tlong nbLines = 0;\n\t\tboolean quoteElements = false;\n\t\tfor(Iterator<Integer> it=dataset.keySet().iterator(); it.hasNext();) {\n\t\t\tInteger userID = it.next();\n\t\t\tScoreCount<Integer> profile = dataset.get(userID);\n\t\t\tfor(Iterator<Integer> iter=profile.getItems().iterator(); iter.hasNext();) {\n\t\t\t\tInteger itemID = iter.next();\n\t\t\t\tDouble rating = profile.getValue(itemID);\n\n\t\t\t\tString[] csvLine = {userID.toString(), itemID.toString(), rating.toString()};\n\t\t\t\tlogger.trace(\"csvLine: {},{},{}\", userID, itemID, rating);\n\t\t\t\twriter.writeNext(csvLine, quoteElements);\n\t\t\t\tnbLines++;\n\t\t\t}\n\t\t}\n\t\tExceptHandler.closeCSVWriter(writer);\n\t\tlogger.info(\"{} lines written\", nbLines);\n\t}", "public void generateTrajectorySpeeds(String csvName, String trajFileName, String fileName) {\n Scanner csv = null;\n try {\n csv = new Scanner(new File(csvName)); //open the answer list file\n FileWriter writer = new FileWriter(fileName + \".csv\");\n HashMap<String, ArrayList<AnswerTrajectory>> csvTraj = new HashMap<String, ArrayList<AnswerTrajectory>>(); //hash map that keys on trajectory id, storing all answer list trajectories in an array list\n HashMap<String, ArrayList<Trajectory>> trajectories = readTrajectories(trajFileName); //load the trajectory data into a hash map keyed by ID\n csv.nextLine();\n String currentId = \"\";\n ArrayList<AnswerTrajectory> anstj = new ArrayList<AnswerTrajectory>();\n ArrayList<String> Ids = new ArrayList<String>();\n\n\n while (csv.hasNextLine()) {\n String[] line = csv.nextLine().split(\",\");\n if (currentId.equals(\"\")) {\n currentId = line[12];\n } else if (!currentId.equals(line[12])) {\n csvTraj.put(currentId, anstj);\n Ids.add(currentId);\n anstj = new ArrayList<AnswerTrajectory>();\n currentId = line[12];\n }\n anstj.add(new AnswerTrajectory(Double.parseDouble(line[13]), Double.parseDouble(line[14]), line[12], Double.parseDouble(line[9]), Integer.parseInt(line[0]), Integer.parseInt(line[16])));\n }\n writer.append(\"Speed\\n\");\n\n ArrayList<Trajectory> alltj = new ArrayList<Trajectory>();\n for (String s : Ids) //for each device ID determine the corresponding answer list\n {\n //System.out.println(s);\n alltj = trajectories.get(s); //get all the trajectories under this Id\n\n if (alltj == null)\n System.out.println(\"Could not find trajectory data for deviceId: \" + s);\n\n else {\n Collections.sort(alltj, Trajectory.TSComparator); //sort trajectory data by time\n\n for (int i = 0; i < alltj.size() - 1; i++) {\n Trajectory t1 = alltj.get(i);\n Trajectory t2 = alltj.get(i + 1);\n\n\n double x1 = t1.getX();\n double x2 = t2.getX();\n double y1 = t1.getY();\n double y2 = t2.getY();\n\n\n double dist = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1));\n double dt = t2.getTimeStamp() - t1.getTimeStamp();\n\n\n if (dt == 0) {\n System.out.println(t1 + \"\\n\" + t2 + \"\\tDIST: \" + dist + \"\\n\\n\");\n alltj.remove(i + 1);\n i--;\n } else {\n double speed = dist / dt;\n writer.append(speed + \"\\n\");\n\n }\n\n\n }\n\n\n }\n }\n\n\n writer.flush();\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n } finally {\n if (csv != null)\n csv.close();\n\n\n }\n }", "public void writeCSVtable(String outBuffer) throws IOException\n {\n String csvFile;\n // Create a file chooser\n File currentDir = new File(\"\").getAbsoluteFile();\n final JFileChooser fc = new JFileChooser(currentDir);\n // In response to a button click:\n int returnVal = fc.showSaveDialog(null);\n // open file\n File file = fc.getSelectedFile();\n // obtain filename\n csvFile = file.getName();\n\n // open the file\n fWriter = new FileWriter(csvFile); \n // write ALL the to the file in 1 burst\n fWriter.write(outBuffer); \n // close the file\n fWriter.close();\n }", "private void writeCsv(float[] vals, String stimulus, PrintWriter outfile) throws FileNotFoundException {\n for (int i = 0; i < vals.length; i++) {\n outfile.append(vals[i] + \",\");\n }\n outfile.append(stimulus);\n outfile.append(\"\\n\");\n\n }", "public void generateCSV(numList l) {\r\n\t\tFile file = new File(\"E:\\\\altruism results/\" + filename + \".csv\"); //the storage path of the csv file\r\n\t\ttry {\r\n\t\t\tif (file.exists() == false) {\r\n\t\t\t\tfile.createNewFile();\r\n\t\t\t}\r\n\t\t\tFileWriter fw = new FileWriter(file);\r\n\t\t\tBufferedWriter writer = new BufferedWriter(fw);\r\n\t\t\twriter.write(\"altruism,selfish\\r\\n\");\r\n\t\t\tfor (int i = 0; i < numList.TIME; i++) {\r\n\t\t\t\twriter.write(l.aList[i] + \",\");\r\n\t\t\t\twriter.write(l.sList[i] + \"\\r\\n\");\r\n\t\t\t}\r\n\r\n\t\t\twriter.flush();\r\n\t\t\twriter.close();\r\n\t\t\tfw.close();\r\n\r\n\t\t} catch (IOException e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "public static void writeQueriesToCSV(ArrayList<ArrayList<ArrayList<Double>>> query, String name) throws IOException {\r\n\t\t@SuppressWarnings(\"resource\")\r\n\t\tBufferedWriter writer = new BufferedWriter(new FileWriter(name+\".csv\"));\r\n\t\tfor (int i=0; i<query.size();i++){\r\n\t\t\tint a=0;\r\n\t\t\tString entry=\"\";\r\n\t\t\tfor(a=0; a<query.get(i).size()-1;a++) {\r\n\t\t\t\tentry+=query.get(i).get(a).get(0) +\",\"+ query.get(i).get(a).get(1)+\",\" ;\t\r\n\t\t\t}\r\n\t\t\tentry+= query.get(i).get(a).get(0)+\",\" +\";\";\r\n\t\t\twriter.write(entry);\r\n\t\t\twriter.newLine();\r\n\r\n\t\t} \t\t\twriter.flush();\r\n\t\t\t\t\twriter.close();}", "@Override\n\tpublic void exportToCSV() {\n\n\t}", "public void writeToCSV(String path) throws IOException, SQLException {\n\t\tWriter out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(path), \"UTF-8\"));\n\t\t// Title\n\t\tout.write(\"pageId;title;earliest year;latest year;mean year;\");\n\t\t// IBM\n\t\tout.write(\n\t\t\t\t\"Anger;Disgust;Fear;Joy;Sadness;Analytical;Confident;Tentative;Openness;Conscientiousness;Extraversion;Agreeableness;Emotional Range;\");\n\t\t// LIWC\n\t\tout.write(\n\t\t\t\t\"LIWC;Word Count;Analytical thinking;Clout;Authentic;Emotional tone;Dictionary Words;Positive Emotion;Negative Emotion;Anxiety;Anger;Sadness;Tentative;Certainty;Power;Risk;Death;\");\n\t\tout.write(\"AlchemyTone;mixed;score;type;\");\n\t\tout.write(\"\\n\");\n\t\tfor (Page page : this.getExtractsFromDatabase()) {\n\t\t\tint pageId = page.getPageId();\n\t\t\tString title = page.getTitle();\n\t\t\tToneAnalysis ibmTone = page.getIbmTone();\n\t\t\tReceptivitiAnalysis liwcTone = page.getLiwcTone();\n\t\t\tDocumentSentiment docSentiment = page.getDocumentSentiment();\n\t\t\tint earliestYear = page.getEarliestYear();\n\t\t\tint latestYear = page.getLatestYear();\n\t\t\tint meanYear = 0;\n\t\t\tif (earliestYear == 0) {\n\t\t\t\tmeanYear = latestYear;\n\t\t\t} else {\n\t\t\t\tmeanYear = (earliestYear + latestYear) / 2;\n\t\t\t}\n\t\t\tif (ibmTone != null) {\n\t\t\t\tout.write(pageId + \";\" + title + \";\" + earliestYear + \";\" + latestYear + \";\" + meanYear + \";\");\n\t\t\t\tElementTone documentTone = ibmTone.getDocumentTone();\n\t\t\t\tList<ToneCategory> toneCategories = documentTone.getTones();\n\t\t\t\tfor (ToneCategory toneCategory : toneCategories) {\n\t\t\t\t\tList<ToneScore> toneScores = toneCategory.getTones();\n\t\t\t\t\tfor (ToneScore toneScore : toneScores) {\n\t\t\t\t\t\t// String name = toneScore.getName();\n\t\t\t\t\t\tdouble score = toneScore.getScore();\n\t\t\t\t\t\tout.write(String.valueOf(score).replace('.', ','));\n\t\t\t\t\t\tout.write(\";\");\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tout.write(\";\");\n\n\t\t\t\tif (liwcTone != null) {\n\t\t\t\t\tDouble wordCount = liwcTone.getLiwcScores().getWc();\n\t\t\t\t\tDouble analyticalThinking = liwcTone.getLiwcScores().getAnalytic();\n\t\t\t\t\tDouble clout = liwcTone.getLiwcScores().getClout();\n\t\t\t\t\tDouble authentic = liwcTone.getLiwcScores().getAuthentic();\n\t\t\t\t\tDouble emotionalTone = liwcTone.getLiwcScores().getTone();\n\t\t\t\t\tDouble dictionaryWords = liwcTone.getLiwcScores().getDic();\n\n\t\t\t\t\tDouble posEmo = liwcTone.getLiwcScores().getCategories().getPosemo();\n\t\t\t\t\tDouble negEmo = liwcTone.getLiwcScores().getCategories().getNegemo();\n\t\t\t\t\tDouble anxiety = liwcTone.getLiwcScores().getCategories().getAnx();\n\t\t\t\t\tDouble anger = liwcTone.getLiwcScores().getCategories().getAnger();\n\t\t\t\t\tDouble sadness = liwcTone.getLiwcScores().getCategories().getSad();\n\t\t\t\t\tDouble tentative = liwcTone.getLiwcScores().getCategories().getTentat();\n\t\t\t\t\tDouble certainty = liwcTone.getLiwcScores().getCategories().getCertain();\n\t\t\t\t\tDouble power = liwcTone.getLiwcScores().getCategories().getPower();\n\t\t\t\t\tDouble risk = liwcTone.getLiwcScores().getCategories().getRisk();\n\t\t\t\t\tDouble death = liwcTone.getLiwcScores().getCategories().getDeath();\n\n\t\t\t\t\tout.write(wordCount + \";\");\n\t\t\t\t\tout.write(String.valueOf(analyticalThinking).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(clout).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(authentic).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(emotionalTone).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(dictionaryWords).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(posEmo).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(negEmo).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(anxiety).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(anger).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(sadness).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(tentative).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(certainty).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(power).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(risk).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(death).replace('.', ',') + \";\");\n\t\t\t\t}\n\t\t\t\tout.write(\";\");\n\t\t\t\tif (docSentiment != null) {\n\t\t\t\t\tString mixed = docSentiment.getSentiment().getMixed();\n\t\t\t\t\tDouble score = docSentiment.getSentiment().getScore();\n\t\t\t\t\tString type = docSentiment.getSentiment().getType().toString();\n\t\t\t\t\tout.write(String.valueOf(mixed).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(score).replace('.', ',') + \";\");\n\t\t\t\t\tout.write(String.valueOf(type).replace('.', ',') + \";\");\n\t\t\t\t}\n\t\t\t\tout.write(\"\\n\");\n\t\t\t}\n\t\t}\n\t\tout.close();\n\t\tSystem.out.println(\"Export finished.\");\n\n\t}", "public static void writeCSV(Collection<? extends CSVable> src, File to) throws IOException {\r\n\t\tfinal String SYSTEM_LINE_END = System.getProperty(\"line.separator\");\r\n\t\t\r\n\t\tFileWriter fw = null;\r\n\t\tBufferedWriter bw = null;\r\n\t\t\r\n\t\ttry {\r\n\t\t\t// Create the file if it doesn't exist yet\r\n\t\t\tif ( ! to.exists() ) {\r\n\t\t\t\tto.createNewFile();\r\n\t\t\t}\r\n\r\n\t\t\tfw = new FileWriter(to.getAbsoluteFile(), false);\r\n\t\t\tbw = new BufferedWriter(fw);\r\n\r\n\t\t\tsynchronized (src) {\r\n\t\t\t\tfor ( CSVable obj : src ) {\r\n\t\t\t\t\tbw.write(obj.toCSVRow() + SYSTEM_LINE_END);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\tfinally {\r\n\t\t\ttry {\r\n\t\t\t\tif (bw != null) {\r\n\t\t\t\t\tbw.close();\r\n\t\t\t\t}\r\n\t\t\t\tif (fw != null) {\r\n\t\t\t\t\tfw.close();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tcatch (IOException e) {\r\n\t\t\t\tSystem.err.println(\"I'm having really bad luck today - I couldn't even close the CSV file!\");\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public void writeToCsv()\r\n {\r\n //listeye urunler eklendiginde cagrılacak (Products.csv)\r\n PrintWriter pWrite = null;\r\n try {\r\n pWrite = new PrintWriter(new File(\"Products.csv\"));\r\n }\r\n catch (FileNotFoundException e) {\r\n e.printStackTrace();\r\n }\r\n StringBuilder sBuilder = new StringBuilder();\r\n for (Product theProduct : allProducts ) {\r\n if (theProduct.getSize() == null && theProduct.getGender()!= null){\r\n sBuilder.append(theProduct.getName() + \";\" + theProduct.getPrice() + \";\"\r\n + theProduct.getGender() + \";\" + theProduct.getTag() + \";\"\r\n + theProduct.getContent() + \";\" + theProduct.getNumberOfProduct() + \"\\n\");\r\n }\r\n else if(theProduct.getGender() == null && theProduct.getSize() == null){\r\n sBuilder.append( theProduct.getName() + \";\" + theProduct.getPrice() + \";\"\r\n + theProduct.getTag() + \";\"+\r\n theProduct.getContent() + \";\" + theProduct.getNumberOfProduct() + \"\\n\");\r\n }\r\n else {\r\n sBuilder.append( theProduct.getName() + \";\" + theProduct.getPrice() + \";\" + theProduct.getSize() + \";\"\r\n + (theProduct).getGender() + \";\" + theProduct.getTag() + \";\"\r\n + theProduct.getContent() + \";\" + theProduct.getNumberOfProduct() + \"\\n\");\r\n }\r\n\r\n }\r\n pWrite.write(sBuilder.toString());\r\n pWrite.flush();\r\n pWrite.close();\r\n }", "public void exportCsv() throws IOException\n {\n File csvOutputFile = new File(\"datas.csv\");\n try (PrintWriter writer = new PrintWriter(csvOutputFile)) {\n StringBuilder sb = new StringBuilder();\n sb.append(\"Temps\");\n sb.append(\",\");\n for (String title : this.getModelLabels())\n {\n sb.append(title);\n sb.append(\",\");\n }\n sb.append(\"\\n\");\n for (int i = 0; i < this.getEtatPopulation().size(); i++)\n {\n sb.append(i);\n sb.append(\",\");\n for (double value : this.getEtatPopulation().get(i))\n {\n sb.append(value);\n sb.append(\",\");\n }\n sb.append(\"\\n\");\n }\n writer.write(sb.toString());\n System.out.println(\"Datas Successfully Exported !\");\n }\n catch (Exception e)\n {\n System.out.println(e.getMessage());\n }\n\n }", "public static void writeCSV(Calendar cal) {\n\n try {\n\n BufferedWriter bw = null;\n\n String fileString = \"P5Calendar.csv\";\n String fileLine = \"\";\n\n FileWriter fw = new FileWriter(fileString, false);\n bw = new BufferedWriter(fw);\n\n ArrayList<Activity> activities = cal.getActivities();\n\n for (int j = 0; j < 1; j++) {\n bw.write(\"Year\" + \",\" + \"Month\" + \",\" + \"Activity\" + \",\" + \"Role\" + \"\\n\");\n }\n\n for (int i = 0; i < activities.size(); i++) {\n Activity activity = activities.get(i);\n bw.append(activity.Year + \",\" + activity.Month + \",\" + activity.Name + \",\" + activity.Roles);\n }\n\n bw.close();\n\n } catch (IOException e) {\n\n e.printStackTrace();\n\n }\n\n }", "public void generateTimeOfFirstQuestion(String csvName, String fileName) {\n Scanner csv = null;\n try {\n csv = new Scanner(new File(csvName)); //csv of answer list\n FileWriter writer = new FileWriter(fileName + \".csv\");\n HashMap<String, ArrayList<AnswerTrajectory>> csvTraj = new HashMap<String, ArrayList<AnswerTrajectory>>(); //hash map that keys on trajectory id, storing all answer list trajectories in an array list\n\n csv.nextLine();\n String currentId = \"\";\n ArrayList<AnswerTrajectory> anstj = new ArrayList<AnswerTrajectory>();\n ArrayList<String> Ids = new ArrayList<String>();\n\n while (csv.hasNextLine()) { //go through each answer entry and add trajectories of the answer list for each unique device id\n String[] line = csv.nextLine().split(\",\");\n if (currentId.equals(\"\")) {\n currentId = line[12];\n } else if (!currentId.equals(line[12])) {\n csvTraj.put(currentId, anstj);\n Ids.add(currentId); //if the id is new, then add it to the list of all known ids\n anstj = new ArrayList<AnswerTrajectory>();\n currentId = line[12];\n }\n anstj.add(new AnswerTrajectory(Double.parseDouble(line[13]), Double.parseDouble(line[14]), line[12], Double.parseDouble(line[9]), Integer.parseInt(line[0]), Integer.parseInt(line[16])));\n }\n writer.append(\"ID,TimeFirstQuestionAnsweredSinceEventStart\\n\");\n\n for (String s : Ids) //for each device ID determine the corresponding answer list\n {\n anstj = csvTraj.get(s); //get the hashmap arraylist that holds all trajectories for this device\n\n if (anstj == null)\n System.out.println(\"Could not find data for deviceId: \" + s);\n\n else {\n Collections.sort(anstj, AnswerTrajectory.TSComparator); //sort answer list data by time\n writer.append(anstj.get(0).getId() + \",\" + (anstj.get(0).getTimeStamp() - 1377334800000.0) / 1000.0 + \"\\n\");\n }\n\n }\n\n\n writer.flush();\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n } finally {\n if (csv != null)\n csv.close();\n\n }\n }", "private void writeCSVToFile(List<String[]> dataRows, String filepath) {\n try {\n FileWriter output = new FileWriter(filepath);\n CSVWriter csvWriter = new CSVWriter(output);\n\n csvWriter.writeAll(dataRows);\n\n csvWriter.close();\n\n System.out.println(\"Your order has been succesfully sent to Foodora\");\n\n } catch (IOException e) {\n System.out.println(\"Could not write to Foodora output file\");\n }\n\n }", "public static void writeCSV(int[][] matrix,String filename) throws Exception {\n\t\tBufferedWriter br = new BufferedWriter(new FileWriter(\"output/Matrix/\"+filename));\n\t\tStringBuilder sb = new StringBuilder();\n\t\tSystem.out.println(matrix.length +\" column:\"+matrix[0].length);\n\t\tfor(int i=0;i<matrix.length;i++){\n\t\t\tsb=new StringBuilder();\n\t\t\tfor (int t:matrix[i]) {\n\t\t\t\tsb.append(t);\n\t\t\t\tsb.append(\",\");\n\t\t\t}\n\t\t\t//String tmp = sb.substring(0, sb.length()-1);\n\t\t\tbr.write(sb.substring(0, sb.length()-1));\n\t\t\tbr.write(\"\\n\");\n\t\t}\n\t\tbr.close();\n\t}", "private void createPauseAnalysisCSV(String file_path, CSVReader reader, String user_id, String min_acceleration, String pause_window) throws IOException, ParseException {\n String path_to_csv;\n path_to_csv = initialFileSetup(file_path, user_id);\n CSVReader pause_reader;\n CSVWriter pause_csv_writer;\n String nextReadLine[];\n String nextWriteLine[];\n String total_write_line[] = new String[6];\n boolean previous_was_paused = false;\n int consecutive_count = 0;\n boolean pause_recorded = false;\n\n //variables to record the timing from each row and determine duration of pauses\n SimpleDateFormat date_format = new SimpleDateFormat(\"HH:mm:ss\");\n Date start_time = null;\n Date end_time;\n double duration;\n double diffInSeconds;\n final double milliseconds_between_readings = 33.3333333333;\n\n //components of acceleration\n double x_acceleration = 0;\n double y_acceleration = 0;\n double z_acceleration = 0;\n //the magnitude of acceleration at a given moment\n double magnitude_of_acceleration = 0;\n double minimum_magnitude;\n double minimum_consecutive_pause = 0;\n\n if (min_acceleration != null) {\n minimum_magnitude = Double.parseDouble(min_acceleration);\n } else {\n try(FileWriter fw = new FileWriter(\"Errors.txt\", true);\n BufferedWriter bw = new BufferedWriter(fw);\n PrintWriter out = new PrintWriter(bw))\n{\n out.println(\"No minimum magnitude provided for Pause analysis. Analysis could not be performed.\\n\");\n //more code\n} catch (IOException e) {\n //exception handling left as an exercise for the reader\n}\n\n return;\n }\n\n if (pause_window != null) {\n minimum_consecutive_pause = Double.parseDouble(pause_window);\n } else {\n try(FileWriter fw = new FileWriter(\"Errors.txt\", true);\n BufferedWriter bw = new BufferedWriter(fw);\n PrintWriter out = new PrintWriter(bw))\n{\n out.println(\"No number of paused moments provided for Pause analysis. Analysis could not be performed.\\n\");\n //more code\n} catch (IOException e) {\n //exception handling left as an exercise for the reader\n}\n return;\n }\n\n reader.readNext();\n\n while ((nextReadLine = reader.readNext()) != null) {\n\n x_acceleration = Double.parseDouble(nextReadLine[5]);\n y_acceleration = Double.parseDouble(nextReadLine[6]);\n z_acceleration = Double.parseDouble(nextReadLine[7]);\n\n magnitude_of_acceleration = calculateMagnitude(x_acceleration, y_acceleration, z_acceleration);\n\n // action to take if magnitude does not meet the minimum\n if (magnitude_of_acceleration < minimum_magnitude) {\n\n //Need to track how many consecutive readings showed low acceleration\n if (!previous_was_paused) {\n //record the timing of the first moment of low acceleration\n start_time = date_format.parse(nextReadLine[0]);\n previous_was_paused = true;\n consecutive_count = 1;\n } else {\n consecutive_count++;\n }\n } else if (previous_was_paused && consecutive_count >= minimum_consecutive_pause) {\n end_time = date_format.parse(nextReadLine[0]);\n duration = consecutive_count * milliseconds_between_readings;\n\n writePauseCSV(start_time, end_time, duration, path_to_csv);\n\n previous_was_paused = false;\n consecutive_count = 0;\n pause_recorded = true;\n } else {\n //reset the consecutive pause checks\n previous_was_paused = false;\n consecutive_count = 0;\n\n }\n\n }\n\n if (!pause_recorded) {\n pause_csv_writer = new CSVWriter(new FileWriter(path_to_csv));\n\n total_write_line[0] = \"Number of Pauses:\";\n total_write_line[1] = \"0\";\n total_write_line[2] = \"Total Time Spent Paused:\";\n total_write_line[3] = \"0\";\n total_write_line[4] = \"Average Pause Duration:\";\n total_write_line[5] = \"0\";\n\n pause_csv_writer.writeNext(total_write_line);\n pause_csv_writer.close();\n\n }\n \n MCIAnaylsis.pause_utilized = true;\n\n }", "private void saveMarkovToCSVFileInformation(){\n //Clear out the current NewCensusColumnDetails before saving.\n this.currentMarkovChain.setNewCensusColumnDetails(new ArrayList<NewCensusColumnDetails>());\n \n ArrayList<NewCensusColumnDetails> newCensusColumnDetails = new ArrayList<>();\n \n ArrayList<cerl.gui.utilities.Class> censusClasses = this.currentMarkovChain.getCensusClasses();\n List<SurveyColumnValuesGrouping> surveyGroupings = this.currentMarkovChain.getSelectSurveyClass().getSurveyColumnValuesGroupings();\n\n /**\n * These will be used to find the min and max values stored in the grid. \n * \n * Row data starts at index 1.\n * Column data starts at index 2.\n */\n int rowToStartAt = START_EDITABLE_ROW;\n \n for(int surveyCounter = 0; surveyCounter < surveyGroupings.size(); surveyCounter++){ //rows\n int currentColumnNumber = START_EDITABLE_COL;\n SurveyColumnValuesGrouping surveyGrouping = surveyGroupings.get(surveyCounter);\n\n double newTotalRandomNumber = 0;\n ArrayList<Integer> oldValueLookUpColumns = new ArrayList<Integer>();\n\n for(int censusCounter = 0; censusCounter < censusClasses.size(); censusCounter++){ //columns\n cerl.gui.utilities.Class censusClass = censusClasses.get(censusCounter);\n oldValueLookUpColumns.add(censusClass.getColumnNumber());\n\n double[] minMaxValues = this.myTable.getMinMaxObject(rowToStartAt + surveyCounter, currentColumnNumber);\n\n double foundMin = minMaxValues[0];\n double foundMax = minMaxValues[1];\n\n double foundRandomNumber = 0.0;\n if(foundMin == foundMax){\n foundRandomNumber = foundMax;\n }else {\n foundRandomNumber = ThreadLocalRandom.current().nextDouble(foundMin, foundMax);\n foundRandomNumber = Math.round(foundRandomNumber * 100.0) / 100.0;\n }\n\n newTotalRandomNumber += foundRandomNumber;\n if(currentColumnNumber < END_EDITABLE_COL){\n currentColumnNumber++;\n }\n }\n\n //set min and max numbers\n //New column header that will appear in the new csv file\n NewCensusColumnDetails details = new NewCensusColumnDetails(\n surveyGrouping.toString(), \n newTotalRandomNumber,\n oldValueLookUpColumns,\n 0\n );\n\n newCensusColumnDetails.add(details);\n }\n \n newCensusColumnDetails = setCensusTotalColumns(newCensusColumnDetails);\n \n //Add the new NewCensusColumnDetails to the current MarkovChain object\n this.currentMarkovChain.setNewCensusColumnDetails(newCensusColumnDetails);\n }", "public void writeToCsv(String fileName) throws Exception {\n\tFileWriter writer=new FileWriter(fileName);\n\n\twriter.append(Integer.toString(this.gen));\n\twriter.append('\\n');\n\n\tfor(int i=0;i<popSize;i++) {\n\t writer.append(getBna(i));\n\t writer.append('\\n');\n\t}\n\twriter.close();\n }", "public void writeDataToCsv(String filename , ArrayList<TestDataInstance> inputData) {\n \n String header = \"\";\n \n File outFile = null;\n int dataCount = 0;\n try {\n outFile = new File(filename);\n \n FileWriter fw = new FileWriter(outFile);\n \n BufferedWriter bw = new BufferedWriter(fw);\n \n bw.write(header);\n \n for(TestDataInstance data : inputData) {\n bw.newLine();\n bw.write(data.toSamiamCsvString());\n dataCount++;\n }\n \n System.out.println(\"Written \" + dataCount + \" rows of data to SAMIAM CSV format @ \" + filename);\n \n } catch(Exception e) {\n e.printStackTrace();\n }\n \n }", "private void writePzIntoCsv(double[] vals, PrintWriter outfile) {\n for (int i = 0; i < vals.length; i++) {\n outfile.append(vals[i] + \",\");\n }\n //outfile.append(stimulus);\n outfile.append(\"\\n\");\n }", "public static void save() {\r\n\t\ttry {\r\n\t\t\tFile csv = new File(\"src/transaction.csv\");\r\n\t\t\tBufferedWriter bw = new BufferedWriter(new FileWriter(csv, false));\r\n\t\t\tbw.write(\"type,account number,amount,year,month,date,cleared\");\r\n\t\t\tbw.newLine();\r\n\t\t\tfor (int i = 0; i < transList.size(); i++) {\r\n\t\t\t\tbw.write(transList.get(i).toFile());\r\n\t\t\t\tbw.newLine();\r\n\t\t\t}\r\n\t\t\tbw.close();\r\n\t\t} catch (FileNotFoundException e) {\r\n\t\t\te.printStackTrace();\r\n\t\t} catch (IOException e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "public static void writeDataToCsvUsingStringArrayForActivity(PrintWriter writer, List<ActivityTabDTO> activityTabList, List<AssayTabDTO> assayTabDTOList, List<ReferenceTabDTO> referenceTabDTOList, List<StructureDetailsTabDTO> structureDetailsTabDTOList) {\n\n String[] CSV_ACTIVITY_TITLE = {\"Activity Details\"};\n String[] CSV_ACTIVITY_NEWLINE = {\"\"};\n\n String[] CSV_ACTIVITY_HEADER = {\"ACT_ID\", \"ASSAY_ID\", \"REF_ID\", \"GVK_ID\", \"ACTIVITY_TYPE\", \"STD_ACTIVITY_TYPE\", \"ACTIVITY_UOM\", \"STANDARD_UOM\", \"ACTIVITY_PREFIX\", \"STD_ACT_PREFIX\", \"ACTIVITY_VALUE\", \"SD\", \"ACTIVITY_REMARKS\", \"MICRO_MOLARVALUE\", \"ASSAY_TYPE\", \"ENZYME_CELL_ASSAY\", \"COMMON_NAME\", \"ACTIVITY_MECHANISM\", \"SOURCE\", \"CELLS_CELLLINE_ORGAN\", \"MEASURED\", \"ROA\", \"ASSAY_METHOD_NAME\", \"DOSE\", \"DOSE_UOM\", \"DOSE_PREFIX\", \"ACTIVITY\", \"PARAMETER\", \"REFERENCE\"};\n\n try (\n CSVWriter csvWriter = new CSVWriter(writer,\n CSVWriter.DEFAULT_SEPARATOR,\n CSVWriter.DEFAULT_ESCAPE_CHARACTER,\n CSVWriter.DEFAULT_LINE_END);\n ) {\n csvWriter.writeNext(CSV_ACTIVITY_TITLE);\n csvWriter.writeNext(CSV_ACTIVITY_HEADER);\n if (Objects.nonNull(activityTabList)) {\n for (ActivityTabDTO activityTabDataReturn : activityTabList) {\n for (AssayTabDTO assayTabDTO : assayTabDTOList) {\n for (ReferenceTabDTO referenceTabDTO : referenceTabDTOList) {\n for (StructureDetailsTabDTO reStructureDetailsTabDTO : structureDetailsTabDTOList) {\n String[] activityData = new String[]{\n activityTabDataReturn.getActId() + \"\",\n assayTabDTO.getAssayId() + \"\",\n referenceTabDTO.getRefId() + \"\",\n reStructureDetailsTabDTO.getGvkId() + \"\",\n activityTabDataReturn.getActivityType(),\n activityTabDataReturn.getStdActivityType() + \"\",\n activityTabDataReturn.getActivityUom() + \"\",\n activityTabDataReturn.getStandardUom() + \"\",\n activityTabDataReturn.getActivityPrefix() + \"\",\n activityTabDataReturn.getStdActPrefix() + \"\",\n activityTabDataReturn.getActivityValue() + \"\",\n activityTabDataReturn.getSd() + \"\",\n activityTabDataReturn.getActivityRemarks() + \"\",\n activityTabDataReturn.getMicroMolarvalue() + \"\",\n activityTabDataReturn.getAssayType() + \"\",\n activityTabDataReturn.getEnzymeCellAssay() + \"\",\n activityTabDataReturn.getCommonName() + \"\",\n activityTabDataReturn.getActivityMechanism() + \"\",\n activityTabDataReturn.getSource() + \"\",\n activityTabDataReturn.getCellsCelllineOrgan() + \"\",\n activityTabDataReturn.getMeasured() + \"\",\n activityTabDataReturn.getRoa() + \"\",\n activityTabDataReturn.getAssayMethodName() + \"\",\n activityTabDataReturn.getDose() + \"\",\n activityTabDataReturn.getDoseUom() + \"\",\n activityTabDataReturn.getDosePrefix() + \"\",\n activityTabDataReturn.getActivity() + \"\",\n activityTabDataReturn.getParameter() + \"\",\n activityTabDataReturn.getReference() + \"\",\n\n };\n\n csvWriter.writeNext(activityData);\n }\n }\n }\n }\n csvWriter.writeNext(CSV_ACTIVITY_NEWLINE);\n csvWriter.writeNext(CSV_ACTIVITY_NEWLINE);\n }\n\n\n } catch (Exception e) {\n System.out.println(\"Exception occured into the ActivityTab Data Export\" + e.getMessage());\n e.printStackTrace();\n }\n\n }", "public void createCsvFile(String fileName) { \n \n try { \n \n fileWriter = new FileWriter(fileName); \n \n //Write the CSV file header \n fileWriter.append(FILE_HEADER.toString()); \n \n //Add a new line separator after the header \n fileWriter.append(NEW_LINE_SEPARATOR); \n \n System.out.println(\"CSV file was created successfully !!!\"); \n \n } catch (Exception e) { \n \n System.out.println(\"Error in CsvFileWriter !!!\"); \n e.printStackTrace(); \n \n } finally { \n \n try {\n \n fileWriter.flush(); \n //fileWriter.close(); \n \n } catch (IOException e) { \n \n System.out.println(\"Error while flushing/closing fileWriter !!!\"); \n e.printStackTrace(); \n } \n \n } \n \n}", "String[] toCSV() throws Exception;", "private static void export(Tensor tensor, String filterType, int index, int radius, SmoothingKernel smoothingKernel) throws IOException {\n try (FileWriter writer = new FileWriter(\"030619_\" + filterType + \"_\" + smoothingKernel.toString() + \"_\" + radius + \"_\" + index + \".csv\")) {\n StringBuilder sb = new StringBuilder();\n for (int i = 0; i < tensor.length(); i++) {\n sb.append(tensor.get(i).Get(0).toString());\n sb.append(\",\");\n sb.append(tensor.get(i).Get(1).toString());\n sb.append(\",\");\n sb.append(tensor.get(i).Get(2).toString());\n sb.append(\"\\n\");\n }\n writer.write(sb.toString());\n }\n }", "public static void save(ArrayList<String> inputsInOrder) throws IOException {\r\n\t\tboolean start = true;\r\n\r\n\t\tFileWriter filewrite = new FileWriter(csv);\r\n\t\tfor (String str : inputsInOrder) {\r\n\t\t\tif (start == true) {\r\n\t\t\t\tfilewrite.write(str);\r\n\t\t\t\tstart = false;\r\n\t\t\t} else {\r\n\t\t\t\tfilewrite.write(\",\");\r\n\t\t\t\tfilewrite.write(str);\r\n\t\t\t}\r\n\t\t}\r\n\t\tfilewrite.flush();\r\n\t\tfilewrite.close();\r\n\t}", "private static void writeRecords(Collection<Record> values)\n throws IOException {\n for (Record record : values) {\n writer2.writeRecord(record.makeup());\n // over write, update writer\n // System.out.println(lineNum);\n if (++lineNum > Merge.lineNumbers.get(fileNum)) {\n writer2.flush();\n writer2.close();\n\n fileNum++;\n lineNum = 0;\n writer2 = new CsvWriter(new OutputStreamWriter(\n new FileOutputStream(SORT_USER_FN + fileNum + \".csv\"),\n \"UTF-8\"), ',');\n }\n }\n\n }", "private void save(List<String[]> data, Integer numFichier, String nomFichier) throws IOException {\n FileWriter fileWriter = null;\n CSVWriter cSVWriter2 = null;\n //-------------------------------------------------------------\n // Construction du nom de fichier\n //-------------------------------------------------------------\n\n\n// String nomFichier = constructionNomFichier(flux);\n\n// // Mini rappel sur les ternaire en java : variable = (condition) ? valeur_si_vrai : valeur_si_faux; \n// String pays = (flux.getJournalLie() != null && flux.getJournalLie().getPays() != null && !flux.getJournalLie().getPays().isEmpty()) ? flux.getJournalLie().getPays() : \"XX\";\n// String ville = (flux.getJournalLie() != null && flux.getJournalLie().getCodeVille() != null && !flux.getJournalLie().getCodeVille().isEmpty()) ? flux.getJournalLie().getCodeVille() : \"XX\";\n// String langue = (flux.getJournalLie() != null && flux.getJournalLie().getLangue() != null && !flux.getJournalLie().getLangue().isEmpty()) ? flux.getJournalLie().getLangue() : \"XX\";\n// String codeJournal = (flux.getJournalLie() != null && flux.getJournalLie().getCodeJournal() != null && !flux.getJournalLie().getCodeJournal().isEmpty()) ? flux.getJournalLie().getCodeJournal() : \"XX\";\n// String codeTypeFlux = (flux.getTypeFlux() != null && flux.getTypeFlux().getCodeType() != null && !flux.getTypeFlux().getCodeType().isEmpty()) ? flux.getTypeFlux().getCodeType() : \"XXX\";\n//\n// nomFichier = langue + \"_\" + pays + \"_\" + codeJournal + \"_\" + codeTypeFlux;\n\n //--------------------------------------------------------------------------------\n // Enregistrement \n //--------------------------------------------------------------------------------\n try {\n fileWriter = new FileWriter(exportPath + nomFichier + \"__F__\" + numFichier.toString() + \".csv\");\n\n if (escapebySlash) {\n cSVWriter2 = new CSVWriter(fileWriter, '\\t', '\"', '\\\\');\n } else {\n cSVWriter2 = new CSVWriter(fileWriter, '\\t', '\"');\n }\n\n cSVWriter2.writeAll(data);\n\n\n } catch (Exception e) {\n logger.debug(\"Erreur lors de l'enregistrement\");\n } finally {\n if (cSVWriter2 != null) {\n try {\n cSVWriter2.close();\n } catch (Exception e) {\n }\n }\n\n if (fileWriter != null) {\n try {\n fileWriter.close();\n } catch (Exception e) {\n }\n }\n }\n\n data.clear(); // On purge le fichier data\n //---------------------------------------------------------------------------\n // Assemblage \n //---------------------------------------------------------------------------\n // Si ce n'est pas le premier fichier. Il faut réassembler\n// if (numFichier != 0) {\n// File f1 = new File(exportPath + nomFichier + \"__F__0.csv\");\n// File fCurrent = new File(exportPath + nomFichier + \"__F__\" + numFichier.toString() + \".csv\");\n// \n// String content = FileUtils.readFileToString(fCurrent);\n// FileUtils.write(f1, content, true);\n// \n// fCurrent.delete();\n// }\n }", "public boolean saveData(String gameType, Board board, int time, String name1, String name2,\n String playerType1, String playerType2, int turn) throws IOException{\n System.out.println(\"Saving....\");\n nameFile(SAVE);\n m_FileName = PATH+ m_FileName +FILETYPE;\n m_Writer = new CSVWriter(new FileWriter(m_FileName));\n m_Data = new ArrayList<String[]>();\n m_LoadBoard = board.getBoard();\n\n for (int i = 0; i < BOARD_ROWS; i++) {\n for (int j = 0; j < BOARD_COLS; j++) {\n if (m_LoadBoard[j][i].getColour().equals(\"Red\")){\n m_Data.add(new String[] {gameType, String.valueOf(j), String.valueOf(i), m_LoadBoard[j][i].getColour(),\n name1, playerType1, String.valueOf(turn), String.valueOf(time)});\n\n } else if (m_LoadBoard[j][i].getColour().equals(\"Yellow\")){\n m_Data.add(new String[] {gameType, String.valueOf(j), String.valueOf(i), m_LoadBoard[j][i].getColour(),\n name2, playerType2, String.valueOf(turn), String.valueOf(time)});\n\n } else {\n m_Data.add(new String[] {gameType, String.valueOf(j), String.valueOf(i),\n m_LoadBoard[j][i].getColour(), \"\", \"\", String.valueOf(turn), String.valueOf(time)});\n }\n }\n }\n m_Writer.writeAll(m_Data);\n m_Writer.close();\n return true;\n }", "String toCSVString();", "public void generateSurfacePercentages(String csvName, String fileName, int distanceBin, int timeBin) {\n Scanner csv = null;\n try {\n csv = new Scanner(new File(csvName)); //csv of answer list\n FileWriter writer = new FileWriter(fileName + \".txt\");\n ArrayList<SaTrajectory> traj = new ArrayList<SaTrajectory>();\n csv.nextLine();\n int dbi = 1; //distance bin index\n int tbi = 1; //time bin index\n double dist, ts;\n int answer;\n String id;\n while (csv.hasNextLine()) { //go through each answer entry and add trajectories of the answer list for each unique device id\n String[] line = csv.nextLine().split(\",\");\n dist = Double.parseDouble(line[0]);\n ts = Double.parseDouble(line[1]);\n //System.out.println(ts);\n id = line[3];\n answer = Integer.parseInt(line[2]);\n dbi = (int) (Math.floor(dist / (double) (distanceBin)));\n tbi = (int) (Math.floor(ts / (double) (timeBin)));\n traj.add(new SaTrajectory(dist, id, ts, answer, dbi, tbi));\n }\n\n double minTime = findMinTime(traj);\n //System.out.println(minTime);\n double maxTime = findMaxTime(traj);\n //System.out.println(maxTime); //determine the maximum and minimum time\n for (int i = 0; i < traj.size(); i++) {\n traj.get(i).modifyTimeStamp(-minTime); //format the timestamp to seconds by subtracting the minimum timestamp from each\n }\n double maxDist = findMaxDist(traj);\n maxTime = findMaxTime(traj);\n\n\n int md = (int) Math.ceil(maxDist / distanceBin); //determine the maximum number of indices\n int mt = (int) Math.ceil(maxTime / timeBin); //determine the maximum number of indices\n\n double[][] cc = new double[md][mt];\n for (int i = 0; i < md; i++) {\n dbi = i * distanceBin; //the bin range for distance\n for (int j = 0; j < mt; j++) {\n tbi = j * timeBin; //the bin range for time\n\n ArrayList<SaTrajectory> inBin = new ArrayList<SaTrajectory>();\n for (int a = 0; a < traj.size(); a++) //iterate through each trajectory and see if it is within the range of the bin\n {\n SaTrajectory sa = traj.get(a);\n double dBinLoc = sa.getDistance();\n double tBinLoc = sa.getTimeStamp();\n\n // System.out.println(dBinLoc+\":::::::\"+dbi+\"-\"+ (dbi+distanceBin)+\"\\t\"+tBinLoc+\":::::::\"+tbi+\"-\"+(tbi+timeBin)+\"\\t\"+sa.getId()+\"\\tbin#: \"+i+\",\"+j);}}\n\n //System.out.println(dBinLoc+\":::::::\"+dbi+\"-\"+ (dbi+distanceBin)+\"\\t\"+tBinLoc+\":::::::\"+tbi+\"-\"+(tbi+timeBin)+\"\\t\"+sa.getId());\n // System.out.println(dBinLoc+\" \"+tBinLoc);\n if (dBinLoc > dbi && dBinLoc < (dbi + distanceBin)) {\n if ((tBinLoc > tbi) && (tBinLoc < (tbi + timeBin))) {\n //this value is in the bin\n inBin.add(sa);\n //System.out.println(sa.toString());\n traj.remove(a);\n a--;\n }\n }\n }\n int totalCC = 0;\n for (int a = 0; a < inBin.size(); a++) // for all values found in the bin, determine the percentage of CC's inside the bin, then store it into the 2d Array\n {\n SaTrajectory sa = inBin.get(a);\n if (sa.getAnswer() == 1)\n totalCC++;\n }\n /*if(inBin.size()==0)\n cc[i][j] = (0);\n else*/\n cc[i][j] = (((double) totalCC) / ((double) inBin.size()));\n // System.out.println((((double)totalCC)/((double)inBin.size())));\n }\n }\n\n\n for (int i = 0; i < cc[0].length; i++) {\n for (int j = 0; j < cc.length; j++) {\n writer.write(\"\" + cc[j][i] + \",\");\n }\n writer.write(\"\\n\");\n }\n\n writer.flush();\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n } finally {\n if (csv != null)\n csv.close();\n\n\n }\n }", "public static void writeCSV2D(CSVable[][] src, File to) throws IOException {\r\n\t\tfinal String SYSTEM_LINE_END = System.getProperty(\"line.separator\");\r\n\t\t\r\n\t\tFileWriter fw = null;\r\n\t\tBufferedWriter bw = null;\r\n\t\t\r\n\t\ttry {\r\n\t\t\t// Create the file if it doesn't exist yet\r\n\t\t\tif ( ! to.exists() ) {\r\n\t\t\t\tto.createNewFile();\r\n\t\t\t}\r\n\r\n\t\t\tfw = new FileWriter(to.getAbsoluteFile(), false);\r\n\t\t\tbw = new BufferedWriter(fw);\r\n\r\n\t\t\tsynchronized (src) {\r\n\t\t\t\tfor ( CSVable[] row : src ) {\r\n\t\t\t\t\tfor ( CSVable obj : row ) {\r\n\t\t\t\t\t\tbw.write(obj.toCSVRow() + SYSTEM_LINE_END);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\tfinally {\r\n\t\t\ttry {\r\n\t\t\t\tif (bw != null) {\r\n\t\t\t\t\tbw.close();\r\n\t\t\t\t}\r\n\t\t\t\tif (fw != null) {\r\n\t\t\t\t\tfw.close();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tcatch (IOException e) {\r\n\t\t\t\tSystem.err.println(\"I'm having really bad luck today - I couldn't even close the CSV file!\");\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t}\r\n\t\t}\r\n\t}", "void createCsv(String location);", "private void writeMatrixToCSV(File outputCSV, double[][] matrix) throws IOException {\n\t\tFileWriter FW = new FileWriter(outputCSV);\n\t\tfor (int i = 0; i < matrix[0].length; i++) {\n\t\t\tString row = \"\";\n\t\t\tfor (int j = 0; j < matrix.length; j++) {\n\t\t\t\trow += matrix[j][i];\n\t\t\t\tif (j != matrix.length - 1) {\n\t\t\t\t\trow += \", \";\n\t\t\t\t}\n\t\t\t}\n\t\t\trow += \"\\n\";\n\t\t\tFW.write(row);\n\t\t}\n\t\tFW.close();\n\t}", "private void ExportCSV() {\n //checks if you have given this app the permission to write to external storage\n int checkVal = context.checkCallingOrSelfPermission(\"android.permission.WRITE_EXTERNAL_STORAGE\");\n if (checkVal != PackageManager.PERMISSION_GRANTED) {\n Toast.makeText(this, \"Turn on WRITE_EXTERNAL_STORAGE permission\", Toast.LENGTH_LONG).show();\n return;\n }\n\n //makes new list for workTime\n final List<WorkTime> workTimeArrayList = new ArrayList<>();\n\n //gets the workTimes from the database\n Database.getWorkTimeRef().addListenerForSingleValueEvent(new ValueEventListener() {\n @Override\n public void onDataChange(DataSnapshot dataSnapshot) {\n for (DataSnapshot snapshot : dataSnapshot.getChildren()) {\n WorkTime workTime = snapshot.getValue(WorkTime.class);\n\n //if hasCheckDates is true the workTimes will be filtered based on the dates\n if (hasCheckDate) {\n //create new date instances\n Date after = new Date();\n Date before = new Date();\n Date check = new Date(workTime.getDate() * 1000L);\n\n //tries to parse the dates\n try {\n after = sdf.parse(btnStartDate.getText().toString());\n before = sdf.parse(btnEndDate.getText().toString());\n } catch (ParseException e) {\n e.printStackTrace();\n Toast.makeText(context, \"Couldn't parse the dates\", Toast.LENGTH_SHORT).show();\n }\n\n //if the date is with in range it will be added to to list\n if (check.after(after) && check.before(before)){\n workTimeArrayList.add(workTime);\n }\n } else {\n //with no filter all will be added to the list\n workTimeArrayList.add(workTime);\n }\n }\n\n //creates the header for the CSV file\n csvFile = new StringBuilder();\n csvFile.append(FILE_HEADER);\n csvFile.append(NEW_LINE_SEPARATOR);\n\n //loops trough all the workTimes in the list\n for (final WorkTime workTime : workTimeArrayList) {\n Database.getProjectsRef().child(workTime.getProjectID()).child(\"name\").addListenerForSingleValueEvent(new ValueEventListener() {\n @Override\n public void onDataChange(DataSnapshot dataSnapshot) {\n if (dataSnapshot.getValue() != null) {\n\n //adds the worktime to the CSV file\n projectname = dataSnapshot.getValue().toString();\n csvFile.append(projectname)\n .append(COMMA_DELIMITER)\n .append(String.valueOf(workTime.getDescription()))\n .append(COMMA_DELIMITER)\n .append(String.valueOf(workTime.getTime()))\n .append(COMMA_DELIMITER)\n .append(sdf.format(new Date(workTime.getDate() * 1000L)))\n .append(COMMA_DELIMITER)\n .append(String.valueOf(workTime.getWorktimeID()))\n .append(COMMA_DELIMITER)\n .append(String.valueOf(workTime.getUserID()))\n .append(COMMA_DELIMITER)\n .append(NEW_LINE_SEPARATOR);\n\n //keeps track of the arraylist position\n arrayLength++;\n }\n\n //if the array is done the file will be exported\n if (arrayLength >= workTimeArrayList.size() ){\n export();\n arrayLength = 0;\n }\n }\n\n @Override\n public void onCancelled(DatabaseError databaseError) {}\n });\n }\n\n //if there are no worktimes in the filter display this message\n if (workTimeArrayList.size() == 0){\n Toast.makeText(context, \"There are no hours to be exported between these dates\", Toast.LENGTH_LONG).show();\n }\n }\n\n @Override\n public void onCancelled(DatabaseError databaseError) {\n }\n });\n }", "private void writeCSVDict(String currentTime, String scanType, String timeStamp, String spectStart, String spectEnd, String numPoints, String resolution, String numAverages, String measTime, boolean saveOS) {\n\n String prefix = filePrefix.getText().toString();\n if (prefix.equals(\"\")) {\n prefix = \"Nano\";\n }\n\n if (saveOS) {\n String csv = android.os.Environment.getExternalStorageDirectory().getAbsolutePath() + \"/\" + prefix + currentTime + \".dict\";\n\n CSVWriter writer;\n try {\n writer = new CSVWriter(new FileWriter(csv));\n List<String[]> data = new ArrayList<String[]>();\n data.add(new String[]{\"Method\", scanType});\n data.add(new String[]{\"Timestamp\", timeStamp});\n data.add(new String[]{\"Spectral Range Start (nm)\", spectStart});\n data.add(new String[]{\"Spectral Range End (nm)\", spectEnd});\n data.add(new String[]{\"Number of Wavelength Points\", numPoints});\n data.add(new String[]{\"Digital Resolution\", resolution});\n data.add(new String[]{\"Number of Scans to Average\", numAverages});\n data.add(new String[]{\"Total Measurement Time (s)\", measTime});\n\n writer.writeAll(data);\n\n writer.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n }", "public void generateTrajectoryDistancesAndTime(String csvName, String trajFileName, String questionLocationsName, String fileName, double meters) {\n Scanner csv = null;\n Scanner ql = null;\n\n try {\n csv = new Scanner(new File(csvName)); //csv of answer list\n ql = new Scanner(new File(questionLocationsName)); //question locations (index 0 corresponds to question 1)\n FileWriter writer = new FileWriter(fileName + \".csv\");\n HashMap<String, ArrayList<AnswerTrajectory>> csvTraj = new HashMap<String, ArrayList<AnswerTrajectory>>(); //hash map that keys on trajectory id, storing all answer list trajectories in an array list\n HashMap<String, ArrayList<Trajectory>> trajectories = readTrajectories(trajFileName); //load the trajectory data into a hash map keyed by ID\n csv.nextLine();\n String currentId = \"\";\n ArrayList<AnswerTrajectory> anstj = new ArrayList<AnswerTrajectory>();\n ArrayList<String> Ids = new ArrayList<String>();\n\n ArrayList<Point2D.Double> questionLocations = new ArrayList<Point2D.Double>();\n\n while (ql.hasNextLine()) {\n questionLocations.add(new Point2D.Double(ql.nextDouble(), ql.nextDouble()));\n }\n\n\n while (csv.hasNextLine()) { //go through each answer entry and add trajectories of the answer list for each unique device id\n String[] line = csv.nextLine().split(\",\");\n if (currentId.equals(\"\")) {\n currentId = line[12];\n } else if (!currentId.equals(line[12])) {\n csvTraj.put(currentId, anstj);\n Ids.add(currentId); //if the id is new, then add it to the list of all known ids\n anstj = new ArrayList<AnswerTrajectory>();\n currentId = line[12];\n }\n anstj.add(new AnswerTrajectory(Double.parseDouble(line[13]), Double.parseDouble(line[14]), line[12], Double.parseDouble(line[9]), Integer.parseInt(line[0]), Integer.parseInt(line[16])));\n }\n writer.append(\"Distance,Time,AnswerType,ID,Question\\n\");\n\n ArrayList<Trajectory> alltj = new ArrayList<Trajectory>();\n for (String s : Ids) //for each device ID determine the corresponding answer list\n {\n //System.out.println(s);\n anstj = csvTraj.get(s); //get the hashmap arraylist that holds all trajectories for this device\n alltj = trajectories.get(s); //get all the trajectories under this Id\n\n if (anstj == null || alltj == null)\n System.out.println(\"Could not find trajectory data for deviceId: \" + s);\n\n else {\n Collections.sort(anstj, AnswerTrajectory.TSComparator); //sort it by time\n Collections.sort(alltj, Trajectory.TSComparator); //sort it by time\n\n\n int currentQuestion = anstj.get(0).getQuestion();\n int currentAnswer = anstj.get(0).getAnswer();\n int correct = 0;\n if (currentAnswer == 1 || currentAnswer == 2)\n correct = 1;\n\n boolean BC = true;// before the first question\n int total = 0;\n for (Trajectory t : alltj) {\n\n double timestamp = t.getTimeStamp() * 1000;\n\n if (BC && timestamp < anstj.get(0).getTimeStamp()) //use first trajectory as if it's before the first question\n {\n total++;\n //determine the distance and answer type\n double qX = questionLocations.get(currentQuestion - 1).getX(); //question location x and y\n double qY = questionLocations.get(currentQuestion - 1).getY();\n\n double tX = t.getX(); //trajectory x and y\n double tY = t.getY();\n\n double aX = anstj.get(0).getX(); //location when question was answered\n double aY = anstj.get(0).getY();\n\n double currentDist = Math.sqrt((tX - qX) * (tX - qX) + (tY - qY) * (tY - qY)); //distance from current location to question location\n double distToAnswer = Math.sqrt((aX - qX) * (aX - qX) + (aY - qY) * (aY - qY)); //distance from answer to answer location\n\n int answerId = 0;\n if (distToAnswer <= meters) {\n if (correct == 1)\n answerId = 1;\n\n if (correct == 0)\n answerId = 3;\n } else {\n if (correct == 1)\n answerId = 2;\n\n if (correct == 0)\n answerId = 4;\n }\n\n writer.append(currentDist + \",\" + t.getTimeStamp() + \",\" + answerId + \",\" + t.getId() + \",\" + anstj.get(0).getQuestion() + \"\\n\");\n BC = false;\n } else {\n break;\n }\n\n }\n\n for (int a = 0; a < anstj.size() - 1; a++) //for questions 1-n\n {\n //determine the distance and answer type\n\n double qX = questionLocations.get(anstj.get(a + 1).getQuestion() - 1).getX();//question location x and y\n double qY = questionLocations.get(anstj.get(a + 1).getQuestion() - 1).getY();\n\n double tX = anstj.get(a).getX(); //current location x and y\n double tY = anstj.get(a).getY();\n\n double aX = anstj.get(a + 1).getX(); //location when question was answered\n double aY = anstj.get(a + 1).getY();\n\n double currentDist = Math.sqrt((tX - qX) * (tX - qX) + (tY - qY) * (tY - qY)); //distance from current location to question location\n double distToAnswer = Math.sqrt((aX - qX) * (aX - qX) + (aY - qY) * (aY - qY)); //distance from answer to answer location\n\n int answerId = 0;\n if (distToAnswer <= meters) {\n if (correct == 1)\n answerId = 1;\n\n if (correct == 0)\n answerId = 3;\n } else {\n if (correct == 1)\n answerId = 2;\n\n if (correct == 0)\n answerId = 4;\n }\n\n writer.append(currentDist + \",\" + anstj.get(a).getTimeStamp() / 1000.0 + \",\" + answerId + \",\" + anstj.get(a).getId() + \",\" + anstj.get(a).getQuestion() + \"\\n\");\n }\n\n }\n }\n\n\n writer.flush();\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n } finally {\n if (csv != null)\n csv.close();\n\n if (ql != null)\n ql.close();\n\n }\n }", "public static void main(String arr[]) {\n\t\t\n\t\tMap<String,String>map = new LinkedHashMap<String,String>();\n\t\t\n\t\tFileWriter fileWriter = null;\n\t\t\t\t\n\t\ttry {\n\t\t\tfileWriter = new FileWriter(fileName);\n\n\t\t\t//Write the CSV file header\n\t\t\tfileWriter.append(FILE_HEADER.toString());\n\t\t\t\n\t\t\t//Add a new line separator after the header\n\t\t\tfileWriter.append(NEW_LINE_SEPARATOR);\n\t\t\t\n\t\t\t//Write a new student object list to the CSV file\n\t\t\t\n\t\t\tfor(int i = 1; i <500000; i++){\n\t\t\t\t\n\t\t\t\tfileWriter.append(String.valueOf(i));\n\t\t\t\tfileWriter.append(COMMA_DELIMITER);\n\n\t\t\t\tfileWriter.append(\"ABC\"+i);\n\t\t\t\tfileWriter.append(COMMA_DELIMITER);\n\n\t\t\t\tfileWriter.append(\"lastname\"+i);\n\t\t\t\tfileWriter.append(COMMA_DELIMITER);\n\n\t\t\t\tfileWriter.append(\"M\"+i);\n\t\t\t\tfileWriter.append(COMMA_DELIMITER);\n\n\t\t\t\tfileWriter.append(String.valueOf(i));\n\t\t\t\tfileWriter.append(NEW_LINE_SEPARATOR);\n\n\t\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\tSystem.out.println(\"CSV file was created successfully !!!\");\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(\"Error in CsvFileWriter !!!\");\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\t\n\t\t\ttry {\n\t\t\t\tfileWriter.flush();\n\t\t\t\tfileWriter.close();\n\t\t\t} catch (IOException e) {\n\t\t\t\tSystem.out.println(\"Error while flushing/closing fileWriter !!!\");\n e.printStackTrace();\n\t\t\t}\n\t\t\t\n\t\t}\n\t}", "public void writeCSVFile(File file, String data) throws Exception{\n BufferedWriter bufferWritter = new BufferedWriter(new FileWriter(file));\n bufferWritter.write(data);\n bufferWritter.close();\n }", "public void closeCsvFile()\n{\n try {\n \n fileWriter.flush(); \n fileWriter.close(); \n \n } catch (IOException e) { \n \n System.out.println(\"Error while flushing/closing fileWriter !!!\"); \n e.printStackTrace(); \n } \n \n}", "@Override\n\tpublic void createCSVOutput() {\n\t\tFile file = new File(\"rejectedByEsteticalRestructurationRejector.csv\"); \n\t\t\n\t\t//test if the file already exist\n\t\tif(file.exists()) {\n\t\t\tSystem.out.println(\"le fichier rejectedByEstheticalRestructurationRejector.csv existe deja\");\n\t\t\tSystem.exit(0);\n\t\t}\n\t\t\n\t\t//create the different column for the CSV file\n\t\tString[] titles = { \"before\" , \"after\", \"id\"};\n\t\ttry {\n\t\t\toutputFile = new CsvFileWriter(file, '\\t', titles);\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\t\t\n\t}", "public void saveAsCsv() {\n\n try(BufferedWriter bufferedWriter = new BufferedWriter(new FileWriter(\"saves/data.csv\"))){\n for(Publication book : library){\n StringBuilder stringBuilder = new StringBuilder();\n\n stringBuilder.append(\"\\\"\").append(book.getClass().getSimpleName()).append(\"\\\"\"); // type\n stringBuilder.append(\",\"); // delimiter\n stringBuilder.append(\"\\\"\").append(book.getTitle()).append(\"\\\"\"); // title\n stringBuilder.append(\",\");\n stringBuilder.append(\"\\\"\").append(book.getAuthor().toString()).append(\"\\\"\"); // author\n stringBuilder.append(\",\");\n stringBuilder.append(\"\\\"\").append(book.getPages()).append(\"\\\"\"); // pages\n stringBuilder.append(\",\");\n stringBuilder.append(\"\\\"\").append(book.getIsbn()).append(\"\\\"\"); // isbn\n stringBuilder.append(\",\");\n stringBuilder.append(\"\\\"\").append(book.getReleaseYear()).append(\"\\\"\"); // year\n stringBuilder.append(\"\\n\");\n\n bufferedWriter.write(stringBuilder.toString()); // creates a line of one publication information and puts it to file\n }\n } catch (IOException e){\n System.out.println(\"IOException occurred: \" + e.getMessage());\n }\n }", "static void saveVertexesInfoToCSV(\r\n ITaxonomy taxonomy,\r\n String strCSVFilename,\r\n boolean includeProb) throws IOException, Exception\r\n {\r\n BufferedWriter writer; // Writer\r\n \r\n String strLine; // Line written\r\n \r\n char sep = ';'; // Separator dield\r\n \r\n // We create a writer for the text file\r\n \r\n writer = new BufferedWriter(new FileWriter(strCSVFilename, false));\r\n \r\n // We write the titles\r\n \r\n strLine = \"Synset ID\" + sep\r\n + \"Words\" + sep\r\n + \"ParentsID\" + sep\r\n + \"IC value\" + sep;\r\n \r\n if (includeProb)\r\n {\r\n strLine += \"Probability\" + sep;\r\n }\r\n \r\n strLine += \"Depth\" + sep\r\n + \"Longest depth\" + sep\r\n + \"# Children\" + sep\r\n + \"# Parents\" + sep\r\n + \"# Subsumers\" + sep\r\n + \"# Hyponyms\" + sep\r\n + \"# Leaves\" + \"\\n\";\r\n \r\n writer.write(strLine);\r\n \r\n // We write the info for each taxonomy node\r\n \r\n for (IVertex vertex: taxonomy.getVertexes())\r\n {\r\n // We get the vertx info into a linte\r\n \r\n strLine = getVertexLine(vertex, sep, includeProb);\r\n \r\n // We write the vertx line\r\n \r\n writer.write(strLine);\r\n }\r\n \r\n // We close the file\r\n \r\n writer.close();\r\n }", "public static void writeNewCSV(Calendar cal) {\n\n try {\n\n BufferedWriter bw = null;\n\n String fileString = \"P5Calendar.csv\";\n String fileLine = \"\";\n\n FileWriter fw = new FileWriter(fileString, true);\n bw = new BufferedWriter(fw);\n\n ArrayList<Activity> activities = cal.getActivities();\n\n int lastElement = activities.size();\n Activity activity = activities.get(lastElement - 1);\n bw.write(activity.Year + \",\" + activity.Month + \",\" + activity.Name + \",\" + activity.Roles.name + \" \" + \"(\"\n + activity.Roles.subRole + \")\" + \"\\n\");\n\n bw.close();\n\n } catch (IOException e) {\n\n e.printStackTrace();\n\n }\n }", "public static void writeCsvFile(List<Person> currentState, Path exportPath) {\n requireNonNull(currentState);\n File dir = new File(exportPath.toString());\n dir.mkdirs();\n\n SimpleDateFormat dateFormat = new SimpleDateFormat(\"dd-MM-yy HH-mm-ss\");\n Date date = new Date();\n String exportUniqueName = \"export[\" + dateFormat.format(date) + \"].csv\";\n Path exportFilePath = Paths.get(exportPath.toString() , exportUniqueName);\n try {\n FileUtil.createIfMissing(exportFilePath);\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n\n try {\n serializeObjectToCsvFile(exportFilePath, currentState);\n } catch (IOException e) {\n logger.warning(\"Error writing from CsvFile file \" + exportFilePath);\n }\n }", "public static void writeDataToCsvUsingStringArrayForAssay(PrintWriter writer, List<AssayTabDTO> assayTabList, List<ReferenceTabDTO> referenceTabDTOList, List<StructureDetailsTabDTO> structureDetailsTabDTOList) {\n\n String[] CSV_ASSAY_TITLE = {\"Assay Details\"};\n\n String[] CSV_ASSAY_HEADER = {\"ASSAY_ID\", \"REF_ID\", \"GVK_ID\", \"PROTEIN\", \"STANDARD_NAME\", \"MUTANT\", \"WILD_TYPE\", \"NEW_RESIDUE\", \"OLD_RESIDUE\", \"OPERATION\", \"ASSAY_POSITION\", \"TARGET_PROFILE\", \"P_S_M\", \"BUFFER\", \"BUFFER_CONC\", \"BUFFER_PREFIX\", \"BUFFER_UOM\", \"SUBSTRATE\", \"SUBSTRATE_CONC\", \"SUBSTRATE_PREFIX\", \"SUBSTRATE_UOM\", \"RADIO_LIGAND\", \"RADIO_LIGAND_PREFIX\", \"RADIO_LIGAND_UOM\", \"RADIO_LIGAND_CONC\", \"CO_ADMINISTERED\", \"CO_ADMINISTERED_PREFIX\", \"CO_ADMINISTERED_UOM\", \"CO_ADMINISTERED_VALUE\", \"IN_PRESENCE_OF\", \"IN_PRESENCE_OF_CONC\", \"IN_PRESENCE_OF_PREFIX\", \"IN_PRESENCE_OF_UOM\", \"INCUBATION_TIME\", \"INCUBATION_PREFIX\", \"INCUBATION_UOM\", \"TEMPERATURE\", \"TEMPERATURE_PREFIX\", \"TEMPERATURE_UOM\", \"PH_PREFIX\", \"PH\"};\n\n try (\n CSVWriter csvWriter = new CSVWriter(writer,\n CSVWriter.DEFAULT_SEPARATOR,\n CSVWriter.DEFAULT_ESCAPE_CHARACTER,\n CSVWriter.DEFAULT_LINE_END);\n ) {\n csvWriter.writeNext(CSV_ASSAY_TITLE);\n csvWriter.writeNext(CSV_ASSAY_HEADER);\n for (AssayTabDTO assayTabDataReturn : assayTabList) {\n for (ReferenceTabDTO referenceTabDTO : referenceTabDTOList) {\n for (StructureDetailsTabDTO structureDetailsTabDTO : structureDetailsTabDTOList) {\n String[] assayData = new String[]{\n assayTabDataReturn.getAssayId() + \"\",\n referenceTabDTO.getRefId() + \"\",\n structureDetailsTabDTO.getGvkId() + \"\",\n assayTabDataReturn.getProtein() + \"\",\n assayTabDataReturn.getStandardName() + \"\",\n assayTabDataReturn.getMutant() + \"\",\n assayTabDataReturn.getWildType() + \"\",\n assayTabDataReturn.getNewResidue() + \"\",\n assayTabDataReturn.getOldResidue() + \"\",\n assayTabDataReturn.getOperation() + \"\",\n assayTabDataReturn.getAssayPosition() + \"\",\n assayTabDataReturn.getTargetProfile() + \"\",\n assayTabDataReturn.getP_s_m() + \"\",\n assayTabDataReturn.getBuffer() + \"\",\n assayTabDataReturn.getBufferConc() + \"\",\n assayTabDataReturn.getBufferPrefix() + \"\",\n assayTabDataReturn.getBufferUom() + \"\",\n assayTabDataReturn.getSubstrate() + \"\",\n assayTabDataReturn.getSubstrateConc() + \"\",\n assayTabDataReturn.getSubstratePrefix() + \"\",\n assayTabDataReturn.getSubstrateUom() + \"\",\n assayTabDataReturn.getRadioLigand() + \"\",\n assayTabDataReturn.getRadioLigandPrefix() + \"\",\n assayTabDataReturn.getRadioLigandUom() + \"\",\n assayTabDataReturn.getRadioLigandConc() + \"\",\n assayTabDataReturn.getCoAdministered() + \"\",\n assayTabDataReturn.getCoAdministeredPrefix() + \"\",\n assayTabDataReturn.getCoAdministeredUom() + \"\",\n assayTabDataReturn.getCoAdministeredValue() + \"\",\n assayTabDataReturn.getInPresenceOf() + \"\",\n assayTabDataReturn.getInPresenceOfConc() + \"\",\n assayTabDataReturn.getInPresenceOfPrefix() + \"\",\n assayTabDataReturn.getInPresenceOfUom() + \"\",\n assayTabDataReturn.getIncubationTime() + \"\",\n assayTabDataReturn.getIncubationPrefix() + \"\",\n assayTabDataReturn.getIncubationUom() + \"\",\n assayTabDataReturn.getTemperature() + \"\",\n assayTabDataReturn.getTemperaturePrefix() + \"\",\n assayTabDataReturn.getTemperatureUom() + \"\",\n assayTabDataReturn.getPhPrefix() + \"\",\n assayTabDataReturn.getPh() + \"\"\n\n };\n\n csvWriter.writeNext(assayData);\n }\n }\n\n }\n\n\n } catch (Exception e) {\n System.out.println(\"Exception occured into the AssayTab Data Export\" + e.getMessage());\n e.printStackTrace();\n }\n\n }", "public void saveFile(int theValue) {\n if (!outputInitialized) {\n return;\n }\n int largest = 0;\n for (int i=0; i<totSamples.length; i++) {\n if (totSamples[i]> largest) {\n largest = totSamples[i];\n }\n //myArray[i] = list_Samples[i].getListBoxItems();\n }\n String fname = ano + nf(mes, 2)+ nf(dia, 2) + nf(hora, 2) + nf(min, 2) + nf(sec, 2);\n foutput = createWriter(\"dados_\"+fname +\".csv\");\n\n\n\n for (int i=0; i<largest; i++) {\n String line =\"\";\n String[] val = new String[6];\n for (int j=0; j < numSamples; j++) {\n if (i < totSamples[j]) {\n ListBoxItem lb1 = list_Samples[j].getItem(i);\n val[j]=lb1.getText();\n } else {\n val[j]=\"\";\n }\n line += val[j]+\",\";\n } \n if (outputInitialized) {\n foutput.println(i+\",\"+line);\n }\n }\n foutput.flush(); // Writes the remaining data to the file\n foutput.close();\n}", "public void writeDataToCSV(Context context, String competition) throws IOException {\n\n fileExists = false;\n\n String FILE_PATH = \"Scouting_Data_\" + competition + \".csv\";\n File file = new File(context.getExternalFilesDir(\n Environment.DIRECTORY_DOCUMENTS), FILE_PATH);\n\n// if (!file.exists()) {\n// FileWriter fw = new FileWriter(file);\n// BufferedWriter bw = new BufferedWriter(fw);\n// bw.write(str);\n// bw.close();\n// }\n//\n// else {\n// FileOutputStream fileinput = new FileOutputStream(file, true);\n// PrintStream printstream = new PrintStream(fileinput);\n// printstream.print(\"\\n\" + str);\n// fileinput.close();\n// fileExists = true;\n// }\n }", "public void Append(int arraySize, long startTime, long endTime, long startTime2, long endTime2) throws IOException {\n\t\tFileWriter pw = new FileWriter(\"Result.csv\", true);\n\t\tStringBuilder sb = new StringBuilder();\n\t\t\n\t\tsb.append(testnum);\n\t\tsb.append(',');\n\t\tsb.append(arraySize);\n \tsb.append(',');\n \tsb.append(endTime - startTime);\n \tsb.append(',');\n \tsb.append(endTime2 - startTime2);\n \tsb.append(',');\n \tsb.append(boCount);\n \tsb.append(',');\n \tsb.append(boCount2);\n \tsb.append('\\n');\n \t\n \tpw.write(sb.toString());\n \tpw.close();\n\t}", "public String toCSV() {\n // conflict count, time (seconds), Board Count\n return String\n .format(\"%d,%f,%d\\n\", BoardState.countConflicts(board.getBoard()), time * 0.000000001, BoardState.COUNT);\n }", "public void writecsv(String path, String username, String ccyCode, String usernameData, String ccyCodeData) {\r\n\t\tString csv = path;\r\n\t\tCSVWriter writer = null;\r\n\t\ttry {\r\n\t\t\twriter = new CSVWriter(new FileWriter(csv));\r\n\t\t} catch (IOException e1) {\r\n\t\t\t// TODO Auto-generated catch block\r\n\t\t\te1.printStackTrace();\r\n\t\t}\r\n\r\n\t\tList<String[]> data = new ArrayList<String[]>();\r\n\t\tdata.add(new String[] {username,ccyCode});\r\n\t\tdata.add(new String[] {usernameData,ccyCodeData});\r\n\r\n\t\twriter.writeAll(data);\r\n\t\ttry {\r\n\t\t\twriter.close();\r\n\t\t} catch (IOException e) {\r\n\t\t\t// TODO Auto-generated catch block\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "static void saveEdgesInfoToCSV(\r\n ITaxonomy taxonomy,\r\n String strCSVFilename) throws IOException, Exception\r\n {\r\n BufferedWriter writer; // Writer\r\n \r\n String strLine; // Line written\r\n \r\n char sep = ';'; // Separator dield\r\n \r\n // We create a writer for the text file\r\n \r\n writer = new BufferedWriter(new FileWriter(strCSVFilename, false));\r\n \r\n // We write the titles\r\n \r\n strLine = \"Source ID\" + sep\r\n + \"Target ID\" + sep\r\n + \"CondProbability\" + sep\r\n + \"IC weight\" + \"\\n\";\r\n \r\n writer.write(strLine);\r\n \r\n // We write the info for each taxonomy node\r\n \r\n for (IEdge edge: taxonomy.getEdges())\r\n {\r\n // We get the vertx info into a linte\r\n \r\n strLine = getEdgeLine(edge, sep);\r\n \r\n // We write the vertx line\r\n \r\n writer.write(strLine);\r\n }\r\n \r\n // We close the file\r\n \r\n writer.close();\r\n }", "private void writeBatchToFile(ArrayList<SensorEntry> batch) {\n\n\t\tFile file = new File(currFolder + \"/\" + entriesRecorded + \".csv\");\n\n\t\ttry {\n\n\t\t\tFileOutputStream outputStream = new FileOutputStream(file);\n\n\t\t\tif (!file.exists()) {\n\t\t\t\tfile.createNewFile();\n\t\t\t\toutputStream.write(Constants.INS_DATA_HEADER.getBytes());\n\t\t\t}\n\n\t\t\tfor (SensorEntry e : batch)\n\t\t\t\toutputStream.write((e.toRawString() + \",\" + e.getTimeRecorded() + \"\\n\").getBytes());\n\n\t\t\toutputStream.close();\n\n\t\t\tsetsOfEntriesRecorded++;\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "void markAndCompact(String path) throws IOException {\n for(int i = 0; i < stack.size(); i++){//loop to mark all used objects\r\n int id = stack.get(i);\r\n heapObject myObject = heap.get(id);\r\n if(!myObject.marked){//if not marked before then mark it and all children\r\n myObject.markChildren();\r\n }\r\n }\r\n int memoryPtr = 0;\r\n FileWriter csvWriter = new FileWriter(path);\r\n Collections.sort(IDs);\r\n System.out.println(\"\");\r\n for (int i = 0; i < IDs.size(); i++){//loop to update addresses in memory and write in the given file\r\n heapObject temp = heap.get(IDs.get(i).id);\r\n if(temp.marked){\r\n temp.memoryStart = memoryPtr;\r\n memoryPtr = memoryPtr + temp.size;\r\n temp.memoryEnd = memoryPtr;\r\n memoryPtr++;\r\n csvWriter.append(Integer.toString(temp.id));\r\n csvWriter.append(\",\");\r\n csvWriter.append(Integer.toString(temp.memoryStart));\r\n csvWriter.append(\",\");\r\n csvWriter.append(Integer.toString(temp.memoryEnd));\r\n csvWriter.append(\"\\n\");\r\n }\r\n }\r\n csvWriter.flush();\r\n csvWriter.close();\r\n }", "public void generateAverageSpeeds(String trajFileName, String fileName) {\n try {\n FileWriter writer = new FileWriter(fileName + \".csv\");\n HashMap<String, ArrayList<Trajectory>> trajectories = readTrajectories(trajFileName); //load the trajectory data into a hash map keyed by ID\n\n writer.append(\"ID,AverageSpeed\\n\");\n for (ArrayList<Trajectory> tlist : trajectories.values()) {\n Collections.sort(tlist, Trajectory.TSComparator); //sort trajectory data by time\n\n double sumSpeed = 0;\n for (int i = 0; i < tlist.size() - 1; i++) {\n Trajectory t1 = tlist.get(i);\n Trajectory t2 = tlist.get(i + 1);\n\n double dist = Math.sqrt(((t1.getX() - t2.getX()) * (t1.getX() - t2.getX())) + ((t1.getY() - t2.getY()) * (t1.getY() - t2.getY())));\n double dt = t2.getTimeStamp() - t1.getTimeStamp();\n\n if (dt == 0) {\n System.out.println(t1 + \"\\n\" + t2 + \"\\tDIST: \" + dist + \"\\n\\n\");\n tlist.remove(i + 1);\n i--;\n } else\n sumSpeed += dist / dt;\n }\n sumSpeed = sumSpeed / ((double) (tlist.size() - 1));\n writer.append(tlist.get(0).getId() + \",\" + sumSpeed + \"\\n\");\n }\n writer.flush();\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "private void startLogFile() {\n try {\n createLogFile();\n // First line of file contains field names\n String [] header = new String [] {\"Job\", \"Step\", \"Total Residents\", \"Domestic\", \"Employed\", \"Student\", \"Rebel\", \"Heard original rumor\", \"Heard new rumor\", \"Run\"};\n dataCSVFile_identity.writeLine(header);\n\n // activity\n String [] header_actions = new String [] {\"Job\",\"Step\",\"total residents\", \"At Home\", \"Work\", \"Searching for Work\",\n \"School\", \"Socialiazing\", \"Church\", \"Getting Water\", \"Rebel\", \"Run\"};\n\n dataCSVFile_action.writeLine(header_actions);\n\n String [] header_network = new String [] {\"Job\", \"Step\", \"node1\", \"node2\", \"weight\"};\n dataCSVFile_network.writeLine(header_network);\n\n String [] header_working = new String [] {\"Job\", \"Step\", \"Business\", \"School\", \"Health Facility\", \"Religious Facility\", \n \"Formal\", \"Informal\", \"Searching\", \"Inactive\", \"Formal at home\", \"Informal at home\", \"Run\"};\n dataCSVFile_working.writeLine(header_working);\n \n String [] header_rebels = new String [] {\"Job\", \"Step\", \"AgeGroup\", \"HHDiscrepancy\", \"Identity\", \"Count\" };\n dataCSVFile_rebels.writeLine(header_rebels);\n\n String[] header_residents = new String [] {\"Job\", \"Step\", \"Resident\", \"Age\", \"Employment status\", \"Laid off\", \"Action\", \n \"Daily water use\", \"Remaining water\", \"Required water\",\n \"Identity\",\"Is initial rebel\", \n \"Heard original rumor\", \"Heard new rumor\", \"Energy\", \"Current Aggression\", \"Aggression Rate\", \"Formal Business Capacity\", \n \"Informal Business Capacity\", \"School Capacity\", \"Has School\", \"Has formal employer\", \"Has informal Employer\", \n \"Formal income\", \"Informal income\", \"Searching income\", \"Inactive income\", \"Household Income\", \"Has electricity\", \"Has sanitation\",\n \"Has water\", \"Household expenditures\", \"Rent cost\", \"Water cost\", \"Electric cost\", \"Sanitation cost\", \n \"Transportation cost\", \"Other cost\", \"Food cost\", \"Discrepancy\", \"Run\", \"Preference\"};\n \n \n dataCSVFile_residents.writeLine(header_residents);\n\n String [] header_degreestats = new String [] {\"Job\", \"Step\", \"max degree\", \"min degree\", \"mean degree\", \"sum degree\", \"mean connections\", \"Run\"};\n dataCSVFile_degreestats.writeLine(header_degreestats);\n\n }\n\n catch (IOException ex) {\n Logger.getLogger(Kibera.class.getName()).log(Level.SEVERE, null, ex);\n }\n }", "public void saveCSV(Collection<? extends Collection<String>> data, File file) {\r\n\t\tfinal FileWriter out;\r\n\t\tString output;\r\n\r\n\t\ttry {\r\n\t\t\tout = new FileWriter(file);\r\n\r\n\t\t\tfor (Collection<String> row : data) {\r\n\t\t\t\toutput = \"\";\r\n\r\n\t\t\t\tfor (String value : row)\r\n\t\t\t\t\toutput += value + \",\";\r\n\r\n\t\t\t\t// Remove the last comma.\r\n\t\t\t\toutput = output.substring(0, output.length() - 1);\r\n\r\n\t\t\t\toutput += \"\\n\";\r\n\r\n\t\t\t\tout.append(output);\r\n\t\t\t}\r\n\r\n\t\t\tout.flush();\r\n\t\t\tout.close();\r\n\t\t} catch (IOException e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "public void saveData(int argLowAlpha, int argHighAlpha, int argLowBeta, int argHighBeta, int argLowGamma, int argMidGamma, int argDelta, int argTheta) {\n\n try {\n File sdCard = Environment.getExternalStorageDirectory();\n File dir = new File(sdCard.getAbsolutePath() + \"/cerebro_files/\");\n dir.mkdirs();\n\n if (fileCountFlag == 0) {\n File[] files = dir.listFiles();\n int numberOfFiles = files.length;\n String index = new Integer(numberOfFiles + 1).toString();\n Toast.makeText(getApplicationContext(), \"Number of files is: \"+index, Toast.LENGTH_SHORT).show();\n filename = \"file\" + index + \".csv\";\n fileCountFlag = 1;\n }\n\n //File file = new File(dir, \"filename1.csv\"+index);\n File file = new File(dir, filename);\n //Toast.makeText(getApplicationContext(), \"init file\",Toast.LENGTH_SHORT).show();\n\n FileOutputStream f = new FileOutputStream(file, true);\n\n //Toast.makeText(getApplicationContext(), \"got output stream\",Toast.LENGTH_SHORT).show();\n\n //String strLowAlpha = new Integer(lowAlpha).toString();\n String strHighAlpha = new Integer(argHighAlpha).toString();\n String strLowBeta = new Integer(argLowBeta).toString();\n String strHighBeta = new Integer(argHighBeta).toString();\n String strLowGamma = new Integer(argLowGamma).toString();\n String strMidGamma = new Integer(argMidGamma).toString();\n String strDelta = new Integer(argDelta).toString();\n String strTheta = new Integer(argTheta).toString();\n\n //string1 = string1 + \"\\n\";\n\n String strCSV = new Integer(argLowAlpha).toString();\n\n strCSV = strCSV+','+strHighAlpha+','+strLowBeta+','+strHighBeta+','+strLowGamma+','+strMidGamma+','+strDelta+','+strTheta+'\\n';\n\n //f.write(string.getBytes());\n //bf.write(passData.getBytes());\n f.write(strCSV.getBytes());\n //Toast.makeText(getApplicationContext(), \"Done writing\",Toast.LENGTH_SHORT).show();\n f.close();\n //Toast.makeText(getApplicationContext(), \"File buffer closed\",Toast.LENGTH_SHORT).show();\n } catch (Exception e) {\n e.printStackTrace();\n Toast.makeText(getApplicationContext(), \"failed to write\",Toast.LENGTH_SHORT).show();\n }\n }", "private void writeToCsvForShinyDash(List<AnnotatedItem> allLineItems) throws IOException {\n String outName = CrossPlatformUtils.getRootPathIncludingTrailingSlash().orElseThrow() + \"out/extracted.csv\";\n try (PrintWriter writer = new PrintWriter(outName, StandardCharsets.UTF_8)) {\n writer.println(String.join(CSV_DELIMITER, \"date\", \"value\", \"lineItemType\", \"comment\", \"isExpense\"));\n allLineItems\n .forEach(ai -> {\n final List<String> row = ImmutableList.of(\n SIMPLE_DATE_FORMAT.format(ai.getDate()),\n ai.getValue().toString(),\n ai.getLineItemType().getFullName(),\n ai.getComment(),\n Boolean.toString(ai.getLineItemType().isExpense())\n );\n writer.println(String.join(CSV_DELIMITER, row));\n });\n }\n }", "public static void writeFile(ArrayList<Integer> data, String path) {\n\t\ttry {\n\t\t\tFileOutputStream fos = new FileOutputStream(path);\n\t\t\tOutputStreamWriter osw = new OutputStreamWriter(fos);\n\t\t\tBufferedWriter bw = new BufferedWriter(osw);\n\n//\t\t\tfor (String dt : data) {\n//\t\t\t\tbw.write(dt);\n//\t\t\t\tbw.newLine();\n//\t\t\t}\n\n\t\t\tfor (int i = 0; i < data.size(); i++) {\n\t\t\t\tbw.write(data.get(i).toString());\n\t\t\t\tif (i < data.size() - 1)\n\t\t\t\t\tbw.write(\", \");\n\n\t\t\t\t// bw.newLine();\n\t\t\t}\n\t\t\tbw.newLine();\n\t\t\tbw.close();\n\t\t\tosw.close();\n\t\t\tfos.close();\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\n public void writeFile(String arg0, Map result) {\n\n // Initial variables\n ArrayList<HashMap> records;\n ArrayList<HashMap> recordT;\n ArrayList<HashMap> observeRecords; // Array of data holder for time series data\n BufferedWriter bwT; // output object\n StringBuilder sbData = new StringBuilder(); // construct the data info in the output\n HashMap<String, String> altTitleList = new HashMap(); // Define alternative fields for the necessary observation data fields; key is necessary field\n // P.S. Add alternative fields here\n HashMap titleOutput; // contain output data field id\n DssatObservedData obvDataList = DssatObservedData.INSTANCE; // Varibale list definition\n\n try {\n\n // Set default value for missing data\n setDefVal();\n\n // Get Data from input holder\n Object tmpData = getObjectOr(result, \"observed\", new Object());\n if (tmpData instanceof ArrayList) {\n records = (ArrayList) tmpData;\n } else if (tmpData instanceof HashMap) {\n records = new ArrayList();\n records.add((HashMap) tmpData);\n } else {\n return;\n }\n if (records.isEmpty()) {\n return;\n }\n\n observeRecords = new ArrayList();\n for (HashMap record : records) {\n recordT = getObjectOr(record, \"timeSeries\", new ArrayList());\n String trno = getValueOr(record, \"trno\", \"1\");\n if (!recordT.isEmpty()) {\n String[] sortIds = {\"date\"};\n Collections.sort(recordT, new DssatSortHelper(sortIds));\n for (HashMap recordT1 : recordT) {\n recordT1.put(\"trno\", trno);\n }\n observeRecords.addAll(recordT);\n }\n }\n\n // Initial BufferedWriter\n String fileName = getFileName(result, \"T\");\n if (fileName.endsWith(\".XXT\")) {\n String crid = DssatCRIDHelper.get2BitCrid(getValueOr(result, \"crid\", \"XX\"));\n fileName = fileName.replaceAll(\"XX\", crid);\n }\n arg0 = revisePath(arg0);\n outputFile = new File(arg0 + fileName);\n bwT = new BufferedWriter(new FileWriter(outputFile));\n\n // Output Observation File\n // Titel Section\n sbError.append(String.format(\"*EXP.DATA (T): %1$-10s %2$s\\r\\n\\r\\n\",\n fileName.replaceAll(\"\\\\.\", \"\").replaceAll(\"T$\", \"\"),\n getObjectOr(result, \"local_name\", defValBlank)));\n\n titleOutput = new HashMap();\n // TODO get title for output\n // Loop all records to find out all the titles\n for (HashMap record : observeRecords) {\n // Check if which field is available\n for (Object key : record.keySet()) {\n // check which optional data is exist, if not, remove from map\n if (obvDataList.isTimeSeriesData(key)) {\n titleOutput.put(key, key);\n\n } // check if the additional data is too long to output\n else if (key.toString().length() <= 5) {\n if (!key.equals(\"date\") && !key.equals(\"trno\")) {\n titleOutput.put(key, key);\n }\n\n } // If it is too long for DSSAT, give a warning message\n else {\n sbError.append(\"! Waring: Unsuitable data for DSSAT observed data (too long): [\").append(key).append(\"]\\r\\n\");\n }\n }\n // Check if all necessary field is available // P.S. conrently unuseful\n for (String title : altTitleList.keySet()) {\n\n // check which optional data is exist, if not, remove from map\n if (getValueOr(record, title, \"\").equals(\"\")) {\n\n if (!getValueOr(record, altTitleList.get(title), \"\").equals(\"\")) {\n titleOutput.put(title, altTitleList.get(title));\n } else {\n sbError.append(\"! Waring: Incompleted record because missing data : [\").append(title).append(\"]\\r\\n\");\n }\n\n } else {\n }\n }\n }\n\n // decompress observed data\n// decompressData(observeRecords);\n // Observation Data Section\n Object[] titleOutputId = titleOutput.keySet().toArray();\n Arrays.sort(titleOutputId);\n String pdate = getPdate(result);\n for (int i = 0; i < (titleOutputId.length / 39 + titleOutputId.length % 39 == 0 ? 0 : 1); i++) {\n\n sbData.append(\"@TRNO DATE\");\n int limit = Math.min(titleOutputId.length, (i + 1) * 39);\n for (int j = i * 39; j < limit; j++) {\n sbData.append(String.format(\"%1$6s\", titleOutput.get(titleOutputId[j]).toString().toUpperCase()));\n }\n sbData.append(\"\\r\\n\");\n\n for (HashMap record : observeRecords) {\n \n if (record.keySet().size() <= 2 && record.containsKey(\"trno\") && record.containsKey(\"date\")) {\n continue;\n }\n sbData.append(String.format(\" %1$5s\", getValueOr(record, \"trno\", \"1\")));\n sbData.append(String.format(\" %1$5s\", formatDateStr(getObjectOr(record, \"date\", defValI))));\n for (int k = i * 39; k < limit; k++) {\n\n if (obvDataList.isDapDateType(titleOutputId[k], titleOutput.get(titleOutputId[k]))) {\n sbData.append(String.format(\"%1$6s\", formatDateStr(pdate, getObjectOr(record, titleOutput.get(titleOutputId[k]).toString(), defValI))));\n } else if (obvDataList.isDateType(titleOutputId[k])) {\n sbData.append(String.format(\"%1$6s\", formatDateStr(getObjectOr(record, titleOutput.get(titleOutputId[k]).toString(), defValI))));\n } else {\n sbData.append(\" \").append(formatNumStr(5, record, titleOutput.get(titleOutputId[k]), defValI));\n }\n\n }\n sbData.append(\"\\r\\n\");\n }\n }\n // Add section deviding line\n sbData.append(\"\\r\\n\");\n\n // Output finish\n bwT.write(sbError.toString());\n bwT.write(sbData.toString());\n bwT.close();\n } catch (IOException e) {\n LOG.error(DssatCommonOutput.getStackTrace(e));\n }\n }", "public static File createExtraColsFile(ClinicalCode parser, EmisCsvHelper csvHelper) throws Exception {\n\n //use the CSV helper thread pool to perform multiple lookups in parallel\n List<Long> codeIds = new ArrayList<>();\n Map<Long, String> hmAdjustedCodes = new ConcurrentHashMap<>();\n Map<Long, Integer> hmIsEmisCodes = new ConcurrentHashMap<>(); //use int rather than boolean so we end up with 1 or 0 not \"true\" or \"false\"\n Map<Long, String> hmSnomedTerms = new ConcurrentHashMap<>();\n\n try {\n\n Task nextTask = new Task(hmAdjustedCodes, hmIsEmisCodes, hmSnomedTerms);\n\n while (parser.nextRecord()) {\n CsvCell codeIdCell = parser.getCodeId();\n CsvCell readCodeCell = parser.getReadTermId();\n CsvCell snomedConceptIdCell = parser.getSnomedCTConceptId();\n\n long codeId = codeIdCell.getLong().longValue();\n String readCode = readCodeCell.getString();\n Long snomedConceptId = snomedConceptIdCell.getLong();\n\n codeIds.add(new Long(codeId));\n\n //perform the lookups in the thread pool\n nextTask.addRecord(codeId, readCode, snomedConceptId);\n if (nextTask.isFull()) {\n csvHelper.submitToThreadPool(nextTask);\n nextTask = new Task(hmAdjustedCodes, hmIsEmisCodes, hmSnomedTerms);\n }\n }\n\n //finish off the current task\n if (!nextTask.isEmpty()) {\n csvHelper.submitToThreadPool(nextTask);\n }\n\n } finally {\n csvHelper.waitUntilThreadPoolIsEmpty();\n }\n\n //then write out the results to file\n File tempDir = FileHelper.getTempDir();\n File subTempDir = new File(tempDir, UUID.randomUUID().toString());\n if (!subTempDir.exists()) {\n boolean createDir = subTempDir.mkdirs();\n if (!createDir) {\n throw new Exception(\"Failed to create temp dir \" + subTempDir);\n }\n }\n\n File dstFile = new File(subTempDir, \"EmisCodeExtraCols.csv\");\n\n FileOutputStream fos = new FileOutputStream(dstFile);\n OutputStreamWriter osw = new OutputStreamWriter(fos);\n BufferedWriter bufferedWriter = new BufferedWriter(osw);\n\n //the Emis records use Windows record separators, so we need to match that otherwise\n //the bulk import routine will fail\n CSVFormat format = EmisCsvToFhirTransformer.CSV_FORMAT\n .withHeader(\"CodeId\", \"AdjustedCode\", \"IsEmisCode\", \"SnomedTerm\")\n .withRecordSeparator(\"\\r\\n\");\n\n CSVPrinter printer = new CSVPrinter(bufferedWriter, format);\n\n for (Long codeId: codeIds) {\n String adjustedCode = hmAdjustedCodes.get(codeId);\n Integer isEmisCode = hmIsEmisCodes.get(codeId);\n String snomedTerm = hmSnomedTerms.get(codeId);\n\n printer.printRecord(codeId, adjustedCode, isEmisCode, snomedTerm);\n }\n\n printer.close();\n\n return dstFile;\n }", "private void writeLog(){\n\t\tStringBuilder str = new StringBuilder();\r\n\t\tstr.append(System.currentTimeMillis() + \", \");\r\n\t\tstr.append(fileInfo.getCreator() + \", \");\r\n\t\tstr.append(fileInfo.getFileName() + \", \");\r\n\t\tstr.append(fileInfo.getFileLength() + \", \");\r\n\t\tstr.append(networkSize + \", \");\r\n\t\tstr.append(fileInfo.getN1() + \", \");\r\n\t\tstr.append(fileInfo.getK1() + \", \");\r\n\t\tstr.append(fileInfo.getN2() + \", \");\r\n\t\tstr.append(fileInfo.getK2() + \", \");\r\n\t\tstr.append(logger.getDiff(logger.topStart, logger.topEnd-Constants.TOPOLOGY_DISCOVERY_TIMEOUT)+ \", \");\r\n\t\tstr.append(logger.getDiff(logger.optStart, logger.optStop) + \", \");\r\n\t\tstr.append(logger.getDiff(logger.encryStart, logger.encryStop) + \", \");\r\n\t\tstr.append(logger.getDiff(logger.distStart, logger.distStop) + \"\\n\");\r\n\t\t\r\n\t\tString tmp=\"\t\";\r\n\t\tfor(Integer i : fileInfo.getKeyStorage())\r\n\t\t\ttmp += i + \",\";\r\n\t\ttmp += \"\\n\";\r\n\t\tstr.append(tmp);\r\n\t\t\r\n\t\ttmp=\"\t\";\r\n\t\tfor(Integer i : fileInfo.getFileStorage())\r\n\t\t\ttmp += i + \",\";\r\n\t\ttmp += \"\\n\";\r\n\t\tstr.append(tmp);\t\t\r\n\t\t//dataLogger.appendSensorData(LogFileName.FILE_CREATION, str.toString());\t\t\r\n\t\t\r\n\t\t// Topology Discovery\r\n\t\tstr.delete(0, str.length()-1);\r\n\t\tstr.append(Node.getInstance().getNodeId() + \", \");\t\t\t\r\n\t\tstr.append(\"TopologyDisc, \");\r\n\t\tstr.append(networkSize + \", \" + n1 + \", \" + k1 + \", \" + n2 + \", \" + k2 + \", \");\r\n\t\tstr.append(logger.topStart + \", \");\r\n\t\tstr.append(logger.getDiff(logger.topStart, logger.topEnd-Constants.TOPOLOGY_DISCOVERY_TIMEOUT ) + \", \");\r\n\t\tstr.append(\"\\n\");\t\t\t\t\r\n\t\t//dataLogger.appendSensorData(LogFileName.TIMES, str.toString());\r\n\t\t\r\n\t\t// Optimization\r\n\t\tstr.delete(0, str.length()-1);\r\n\t\tstr.append(Node.getInstance().getNodeId() + \", \");\t\t\t\r\n\t\tstr.append(\"Optimization, \");\r\n\t\tstr.append(networkSize + \", \" + n1 + \", \" + k1 + \", \" + n2 + \", \" + k2 + \", \");\r\n\t\tstr.append(logger.optStart + \", \");\r\n\t\tstr.append(logger.getDiff(logger.optStart, logger.optStop) + \", \");\r\n\t\tstr.append(\"\\n\");\r\n\t\t//dataLogger.appendSensorData(LogFileName.TIMES, str.toString());\t\t\r\n\t\t\r\n\t\t\r\n\t\t// File Distribution\r\n\t\tstr.delete(0, str.length()-1);\r\n\t\tstr.append(Node.getInstance().getNodeId() + \", \");\t\t\t\r\n\t\tstr.append(\"FileDistribution, \");\r\n\t\tstr.append(networkSize + \", \" + n1 + \", \" + k1 + \", \" + n2 + \", \" + k2 + \", \");\r\n\t\tstr.append(fileInfo.getFileLength() + \", \");\r\n\t\tstr.append(logger.distStart + \", \");\r\n\t\tstr.append(logger.getDiff(logger.distStart, logger.distStop) + \", \");\r\n\t\tstr.append(\"\\n\\n\");\r\n\t\t//dataLogger.appendSensorData(LogFileName.TIMES, str.toString());\t\t\r\n\t}", "public void generateTrajectoryDistancesAndTimeForAnswerType(String csvName, String trajFileName, String questionLocationsName, String fileName, double meters, int answerType) {\n Scanner csv = null;\n Scanner ql = null;\n try {\n csv = new Scanner(new File(csvName)); //csv of answer list\n ql = new Scanner(new File(questionLocationsName)); //question locations (index 0 corresponds to question 1)\n\n String ap = \"\";\n if (answerType == 1)\n ap = \"CC\";\n else if (answerType == 2)\n ap = \"CD\";\n else if (answerType == 3)\n ap = \"IC\";\n else\n ap = \"ID\";\n\n FileWriter writer = new FileWriter(fileName + ap + \".csv\");\n HashMap<String, ArrayList<AnswerTrajectory>> csvTraj = new HashMap<String, ArrayList<AnswerTrajectory>>(); //hash map that keys on trajectory id, storing all answer list trajectories in an array list\n HashMap<String, ArrayList<Trajectory>> trajectories = readTrajectories(trajFileName); //load the trajectory data into a hash map keyed by ID\n csv.nextLine();\n String currentId = \"\";\n ArrayList<AnswerTrajectory> anstj = new ArrayList<AnswerTrajectory>();\n ArrayList<String> Ids = new ArrayList<String>();\n\n ArrayList<Point2D.Double> questionLocations = new ArrayList<Point2D.Double>();\n\n while (ql.hasNextLine()) {\n questionLocations.add(new Point2D.Double(ql.nextDouble(), ql.nextDouble()));\n }\n\n\n while (csv.hasNextLine()) { //go through each answer entry and add trajectories of the answer list for each unique device id\n String[] line = csv.nextLine().split(\",\");\n if (currentId.equals(\"\")) {\n currentId = line[12];\n } else if (!currentId.equals(line[12])) {\n csvTraj.put(currentId, anstj);\n Ids.add(currentId); //if the id is new, then add it to the list of all known ids\n anstj = new ArrayList<AnswerTrajectory>();\n currentId = line[12];\n }\n anstj.add(new AnswerTrajectory(Double.parseDouble(line[13]), Double.parseDouble(line[14]), line[12], Double.parseDouble(line[9]), Integer.parseInt(line[0]), Integer.parseInt(line[16])));\n }\n writer.append(\"Distance,Time,AnswerType,ID,Question\\n\");\n\n ArrayList<Trajectory> alltj = new ArrayList<Trajectory>();\n for (String s : Ids) //for each device ID determine the corresponding answer list\n {\n System.out.println(s);\n anstj = csvTraj.get(s); //get the hashmap arraylist that holds all trajectories for this device\n alltj = trajectories.get(s); //get all the trajectories under this Id\n\n if (anstj == null || alltj == null)\n System.out.println(\"Could not find trajectory data for deviceId: \" + s);\n\n else {\n Collections.sort(anstj, AnswerTrajectory.TSComparator); //sort it by time\n Collections.sort(alltj, Trajectory.TSComparator); //sort it by time\n\n\n int currentQuestion = anstj.get(0).getQuestion();\n int currentAnswer = anstj.get(0).getAnswer();\n int correct = 0;\n if (currentAnswer == 1 || currentAnswer == 2)\n correct = 1;\n\n boolean BC = true;// before the first question\n int total = 0;\n for (Trajectory t : alltj) {\n\n double timestamp = t.getTimeStamp() * 1000;\n\n if (BC && timestamp < anstj.get(0).getTimeStamp()) //use first trajectory as if it's before the first question\n {\n total++;\n //determine the distance and answer type\n double qX = questionLocations.get(currentQuestion - 1).getX(); //question location x and y\n double qY = questionLocations.get(currentQuestion - 1).getY();\n\n double tX = t.getX(); //trajectory x and y\n double tY = t.getY();\n\n double aX = anstj.get(0).getX(); //location when question was answered\n double aY = anstj.get(0).getY();\n\n double currentDist = Math.sqrt((tX - qX) * (tX - qX) + (tY - qY) * (tY - qY)); //distance from current location to question location\n double distToAnswer = Math.sqrt((aX - qX) * (aX - qX) + (aY - qY) * (aY - qY)); //distance from answer to answer location\n\n int answerId = 0;\n if (distToAnswer <= meters) {\n if (correct == 1)\n answerId = 1;\n\n if (correct == 0)\n answerId = 3;\n } else {\n if (correct == 1)\n answerId = 2;\n\n if (correct == 0)\n answerId = 4;\n }\n\n\n if (answerId == answerType)\n writer.append(currentDist + \",\" + t.getTimeStamp() + \",\" + answerId + \",\" + t.getId() + \",\" + anstj.get(0).getQuestion() + \"\\n\");\n\n BC = false;\n } else {\n break;\n }\n\n }\n\n for (int a = 0; a < anstj.size() - 1; a++) //for questions 1-n\n {\n //determine the distance and answer type\n\n double qX = questionLocations.get(anstj.get(a + 1).getQuestion() - 1).getX();//question location x and y\n double qY = questionLocations.get(anstj.get(a + 1).getQuestion() - 1).getY();\n\n double tX = anstj.get(a).getX(); //current location x and y\n double tY = anstj.get(a).getY();\n\n double aX = anstj.get(a + 1).getX(); //location when question was answered\n double aY = anstj.get(a + 1).getY();\n\n double currentDist = Math.sqrt((tX - qX) * (tX - qX) + (tY - qY) * (tY - qY)); //distance from current location to question location\n double distToAnswer = Math.sqrt((aX - qX) * (aX - qX) + (aY - qY) * (aY - qY)); //distance from answer to answer location\n\n int answerId = 0;\n if (distToAnswer <= meters) {\n if (correct == 1)\n answerId = 1;\n\n if (correct == 0)\n answerId = 3;\n } else {\n if (correct == 1)\n answerId = 2;\n\n if (correct == 0)\n answerId = 4;\n }\n if (answerId == answerType)\n writer.append(currentDist + \",\" + anstj.get(a).getTimeStamp() / 1000.0 + \",\" + answerId + \",\" + anstj.get(a).getId() + \",\" + anstj.get(a).getQuestion() + \"\\n\");\n }\n\n }\n }\n\n\n writer.flush();\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n } finally {\n if (csv != null)\n csv.close();\n\n if (ql != null)\n ql.close();\n\n }\n }", "@Override\n\t\t\tpublic void run() {\n\t\t\t\tString filePath = env.getProperty(\"export.file.path\");\n\t\t\t\tFileSystem fileSystem = FileSystems.getDefault();\n\t\t\t\t// if(StringUtils.isNotEmpty(empId)) {\n\t\t\t\t// filePath += \"/\" + empId;\n\t\t\t\t// }\n\t\t\t\tPath path = fileSystem.getPath(filePath);\n\t\t\t\t// path = path.resolve(String.valueOf(empId));\n\t\t\t\tif (!Files.exists(path)) {\n\t\t\t\t\tPath newEmpPath = Paths.get(filePath);\n\t\t\t\t\ttry {\n\t\t\t\t\t\tFiles.createDirectory(newEmpPath);\n\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\tlog.error(\"Error while creating path \" + newEmpPath);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tfilePath += \"/\" + exportFileName;\n\t\t\t\ttry {\n\t\t\t\t\t// initialize FileWriter object\n\t\t\t\t\tlog.debug(\"filePath = \" + filePath + \", isAppend=\" + isAppend);\n\t\t\t\t\tfileWriter = new FileWriter(filePath, isAppend);\n\t\t\t\t\t// initialize CSVPrinter object\n\t\t\t\t\tcsvFilePrinter = new CSVPrinter(fileWriter, csvFileFormat);\n\t\t\t\t\tif (!isAppend) {\n\t\t\t\t\t\t// Create CSV file header\n\t\t\t\t\t\tcsvFilePrinter.printRecord(EMPLOYEE_DETAIL_REPORT_FILE_HEADER);\n\t\t\t\t\t}\n\t\t\t\t\t// Write a new student object list to the CSV file\n\t\t\t\t\tfor (EmployeeDTO transaction : content) {\n\t\t\t\t\t\tList record = new ArrayList();\n\t\t\t\t\t\t// log.debug(\"Writing transaction record for Employee id :\"+\n\t\t\t\t\t\t// transaction.getEmployeeEmpId());\n\t\t\t\t\t\trecord.add(transaction.getEmpId());\n\t\t\t\t\t\trecord.add(transaction.getName());\n\t\t\t\t\t\trecord.add(transaction.getDesignation());\n\t\t\t\t\t\trecord.add(transaction.getManagerName());\n\t\t\t\t\t\trecord.add(transaction.getProjectName());\n\t\t\t\t\t\trecord.add(transaction.getSiteName());\n\t\t\t\t\t\trecord.add(transaction.getActive());\n\t\t\t\t\t\tcsvFilePrinter.printRecord(record);\n\t\t\t\t\t}\n\t\t\t\t\tlog.info(exportFileName + \" CSV file was created successfully !!!\");\n\t\t\t\t\tstatusMap.put(exportFileName, \"COMPLETED\");\n\t\t\t\t} catch (Exception e) {\n\t\t\t\t\tlog.error(\"Error in CsvFileWriter !!!\");\n\t\t\t\t\tstatusMap.put(exportFileName, \"FAILED\");\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tfileWriter.flush();\n\t\t\t\t\t\tfileWriter.close();\n\t\t\t\t\t\tcsvFilePrinter.close();\n\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\tlog.error(\"Error while flushing/closing fileWriter/csvPrinter !!!\");\n\t\t\t\t\t\tstatusMap.put(exportFileName, \"FAILED\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tlock.unlock();\n\t\t\t}", "public void generateTrajectoryDistances(String csvName, String trajFileName, String questionLocationsName, String fileName, double meters) {\n Scanner csv = null;\n Scanner ql = null;\n try {\n csv = new Scanner(new File(csvName)); //csv of answer list\n ql = new Scanner(new File(questionLocationsName));\n FileWriter writer = new FileWriter(fileName + \".csv\");\n HashMap<String, ArrayList<AnswerTrajectory>> csvTraj = new HashMap<String, ArrayList<AnswerTrajectory>>(); //hash map that keys on trajectory id, storing all answer list trajectories in an array list\n HashMap<String, ArrayList<Trajectory>> trajectories = readTrajectories(trajFileName); //load the trajectory data into a hash map keyed by ID\n csv.nextLine();\n String currentId = \"\";\n ArrayList<AnswerTrajectory> anstj = new ArrayList<AnswerTrajectory>();\n ArrayList<String> Ids = new ArrayList<String>();\n\n ArrayList<Point2D.Double> questionLocations = new ArrayList<Point2D.Double>();\n\n while (ql.hasNextLine()) {\n questionLocations.add(new Point2D.Double(ql.nextDouble(), ql.nextDouble()));\n }\n\n\n while (csv.hasNextLine()) { //go through each answer entry and add trajectories of the answer list for each unique device id\n String[] line = csv.nextLine().split(\",\");\n if (currentId.equals(\"\")) {\n currentId = line[12];\n } else if (!currentId.equals(line[12])) {\n csvTraj.put(currentId, anstj);\n Ids.add(currentId); //if the id is new, then add it to the list of all known ids\n anstj = new ArrayList<AnswerTrajectory>();\n currentId = line[12];\n }\n anstj.add(new AnswerTrajectory(Double.parseDouble(line[13]), Double.parseDouble(line[14]), line[12], Double.parseDouble(line[9]), Integer.parseInt(line[0]), Integer.parseInt(line[16])));\n }\n writer.append(\"Distance,AnswerType,ID,Question\\n\");\n\n ArrayList<Trajectory> alltj = new ArrayList<Trajectory>();\n for (String s : Ids) //for each device ID determine the corresponding answer list\n {\n System.out.println(s);\n anstj = csvTraj.get(s); //get the hashmap arraylist that holds all trajectories for this device\n alltj = trajectories.get(s); //get all the trajectories under this Id\n\n if (anstj == null || alltj == null)\n System.out.println(\"Could not find trajectory data for deviceId: \" + s);\n\n else {\n Collections.sort(anstj, AnswerTrajectory.TSComparator); //sort answer list data by time\n Collections.sort(alltj, Trajectory.TSComparator); //sort trajectory data by time\n\n\n int currentQuestion = anstj.get(0).getQuestion(); //the first question\n int currentAnswer = anstj.get(0).getAnswer();\n int correct = 0;\n if (currentAnswer == 1 || currentAnswer == 2)\n correct = 1;\n\n boolean BC = true;// before the first question\n int total = 0;\n for (Trajectory t : alltj) {\n\n double timestamp = t.getTimeStamp() * 1000;\n\n if (BC && timestamp < anstj.get(0).getTimeStamp()) //use first trajectory as if it's before the first question\n {\n total++;\n //determine the distance and answer type\n double qX = questionLocations.get(currentQuestion - 1).getX(); //question location x and y\n double qY = questionLocations.get(currentQuestion - 1).getY();\n\n double tX = t.getX(); //trajectory x and y\n double tY = t.getY();\n\n double aX = anstj.get(0).getX(); //location when question was answered\n double aY = anstj.get(0).getY();\n\n double currentDist = Math.sqrt((tX - qX) * (tX - qX) + (tY - qY) * (tY - qY)); //distance from current location to question location\n double distToAnswer = Math.sqrt((aX - qX) * (aX - qX) + (aY - qY) * (aY - qY)); //distance from answer to answer location\n\n int answerId = 0;\n if (distToAnswer <= meters) {\n if (correct == 1)\n answerId = 1;\n\n if (correct == 0)\n answerId = 3;\n } else {\n if (correct == 1)\n answerId = 2;\n\n if (correct == 0)\n answerId = 4;\n }\n\n writer.append(currentDist + \",\" + answerId + \",\" + t.getId() + \",\" + anstj.get(0).getQuestion() + \"\\n\");\n BC = false;\n } else {\n break;\n }\n\n }\n\n for (int a = 0; a < anstj.size() - 1; a++) //for questions 1-n\n {\n //determine the distance and answer type\n\n double qX = questionLocations.get(anstj.get(a + 1).getQuestion() - 1).getX();//current question location x and y\n double qY = questionLocations.get(anstj.get(a + 1).getQuestion() - 1).getY();\n\n double tX = anstj.get(a).getX(); //current location x and y\n double tY = anstj.get(a).getY();\n\n double aX = anstj.get(a + 1).getX(); //location where question was answered\n double aY = anstj.get(a + 1).getY();\n\n double currentDist = Math.sqrt((tX - qX) * (tX - qX) + (tY - qY) * (tY - qY)); //distance from current location to question location\n double distToAnswer = Math.sqrt((aX - qX) * (aX - qX) + (aY - qY) * (aY - qY)); //distance from answer to answer location\n\n int answerId = 0;\n if (distToAnswer <= meters) {\n if (correct == 1)\n answerId = 1;\n\n if (correct == 0)\n answerId = 3;\n } else {\n if (correct == 1)\n answerId = 2;\n\n if (correct == 0)\n answerId = 4;\n }\n\n writer.append(currentDist + \",\" + answerId + \",\" + anstj.get(a).getId() + \",\" + anstj.get(a).getQuestion() + \"\\n\");\n }\n\n }\n }\n\n\n writer.flush();\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n } finally {\n if (csv != null)\n csv.close();\n\n if (ql != null)\n ql.close();\n\n }\n }", "@Override\n\t\t\tpublic void run() {\n\t\t\t\tString filePath = env.getProperty(\"export.file.path\");\n\t\t\t\tFileSystem fileSystem = FileSystems.getDefault();\n\t\t\t\tif (StringUtils.isNotEmpty(empId)) {\n\t\t\t\t\tfilePath += \"/\" + empId;\n\t\t\t\t}\n\t\t\t\tPath path = fileSystem.getPath(filePath);\n\t\t\t\t// path = path.resolve(String.valueOf(empId));\n\t\t\t\tif (!Files.exists(path)) {\n\t\t\t\t\tPath newEmpPath = Paths.get(filePath);\n\t\t\t\t\ttry {\n\t\t\t\t\t\tFiles.createDirectory(newEmpPath);\n\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\tlog.error(\"Error while creating path \" + newEmpPath);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tfilePath += \"/\" + exportFileName;\n\t\t\t\ttry {\n\t\t\t\t\t// initialize FileWriter object\n\t\t\t\t\tlog.debug(\"filePath = \" + filePath + \", isAppend=\" + isAppend);\n\t\t\t\t\tfileWriter = new FileWriter(filePath, isAppend);\n\t\t\t\t\t// initialize CSVPrinter object\n\t\t\t\t\tcsvFilePrinter = new CSVPrinter(fileWriter, csvFileFormat);\n\t\t\t\t\tif (!isAppend) {\n\t\t\t\t\t\t// Create CSV file header\n\t\t\t\t\t\tcsvFilePrinter.printRecord(JOB_DETAIL_REPORT_FILE_HEADER);\n\t\t\t\t\t}\n\t\t\t\t\tfor (JobDTO transaction : content) {\n\t\t\t\t\t\tList record = new ArrayList();\n\t\t\t\t\t\tlog.debug(\"Writing transaction record for site :\" + transaction.getSiteName());\n\t\t\t\t\t\trecord.add(transaction.getSiteName());\n\t\t\t\t\t\trecord.add(String.valueOf(transaction.getTitle()));\n\t\t\t\t\t\trecord.add(transaction.getEmployeeName());\n\t\t\t\t\t\trecord.add(transaction.getJobType());\n\t\t\t\t\t\trecord.add(transaction.getPlannedStartTime());\n\t\t\t\t\t\trecord.add(transaction.getActualEndTime());\n\t\t\t\t\t\trecord.add(transaction.getJobStatus() != null ? transaction.getJobStatus().name()\n\t\t\t\t\t\t\t\t: JobStatus.OPEN.name());\n\t\t\t\t\t\tcsvFilePrinter.printRecord(record);\n\t\t\t\t\t}\n\t\t\t\t\tlog.info(exportFileName + \" CSV file was created successfully !!!\");\n\t\t\t\t\tstatusMap.put(exportFileName, \"COMPLETED\");\n\t\t\t\t} catch (Exception e) {\n\t\t\t\t\tlog.error(\"Error in CsvFileWriter !!! \" + e);\n\t\t\t\t\tstatusMap.put(exportFileName, \"FAILED\");\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tfileWriter.flush();\n\t\t\t\t\t\tfileWriter.close();\n\t\t\t\t\t\tcsvFilePrinter.close();\n\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\tlog.error(\"Error while flushing/closing fileWriter/csvPrinter !!!\");\n\t\t\t\t\t\tstatusMap.put(exportFileName, \"FAILED\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tlock.unlock();\n\t\t\t}", "public void createCSV(ArrayList<String> result, String output){\t\r\n\t\ttry{\r\n\t\t\tFileOutputStream fileOutputStream = new FileOutputStream(output);\r\n\t\t\tOutputStreamWriter outputStreamWriter = new OutputStreamWriter(fileOutputStream, \"MS949\");\r\n\t\t\tBufferedWriter fw = new BufferedWriter(outputStreamWriter);\r\n\t\t\tfor(String line : result){\r\n\t\t\t\tfw.write(line+\"\\n\");\r\n\t\t\t}\r\n\t\t\tfw.flush();\r\n\t\t\tfw.close();\r\n\t\t}catch (Exception e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "private static void writeStatistics(String name) throws IOException {\n fileWriter = new BufferedWriter(new FileWriter(PATH + \"/uid/\" + name));\n fileWriter.write(\"Number of Nodes total: \" + globalVertexCount);\n fileWriter.newLine();\n fileWriter.write(\"Number of Edges total: \" + globalEdgeCount);\n fileWriter.newLine();\n fileWriter.write(\"######################################\");\n fileWriter.newLine();\n fileWriter.write(\"Nodes counted:\");\n fileWriter.newLine();\n for (Map.Entry<String, Long> entry : counterMapNodes.entrySet()) {\n fileWriter\n .write(entry.getKey().replace(\"_0.csv\", \"\") + \": \" + entry.getValue());\n fileWriter.newLine();\n }\n fileWriter.write(\"######################################\");\n fileWriter.newLine();\n fileWriter.write(\"Edges counted:\");\n fileWriter.newLine();\n for (Map.Entry<String, Long> entry : counterMapEdges.entrySet()) {\n fileWriter\n .write(entry.getKey().replace(\"_0.csv\", \"\") + \": \" + entry.getValue());\n fileWriter.newLine();\n }\n fileWriter.close();\n }", "public void writeEvaluateResultCSV(String resultFilePath) {\n writeCSV(resultFilePath, evaluates());\n System.out.println(\"write evaluate result finished:\" + resultFilePath);\n\n }", "public void writeCSVLine(int[] entries) {\n\t\tint size = entries.length;\n\t\tString[] convertedEntries = new String[size];\n\t\tfor (int i = 0; i < size; i++) {\n\t\t\tconvertedEntries[i] = Integer.toString(entries[i]);\n\t\t}\n\t\twriter.writeNext(convertedEntries);\n\t}", "public static void main(String[] args) throws IOException {\n\t\tFileWriter fw = new FileWriter(\"C:\\\\Users\\\\·ùÇÑ¿­\\\\Desktop\\\\Data.csv\");\n\t\tfor(int i = 11; i <16; i++) {\n\t\t\tString data = \"Linssse #\" + i + \"\\n\";\n\t\t\tfw.write(data);\n\t\t}\n\t\t}", "public void exportCsv() throws IOException {\n\t\tPanelSheet panel = ((PanelGraph) Application.getInstance().getjFrame().getContentPane()).getPanelSheet();\n\t\t\n\t\tString path = \"./\" + ManagerGraph.getInstance().getGraph().getName() + \".csv\";\n\t\tFile file = new File(path);\n\t\tboolean alreadyExists = file.exists();\n\t\t\n\t\tif (alreadyExists) {\n\t\t\tfile.delete();\n\t\t}\n\n\t\tCsvWriter writer = new CsvWriter(new FileWriter(path), ';');\n\t\t\n\t\t{\n\t\t\twriter.writeRecord(new String[]{\"Graph\"});\n\t\t\twriter.writeRecord(new String[]{ManagerGraph.getInstance().getGraph().getName()});\n\t\t\twriter.writeRecord(new String[]{\"\"});\n\t\t\twriter.writeRecord(new String[]{\"Nodes\"});\n\t\t\twriter.writeRecord(new String[]{\"ID\",\"Name\",\"X\",\"Y\"});\n\t\t\tSet<Node> nodes = panel.getNodeDraws().keySet();\n\t\t\tfor (Node node : nodes) {\n\t\t\t\twriter.writeRecord(new String[]{String.valueOf(node.getId()),node.getName(),\n\t\t\t\t\t\tString.valueOf(panel.getNodeDraws().get(node).getX()),String.valueOf(panel.getNodeDraws().get(node).getY())});\n\t\t\t}\n\t\t\twriter.writeRecord(new String[]{\"\"});\n\t\t\twriter.writeRecord(new String[]{\"Arcs\"});\n\t\t\twriter.writeRecord(new String[]{\"ID\",\"headId\",\"tailId\",\"directed\",\"color\"});\n\t\t\tSet<Arc> arcs = panel.getArcDraws().keySet();\n\t\t\tfor (Arc arc : arcs) {\n\t\t\t\twriter.writeRecord(new String[]{String.valueOf(arc.getId()),String.valueOf(arc.getHeadNode().getId()),\n\t\t\t\t\t\tString.valueOf(arc.getTailNode().getId()),String.valueOf(arc.isDirected()),String.valueOf(arc.getColor())});\n\t\t\t}\n\t\t\tHashMap<Integer, Color> colorMap = ManagerGraph.getInstance().getColors();\n\t\t\tif(colorMap.size() > 0) {\n\t\t\t\twriter.writeRecord(new String[]{\"\"});\n\t\t\t\twriter.writeRecord(new String[]{\"Colors\"});\n\t\t\t\twriter.writeRecord(new String[]{\"ID\",\"red\",\"green\",\"blue\"});\n\t\t\t\tfor (Entry<Integer, Color> entry : colorMap.entrySet()) {\n\t\t\t\t\t//if(entry.getKey() > 7) {\n\t\t\t\t\t\tColor color = entry.getValue();\n\t\t\t\t\t\twriter.writeRecord(new String[]{String.valueOf(entry.getKey()), \n\t\t\t\t\t\t\t\tString.valueOf(color.getRed()), String.valueOf(color.getGreen()), \n\t\t\t\t\t\t\t\tString.valueOf(color.getBlue())});\n\t\t\t\t\t//}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\twriter.close();\n\t\t\n\t}", "public void dataFileCreate() {\r\n\t\tString COMMA_DELIMITER = \",\";\r\n\t\tString NEW_LINE_SEPERATOR = \"\\n\";\r\n\t\tString FILE_HEADER = \"Title,First Name,Last Name,Email,Phone Number\";\r\n\t\ttry {\r\n\t\t\tList<Customer> dataList = new ArrayList<Customer>();\r\n\t\t\tdataList.add(\r\n\t\t\t\t\tnew Customer(title, customerFirstName, customerLastName, custromerEmailId, customerPhoneNumber));\r\n\r\n\t\t\tFileWriter fileWriter = new FileWriter(\"CustomerDetails.csv\");\r\n\t\t\tBufferedWriter bufferWriter = new BufferedWriter(fileWriter);\r\n\t\t\tbufferWriter.append(FILE_HEADER);\r\n\r\n\t\t\tfor (Customer c : dataList) {\r\n\t\t\t\tbufferWriter.write(NEW_LINE_SEPERATOR);\r\n\t\t\t\tbufferWriter.write(c.getTitle());\r\n\t\t\t\tbufferWriter.write(COMMA_DELIMITER);\r\n\t\t\t\tbufferWriter.write(c.getFirstName());\r\n\t\t\t\tbufferWriter.write(COMMA_DELIMITER);\r\n\t\t\t\tbufferWriter.write(c.getLastName());\r\n\t\t\t\tbufferWriter.write(COMMA_DELIMITER);\r\n\t\t\t\tbufferWriter.write(c.getEmailAddress());\r\n\t\t\t\tbufferWriter.write(COMMA_DELIMITER);\r\n\t\t\t\tbufferWriter.write(String.valueOf(c.getPhone()));\r\n\t\t\t\tbufferWriter.write(COMMA_DELIMITER);\r\n\t\t\t}\r\n\r\n\t\t\tbufferWriter.close();\r\n\t\t} catch (Exception e) {\r\n\t\t\tSystem.out.println(e.getMessage());\r\n\t\t}\r\n\t}", "private void openCsvDialog(){\n JFileChooser aFileChooser = new JFileChooser();\n aFileChooser.setFileFilter(new MyFileFilterCSV());\n if (lastUsedFileCSV != null){\n aFileChooser.setCurrentDirectory(lastUsedFileCSV.getParentFile());\n aFileChooser.setSelectedFile(lastUsedFileCSV);\n }else{\n File file = new File(aFileChooser.getCurrentDirectory(), dataset.getName()+\".csv\");\n aFileChooser.setSelectedFile(file);\n }\n int r = aFileChooser.showSaveDialog(this);\n if (r == JFileChooser.APPROVE_OPTION){\n setCursor(new Cursor(Cursor.WAIT_CURSOR));\n File file = aFileChooser.getSelectedFile();\n if(!MyUtilities.isCSVFile(file)){\n file = MyUtilities.getCSVFile(file);\n }\n lastUsedFileCSV = file;\n String sep = getCSVSeparator();\n PrintWriter writer = null;\n try{\n writer = new PrintWriter(new BufferedWriter (new OutputStreamWriter(new FileOutputStream(file), \"utf-8\")));\n // header\n String s = \"\";\n for(int j=0; j<dataset.getListDataHeader().length; j++){\n s += dataset.getListDataHeader()[j] == null? \"\" : dataset.getListDataHeader()[j].getValue();\n if(j <dataset.getListDataHeader().length -1)\n s+= sep;\n }\n writer.println(s);\n // data\n Data[][] data = dataset.getData();\n int nbR = dataset.getNbRows();\n int nbC = dataset.getNbCol();\n for(int i=0; i<nbR; i++){\n s = \"\";\n for(int j=0; j<nbC; j++){\n if(data[i][j] != null){\n if(data[i][j].isDoubleValue()){\n if(!Double.isNaN(data[i][j].getDoubleValue()))\n s += NumberFormat.getNumberInstance(getLocale()).format(data[i][j].getDoubleValue());\n }else{\n s += data[i][j].getValue();\n }\n }\n if(j <nbC -1)\n s+= sep;\n }\n writer.println(s);\n }\n //log\n\t\tdataProcessToolPanel.logExportCSV(dataset, file.getPath());\n }catch (IOException e){\n setCursor(new Cursor(Cursor.DEFAULT_CURSOR));\n displayError(new CopexReturn(getBundleString(\"MSG_ERROR_CSV\"), false), getBundleString(\"TITLE_DIALOG_ERROR\"));\n }\n finally{\n if (writer != null)\n try{\n writer.close();\n setCursor(new Cursor(Cursor.DEFAULT_CURSOR));\n }catch (Exception e){\n setCursor(new Cursor(Cursor.DEFAULT_CURSOR));\n displayError(new CopexReturn(getBundleString(\"MSG_ERROR_CSV\"), false), getBundleString(\"TITLE_DIALOG_ERROR\"));\n }\n }\n }\n }", "public void writeToFile(String fileName){\r\n try (Writer bfwriter = new BufferedWriter(new OutputStreamWriter(\r\n new FileOutputStream(fileName), \"utf-8\"))) {\r\n bfwriter.write(array2CSV());\r\n }\r\n catch(IOException e){\r\n e.printStackTrace();\r\n }\r\n }", "public static void PrintToCsv() throws Exception {\n\t\tBufferedWriter bw1 = new BufferedWriter(new FileWriter(\"./data/output1.csv\"));\n\t\tBufferedWriter bw2 = new BufferedWriter(new FileWriter(\"./data/output2.csv\"));\n\t\tBufferedWriter bw3 = new BufferedWriter(new FileWriter(\"./data/output3.csv\"));\n\t\tBufferedWriter bw4 = new BufferedWriter(new FileWriter(\"./data/output4.csv\"));\n\t\t\n\t\t//print the name of attributes in Table\n\t\tPrint_attribute(bw1,bw2,bw3,bw4);\n\t\tIterator<String> iter = BugDBConnection.Domain.keySet().iterator();\n\t\ttry{\n\t\t\twhile(iter.hasNext()){\n\t\t\t\tString key = iter.next();\n\t\t\t\tdomain = key.split(\"-\")[0];\n\t\t\t\tproject = key.split(\"-\")[1];\n\n\t\t\t\tFieldSet fieldset = BugDBConnection.Domain.get(key);\n\t\t\t\tPrintQ1(bw1,fieldset.field);\n\t\t\t\tPrintQ2(bw2, fieldset.refield);\n\t\t\t\tPrintQ3(bw3, fieldset.f1, fieldset.f2, fieldset.f3, fieldset.f4);\n\t\t\t\tPrintQ4(bw4, fieldset.avg, fieldset.min, fieldset.max);\n\t\t\t\t\n\t\t\t}\n\t\t\tbw1.close();\n\t\t\tbw2.close();\n\t\t\tbw3.close();\n\t\t\tbw4.close();\n\t\t} catch (Exception e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public interface ICsvListWriter extends ICsvWriter {\n\t\n\t/**\n\t * Writes a List of Objects as columns of a CSV file. <tt>toString()</tt> will be called on each element prior to\n\t * writing.\n\t * \n\t * @param columns\n\t * the columns to write\n\t * @throws IllegalArgumentException\n\t * if columns.size == 0\n\t * @throws IOException\n\t * If an I/O error occurs\n\t * @throws NullPointerException\n\t * if columns is null\n\t * @throws SuperCsvException\n\t * if there was a general exception while writing\n\t * @since 1.0\n\t */\n\tvoid write(List<?> columns) throws IOException;\n\t\n\t/**\n\t * Writes a List of Objects as columns of a CSV file, performing any necessary processing beforehand.\n\t * <tt>toString()</tt> will be called on each (processed) element prior to writing.\n\t * \n\t * @param columns\n\t * the columns to write\n\t * @param processors\n\t * an array of CellProcessors used to further process data before it is written (each element in the\n\t * processors array corresponds with a CSV column - the number of processors should match the number of\n\t * columns). A <tt>null</tt> entry indicates no further processing is required (the value returned by\n\t * toString() will be written as the column value).\n\t * @throws IllegalArgumentException\n\t * if columns.size == 0\n\t * @throws IOException\n\t * If an I/O error occurs\n\t * @throws NullPointerException\n\t * if columns or processors is null\n\t * @throws SuperCsvConstraintViolationException\n\t * if a CellProcessor constraint failed\n\t * @throws SuperCsvException\n\t * if there was a general exception while writing/processing\n\t * @since 1.0\n\t */\n\tvoid write(List<?> columns, CellProcessor[] processors) throws IOException;\n\t\n\t/**\n\t * Writes a array of Objects as columns of a CSV file. <tt>toString()</tt> will be called on each element prior to\n\t * writing.\n\t * \n\t * @param columns\n\t * the columns to write\n\t * @throws IllegalArgumentException\n\t * if columns.length == 0\n\t * @throws IOException\n\t * If an I/O error occurs\n\t * @throws NullPointerException\n\t * if columns is null\n\t * @throws SuperCsvException\n\t * if there was a general exception while writing\n\t * @since 1.0\n\t */\n\tvoid write(Object... columns) throws IOException;\n\t\n\t/**\n\t * Writes an array of strings as columns of a CSV file.\n\t * \n\t * @param columns\n\t * the columns to write\n\t * @throws IllegalArgumentException\n\t * if columns.length == 0\n\t * @throws IOException\n\t * If an I/O error occurs\n\t * @throws NullPointerException\n\t * if columns is null\n\t * @throws SuperCsvException\n\t * if there was a general exception while writing\n\t * @since 1.0\n\t */\n\tvoid write(String... columns) throws IOException;\n\t\n}", "public void outputToCSV() throws FileNotFoundException, UnsupportedEncodingException {\n PrintWriter writer = new PrintWriter(\"test_data.csv\", \"UTF-8\");\n\n //For every object in array list, print surname, initials and extension, separated by commmas\n for (int i=0; i<toArrayList().size(); i++) {\n writer.println(toArrayList().get(i).getSurname() + \",\" + toArrayList().get(i).getInitials() + \",\" +\n toArrayList().get(i).getExtension());\n }\n writer.close();\n }", "private void writeFile(String path)\n {\n FileIO fileIO = new FileIO();\n StringBuffer stringBuf = new StringBuffer();\n for(int i = 0; i< getDrivers().getSize(); i++) // go through each driver in the collection\n {\n stringBuf.append(getDrivers().getDriver(i).getName() + \",\" + getDrivers().getDriver(i).getRanking() \n + \",\" + getDrivers().getDriver(i).getSpecialSkill() + ((i == (getDrivers().getSize() - 1)) ? \"\" :\"\\n\")); // append details to buffer\n }\n fileIO.setFileName(path);\n fileIO.writeFile(stringBuf.toString());\n }", "public static void createCSV(Passengers passengers) {\n String csvFile = \"miles_per_existing_member_NEW.csv\";\n try {\n writer = new FileWriter(csvFile);\n \n \n \n Map<Long,Integer> Members = passengers.getMembers();\n \n writeLine(Arrays.asList(\"memberID\",\"miles\"));\n for(Map.Entry<Long, Integer> entry : Members.entrySet()) {\n writeLine(Arrays.asList( entry.getKey().toString() , entry.getValue().toString() ));\n }\n\n writer.flush();\n writer.close();\n } \n catch (IOException ex) {\n Logger.getLogger(CSVUtilities.class.getName()).log(Level.SEVERE, null, ex);\n }\n }", "public static void csvWrite(FileWriter csvWriter, String[] data) {\n try {\n for(int j = 0; j < data.length; j++) {\n if(j < data.length -1) {\n csvWriter.write(data[j] + \", \");\n } else {\n csvWriter.write(data[j] + \"\\n\");\n }\n }\n } catch (IOException e) {\n System.out.println(\"Writing error: \" + e.getMessage());\n }\n }", "@Override\n\t\t\tpublic void run() {\n\t\t\t\tString filePath = env.getProperty(\"export.file.path\");\n\t\t\t\tFileSystem fileSystem = FileSystems.getDefault();\n\t\t\t\tif (StringUtils.isNotEmpty(empId)) {\n\t\t\t\t\tfilePath += \"/\" + empId;\n\t\t\t\t}\n\t\t\t\tPath path = fileSystem.getPath(filePath);\n\t\t\t\t// path = path.resolve(String.valueOf(empId));\n\t\t\t\tif (!Files.exists(path)) {\n\t\t\t\t\tPath newEmpPath = Paths.get(filePath);\n\t\t\t\t\ttry {\n\t\t\t\t\t\tFiles.createDirectory(newEmpPath);\n\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\tlog.error(\"Error while creating path \" + newEmpPath);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tfilePath += \"/\" + exportFileName;\n\t\t\t\ttry {\n\t\t\t\t\t// initialize FileWriter object\n\t\t\t\t\tlog.debug(\"filePath = \" + filePath + \", isAppend=\" + isAppend);\n\t\t\t\t\tfileWriter = new FileWriter(filePath, isAppend);\n\t\t\t\t\t// initialize CSVPrinter object\n\t\t\t\t\tcsvFilePrinter = new CSVPrinter(fileWriter, csvFileFormat);\n\t\t\t\t\tif (!isAppend) {\n\t\t\t\t\t\t// Create CSV file header\n\t\t\t\t\t\tcsvFilePrinter.printRecord(DETAIL_REPORT_FILE_HEADER);\n\t\t\t\t\t}\n\t\t\t\t\t// Write a new student object list to the CSV file\n\t\t\t\t\tfor (AttendanceDTO transaction : content) {\n\t\t\t\t\t\tList record = new ArrayList();\n\t\t\t\t\t\tlog.debug(\"Writing transaction record for Employee id :\" + transaction.getEmployeeEmpId());\n\t\t\t\t\t\trecord.add(transaction.getSiteName());\n\t\t\t\t\t\trecord.add(transaction.getCreatedDate());\n\t\t\t\t\t\trecord.add(String.valueOf(transaction.getEmployeeEmpId()));\n\t\t\t\t\t\trecord.add(transaction.getEmployeeFullName());\n\t\t\t\t\t\trecord.add(DateUtil.convertUTCToIST(transaction.getCheckInTime()));\n\t\t\t\t\t\trecord.add(DateUtil.convertUTCToIST(transaction.getCheckOutTime()));\n\t\t\t\t\t\tcsvFilePrinter.printRecord(record);\n\t\t\t\t\t}\n\t\t\t\t\tlog.info(exportFileName + \" CSV file was created successfully !!!\");\n\t\t\t\t\tstatusMap.put(exportFileName, \"COMPLETED\");\n\t\t\t\t} catch (Exception e) {\n\t\t\t\t\tlog.error(\"Error in CsvFileWriter !!!\");\n\t\t\t\t\tstatusMap.put(exportFileName, \"FAILED\");\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tfileWriter.flush();\n\t\t\t\t\t\tfileWriter.close();\n\t\t\t\t\t\tcsvFilePrinter.close();\n\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\tlog.error(\"Error while flushing/closing fileWriter/csvPrinter !!!\");\n\t\t\t\t\t\tstatusMap.put(exportFileName, \"FAILED\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tlock.unlock();\n\t\t\t}", "public String[] toCsv();", "public void writeTourResultsAllCarrier() {\n\t\tString fileName = this.outputFolder + \"total_tour_infos_per_vehicleType.csv\";\n\t\tFile file = new File(fileName);\n\n\t\ttry {\n\t\t\tBufferedWriter bw = new BufferedWriter(new FileWriter(file));\n\t\t\tbw.write(fileName);\n\t\t\tbw.newLine();\n\t\t\tbw.write(\"____________________________________________________________________________\");\n\t\t\tbw.newLine();\n\n\t\t\tbw.write(\"personId; vehType Id;distance [m] ; distance [km] ;TravelTime [s]; TravelTime [h];\" +\n\t\t\t\t\t\"FuelConsumption[l]; Emission [t Co2]; FuelConsumptionRate[l/100m]; \" +\n\t\t\t\t\t\"EmissionRate [g/m]; \");\n\t\t\tbw.newLine();\n\n\n\n\t\t\t//\t\t\tKT:\n\t\t\tMap<Id<Person>, Double> personId2tourDistance = this.handler.getPersonId2TourDistances();\n\t\t\tMap<Id<Person>, Double> personId2tourTravelTimes = this.handler.getPersonId2TravelTimes();\n\n\t\t\tMap<Id<VehicleType>, VehicleTypeSpezificCapabilities> vehTypId2Capabilities = new TreeMap<Id<VehicleType>, VehicleTypeSpezificCapabilities>();\n\n\t\t\tCarrierVehicleTypes vehicleTypes = this.handler.getVehicleTypes();\n\n\t\t\t//preparation:\n\t\t\tfor (Id<VehicleType> vehicleTypeId : vehicleTypes.getVehicleTypes().keySet()){\n\t\t\t\tVehicleTypeSpezificCapabilities capabilities = this.handler.getVehTypId2Capabilities().get(vehicleTypeId);\n\t\t\t\tif (capabilities != null){\n\t\t\t\t\tvehTypId2Capabilities.put(vehicleTypeId, capabilities);\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t\t//write results:\n\t\t\tfor (Id<Person> personId :personId2tourDistance.keySet()) {\n\n\t\t\t\tDouble tourDistanceMeter = personId2tourDistance.get(personId);\n\t\t\t\tDouble tourTravelTimeSec = personId2tourTravelTimes.get(personId);\n\n\t\t\t\tId<VehicleType> vehTypeId = null;\n\n\t\t\t\tfor (Id<VehicleType> vehTypeIdsAvail : vehicleTypes.getVehicleTypes().keySet()) {\n\t\t\t\t\tif(personId.toString().contains(\"_\"+vehTypeIdsAvail.toString()+\"_\")){\n\t\t\t\t\t\tif (vehTypeIdsAvail.toString().endsWith(\"frozen\") == personId.toString().contains(\"frozen\")) {//only frozen\n\t\t\t\t\t\t\tvehTypeId = vehTypeIdsAvail;\n\t\t\t\t\t\t} else { //not \"frozen\"\n\t\t\t\t\t\t\tvehTypeId = vehTypeIdsAvail;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tif (vehTypeId == null) {\n\t\t\t\t\tlog.error(\"Vehicle type for person not defined: \" + personId);\n\t\t\t\t}\n\n\t\t\t\tdouble fuelConsuptionRate = (vehTypId2Capabilities.get(vehTypeId)).getFuelConsumtion()*1000; // Usually in l/100km\n\t\t\t\tdouble emissionsRatePerMeter = vehTypId2Capabilities.get(vehTypeId).getEmissionsPerMeter(); \n\n\t\t\t\tbw.write(personId + \";\" +\n\t\t\t\t\t\tvehTypeId + \";\" +\n\t\t\t\t\t\ttourDistanceMeter + \";\" + \n\t\t\t\t\t\ttourDistanceMeter/1000 + \";\" + //km\n\t\t\t\t\t\ttourTravelTimeSec + \";\" + \n\t\t\t\t\t\ttourTravelTimeSec/3600 + \";\" + \t//h\n\t\t\t\t\t\ttourDistanceMeter*fuelConsuptionRate/100/1000 + \";\" + // rate is in [liter/100km]\n\t\t\t\t\t\ttourDistanceMeter*emissionsRatePerMeter /1000000 +\";\" + \t// CO2-Ausstoss in t (= 1Mio g)\n\t\t\t\t\t\tfuelConsuptionRate+ \";\" + \n\t\t\t\t\t\temissionsRatePerMeter \n\t\t\t\t\t\t);\n\t\t\t\tbw.newLine();\n\n\t\t\t}\t\n\t\t\t\n\t\t\tlog.info(\"Output written to \" + fileName);\n\t\t\tbw.close();\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void generateRadarData(String csvName, String trajFileName, String questionLocationsName, String fileName, double meters, double speedThreshold, double timeThreshold) {\n Scanner csv = null;\n Scanner ql = null;\n try {\n csv = new Scanner(new File(csvName)); //csv of answer list\n ql = new Scanner(new File(questionLocationsName));\n FileWriter writer = new FileWriter(fileName + \".txt\");\n HashMap<String, ArrayList<AnswerTrajectory>> csvTraj = new HashMap<String, ArrayList<AnswerTrajectory>>(); //hash map that keys on trajectory id, storing all answer list trajectories in an array list\n HashMap<String, ArrayList<Trajectory>> trajectories = readTrajectories(trajFileName); //load the trajectory data into a hash map keyed by ID\n\n csv.nextLine();\n String currentId = \"\";\n ArrayList<AnswerTrajectory> anstj = new ArrayList<AnswerTrajectory>();\n ArrayList<String> Ids = new ArrayList<String>();\n\n ArrayList<Point2D.Double> questionLocations = new ArrayList<Point2D.Double>();\n\n while (ql.hasNextLine()) {\n questionLocations.add(new Point2D.Double(ql.nextDouble(), ql.nextDouble()));\n }\n\n while (csv.hasNextLine()) { //go through each answer entry and add trajectories of the answer list for each unique device id\n String[] line = csv.nextLine().split(\",\");\n if (currentId.equals(\"\")) {\n currentId = line[12];\n } else if (!currentId.equals(line[12])) {\n csvTraj.put(currentId, anstj);\n Ids.add(currentId); //if the id is new, then add it to the list of all known ids\n anstj = new ArrayList<AnswerTrajectory>();\n currentId = line[12];\n }\n anstj.add(new AnswerTrajectory(Double.parseDouble(line[13]), Double.parseDouble(line[14]), line[12], Double.parseDouble(line[9]), Integer.parseInt(line[0]), Integer.parseInt(line[16])));\n }\n\n HashMap<Integer, ArrayList<AnswerTrajectory>> teams = new HashMap<Integer, ArrayList<AnswerTrajectory>>(); //hash map that keys on trajectory id, storing all answer list trajectories in an array list\n\n for (String s : Ids) {\n anstj = csvTraj.get(s); //get the hashmap arraylist that holds all trajectories for this device\n\n if (anstj == null)\n System.out.println(\"Could not find data for deviceId: \" + s);\n\n else {\n Collections.sort(anstj, AnswerTrajectory.TSComparator); //sort answer list data by time\n double startTime = (anstj.get(0).getTimeStamp() - 1377334800000.0) / 1000.0;//converts the time stamp to time after the event started\n double speed = determineAverageSpeed(trajectories, anstj.get(0).getId());\n //System.out.println(speed+\" \"+startTime);\n if (speed != -1) // ensure the trajectory data exists for this ID\n {\n //classify the team type\n int teamType = 0;\n\n if (startTime < timeThreshold) {\n if (speed > speedThreshold) // serious\n teamType = 1;\n else\n teamType = 2;// get it over with\n } else {\n if (speed > speedThreshold) // hurried\n teamType = 3;\n else\n teamType = 4; //lazy\n }\n if (teams.get(teamType) == null) {\n System.out.println(\"first team type for: \" + teamType);\n teams.put(teamType, new ArrayList<AnswerTrajectory>(anstj));\n } else {\n teams.get(teamType).addAll(anstj);\n }\n }\n }\n }\n int totalcc = 0;\n int totalcd = 0;\n int totalic = 0;\n int totalid = 0;\n for (int i = 1; i < 5; i++) {\n ArrayList<AnswerTrajectory> trajs = teams.get(i);\n int cc = 0;\n int cd = 0;\n int ic = 0;\n int id = 0;\n\n for (AnswerTrajectory at : trajs) {\n int question = at.getQuestion();\n double qX = questionLocations.get(question - 1).getX(); //question location x and y\n double qY = questionLocations.get(question - 1).getY();\n\n double aX = at.getX(); //location when question was answered\n double aY = at.getY();\n\n double distToAnswer = Math.sqrt((aX - qX) * (aX - qX) + (aY - qY) * (aY - qY)); //distance from answer to answer location\n\n int correct = 0;\n if (at.getAnswer() == 1 || at.getAnswer() == 2)\n correct = 1;\n\n if (distToAnswer <= meters) {\n if (correct == 1)\n cc++;\n\n if (correct == 0)\n ic++;\n } else {\n if (correct == 1)\n cd++;\n\n if (correct == 0)\n id++;\n }\n\n }\n totalcc += cc;\n totalcd += cd;\n totalic += ic;\n totalid += id;\n double pcc = (double) cc / trajs.size();\n double pcd = (double) cd / trajs.size();\n double pic = (double) ic / trajs.size();\n double pid = (double) id / trajs.size();\n System.out.println(\"Team Type ID: \" + i + \" \" + trajs.size());\n writer.append(pcc + \",\" + pcd + \",\" + pic + \",\" + pid + \"\\n\");\n }\n System.out.println(\"Answer Type Totals\\n\" + \"CC: \" + totalcc + \"\\nCD: \" + totalcd + \"\\nIC: \" + totalic + \"\\nID: \" + totalid);\n\n writer.flush();\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n } finally {\n if (csv != null)\n csv.close();\n\n if (ql != null)\n ql.close();\n\n }\n }", "public static void output(String filePath, BigDecimal[][] m){\n\t\tFileWriter fileWriter;\n\t\ttry {\n\t\t\tfileWriter = new FileWriter(filePath);\n\t\t\tfor(int i = 0; i < m.length; i++){\n\t\t\t\tfor(int j = 0; j < m[0].length; j++)\n\t\t\t\t\tfileWriter.append(m[i][j]+\"\\t\");\n\n\t\t\t\tfileWriter.append(\"\\n\");\n\t\t\t}\n\t\t\tfileWriter.flush();\n\t\t\tfileWriter.close();\n\t\t}\n\t\tcatch (IOException e) {\n\t\t\tSystem.out.println(\"File writer error!\");\n\t\t\te.printStackTrace();\n\t\t\tSystem.exit(-1);\n\t\t}\n\t}", "public static void audit(String nume_op) {\n try (FileWriter fileWriter = new FileWriter(\"audit.csv\",true)) {\r\n fileWriter.append(nume_op+\": \"+ LocalDate.now().toString()+'\\n');\r\n } catch (IOException e) {\r\n System.out.println(\"Something went wrong in writeUsingFileWriter method\");\r\n }\r\n }" ]
[ "0.6809286", "0.6794365", "0.67677176", "0.67528486", "0.6607441", "0.65778285", "0.6555295", "0.6552815", "0.6538965", "0.65318227", "0.6444999", "0.6312621", "0.6309698", "0.6281038", "0.62775224", "0.62561727", "0.6255108", "0.62345624", "0.6213444", "0.6207708", "0.6187643", "0.6169667", "0.6129213", "0.6108347", "0.61035204", "0.60601366", "0.60373056", "0.60089266", "0.60020673", "0.59930414", "0.5985577", "0.5983192", "0.5978926", "0.5974548", "0.5962388", "0.59552246", "0.5939914", "0.5917817", "0.59090704", "0.58986956", "0.58953506", "0.58588225", "0.584957", "0.5835186", "0.582101", "0.5810073", "0.58081377", "0.5799264", "0.57810473", "0.5774205", "0.5761682", "0.5759184", "0.57498384", "0.57342696", "0.57305044", "0.5726004", "0.57108206", "0.57104737", "0.57077867", "0.5694212", "0.5691718", "0.56831366", "0.56521994", "0.56434286", "0.5635679", "0.56221235", "0.5620787", "0.55863786", "0.55862224", "0.5575007", "0.55724627", "0.55649656", "0.5560463", "0.5558047", "0.5550915", "0.5548501", "0.554715", "0.5546058", "0.55454624", "0.5545078", "0.5543484", "0.5542944", "0.5541317", "0.5539991", "0.55383396", "0.5536773", "0.5531149", "0.5520579", "0.55176175", "0.55168396", "0.5516692", "0.55149776", "0.5508102", "0.55003625", "0.54772705", "0.5465988", "0.5464751", "0.54630774", "0.54565793", "0.5450635" ]
0.71016455
0
onStartCommand is the sequence of actions followed when the service is started
@Override public int onStartCommand(Intent intent, int flags, int startId) { new CleanCacheTask().execute(); new UpdateDownloadsTask().execute(); return Service.START_NOT_STICKY; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void onStart(Intent intent, int startId) {\r\n\t\thandleCommand(intent);\r\n\t}", "@Override\r\n\tpublic void onStart(Intent intent, int startId) {\r\n\t handleCommand(intent, startId);\r\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tLog.i(TAG, \"service on startcommand id = \" + startId);\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tLog.i(TAG, \"onStartCommand\");\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tLog.d(TAG,\"onStartCommand\");\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\n\n\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\r\n public int onStartCommand(Intent intent, int flags, int startId) {\n return super.onStartCommand(intent, flags, startId);\r\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n Log.d(TAG, \"Service started\");\n\n self = this;\n\n return super.onStartCommand(intent, flags, startId);\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n return super.onStartCommand(intent, flags, startId);\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n\n return super.onStartCommand(intent, flags, startId);\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId)\n {\n \n return super.onStartCommand(intent, flags, startId);\n }", "@Override\n\tpublic int onStartCommand(Intent arg0, int arg1, int arg2) {\n\t\treturn super.onStartCommand(arg0, arg1, arg2);\n\t}", "@Override\n\tpublic void onStart(Intent intent, int startId) {\n\t\tsuper.onStart(intent, startId);\n\t\tLog.e(\"androidtalk\", \"service started\") ;\n\t\tSystem.out.println(\"androidtalk-service started\") ;\n\t}", "@Override\r\n public void onStart(Intent intent, int startId) {\n }", "@Override\n public void onStart(Intent intent, int startid) {\n Log.d(\"ServiceTest\", \"Service started by user.\");\n }", "@Override\n\tpublic void onStart(Intent intent, int startId) {\n\t\n\t\tsuper.onStart(intent, startId);\n\t}", "@Override\n public void onStart(Intent intent, int startid) {\n }", "@Override\n public void onStart(Intent intent, int startId) {\n\n super.onStart(intent, startId);\n }", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\treturn super.onStartCommand(intent, flags, startId);\n\n\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n\n serviceStartNormalMethod = intent.getBooleanExtra(BC_SERVICE_START_METHOD, false);\n\n // This is actually where we receive \"pings\" from activities to start us\n // and keep us running\n pingStamp = System.currentTimeMillis();\n\n // Log.i(TAG, \"SERVICE onStartCommand()\");\n\n return Service.START_NOT_STICKY;\n }", "@Override\n\tpublic void onStart(Intent intent, int startId) {\n\t\tLog.i(TAG, \"service on start id = \"+startId);\n\t\tsuper.onStart(intent, startId);\n\t}", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n L.d(\"onStartCommand called\");\n startMainActivity();\n\n /**\n * We want this service to continue running until it is explicitly\n * stopped, so return sticky.\n */\n return Service.START_STICKY;\n }", "@Override\n\tpublic int onStartCommand( Intent intent, int flags, int startId )\n\t{\n\t\tsuper.onStartCommand( intent, flags, startId );\n\n\t\tString action = null;\n\t\tif( intent != null )\n\t\t\taction = intent.getAction();\n\n\t\t\tLog.i(LOG_TAG,\"Received action of \" + action );\n\n\t\tif( action == null )\n\t\t{\n\t\t\tLog.w(LOG_TAG,\"Starting service with no action\\n Probably from a crash, \"\n\t\t\t\t\t+ \"or service had to restart\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tswitch (action)\n\t\t\t{\n\t\t\t\tcase ACTION_START:\n\t\t\t\t\tLog.i(LOG_TAG, \"Received ACTION_START\");\n\t\t\t\t\tstart();\n\t\t\t\t\tbreak;\n\t\t\t\tcase ACTION_STOP:\n\t\t\t\t\tLog.i(LOG_TAG, \"Received ACTION_STOP\");\n\t\t\t\t\tstop();\n\t\t\t\t\tbreak;\n\t\t\t} // switch\n\n\t\t} // if...else\n\n\t\t//return START_REDELIVER_INTENT; // Mqtt version\n\t\treturn START_STICKY; // Notification version - Run until explicitly stopped.\n\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tSystem.out.println(\"onSTARTCOMMAND\");\n\t\thandleIntent(intent);\n\t\treturn START_NOT_STICKY;\n\t}", "@Override\n\tpublic void onStart(Intent intent, int startId) {\n\t\tSystem.out.println(\"onSTART\");\n\t\thandleIntent(intent);\n\t}", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n Log.i(SERVICE_TAG, \"onStartCommand\");\n return START_NOT_STICKY;\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n Toast.makeText(this, \"Service Started\", Toast.LENGTH_LONG).show();\n return START_STICKY;\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n Toast.makeText(this, R.string.start_location_updates, Toast.LENGTH_SHORT).show();\n Log.d(Constants.SERVICE_STARTED, Constants.SERVICE_STARTED);\n return START_STICKY;\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n Log.v(TAG, \"txh onStartCommand, thread = \" + Thread.currentThread().getName());\n Toast.makeText(this, \"txh service starting\", Toast.LENGTH_SHORT).show();\n return super.onStartCommand(intent,flags,startId);\n }", "@Override\n public void onStart(Intent intent, int startId) {\n Toast.makeText(this, \" Service Started\", Toast.LENGTH_LONG).show();\n \n }", "@Override\n\tprotected void onStart() {\n\t\tsuper.onStart();\n\t\tIntent i = new Intent(this, M_Service.class);\n\t\tbindService(i, mServiceConn, Context.BIND_AUTO_CREATE);\n\t}", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tString action = intent.getAction();\n\t\tLog.i(\"Service\", \"onStartCommand\"+action);\n\t\tif( action.equals(ACTION_CONNECT) ){\n//\t\t\tposition = intent.getIntExtra(Tag_Position, 0);\n\t\t\tstartConnect();\t\n\t\t}\n\t\telse if( action.equals(ACTION_STOP) ){\n\t\t\tstopConnect();\n\t\t}\n\t\telse if( action.equals(ACTION_WORK) ){\n\t\t\tsetBluetoothRearch();\n\t\t}\n\t\treturn super.onStartCommand(intent, flags, startId);\n\t}", "@Override\n\t public int onStartCommand(Intent intent, int flags, int startId) {\n\t \n\t\t \tToast.makeText(this, \"The new Service was onStartCommand\", Toast.LENGTH_LONG).show();\n\t\t \t\n\t\t \tOnStartUp();\n\t\t \t\n\t\t \t//new upload_sync().execute();\n\t\t \t\n\t return START_STICKY;\n\t }", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\treturn 0;\n\t}", "@Override\r\n public int onStartCommand(Intent intent, int flags, int startId) {\n Message msg = mServiceHandler.obtainMessage();\r\n msg.arg1 = startId;\r\n msg.obj = intent;\r\n mServiceHandler.sendMessage(msg);\r\n\r\n // If we get killed, after returning from here, restart\r\n return START_STICKY;\r\n }", "@Override\n\tprotected void onStart() {\n\t\tsuper.onStart();\n\t\tandroid.util.Log.d(\"OCSAgentActivity\", \"onStart()\");\n\t}", "@Override\n public void onStart() {\n super.onStart();\n Log.d(Constants.ERROR_TAG_ACTIVITY_ONE, Constants.ON_START);\n }", "@Override\n protected void onStart() {\n super.onStart();\n Log.d(\"STATO\",\"START\");\n }", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tsuper.onStartCommand(intent, flags, startId);\n\t\tint flag = intent.getIntExtra(\"flags\",flags);\n\t\tswitch(flag)\n\t\t{\n\t\t\tcase FLAGS_START:\n\t\t\t\tstart();\n\t\t\t\tbreak;\n\t\t\tcase FLAGS_UPDATE:\n\t\t\t\tupdate();\n\t\t\t\tbreak;\n\t\t\tcase FLAGS_TIMEUP:\n\t\t\t\ttimeUp();\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tbreak;\n\t\t}\n\t\treturn 0;\n\t}", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n\n boolean permissions_ok = true;\n for (String p : REQUIRED_PERMISSIONS) {\n if (ContextCompat.checkSelfPermission(this, p) != PackageManager.PERMISSION_GRANTED) {\n permissions_ok = false;\n break;\n }\n }\n\n if (permissions_ok) {\n //Check if the user has toggled the debug messages\n DEBUG = Aware.getSetting(this, Aware_Preferences.DEBUG_FLAG).equals(\"true\");\n\n //Initialize our plugin's settings\n Aware.setSetting(this, Settings.STATUS_PLUGIN_TEMPLATE, true);\n\n } else {\n Intent permissions = new Intent(this, PermissionsHandler.class);\n permissions.putExtra(PermissionsHandler.EXTRA_REQUIRED_PERMISSIONS, REQUIRED_PERMISSIONS);\n permissions.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n startActivity(permissions);\n }\n\n return super.onStartCommand(intent, flags, startId);\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n\n MyApplication application = (MyApplication) this.getApplication();\n if( application.isCurrentTaskExist() && application.getCurrentTaskRecord().isExecuting()) {\n return START_REDELIVER_INTENT;\n }\n\n application.setCurrentTaskRecord(TaskRecord.getNextTaskRecord());\n\n if( application.isCurrentTaskExist() ){\n prepare( application.getCurrentTaskRecord() );\n }\n return START_REDELIVER_INTENT;\n }", "@Override\n protected void onStart() {\n super.onStart();\n\n Log.d(TAG, \"now running: onStart\");\n }", "@Override\r\n public int onStartCommand(Intent intent, int flags, int startId) {\n Log.i(\"LZH\",\"start Service\");\r\n return Service.START_STICKY;\r\n }", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t\tmStart = false;\n\t}", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n int intentactionflag = 0;\n\n //gets call type\n if (!(intent == null)) {\n intentactionflag = intent.getIntExtra(PACKAGE_NAME + \".myaction\", 0);\n }\n\n //tracking starting or restarting\n if (intentactionflag == intentstartid || intentactionflag == intentresetid) {\n // if (intentactionflag == intentstartid) {\n // }\n begintracking();\n }\n if (intentactionflag == intentpauseid && countdown == 0) {\n pausetracking = !pausetracking;\n if (!pausetracking) {\n begintracking();\n } else {\n endtracking();\n }\n }\n if (intentactionflag == intentexitid) {\n cleanup();\n }\n goforeground();\n return super.onStartCommand(intent, flags, startId);\n }", "@Override\n protected void onStart() {\n super.onStart();\n Intent intent = new Intent(this, PlayerService.class);\n bindService(intent, serviceConnection, Context.BIND_AUTO_CREATE);\n\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n Log.d(TAG, TAG + \" onStartCommand\");\n return Service.START_STICKY;\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n try {\n getAuthoirzed();\n } catch (NameNotFoundException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n } catch (XmlPullParserException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n return super.onStartCommand(intent, flags, startId);\n }", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t\tIntent intent = new Intent(getActivity(), DownloadService.class);\n\t\tgetActivity().bindService(intent, mServiceConnection,\n\t\t\t\tService.BIND_AUTO_CREATE);\n\t}", "@Override\r\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tinfos = packageInfo.getRunningProcess();\r\n\t\tLog.v(\"serry\", \"2\");\r\n\t\treturn super.onStartCommand(intent, flags, START_STICKY);\r\n\t}", "@Override\n\tprotected void onStart() {\n\t\tsuper.onStart();\n\t\tLogger.d(TAG, \"onStart.....\");\n\t}", "public int onStartCommand(android.content.Intent r9, int r10, int r11) {\n /*\n r8 = this;\n r6 = 1;\n r5 = 0;\n r8.lastStartId = r11;\n r8.taskRemoved = r5;\n r2 = 0;\n if (r9 == 0) goto L_0x0025;\n L_0x0009:\n r2 = r9.getAction();\n r7 = r8.startedInForeground;\n r4 = \"foreground\";\n r4 = r9.getBooleanExtra(r4, r5);\n if (r4 != 0) goto L_0x0021;\n L_0x0018:\n r4 = \"com.google.android.exoplayer.downloadService.action.RESTART\";\n r4 = r4.equals(r2);\n if (r4 == 0) goto L_0x0090;\n L_0x0021:\n r4 = r6;\n L_0x0022:\n r4 = r4 | r7;\n r8.startedInForeground = r4;\n L_0x0025:\n if (r2 != 0) goto L_0x002a;\n L_0x0027:\n r2 = \"com.google.android.exoplayer.downloadService.action.INIT\";\n L_0x002a:\n r4 = new java.lang.StringBuilder;\n r4.<init>();\n r7 = \"onStartCommand action: \";\n r4 = r4.append(r7);\n r4 = r4.append(r2);\n r7 = \" startId: \";\n r4 = r4.append(r7);\n r4 = r4.append(r11);\n r4 = r4.toString();\n r8.logd(r4);\n r4 = -1;\n r7 = r2.hashCode();\n switch(r7) {\n case -871181424: goto L_0x009c;\n case -608867945: goto L_0x00b2;\n case -382886238: goto L_0x00a7;\n case 1015676687: goto L_0x0092;\n default: goto L_0x0054;\n };\n L_0x0054:\n r5 = r4;\n L_0x0055:\n switch(r5) {\n case 0: goto L_0x0072;\n case 1: goto L_0x0072;\n case 2: goto L_0x00bd;\n case 3: goto L_0x00e1;\n default: goto L_0x0058;\n };\n L_0x0058:\n r4 = \"DownloadService\";\n r5 = new java.lang.StringBuilder;\n r5.<init>();\n r7 = \"Ignoring unrecognized action: \";\n r5 = r5.append(r7);\n r5 = r5.append(r2);\n r5 = r5.toString();\n android.util.Log.e(r4, r5);\n L_0x0072:\n r3 = r8.getRequirements();\n r4 = r3.checkRequirements(r8);\n if (r4 == 0) goto L_0x00e5;\n L_0x007c:\n r4 = r8.downloadManager;\n r4.startDownloads();\n L_0x0081:\n r8.maybeStartWatchingRequirements(r3);\n r4 = r8.downloadManager;\n r4 = r4.isIdle();\n if (r4 == 0) goto L_0x008f;\n L_0x008c:\n r8.stop();\n L_0x008f:\n return r6;\n L_0x0090:\n r4 = r5;\n goto L_0x0022;\n L_0x0092:\n r7 = \"com.google.android.exoplayer.downloadService.action.INIT\";\n r7 = r2.equals(r7);\n if (r7 == 0) goto L_0x0054;\n L_0x009b:\n goto L_0x0055;\n L_0x009c:\n r5 = \"com.google.android.exoplayer.downloadService.action.RESTART\";\n r5 = r2.equals(r5);\n if (r5 == 0) goto L_0x0054;\n L_0x00a5:\n r5 = r6;\n goto L_0x0055;\n L_0x00a7:\n r5 = \"com.google.android.exoplayer.downloadService.action.ADD\";\n r5 = r2.equals(r5);\n if (r5 == 0) goto L_0x0054;\n L_0x00b0:\n r5 = 2;\n goto L_0x0055;\n L_0x00b2:\n r5 = \"com.google.android.exoplayer.downloadService.action.RELOAD_REQUIREMENTS\";\n r5 = r2.equals(r5);\n if (r5 == 0) goto L_0x0054;\n L_0x00bb:\n r5 = 3;\n goto L_0x0055;\n L_0x00bd:\n r4 = \"download_action\";\n r0 = r9.getByteArrayExtra(r4);\n if (r0 != 0) goto L_0x00d0;\n L_0x00c6:\n r4 = \"DownloadService\";\n r5 = \"Ignoring ADD action with no action data\";\n android.util.Log.e(r4, r5);\n goto L_0x0072;\n L_0x00d0:\n r4 = r8.downloadManager;\t Catch:{ IOException -> 0x00d6 }\n r4.handleAction(r0);\t Catch:{ IOException -> 0x00d6 }\n goto L_0x0072;\n L_0x00d6:\n r1 = move-exception;\n r4 = \"DownloadService\";\n r5 = \"Failed to handle ADD action\";\n android.util.Log.e(r4, r5, r1);\n goto L_0x0072;\n L_0x00e1:\n r8.stopWatchingRequirements();\n goto L_0x0072;\n L_0x00e5:\n r4 = r8.downloadManager;\n r4.stopDownloads();\n goto L_0x0081;\n */\n throw new UnsupportedOperationException(\"Method not decompiled: com.google.android.exoplayer2.offline.DownloadService.onStartCommand(android.content.Intent, int, int):int\");\n }", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\n\t\tLog.w(\"PopCineService\", \"Service exectuado\");\n\t\t//return super.onStartCommand(intent, flags, startId);\n\t\treturn Service.START_STICKY;\n\t}", "@Override\n public void onClick(View v) {\n Log.i(\"ServiceExam\",\"start\");\n Intent i = new Intent(\n getApplicationContext(),\n Example17Sub_LifeCycleService.class\n );\n\n i.putExtra(\"MSG\",\"HELLO\");\n // Start Service\n // 만약 서비스 객체가 메모리에 없으면 생성하고 수행\n // onCreate() -> onStartCommand()\n // 만약 서비스 객체가 이미 존재하고 있으면\n // onStartCommand()\n startService(i);\n }", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t\tLog.i(TAG, \"onStart\");\n\t}", "@Override\n protected void onStart() {\n super.onStart();\n\n if (mBangingTunesItent == null) {\n mBangingTunesItent = new Intent(this, BangingTunes.class);\n final boolean bindIndicator = bindService(mBangingTunesItent, mServiceConnection, Context.BIND_AUTO_CREATE);\n final ComponentName componentName = startService(mBangingTunesItent);\n }\n }", "public void startService() {\r\n Log.d(LOG, \"in startService\");\r\n startService(new Intent(getBaseContext(), EventListenerService.class));\r\n startService(new Intent(getBaseContext(), ActionService.class));\r\n getListenerService();\r\n\r\n }", "@Override\n\tpublic int onStartCommand (Intent intent, int flags, int startId) {\n\t\thandleCommand(intent);\n\t\t\n\t\t// We want this service to continue running until it is explicitly\n\t\t// stopped, so return sticky.\n\t\treturn START_STICKY;\n\t}", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n Log.i(\"LocationService\", \"onStartCommand\");\n if (!currentlyProcessingLocation) {\n currentlyProcessingLocation = true;\n startTracking();\n }\n\n return START_NOT_STICKY;\n }", "@Override\r\n\tpublic void onStart(Intent intent, int startid) {\n\t\tlogger.error(\"onStart\");\r\n\t\t//player.start();\r\n\t}", "@Override\r\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\tBundle b = intent.getExtras();\r\n\t\tint id = 0;\r\n\r\n\t\tif ((id = b.getInt(AlarmFactory.ARG_NEWS_ID, -1)) >= 0) {\r\n\t\t\t// Toast.makeText(this, \"\"+id, Toast.LENGTH_SHORT).show();\r\n\t\t\tnew UpdateSourceTask(this, handler).execute(id, UpdateSourceTask.ALARM_TRIGER);\r\n\r\n\t\t}\r\n\t\treturn mStartMode;\r\n\t}", "@Override\n protected void onStart() {\n super.onStart();\n Log.e(TAG, \"onStart\");\n }", "@Override\n protected void onStart() {\n super.onStart();\n Log.d(TAG, \"onStart() called\");\n }", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n sensorManager.registerListener(SensorService.this, accelerometerSensor, SensorManager.SENSOR_DELAY_NORMAL);\n return super.onStartCommand(intent, flags, startId);\n }", "@Override\n\tprotected void onStart() {\n\t\tsuper.onStart();\n\t\tLog.v(TAG, \"onStart())\");\n\t}", "@Override\n\tprotected void onStart() {\n\t\tsuper.onStart();\n\t\tLog.e(TAG, \"onStart\");\n\t}", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n mHandler = new Handler();\n // Execute a runnable task as soon as possible\n mHandler.post(runnableService);\n return START_STICKY;\n }", "@Override\n\tpublic int onStartCommand(Intent intent, int flags, int startId) {\n\t\ttracker = new GPSTracker(this);\n\t\tstatus=0;\n\t\torder_id=intent.getExtras().getLong(\"id\");\n\t\tgs=new GetStatus();\n\t\tdsf=new Do_Service_Staff();\n\t\tdsf.execute(0);\n\t\t\n\t\t\n\t\treturn START_STICKY;\n\t}", "@Override\n public void onStart(Intent intent, int nStartId)\n {\n if (Config.LOGD)\n {\n Log.d(TAG, \"Wiper Service Started \");\n }\n\n startForeground(1111, new Notification());\n\n mContext = this;\n // Call function to start background thread\n if ( bWiperConfigReadError != true)\n {\n startWiperService();\n }\n else\n {\n Log.e(TAG,\"Cannot start Wiper, wiperconfig read error\");\n }\n }", "@Override\n\t\tprotected void onStart() {\n\t\t\tsuper.onStart();\n\t\t\tToast.makeText(getApplicationContext(), \"onStart\", Toast.LENGTH_SHORT).show();\n\n\t\t\tLog.d(msg, \"The onStart() event\");\n\t\t}", "@Override\r\n\tprotected void onStart() {\n\t\tsuper.onStart();\r\n\t\tLog.d(\"maintab\", \"maintab_MainActivity------onStart\");\r\n\t}", "@Override\n\t\t\tpublic void onStart() {\n\t\t\t\tSystem.out.println(\"onStart\");\n\t\t\t\tif(listener!=null) listener.onMessage(\"onStart\");\n\t\t\t\tisRun = true;\n\t\t\t}", "@Override\n\t\t\t\tpublic void onStart() {\n\t\t\t\t\tsuper.onStart();\n\t\t\t\t}", "@Override\n\t\t\t\tpublic void onStart() {\n\t\t\t\t\tsuper.onStart();\n\t\t\t\t}", "@Override\n\tprotected void onStart() {\n\t\tsuper.onStart();\n\t\tLog.i(TAG, module + \" Entra por onStart\");\n\n\t}", "@Override\n protected void onStart() {\n super.onStart();\n Log.d(LOG_TAG,\"onStart\");\n }", "public void onStart() {\n }", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t}", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t}", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t}", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t}", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t}", "@Override\n\tpublic void onStart() {\n\t\tsuper.onStart();\n\t}", "@Override\n public void onStart() {\n System.out.println(\"ONstart\");\n super.onStart();\n\n }", "@Override\n\tprotected void onCreate(Bundle savedInstanceState) {\n\t\tsuper.onCreate(savedInstanceState);\n\t\t\n\t\tIntent odmIntent = new Intent(this, OdmService.class);\n this.startService(odmIntent); \n\t\tmHandler.post(mStartRunnable);\n\t}", "@Override\n\t\t\tpublic void onStart()\n\t\t\t{\n\t\t\t\tsuper.onStart();\n\t\t\t}", "@Override\r\n public void onStart() {\n super.onStart();\r\n }", "@Override\n protected void onStart() {\n super.onStart();\n Log.d(msg, \"The onStart() event\");\n }", "@Override\n protected void onStart() {\n super.onStart();\n Log.d(msg, \"The onStart() event\");\n }", "@Override\r\n\tpublic void onStart() {\n\t\tsuper.onStart();\r\n\t}", "@Override\r\n\tpublic void onStart() {\n\t\tsuper.onStart();\r\n\t}", "@Override\n public int onStartCommand(Intent intent, int flags, int startId) {\n Toast.makeText(this, \"Welcome!\", Toast.LENGTH_LONG).show();\n return START_STICKY ;\n }", "public void onStart() {\n }", "public void onStart() {\n super.onStart();\n }", "@Override\n protected void onStart() {\n Log.i(\"G53MDP\", \"Main onStart\");\n super.onStart();\n }", "@Override\n\t\tprotected void onStart() {\n\t\t\tsuper.onStart();\n\t\t}", "@Override\n\tprotected void onStart() {\n\t\tsuper.onStart();\n\t}" ]
[ "0.78594023", "0.7776745", "0.769972", "0.7637251", "0.75688237", "0.7532821", "0.7528067", "0.7520023", "0.75065434", "0.7490993", "0.7475313", "0.7450497", "0.74256164", "0.74003595", "0.73708147", "0.7357227", "0.73359364", "0.73329663", "0.73244226", "0.7308313", "0.7308313", "0.7308313", "0.7308313", "0.73061603", "0.7257805", "0.72321385", "0.71909404", "0.7170433", "0.71504444", "0.7134124", "0.7029502", "0.69750243", "0.6965856", "0.69592875", "0.69475514", "0.6946927", "0.693629", "0.6929584", "0.68834853", "0.6873268", "0.68728423", "0.6855954", "0.6850292", "0.68032175", "0.6796917", "0.67903125", "0.67595464", "0.6752929", "0.67511195", "0.67324483", "0.6728299", "0.67160565", "0.67083174", "0.67080516", "0.66961926", "0.669324", "0.66930735", "0.6682302", "0.6678491", "0.66694117", "0.6662614", "0.6646081", "0.664458", "0.6638646", "0.6637371", "0.6636701", "0.66344166", "0.66337705", "0.6622763", "0.66136134", "0.66110975", "0.661108", "0.661089", "0.66096115", "0.6599032", "0.6597303", "0.65936035", "0.65936035", "0.65761864", "0.6570254", "0.65580237", "0.6552748", "0.6552748", "0.6552748", "0.6552748", "0.6552748", "0.6552748", "0.65513575", "0.65512514", "0.6543902", "0.6543755", "0.6543501", "0.6543501", "0.6539821", "0.6539821", "0.6538843", "0.65344036", "0.65329427", "0.6531461", "0.65287054", "0.65234196" ]
0.0
-1
onBind is a required method that will bind the service if desired
@Override public IBinder onBind(Intent intent) { return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void onBind()\n\t{\n\t}", "void doBindService() {\n\n if (bindService(new Intent(MainActivity.this, PositionService.class),\n mConnection, Context.BIND_AUTO_CREATE)) {\n mBound = true;\n } else {\n Log.e(\"MY_APP_TAG\", \"Error: The requested service doesn't \" +\n \"exist, or this client isn't allowed access to it.\");\n }\n }", "void doBindService() {\n final Intent serviceIntent = new Intent(Testing.this, UploadService.class);\n bindService(serviceIntent, mConnection, Context.BIND_AUTO_CREATE);\n mIsBound = true;\n }", "private void bind()\n {\n /* Cancel unbind */\n cancelUnbind();\n\n /* Bind to the Engagement service if not already done or being done */\n if (mEngagementService == null && !mBindingService)\n {\n mBindingService = true;\n mContext.bindService(EngagementAgentUtils.getServiceIntent(mContext), mServiceConnection,\n BIND_AUTO_CREATE);\n }\n }", "@Override\n public void onServiceConnected(ComponentName className,\n IBinder service) {\n BinderService.LocalBinder binder = (BinderService.LocalBinder) service;\n mService = binder.getService();\n mBound = true;\n }", "void bind(EventService service);", "void doBindService() {\r\n\r\n bindService(new Intent(MainActivity.this, CurrentLocationUtil.class),\r\n connection, // ServiceConnection object\r\n Context.BIND_AUTO_CREATE); // Create service if not\r\n\r\n isBound = true;\r\n\r\n }", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\tLog.i(TAG, \"service on bind\");\n\t\treturn mBinder;\n\t}", "@Override\n public void onServiceConnected(ComponentName className,\n IBinder service) {\n LocalBinder binder = (LocalBinder) service;\n mService = binder.getService();\n mBound = true;\n }", "void doBindService() {\n\t\tbindService(new Intent(this, eidService.class), mConnection, Context.BIND_AUTO_CREATE);\n//\t\tLog.i(\"Convert\", \"At doBind2.\");\n\n\t\tmIsBound = true;\n\t\n\t\tif (mService != null) {\n//\t\t\tLog.i(\"Convert\", \"At doBind3.\");\n\t\t\ttry {\n\t\t\t\t//Request status update\n\t\t\t\tMessage msg = Message.obtain(null, eidService.MSG_UPDATE_STATUS, 0, 0);\n\t\t\t\tmsg.replyTo = mMessenger;\n\t\t\t\tmService.send(msg);\n\t\t\t\tLog.i(\"Convert\", \"At doBind4.\");\n\t\t\t\t//Request full log from service.\n\t\t\t\tmsg = Message.obtain(null, eidService.MSG_UPDATE_LOG_FULL, 0, 0);\n\t\t\t\tmService.send(msg);\n\t\t\t} catch (RemoteException e) {}\n\t\t}\n//\t\tLog.i(\"Convert\", \"At doBind5.\");\n\t}", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\treturn serviceBinder;\n\t}", "public void bind() {\n\n Intent startintent = new Intent(context, MafService.class);\n startintent.setAction(\"com.baidu.maf.service\");\n\n if(ServiceControlUtil.showInSeperateProcess(context)) {\n try {\n context.startService(startintent);\n } catch (Exception e) {\n LogUtil.e(TAG, \"fail to startService\", e);\n }\n }\n\n //Intent intent = new Intent(InAppApplication.getInstance().getContext(), OutAppService.class);\n\n\n boolean result =\n context.bindService(startintent, mConnection, Context.BIND_AUTO_CREATE);\n\n LogUtil.printMainProcess(\"Service bind. reslut = \" + result);\n LogUtil.printMainProcess(\"bind. serverMessenger = \" + serverMessenger);\n mIsBound = result;\n }", "private void bindAudioService() {\n if (audioServiceBinder == null) {\n Intent intent = new Intent(MainActivity.this, AudioService.class);\n\n // Below code will invoke serviceConnection's onServiceConnected method.\n bindService(intent, serviceConnection, Context.BIND_AUTO_CREATE);\n }\n }", "@Override\n public void onServiceConnected(ComponentName className,\n IBinder service) {\n LocalService.LocalBinder binder = (LocalService.LocalBinder) service;\n mService = binder.getService();\n mBound = true;\n }", "@Override\n public void onServiceConnected(ComponentName className,\n IBinder service) {\n LocalService.LocalBinder binder = (LocalService.LocalBinder) service;\n mService = binder.getService();\n mBound = true;\n }", "public interface FloatServiceBinder {\n /**\n * 启动并且绑定服务完成\n * @param componentName ServiceConnection的componentName\n * @param iBinder ServiceConnection的iBinder\n */\n void onBindSucceed(ComponentName componentName, IBinder iBinder);\n\n /**\n * 当服务意外死亡时触发\n * @param componentName ServiceConnection的componentName\n */\n void onServiceDisconnected(ComponentName componentName);\n}", "public void onInCallServiceBind() {\n HiLog.info(LOG_LABEL, \"onInCallServiceBind.\", new Object[0]);\n this.mIsInCallServiceBinded = true;\n }", "public void doBindService() {\n\r\n\t\tIntent serviceIntent = new Intent(MainActivity.this, LocalService.class);\r\n\r\n\t\tstartService(serviceIntent);\r\n\t\t// bindService(serviceIntent, mServiceConnection, 0);\r\n\t\tbindService(serviceIntent, mServiceConnection, BIND_AUTO_CREATE);\r\n\r\n\t\tmIsBound = true;\r\n\t}", "public void doBind(){\n\t\tboolean isBound = settings.getBoolean(\"isBound\", false);\n\t\tif(!isBound){\n \t\ti = new Intent(context, LocationService.class);\n \t\tcontext.bindService(i, SpeedConnection, Context.BIND_AUTO_CREATE);\n \t\tcontext.startService(i);\n \t\teditor.putBoolean(\"isBound\", true);\n \t\teditor.apply();\n \t}\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent intent) {\n\t\tSystem.out.println(\"Service onBind\");\r\n\t\treturn null;\r\n\t}", "@Override\n public void onServiceConnected(ComponentName name, IBinder service) {\n MyService.LocalBinder binder = (MyService.LocalBinder) service;\n myService = binder.getService();\n isBound = true;\n\n }", "@Override\n public IBinder onBind(Intent intent)\n {\n Log.d(\"MyService\", \"return\");\n return new MyBind();\n }", "private void bindMediaPlayerService() {\n if (!serviceIsBound) {\n Intent bindInt = new Intent(this, MediaPlayerService.class);\n serviceIsBound = bindService(bindInt, mediaPlayerConnection, Context.BIND_AUTO_CREATE);\n\n Log.v(TAG, \"Service bound\");\n } else {\n Log.v(TAG, \"no Service to bind\");\n }\n }", "@Override\n\t\tpublic void onServiceConnected(ComponentName name, IBinder service) {\n\t\t\tmBinder = (Stub) service;\n\t\t\tLog.d(TAG, \"mBinder init\");\n\t\t}", "@Override\n public void onServiceConnected(ComponentName className,\n IBinder service) {\n ServerService.LocalBinder binder = (ServerService.LocalBinder) service;\n mService = binder.getService();\n mBound = true;\n }", "@Override\n\tpublic IBinder onBind(Intent arg0)\n\t{\n\t\tLog.i(\"JSChatClientService\", \"JSChatClientService bound.\");\n\t\treturn binder;\n\t}", "@Override\n public void onServiceConnected(ComponentName className,\n IBinder service) {\n TranscriptDownService.LocalBinder binder = (TranscriptDownService.LocalBinder) service;\n mService = binder.getService();\n mBound = true;\n }", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\r\n\t\treturn new BDBServiceBinder();\r\n\t}", "protected void onServiceConnectedExtended(ComponentName className,\n IBinder service) {\n mAllowedToBind = true;\n\n }", "@Override\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn mBinder;\n\t}", "@Override\n public IBinder onBind(Intent arg0) {\n return binder;\n }", "void doAccelBindService() {\n\t\tbindService(accelIntentDelay, accelConnection, Context.BIND_AUTO_CREATE);\n\t\taccelIsBound = true;\n\t}", "@Override\n public void onServiceConnected(ComponentName name, IBinder service) {\n System.out.println(\"绑定成功\");\n }", "@Override\n\tpublic void bind() {\n\t\t\n\t}", "public void bind() {\n }", "protected abstract void bind();", "protected abstract void bind();", "@Override\r\n public IBinder onBind(Intent intent) {\r\n return mBinder;\r\n }", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn binder;\r\n\t}", "@Override\n public IBinder onBind(Intent intent) {\n return mBinder;\n }", "@Override\n public IBinder onBind(Intent intent) {\n return mBinder;\n }", "@Override\n public IBinder onBind(Intent intent) {\n return mBinder;\n }", "@Override\n public void onServiceConnected(ComponentName name, IBinder service) {\n MediaPlayerService.LocalBinder binder = (MediaPlayerService.LocalBinder) service;\n player = binder.getService();\n serviceBound = true;\n\n\n //Toast.makeText(QuranListenActivity.this, \"Service Bound\", Toast.LENGTH_SHORT).show();\n }", "@Override\n public IBinder onBind(Intent intent) {\n if(DEBUG)Log.d(TAG, \"onBind\");\n serviceConnected = true;\n Toast.makeText(getApplicationContext(), \"binding\", Toast.LENGTH_SHORT).show();\n return mMessenger.getBinder();\n }", "@Override\n public IBinder onBind(Intent intent) {\n\n return myBinder;\n }", "public void bindService() {\n mIntent = new Intent();\n mIntent.setPackage(\"com.eebbk.studyos.themes\");\n mIntent.setAction(THEME_SERVICE_ACTION);\n mContext.bindService(mIntent,mConnection, Context.BIND_AUTO_CREATE);\n }", "@Override\n public void onServiceConnected(ComponentName name, IBinder service) {\n MediaPlayerService.LocalBinder binder = (MediaPlayerService.LocalBinder) service;\n player = binder.getService();\n serviceBound = true;\n player.setCallbacks(MainActivity.this);\n\n //Toast.makeText(MainActivity.this, \"Service Bound\", Toast.LENGTH_SHORT).show();\n }", "@Override\n public IBinder onBind(Intent intent) {\n Log.v(LOG_TAG, \"in onBind\");\n return mBinder;\n }", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\treturn mBinder;\n\t}", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\treturn mBinder;\n\t}", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\treturn mBinder;\n\t}", "@Override\n public IBinder onBind(Intent mIntent) {\n Log.i(TAG, \"onBind\");\n String action = mIntent.getAction();\n Log.d(TAG, \"onBind: \" + action);\n\n if (SERVICE_INTERFACE.equals(action)) {\n Log.d(TAG, \"Bound by system\");\n return super.onBind(mIntent);\n } else {\n Log.d(TAG, \"Bound by application\");\n return mBinder;\n }\n }", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\tSystem.out.println(\"ONBIND\");\n\t\treturn null;\n\t}", "@Override\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn new LocalBinder();\n\t}", "@Override\n public void onServiceConnected(ComponentName className,\n IBinder service) {\n ConnectionService.ConnectionBinder binder = (ConnectionService.ConnectionBinder) service;\n mService = binder.getService();\n mBound = true;\n }", "@Override\n\t\t\tpublic void onServiceConnected(ComponentName name, IBinder service) {\n\t\t\t}", "@Override\n public IBinder onBind(Intent intent) {\n return getBinder;\n }", "@Override\n public IBinder onBind(Intent intent) {\n return new MyBinder(this);\n }", "@Override\n public void onServiceConnected(ComponentName name, IBinder service) {\n\n // Sets the binder for the service.\n SSMusicService.SSMusicBinder binder = (SSMusicService.SSMusicBinder) service;\n musicService = binder.getService();\n serviceBound = true; // Indicates that the service is bounded.\n }", "@Override\n public IBinder onBind(Intent intent) {\n Log.e(TAG, \"onbind\");\n return binder;\n }", "@Override\n\t\tpublic IBinder onBind(Intent intent) {\n\t\t\treturn mBinder;\n\t\t}", "@Override\n public IBinder onBind(Intent intent) {\n return localBinder;\n }", "public static void bind(ServiceBinder binder)\r\n {\n \tbinder.bind(Authenticator.class, BasicAuthenticator.class);\r\n \tbinder.bind(UserDAO.class,UserDAOImplements.class);\r\n \tbinder.bind(TrainingDAO.class,TrainingDAOImplements.class);\r\n \tbinder.bind(EvidenceExerciseDAO.class, EvidenceExerciseDAOImplements.class);\r\n \tbinder.bind(ExerciseDAO.class, ExerciseDAOImplements.class);\r\n \tbinder.bind(MyTrainingsDAO.class, MyTrainingsDAOImplements.class);\r\n \tbinder.bind(MembershipDAO.class, MembershipDAOImplements.class);\r\n \tbinder.bind(TimetableDAO.class,TimetableDAOImplements.class);\r\n \tbinder.bind(MoreInformationDao.class,MoreInformationDAOImplements.class);\r\n \tbinder.bind(PresenceDao.class,PresenceDAOImplements.class);\r\n }", "public abstract T addService(BindableService bindableService);", "@RequiresApi(api = Build.VERSION_CODES.M)\n @Override\n public IBinder onBind(Intent intent) {\n\n\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\r\n public IBinder onBind(Intent intent) {\n return binder;\r\n }", "@Override\n public IBinder onBind(Intent intent) {\n \tinit(\"scream\", Boolean.parseBoolean(intent.getStringExtra(MessageCode.DEBUG_FLAG)));\n \t\n \tStrandLog.d(ScreamService.TAG, \"Binding Service started\");\n \t\n\t\tIntent i = new Intent(this, ScreamService.class);\n\t\ti.putExtra(MessageCode.PARAM_LIST, intent.getStringExtra(MessageCode.PARAM_LIST));\n\t\tstartService(i);\n\n\t\treturn mMessenger.getBinder();\n }", "@Override\n public IBinder onBind(Intent intent) {\n return myibinder;\n }", "public static void bind(ServiceBinder binder) {\n\t\t\n\t\tbinder.bind(CoreDAO.class,CoreDAOHibernate.class);\n\t\tbinder.bind(AuthorizingRealm.class, UserRealm.class).withId(UserRealm.class.getSimpleName());\n\t//\tbinder.bind(FederatedAccountService.class, DefaultHibernateFederatedAccountServiceImpl.class);\n\t\t\n//\t\tbinder.bind(FederatedAccountService.class, FederatedAccountServiceExample.class);\n//\t\tbinder.bind(AuthorizingRealm.class, FederatedAccountsAuthorizingRealm.class).withId(\n//\t\t\tFederatedAccountsAuthorizingRealm.class.getSimpleName());\n\t}", "@Override\n public IBinder onBind(Intent arg0) {\n return null;\n }", "@Override\n public IBinder onBind(Intent arg0) {\n return null;\n }", "@Override\n public IBinder onBind(Intent arg0) {\n return null;\n }", "@Override\n\tpublic IBinder onBind(Intent arg0) {\n\t\t\n\t\t\t\n\t\treturn null;\n\t}", "@Override\n public IBinder onBind(Intent arg0) {\n return null;\n }", "@Override \n public IBinder onBind(Intent intent) {\n \tToast.makeText(this, \"MyAlarmService.onBind()\", Toast.LENGTH_LONG).show();\n \n \tLog.d(\"this is daya\",\"daya alaram\");\n \treturn null;\n }", "private void bindService() {\n synchronized (mLock) {\n if (!mEnabled || mConnection != null || mRemoteService != null) {\n if (!mEnabled) {\n Slog.i(TAG, \"Not binding to service, service disabled\");\n } else if (mRemoteService != null) {\n Slog.i(TAG, \"Not binding to service, service already connected\");\n } else {\n Slog.i(TAG, \"Not binding to service, service already connecting\");\n }\n return;\n }\n ComponentName component = getServiceComponentNameLocked();\n if (component == null) {\n Slog.wtf(TAG, \"Explicit health check service not found\");\n return;\n }\n\n Intent intent = new Intent();\n intent.setComponent(component);\n mConnection = new ServiceConnection() {\n @Override\n public void onServiceConnected(ComponentName name, IBinder service) {\n Slog.i(TAG, \"Explicit health check service is connected \" + name);\n initState(service);\n }\n\n @Override\n @MainThread\n public void onServiceDisconnected(ComponentName name) {\n // Service crashed or process was killed, #onServiceConnected will be called.\n // Don't need to re-bind.\n Slog.i(TAG, \"Explicit health check service is disconnected \" + name);\n synchronized (mLock) {\n mRemoteService = null;\n }\n }\n\n @Override\n public void onBindingDied(ComponentName name) {\n // Application hosting service probably got updated\n // Need to re-bind.\n Slog.i(TAG, \"Explicit health check service binding is dead. Rebind: \" + name);\n unbindService();\n bindService();\n }\n\n @Override\n public void onNullBinding(ComponentName name) {\n // Should never happen. Service returned null from #onBind.\n Slog.wtf(TAG, \"Explicit health check service binding is null?? \" + name);\n }\n };\n\n mContext.bindServiceAsUser(intent, mConnection,\n Context.BIND_AUTO_CREATE, UserHandle.of(UserHandle.USER_SYSTEM));\n Slog.i(TAG, \"Explicit health check service is bound\");\n }\n }", "public void bindSendService(){\r\n\t\tif (sendService!=null){\r\n\t\t\tIntent intent = new Intent(context, SendService.class);\r\n\t context.bindService(intent, sendServiceConnection, Context.BIND_AUTO_CREATE);\r\n\t \r\n\t\t}\r\n\t}", "@Override\n public void onServiceConnected(ComponentName componentName, IBinder iBinder) {\n audioServiceBinder = (AudioServiceBinder) iBinder;\n }", "@Override\r\n\tpublic IBinder onBind(Intent intent) {\n\t\treturn binder;\r\n\t}", "@Override\n public IBinder onBind(Intent intent) {\n return new SimpleBinder(this);\n }", "@Override\n public void onServiceConnected(ComponentName componentName, IBinder iBinder) {\n selfServiceMethodSolver = (ISelfMethod) iBinder;\n Log.d(\"BindLog\", \"Client - SelfService已Bind成功,并获取了代理\");\n }", "@Override\n\tpublic IBinder onBind(Intent arg0) {\n if (IManagerRegister.class.getName().equals(arg0.getAction())) {\n \t//Register for manager events\n return mRegisterServiceStub;\n } else if (IAgentRegister.class.getName().equals(arg0.getAction())){\n \t//Register for agent events\n \treturn aRegisterServiceStub;\n } else if (IAgentActionService.class.getName().equals(arg0.getAction())){\n \t//Use agent events\n \treturn aActionServiceStub;\n } else if (IPM_StoreActionService.class.getName().equals(arg0.getAction())) {\n\t\t\t//Use pm_store events\n\t\t\treturn pmActionServiceStub;\n\t\t} else if (IScannerActionService.class.getName().equals(arg0.getAction())) {\n\t\t\t//Use scanners events\n\t\t\treturn scannerServiceStub;\n } else return null;\n\t}", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\treturn binder;\n\t}", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\treturn binder;\n\t}", "@Override\n public void onServiceConnected(ComponentName className,\n IBinder service) {\n HomeActivityWatcherService.MyBinder binder = (HomeActivityWatcherService.MyBinder) service;\n mWatcherService = binder.getService();\n mBound = true;\n }", "@Override\n\t\tpublic void configure(Binder binder) {\n\t\t\tbinder.bind(IFoodService.class).to(PizzaService.class);\n\t\t\t// bind the pizzaiolo named\n\t\t\tbinder.bind(String.class).annotatedWith(Names.named(\"pizzaiolo\"))\n\t\t\t\t\t.toInstance(\"Alberto\");\n\t\t\t// bind the print stream named to instance since we System.out is a\n\t\t\t// predefined singleton.\n\t\t\tbinder.bind(PrintStream.class)\n\t\t\t\t\t.annotatedWith(Names.named(\"printStream\"))\n\t\t\t\t\t.toInstance(System.out);\n\n\t\t}", "@Override\n public IBinder onBind(Intent intent) {\n// Return the BackgroundAudioServiceBinder object\n return basBinder;\n }", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\r\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\r\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\r\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\r\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\r\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\r\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\r\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent arg0) {\n\t\treturn null;\r\n\t}", "@Override\n /* Unknown but necessary function */\n public IBinder onBind(Intent intent)\n {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\tLog.i(TAG, \"onBind\");\n\t\treturn binder;\n\n\t}", "@Override\n\t\tpublic void onServiceConnected(ComponentName name, IBinder service) {\n\n\t\t\tYC_SERVICE_BINDER = IYCService.Stub.asInterface(service);\n\n\t\t}", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"AutoUpdateService自动更新 - Not yet implemented\");\n }", "@Override\n\tpublic IBinder onBind(Intent intent) {\n\t\t// TODO Auto-generated method stub\n\t\treturn null;\n\t}", "@Override\r\n\tpublic IBinder onBind(Intent arg0)\r\n\t{\n\t\treturn null;\r\n\t}" ]
[ "0.80115587", "0.75314736", "0.7479687", "0.74765575", "0.7464057", "0.7455312", "0.74064386", "0.73884994", "0.73368645", "0.72906697", "0.7274097", "0.7273892", "0.72732097", "0.7255364", "0.7255364", "0.72481215", "0.7229616", "0.7213866", "0.7208395", "0.7166753", "0.7158522", "0.7134113", "0.7095939", "0.7075511", "0.705876", "0.70491916", "0.69829607", "0.69814676", "0.69691795", "0.69538736", "0.69174325", "0.69011647", "0.6867233", "0.68663585", "0.68442297", "0.68124497", "0.68124497", "0.68015295", "0.6800674", "0.6788905", "0.6788905", "0.6788905", "0.678272", "0.6752688", "0.6752482", "0.6741452", "0.67104703", "0.6703168", "0.67022866", "0.67022866", "0.67022866", "0.66987044", "0.6679075", "0.6677572", "0.66749436", "0.6671033", "0.66608906", "0.66562897", "0.6642323", "0.6635939", "0.6623802", "0.66209584", "0.6598265", "0.6590681", "0.6590408", "0.658759", "0.6585187", "0.65626395", "0.6558518", "0.65416056", "0.65416056", "0.65416056", "0.65365505", "0.6532397", "0.6524491", "0.6518408", "0.65129006", "0.65042716", "0.6481678", "0.6477857", "0.64736384", "0.6471088", "0.6465741", "0.6465741", "0.6465635", "0.646397", "0.64601994", "0.6457434", "0.6457434", "0.6457434", "0.6457434", "0.6457434", "0.6457434", "0.6457434", "0.6457434", "0.64530593", "0.6451244", "0.6445565", "0.6427281", "0.6426066", "0.64224386" ]
0.0
-1
function to initialize tables with the right columns
private void initializeGUITableHeaders(){ TableColumn<HeapData, Integer> addressColumn = new TableColumn<>("Address"); addressColumn.setCellValueFactory(new PropertyValueFactory<>("address")); TableColumn<HeapData, String> valueColumn = new TableColumn<>("Value"); valueColumn.setCellValueFactory(new PropertyValueFactory<>("value")); valueColumn.setMinWidth(100); this.heapTableList.getColumns().addAll(addressColumn, valueColumn); TableColumn<SymbolData, String> variableNameColumn = new TableColumn<>("Variable Name"); variableNameColumn.setCellValueFactory(new PropertyValueFactory<>("variableName")); variableNameColumn.setMinWidth(100); TableColumn<SymbolData, String> valColumn = new TableColumn<>("Value"); valColumn.setCellValueFactory(new PropertyValueFactory<>("value")); symbolTableList.getColumns().addAll(variableNameColumn, valColumn); TableColumn<SemaphoreData,String> indexColumn = new TableColumn<>("Index"); indexColumn.setCellValueFactory(new PropertyValueFactory<>("index")); TableColumn<SemaphoreData,Integer> valueColumnSem = new TableColumn<>("Value"); valueColumnSem.setCellValueFactory(new PropertyValueFactory<>("value")); TableColumn<SemaphoreData,ArrayList<Integer>>valuesColumn = new TableColumn<>("Values"); valuesColumn.setCellValueFactory(new PropertyValueFactory<>("values")); this.semaphoreTable.getColumns().addAll(indexColumn,valueColumnSem,valuesColumn); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void initTable();", "public void initTable();", "protected abstract void initialiseTable();", "void prepareTables();", "public void initTable() {\n this.table.setSelectable(true);\n this.table.setImmediate(true);\n this.table.setWidth(\"100%\");\n this.table.addListener(this);\n this.table.setDropHandler(this);\n this.table.addActionHandler(this);\n this.table.setDragMode(TableDragMode.ROW);\n this.table.setSizeFull();\n\n this.table.setColumnCollapsingAllowed(true);\n // table.setColumnReorderingAllowed(true);\n\n // BReiten definieren\n this.table.setColumnExpandRatio(LABEL_ICON, 1);\n this.table.setColumnExpandRatio(LABEL_DATEINAME, 3);\n this.table.setColumnExpandRatio(LABEL_DATUM, 2);\n this.table.setColumnExpandRatio(LABEL_GROESSE, 1);\n this.table.setColumnExpandRatio(LABEL_ACCESS_MODES, 1);\n this.table.setColumnHeader(LABEL_ICON, \"\");\n }", "private void initColumns() {\n columnNames = new LinkedList<String>();\n columnNames.add(\"table.ededb.datatable.action\");\n columnNames.add(\"table.ededb.datatable.filename\");\n columnNames.add(\"table.ededb.datatable.mime\");\n columnNames.add(\"table.ededb.datatable.size\");\n columnNames.add(\"table.ededb.datatable.localcopy\");\n }", "private void initTable() {\n\t\tDefaultTableModel dtm = (DefaultTableModel)table.getModel();\n\t\tdtm.setRowCount(0);\t\t\n\t\tfor(int i=0;i<MainUi.controller.sale.items.size();i++){\n\t\t\tVector v1 = new Vector();\n\t\t\tv1.add(MainUi.controller.sale.items.get(i).getProdSpec().getTitle());\n\t\t\tv1.add(MainUi.controller.sale.items.get(i).getCopies());\n\t\t\tdtm.addRow(v1);\n\t\t}\n\t\tlblNewLabel.setText(\"\"+MainUi.controller.sale.getTotal());\n\t}", "private void initializeColumns() {\n\n // nameColumn\n nameColumn.setCellValueFactory(record -> new ReadOnlyStringWrapper(\n record.getValue().getFullName()\n ));\n\n // ageColumn\n organColumn.setCellValueFactory(record -> new ReadOnlyStringWrapper(\n record.getValue().getOrgan()));\n\n // genderColumn\n regionColumn.setCellValueFactory(record -> new\n ReadOnlyStringWrapper(record.getValue().getRegion()));\n\n // dateColumn. Depends on the given string\n dateColumn.setCellValueFactory(record -> new ReadOnlyStringWrapper(\n TransplantWaitingList.formatCreationDate(record.getValue().getTimestamp())));\n\n }", "private void initTable() {\n \t\t// init table\n \t\ttable.setCaption(TABLE_CAPTION);\n \t\ttable.setPageLength(10);\n \t\ttable.setSelectable(true);\n \t\ttable.setRowHeaderMode(Table.ROW_HEADER_MODE_INDEX);\n \t\ttable.setColumnCollapsingAllowed(true);\n \t\ttable.setColumnReorderingAllowed(true);\n \t\ttable.setSelectable(true);\n \t\t// this class handles table actions (see handleActions method below)\n \t\ttable.addActionHandler(this);\n \t\ttable.setDescription(ACTION_DESCRIPTION);\n \n \t\t// populate Toolkit table component with test SQL table rows\n \t\ttry {\n \t\t\tQueryContainer qc = new QueryContainer(\"SELECT * FROM employee\",\n \t\t\t\t\tsampleDatabase.getConnection());\n \t\t\ttable.setContainerDataSource(qc);\n \t\t} catch (SQLException e) {\n \t\t\te.printStackTrace();\n \t\t}\n \t\t// define which columns should be visible on Table component\n \t\ttable.setVisibleColumns(new Object[] { \"FIRSTNAME\", \"LASTNAME\",\n \t\t\t\t\"TITLE\", \"UNIT\" });\n \t\ttable.setItemCaptionPropertyId(\"ID\");\n \t}", "private void createTable() {\n\t\t// Tao dataModel & table \n\t\tdataModel = new DefaultTableModel(headers, 0);\n\t\ttable.setModel(dataModel);\n\t\t\n\t\tnapDuLieuChoBang();\n\t}", "Table createTable();", "public void prepareTable() {\n \tthis.table = new Tape(this.height,this.width,2,this.map);\n }", "public TableImpl() { columns = new Column[0]; }", "private void initTable(DefaultTableModel dmodel) {\n\t\tString[] COLUMN_NAMES = new String[] { \"#\", \"Date\", \"Product ID\", \"Name\", \"Quantity\", \"Total\" };\n\t\tfor (String string : COLUMN_NAMES)\n\t\t\tdmodel.addColumn(string);\n\t}", "private void setUpTable()\n {\n //Setting the outlook of the table\n bookTable.setColumnReorderingAllowed(true);\n bookTable.setColumnCollapsingAllowed(true);\n \n \n bookTable.setContainerDataSource(allBooksBean);\n \n \n //Setting up the table data row and column\n /*bookTable.addContainerProperty(\"id\", Integer.class, null);\n bookTable.addContainerProperty(\"book name\",String.class, null);\n bookTable.addContainerProperty(\"author name\", String.class, null);\n bookTable.addContainerProperty(\"description\", String.class, null);\n bookTable.addContainerProperty(\"book genres\", String.class, null);\n */\n //The initial values in the table \n db.connectDB();\n try{\n allBooks = db.getAllBooks();\n }catch(SQLException ex)\n {\n ex.printStackTrace();\n }\n db.closeDB();\n allBooksBean.addAll(allBooks);\n \n //Set Visible columns (show certain columnes)\n bookTable.setVisibleColumns(new Object[]{\"id\",\"bookName\", \"authorName\", \"description\" ,\"bookGenreString\"});\n \n //Set height and width\n bookTable.setHeight(\"370px\");\n bookTable.setWidth(\"1000px\");\n \n //Allow the data in the table to be selected\n bookTable.setSelectable(true);\n \n //Save the selected row by saving the change Immediately\n bookTable.setImmediate(true);\n //Set the table on listener for value change\n bookTable.addValueChangeListener(new Property.ValueChangeListener()\n {\n public void valueChange(ValueChangeEvent event) {\n \n }\n\n });\n }", "public void prepareTable(){\n\n TableColumn<Student, String> firstNameCol = new TableColumn<>(\"FirstName\");\n firstNameCol.setMinWidth(100);\n firstNameCol.setCellValueFactory(new PropertyValueFactory<>(\"firstname\"));\n\n TableColumn<Student, String> lastNameCol = new TableColumn<>(\"LastName\");\n lastNameCol.setMinWidth(100);\n lastNameCol.setCellValueFactory(new PropertyValueFactory<>(\"lastname\"));\n\n TableColumn<Student, String> formCol = new TableColumn<>(\"Form\");\n formCol.setMinWidth(100);\n formCol.setCellValueFactory(new PropertyValueFactory<>(\"form\"));\n\n TableColumn<Student, String> streamCol = new TableColumn<>(\"Stream\");\n streamCol.setMinWidth(100);\n streamCol.setCellValueFactory(new PropertyValueFactory<>(\"stream\"));\n\n TableColumn<Student, String> dateOfBirthCol = new TableColumn<>(\"Favorite Game\");\n dateOfBirthCol.setMinWidth(100);\n dateOfBirthCol.setCellValueFactory(new PropertyValueFactory<>(\"dateOfBirth\"));\n\n TableColumn<Student, String> genderCol = new TableColumn<>(\"Gender\");\n genderCol.setMinWidth(100);\n genderCol.setCellValueFactory(new PropertyValueFactory<>(\"gender\"));\n\n TableColumn<Student, Integer> ageCol = new TableColumn<>(\"age\");\n ageCol.setMinWidth(100);\n ageCol.setCellValueFactory(new PropertyValueFactory<>(\"age\"));\n\n TableColumn<Student, Integer> admissionCol = new TableColumn<>(\"Admission\");\n admissionCol.setMinWidth(100);\n admissionCol.setCellValueFactory(new PropertyValueFactory<>(\"admission\"));\n\n\n table.getColumns().addAll(admissionCol,firstNameCol,lastNameCol,formCol,streamCol,dateOfBirthCol,genderCol,ageCol);\n table.setItems(dao.selectAll());\n\n }", "private void initializeTable()\n {\n mTable = new ListView(mData);\n mTable.setPrefSize(200, 250);\n mTable.setEditable(false);\n }", "tbls createtbls();", "private void initView() {\n\t\ttable = new JTable(ttm);\n\t\tfor (int i = 0; i < colWidths.length; i++) {\n\t\t\tTableColumn col = table.getColumnModel().getColumn(i);\n\t\t\tcol.setPreferredWidth(colWidths[i]);\n\t\t}\n\t\ttable.setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);\n\t\ttable.setFillsViewportHeight(false);\n\t\tsetViewportView(table);\n\t\tsetBorder(BorderFactory.createLineBorder(Color.black));\n\t}", "private TableColumn<Object, ?> fillColumns() {\n\t\t\n\t\treturn null;\n\t}", "public void creatTable(String tableName,LinkedList<String> columnsName,LinkedList<String> columnsType );", "public TableImpl(int numColumns) { columns = new Column[numColumns]; }", "private void createTable() {\n\t\tfreqTable = new TableView<>();\n\n\t\tTableColumn<WordFrequency, Integer> column1 = new TableColumn<WordFrequency, Integer>(\"No.\");\n\t\tcolumn1.setCellValueFactory(new PropertyValueFactory<WordFrequency, Integer>(\"serialNumber\"));\n\n\t\tTableColumn<WordFrequency, String> column2 = new TableColumn<WordFrequency, String>(\"Word\");\n\t\tcolumn2.setCellValueFactory(new PropertyValueFactory<WordFrequency, String>(\"word\"));\n\n\t\tTableColumn<WordFrequency, Integer> column3 = new TableColumn<WordFrequency, Integer>(\"Count\");\n\t\tcolumn3.setCellValueFactory(new PropertyValueFactory<WordFrequency, Integer>(\"count\"));\n\n\t\tList<TableColumn<WordFrequency, ?>> list = new ArrayList<TableColumn<WordFrequency, ?>>();\n\t\tlist.add(column1);\n\t\tlist.add(column2);\n\t\tlist.add(column3);\n\n\t\tfreqTable.getColumns().addAll(list);\n\t}", "private void initTableColumns() {\r\n\r\n Column<Player, String> nameColumn = new Column<Player, String>(new TextCell()) {\r\n @Override\r\n public String getValue(Player object) {\r\n return object.getName();\r\n }\r\n };\r\n this.addColumn(nameColumn, ApplicationResources.getMessages().cell_player_name());\r\n\r\n Column<Player, Number> atpPointColumn = new Column<Player, Number>(new NumberCell()) {\r\n @Override\r\n public Integer getValue(Player object) {\r\n return object.getAtpPoint();\r\n }\r\n };\r\n atpPointColumn.setDefaultSortAscending(false);\r\n sortHandler.setComparator(atpPointColumn, new Comparator<Player>() {\r\n @Override\r\n public int compare(Player o1, Player o2) {\r\n return o1.getAtpPoint().compareTo(o2.getAtpPoint());\r\n }\r\n });\r\n this.addColumn(atpPointColumn, ApplicationResources.getMessages().cell_player_atpPoint());\r\n // sort column\r\n this.getColumnSortList().push(atpPointColumn);\r\n }", "@Override\r\n\tpublic void initializeTableContents() {\n\t\t\r\n\t}", "public abstract void configureTables();", "public TableImpl(Column[] c) { columns = c; }", "private void initTableView() {\n try {\n NonEditableDefaultTableModel dtm = new NonEditableDefaultTableModel();\n dtm.setColumnIdentifiers(new String[]{\"Id\", \"Code\", \"From\", \"To\", \"Prepared\", \"Status\"});\n\n for (PayrollPeriod p : ppDao.getPayrollPeriods()) {\n\n try {\n Object[] o = new Object[]{p.getId(), p,\n sdf.format(p.getDateFrom()), sdf.format(p.getDateTo()),\n sdf.format(p.getDatePrepared()), p.getStatus()};\n dtm.addRow(o);\n } catch (Exception ex) {\n }\n\n }\n tablePayrollPeriod.setModel(dtm);\n } catch (Exception ex) {\n Logger.getLogger(PayrollPeriodInformation.class.getName()).log(Level.SEVERE, null, ex);\n }\n\n }", "UsingCols createUsingCols();", "public void tableViewSetup() {\n nameColumn.setCellValueFactory(new PropertyValueFactory<>(\"Name\"));\n productTable.getColumns().add(nameColumn);\n\n manuColumn.setCellValueFactory(new PropertyValueFactory<>(\"Manufacturer\"));\n productTable.getColumns().add(manuColumn);\n\n typeColumn.setCellValueFactory(new PropertyValueFactory<>(\"Type\"));\n productTable.getColumns().add(typeColumn);\n }", "protected void createInitialTables() throws SQLException {\n\t\n\t\t// create one table per type with the corresponding attributes\n\t\tfor (String type: entityType2attributes.keySet()) {\n\t\t\tcreateTableForEntityType(type);\n\t\t}\n\t\t\n\t\t// TODO indexes !\n\t\t\n\t}", "public void initTable() {\n\t\n\t\temployeeTableModel.clearTable();\n\t\tfor (buchungssystem.models.employee.Employee employee : currentUser.getAllEmployees()) {\n\t\t\tObject [] row = new Object[7];\n\t\t\tif (employee.isValid() == true) {\n\t\t\t\trow[0] = employee.getFirstName();\n\t\t\t\trow[1] = employee.getLastName();\n\t\t\t\trow[2] = employee.getEmail();\n\t\t\t\trow[3] = employee.getPhoneNumber();\t\t\t\n\t\t\t\trow[4] = currentUser.getEmployeeRoleByID(employee.getRoleID()).getRole();\n\t\t\t\tif (employee.getUserID() != null) {\n\t\t\t\t\trow[5] = currentUser.getUserByID(employee.getUserID()).getLogin();\n\t\t\t\t} else {\n\t\t\t\t\trow[5] = \"keinen User angelegt\";\n\t\t\t\t}\n\t\t\t\trow[6] = employee.getId();\n\t\t\t\temployeeTableModel.addRow(row);\n\t\t\t}\n\n\t\t}\n\t\t//hide the Column with the Employee ID\n\t\temployeeTable.getColumnModel().getColumn(6).setMinWidth(0);\n\t\temployeeTable.getColumnModel().getColumn(6).setMaxWidth(0);\n\t\t//employeeTable.removeColumn(employeeTable.getColumnModel().getColumn(6));\n\t}", "private void initTablesViews()\n {\n // Tokens\n tc_token_id.setCellValueFactory(new PropertyValueFactory<>(\"token\"));\n tc_tipo_token_id.setCellValueFactory(new PropertyValueFactory<>(\"tipoToken\"));\n tc_linea_token_id.setCellValueFactory(new PropertyValueFactory<>(\"linea\"));\n tv_tokens_encontrados_id.setItems(info_tabla_tokens);\n\n // Errores\n tc_error_id.setCellValueFactory(new PropertyValueFactory<>(\"error\"));\n tc_tipo_error_id.setCellValueFactory(new PropertyValueFactory<>(\"tipoError\"));\n tc_linea_error_id.setCellValueFactory(new PropertyValueFactory<>(\"linea_error\"));\n tv_errores_lexicos_id.setItems(info_tabla_errores);\n }", "@Override\n\tpublic void configTable() {\n\t\tString[][] colNames = { { \"Name\", \"name\" }, { \"Ward No\", \"wardNo\" }, { \"Max. patients\", \"maxPatients\" }, { \"No of Patients\", \"patientCount\" },\n\t\t\t\t{ \"No of Employees\", \"employeeCount\" }};\n\n\t\tfor (String[] colName : colNames) {\n\t\t\tTableColumn<Ward, String> col = new TableColumn<>(colName[0]);\n\t\t\tcol.setCellValueFactory(new PropertyValueFactory<>(colName[1]));\n\t\t\ttable.getColumns().add(col);\n\t\t}\n\n\t\ttable.setItems(tableData);\n\t\t\n\t}", "TableFull createTableFull();", "public void initialize() {\n for (TableInSchema tableInSchema : initialTables()) {\n addTable(tableInSchema);\n }\n }", "public SwitchColTable() {\r\r\r\r\n }", "TABLE createTABLE();", "public void doCreateTable();", "private void buildTables(){\r\n\t\tarticleTable.setWidth(50, Unit.PERCENTAGE);\r\n\t\tarticleTable.setPageLength(5);\r\n\t\tlabel = new Label(\"No article found\");\r\n\t\tlabel2 = new Label(\"No image found\");\r\n\t\timageTable.setWidth(50, Unit.PERCENTAGE);\r\n\t\timageTable.setPageLength(5);\r\n\t}", "private void initFlightsTable() {\n try ( Connection con = DbCon.getConnection()) {\n PreparedStatement pst = con.prepareStatement(\"select * from Flights\");\n ResultSet rs = pst.executeQuery();\n ResultSetMetaData rsmd = rs.getMetaData();\n\n int columnCount = rsmd.getColumnCount();\n //create a model to of the flights table to be populated later\n flightsDftTblMdl = (DefaultTableModel) flightsTable.getModel();\n flightsDftTblMdl.setRowCount(0);\n\n while (rs.next()) {\n //holds all valauese from table Flight\n Object[] a = new Object[6];\n //assigning of the values from Flight\n for (int i = 0; i < columnCount; i++) {\n a[0] = rs.getString(\"departure\");\n a[1] = rs.getString(\"destination\");\n a[2] = rs.getString(\"depTime\");\n a[3] = rs.getString(\"arrTime\");\n a[4] = rs.getInt(\"number\");\n a[5] = rs.getDouble(\"price\");\n }// add new row to the model\n flightsDftTblMdl.addRow(a);\n }\n\n } catch (ClassNotFoundException | SQLException ex) {\n Logger.getLogger(BookTicket.class.getName()).log(Level.SEVERE, null, ex);\n }\n }", "public Table() {\n this.tableName = \"\";\n this.rows = new HashSet<>();\n this.columnsDefinedOrder = new ArrayList<>();\n }", "public static void buildTable() {\r\n\t\t//This method keeps the user from editing the table\r\n\t\ttableModel = new DefaultTableModel() {\r\n\t\t\tprivate static final long serialVersionUID = 1L;\r\n\t\t\t@Override\r\n\t\t\tpublic boolean isCellEditable(int row, int column) {\r\n\t\t\t\t//All cells false\r\n\t\t\t\treturn false;\r\n\t\t\t}\r\n\t\t};\r\n\r\n\t\ttableModel.setNumRows(dblogic.getSize());\r\n\t\ttableModel.setColumnCount(COL_COUNT);\r\n\t\ttableModel.setColumnIdentifiers(columnNames);\r\n\t\ttable.setRowSelectionAllowed(true);\r\n\t\ttable.setColumnSelectionAllowed(false);\r\n\t\ttable.setDragEnabled(false);\r\n\t\ttable.getTableHeader().setReorderingAllowed(false);\r\n\t\ttable.setModel(tableModel);\r\n\r\n\t\t//Build rows\r\n\t\tfor (int i = 0; i < dblogic.getSize(); i++) {\r\n\t\t\ttable.setValueAt(dblogic.getPatronFromDB(i).getLastName(), i, COL_LAST);\r\n\t\t\ttable.setValueAt(dblogic.getPatronFromDB(i).getFirstName(), i, COL_FIRST);\r\n\t\t\ttable.setValueAt(dblogic.getPatronFromDB(i).getPatronEmail(), i, COL_EMAIL);\r\n\t\t\ttable.setValueAt(dblogic.getPatronFromDB(i).getDOB(), i, COL_BIRTH);\r\n\t\t\ttable.setValueAt(dblogic.getPatronFromDB(i).getPatronSinceString(), i, COL_ADDED);\r\n\t\t\ttable.setValueAt(dblogic.getPatronFromDB(i).getAnniv().toString(), i, COL_ANNIV);\r\n\t\t}\r\n\t}", "private void setUpPlayerTable() {\n setPlayerTable(tableTeamBlue, playerNameBlue, playerGoalsBlue, playerShotsBlue, playerSavesBlue, playerAssistsBlue, playerAvgSpeedBlue);\n\n setPlayerTable(tableTeamRed, playerNameRed, playerGoalsRed, playerShotsRed, playerSavesRed, playerAssistsRed, playerAvgSpeedRed);\n\n }", "private void preencherTabela() {\n\t\tList<Cidade> listCidade;\n\t\tCidadeDAO cidadeDAO;\n\t\tObservableList<Cidade> oListCidade;\n\n\t\t// Determina os atributos que irão preencher as colunas\n\t\tcolCidade.setCellValueFactory(new PropertyValueFactory<>(\"nomeCidades\"));\n\t\tcolEstado.setCellValueFactory(new PropertyValueFactory<>(\"nomeEstado\"));\n\t\tcolSigla.setCellValueFactory(new PropertyValueFactory<>(\"siglaEstado\"));\n\t\tcolCodigoCidade.setCellValueFactory(new PropertyValueFactory<>(\"idCidade\"));\n\t\tcolIdEstado.setCellValueFactory(new PropertyValueFactory<>(\"idEstado\"));\n\n\t\t// Instancia a lista de cidades e a DAO\n\t\tlistCidade = new ArrayList<Cidade>();\n\t\tcidadeDAO = new CidadeDAO();\n\n\t\t// Chama o metodo para selecionar todas as cidades e atribuir a lista\n\t\tlistCidade = cidadeDAO.selecionar();\n\n\t\t// Converte a lista de cidades em observablearray\n\t\toListCidade = FXCollections.observableArrayList(listCidade);\n\n\t\t// Adiciona a lista na tabela\n\t\ttblCidades.setItems(oListCidade);\n\t}", "private MyTable generateTable()\n\t{\n\t\t//this creates the column headers for the table\n\t\tString[] titles = new String[] {\"Name\"};\n\t\t//fields will store all of the entries in the database for the GUI\n\t\tArrayList<String[]> fields = new ArrayList<String[]>();\n\t\tfor (food foodStuff: items) //for each element in items do the following\n\t\t{\n\t\t\t//creates a single row of the table\n\t\t\tString[] currentRow = new String[1]; //creates an array for this row\n\t\t\tcurrentRow[1] = foodStuff.getName(); //sets this row's name\n\t\t\tfields.add(currentRow); //adds this row to the fields ArrayList\n\t\t}\n\t\t//builds a table with titles and a downgraded fields array\n\t\tMyTable builtTable = new MyTable(fields.toArray(new String[0][1]), titles);\n\t\treturn builtTable; // return\n\t}", "public void initialize() {\n ResourceMap resourceMap = BDApp.getResourceMap(LoadTestReportTable.class);\n for (int i = 0; i < LoadTestReportTableModel.columnNames.length; i++) {\n TableColumn column = getColumnModel().getColumn(i);\n column.setResizable(true);\n final String headerText = resourceMap.getString(LoadTestReportTableModel.columnNames[i] + \"ColumnHeader.text\");\n column.setHeaderValue(headerText);\n int width = resourceMap.getInteger(LoadTestReportTableModel.columnNames[i] + \"Column.width\");\n column.setPreferredWidth(width);\n if (headerText.length() == 0) {\n column.setMinWidth(width);\n column.setMaxWidth(width);\n }\n // Install our special column renderer.\n column.setCellRenderer(specialCellRenderer);\n }\n cvsHeaders = resourceMap.getString(\"cvsHeaders.text\");\n }", "private void initTables() {\n try (Connection connection = this.getConnection();\n Statement statement = connection.createStatement()) {\n statement.execute(INIT.CREATE_CITIES.toString());\n statement.execute(INIT.CREATE_ROLES.toString());\n statement.execute(INIT.CREATE_MUSIC.toString());\n statement.execute(INIT.CREATE_ADDRESS.toString());\n statement.execute(INIT.CREATE_USERS.toString());\n statement.execute(INIT.CREATE_USERS_TO_MUSIC.toString());\n } catch (SQLException e) {\n logger.error(e.getMessage(), e);\n }\n }", "private void createTables() throws SQLException\r\n {\r\n createTableMenuItems();\r\n createTableOrdersWaiting();\r\n }", "private void initDefaultTableModel() {\n defaultTableModel = new DefaultTableModel();\n defaultTableModel.addColumn(LocaleBundle.getResourceBundle().getString(\"name\"));\n defaultTableModel.addColumn(LocaleBundle.getResourceBundle().getString(\"sex\"));\n defaultTableModel.addColumn(LocaleBundle.getResourceBundle().getString(\"age\"));\n defaultTableModel.addColumn(LocaleBundle.getResourceBundle().getString(\"position\"));\n defaultTableModel.addColumn(LocaleBundle.getResourceBundle().getString(\"address\"));\n defaultTableModel.addColumn(LocaleBundle.getResourceBundle().getString(\"phone\"));\n defaultTableModel.addColumn(LocaleBundle.getResourceBundle().getString(\"email\"));\n defaultTableModel.addColumn(\"Tên tài khoản\");\n }", "public void setupColumns(final TreetableUIManager treetable);", "private void populateLangTable() {\n TreeTableColumn<String, String> languages = new TreeTableColumn<>(\"Languages\");\n languages.setMaxWidth(150);\n languages.setMinWidth(150);\n languages.setCellValueFactory(new ViewRequestControllerOUTDATED.selfFactoryTest<String>());\n\n trtbl_languages.getColumns().addAll(languages);\n }", "private void setupColumnHashTable() {\n this.columnHashTable = new Hashtable<>();\n \t\n /* Column representations */\n this.columnHashTable.put((char)0x20, 0);\n this.columnHashTable.put('=', 4);\n this.columnHashTable.put('<', 5);\n this.columnHashTable.put('>', 6);\n this.columnHashTable.put(':', 7);\n this.columnHashTable.put('+', 8);\n this.columnHashTable.put('-', 9);\n this.columnHashTable.put('*', 10);\n this.columnHashTable.put('/', 11);\n this.columnHashTable.put('%', 12);\n this.columnHashTable.put('.', 13);\n this.columnHashTable.put('(', 14);\n this.columnHashTable.put(')', 15);\n this.columnHashTable.put(',', 16);\n this.columnHashTable.put('{', 17);\n this.columnHashTable.put('}', 18);\n this.columnHashTable.put(';', 19);\n this.columnHashTable.put('[', 20);\n this.columnHashTable.put(']', 21);\n this.columnHashTable.put('\\n', 22);\n this.columnHashTable.put((char)0x7f, 23);\n this.columnHashTable.put('@', 25);\n }", "private void createTableBill(){\r\n //Se crean y definen las columnas de la Tabla\r\n TableColumn col_orden = new TableColumn(\"#\"); \r\n TableColumn col_city = new TableColumn(\"Ciudad\");\r\n TableColumn col_codigo = new TableColumn(\"Código\"); \r\n TableColumn col_cliente = new TableColumn(\"Cliente\"); \r\n TableColumn col_fac_nc = new TableColumn(\"FAC./NC.\"); \r\n TableColumn col_fecha = new TableColumn(\"Fecha\");\r\n TableColumn col_monto = new TableColumn(\"Monto\"); \r\n TableColumn col_anulada = new TableColumn(\"A\");\r\n \r\n //Se establece el ancho de cada columna\r\n this.objectWidth(col_orden , 25, 25); \r\n this.objectWidth(col_city , 90, 150); \r\n this.objectWidth(col_codigo , 86, 86); \r\n this.objectWidth(col_cliente , 165, 300); \r\n this.objectWidth(col_fac_nc , 70, 78); \r\n this.objectWidth(col_fecha , 68, 68); \r\n this.objectWidth(col_monto , 73, 73); \r\n this.objectWidth(col_anulada , 18, 18);\r\n\r\n col_fac_nc.setCellFactory(new Callback<TableColumn, TableCell>() {\r\n @Override\r\n public TableCell call(TableColumn param) {\r\n return new TableCell<Fxp_Archguip_det, String>() {\r\n @Override\r\n public void updateItem(String item, boolean empty) {\r\n super.updateItem(item, empty);\r\n setText(empty ? null : getString());\r\n setAlignment(Pos.CENTER);\r\n }\r\n\r\n private String getString() {\r\n String ret = \"\";\r\n if (getItem() != null) {\r\n ret = getItem().toString();\r\n if (ret.equals(\"0\"))\r\n ret = \"\";\r\n } else {\r\n ret = \"\";\r\n }\r\n return ret;\r\n } \r\n };\r\n }\r\n }); \r\n\r\n col_fecha.setCellFactory(new Callback<TableColumn, TableCell>() {\r\n @Override\r\n public TableCell call(TableColumn param) {\r\n return new TableCell<Fxp_Archguip_det, Date>() {\r\n @Override\r\n public void updateItem(Date item, boolean empty) {\r\n super.updateItem(item, empty);\r\n if(!empty){\r\n setText(item.toLocalDate().toString());\r\n setAlignment(Pos.CENTER);\r\n }\r\n else\r\n setText(null);\r\n }\r\n };\r\n }\r\n }); \r\n\r\n col_monto.setCellFactory(new Callback<TableColumn, TableCell>() {\r\n @Override\r\n public TableCell call(TableColumn param) {\r\n return new TableCell<Fxp_Archguid, Double>() {\r\n @Override\r\n public void updateItem(Double item, boolean empty) {\r\n super.updateItem(item, empty);\r\n setText(empty ? null : getString());\r\n setAlignment(Pos.CENTER_RIGHT);\r\n }\r\n\r\n private String getString() {\r\n String ret = \"\";\r\n if (getItem() != null) {\r\n String gi = getItem().toString();\r\n NumberFormat df = DecimalFormat.getInstance();\r\n df.setMinimumFractionDigits(2);\r\n df.setRoundingMode(RoundingMode.DOWN);\r\n\r\n ret = df.format(Double.parseDouble(gi));\r\n } else {\r\n ret = \"0,00\";\r\n }\r\n return ret;\r\n } \r\n };\r\n }\r\n }); \r\n\r\n col_anulada.setCellFactory(new Callback<TableColumn, TableCell>() {\r\n @Override\r\n public TableCell call(TableColumn param) {\r\n return new TableCell<Fxp_Archguid, Integer>() {\r\n @Override\r\n public void updateItem(Integer item, boolean empty) {\r\n super.updateItem(item, empty);\r\n setText(empty ? null : getString());\r\n setAlignment(Pos.CENTER);\r\n }\r\n\r\n private String getString() {\r\n String ret = \"\";\r\n if (getItem() != null) {\r\n ret = getItem().toString();\r\n if (ret.equals(\"0\"))\r\n ret = \"\";\r\n\r\n setTextFill(isSelected() ? Color.WHITE :\r\n ret.equals(\"0\") ? Color.BLACK :\r\n ret.equals(\"1\") ? Color.RED : Color.GREEN);\r\n } else {\r\n ret = \"\";\r\n }\r\n return ret;\r\n } \r\n };\r\n }\r\n }); \r\n\r\n //Se define la columna de la tabla con el nombre del atributo del objeto USUARIO correspondiente\r\n col_orden.setCellValueFactory( \r\n new PropertyValueFactory<>(\"orden\") );\r\n col_city.setCellValueFactory( \r\n new PropertyValueFactory<>(\"ciudad\") );\r\n col_codigo.setCellValueFactory( \r\n new PropertyValueFactory<>(\"codigo\") );\r\n col_cliente.setCellValueFactory( \r\n new PropertyValueFactory<>(\"cliente\") );\r\n col_fac_nc.setCellValueFactory( \r\n new PropertyValueFactory<>(\"numdocs\") );\r\n col_fecha.setCellValueFactory( \r\n new PropertyValueFactory<>(\"fecdoc\") );\r\n col_monto.setCellValueFactory( \r\n new PropertyValueFactory<>(\"monto\") );\r\n col_anulada.setCellValueFactory( \r\n new PropertyValueFactory<>(\"anulada\") );\r\n \r\n //Se Asigna ordenadamente las columnas de la tabla\r\n tb_factura.getColumns().addAll(\r\n col_orden, col_city, col_codigo, col_cliente, col_fac_nc, col_fecha, \r\n col_monto, col_anulada \r\n ); \r\n \r\n //Se Asigna menu contextual \r\n tb_factura.setRowFactory((TableView<Fxp_Archguid> tableView) -> {\r\n final TableRow<Fxp_Archguid> row = new TableRow<>();\r\n final ContextMenu contextMenu = new ContextMenu();\r\n final MenuItem removeMenuItem = new MenuItem(\"Anular Factura\");\r\n removeMenuItem.setOnAction((ActionEvent event) -> {\r\n switch (tipoOperacion){\r\n case 1:\r\n tb_factura.getItems().remove(tb_factura.getSelectionModel().getSelectedIndex());\r\n break;\r\n case 2:\r\n tb_factura.getItems().get(tb_factura.getSelectionModel().getSelectedIndex()).setAnulada(1);\r\n col_anulada.setVisible(false);\r\n col_anulada.setVisible(true);\r\n break;\r\n }\r\n });\r\n contextMenu.getItems().add(removeMenuItem);\r\n // Set context menu on row, but use a binding to make it only show for non-empty rows:\r\n row.contextMenuProperty().bind(\r\n Bindings.when(row.emptyProperty())\r\n .then((ContextMenu)null)\r\n .otherwise(contextMenu)\r\n );\r\n return row ; \r\n });\r\n \r\n //Se define el comportamiento de las teclas ARRIBA y ABAJO en la tabla\r\n EventHandler eh = new EventHandler<KeyEvent>(){\r\n @Override\r\n public void handle(KeyEvent ke){\r\n //Si fue presionado la tecla ARRIBA o ABAJO\r\n if (ke.getCode().equals(KeyCode.UP) || ke.getCode().equals(KeyCode.DOWN)){ \r\n //Selecciona la FILA enfocada\r\n selectedRowInvoice();\r\n }\r\n }\r\n };\r\n //Se Asigna el comportamiento para que se ejecute cuando se suelta una tecla\r\n tb_factura.setOnKeyReleased(eh); \r\n }", "public TempTable() {\r\n\t\t\tsuper();\r\n\t\t\tthis.clauses = new ArrayList<TempTableHeaderCell>();\r\n\t\t}", "private void populateTable() {\n \n DefaultTableModel dtm = (DefaultTableModel) tblAllCars.getModel();\n dtm.setRowCount(0);\n \n for(Car car : carFleet.getCarFleet()){\n \n Object[] row = new Object[8];\n row[0]=car.getBrandName();\n row[1]=car.getModelNumber();\n row[2]=car.getSerialNumber();\n row[3]=car.getMax_seats();\n row[4]=car.isAvailable();\n row[5]=car.getYearOfManufacturing();\n row[6]=car.isMaintenenceCerticateExpiry();\n row[7]=car.getCity();\n \n dtm.addRow(row);\n \n }\n }", "private void prepareTable() {\n TeamsRepository tr = new TeamsRepository();\n //ka uradim ovo dle odma mi samo inicijalizuje tabelu\n// tblTeams.setModel(new TeamsTableModel(tr.getTeams()));\n// ni ovaj kod mi nista nije radio\n// TeamsTableModel ttm = new TeamsTableModel(tr.getTeams());\n TableColumnModel tcm = tblTeams.getColumnModel();\n TableColumn tc = tcm.getColumn(1);\n TableCellEditor tce = new DefaultCellEditor(getComboBox());\n tc.setCellEditor(tce);\n }", "protected void createTable() {\n table = (MapEntry<K, V>[]) new MapEntry[capacity]; // safe cast\n }", "public void init(String tableName, String[] fields) {\n\t\tthis.tableName = tableName;\n\t\tthis.fields = fields;\n\t}", "protected void constructTable(Logger l, Statement s, int run)\n throws SQLException{\n createTable(s, run);\n insertResults(l,s,run);\n }", "public abstract void buildTable(PdfPTable table);", "protected void constructTable(Logger l, Statement s, int run)\n throws SQLException{\n createTable(s, run);\n insertResults(l,s,run);\n }", "private void populateTableData() {\n DefaultTableModel model = (DefaultTableModel) jTable1.getModel();\n model.setRowCount(0);\n for (Organization o : organizationDirectory.getOrganizationList()) {\n Object[] row = new Object[1];\n row[0] = o;\n //row[1] = o.getOrgName();\n model.addRow(row);\n }\n }", "protected abstract void addTables();", "@SuppressWarnings(\"unchecked\")\n private void createTable(ArrayList<Object> objects){\n log.setText(\"\");\n if(!objects.isEmpty()) {\n ArrayList<String> list = new ArrayList<String>();\n int index = 0, row = 0, column = 0;\n for (Field field : objects.get(0).getClass().getDeclaredFields()) {\n list.add(field.getName());\n }\n String[] columnName = new String[list.size()];\n for(String s:list) {\n columnName[index] = s;\n index++;\n }\n Object data[][] = getData(objects, index);\n if(data.length != 0) {\n tableMode = new DefaultTableModel(data, columnName);\n }\n else {\n tableMode = null;\n }\n }\n else {\n tableMode = null;\n }\n }", "@SuppressWarnings(\"unchecked\")\n private void createTable() {\n table = (LinkedList<Item<V>>[])new LinkedList[capacity];\n for(int i = 0; i < table.length; i++) {\n table[i] = new LinkedList<>();\n }\n }", "private void createTable(Table table) {\n\t\t// Set up the table\n\t\ttable.setLayoutData(new GridData(GridData.FILL_BOTH));\n\n\t\t// Add the column (Task)\n\t\tTableColumn lTaskColumn = new TableColumn(table, SWT.NONE);\n\t\tlTaskColumn.setText(\"Task\");\n\n\t\t// Add the column (Operation)\n\t\tTableColumn lOperationColumn = new TableColumn(table, SWT.NONE);\n\t\tlOperationColumn.setText(\"Operation\");\n\n\t\t// Add the column (Duration)\n\t\tTableColumn lDurationColumn = new TableColumn(table, SWT.NONE);\n\t\tlDurationColumn.setText(\"Duration\");\n\n\t\t// Add the column (Timeout)\n\t\tTableColumn lTimeoutColumn = new TableColumn(table, SWT.NONE);\n\t\tlTimeoutColumn.setText(\"Timed Out\");\n\n\t\t// Add the column (TEF Result)\n\t\tTableColumn lResultColumn = new TableColumn(table, SWT.NONE);\n\t\tlResultColumn.setText(\"Build/TEF Result\");\n\n\t\t// Add the column (TEF RunWsProgram)\n\t\tTableColumn lTEFRunWsProgColumn = new TableColumn(table, SWT.NONE);\n\t\tlTEFRunWsProgColumn.setText(\"TEF RunWsProgram Result\");\n\n\t\t// Pack the columns\n\t\tfor (int i = 0, n = table.getColumnCount(); i < n; i++) {\n\t\t\tTableColumn lCol = table.getColumn(i);\n\t\t\tlCol.setResizable(true);\n\t\t\tlCol.setWidth(lCol.getText().length());\n\t\t\tlCol.pack();\n\t\t}\n\n\t\t// Turn on the header and the lines\n\t\ttable.setHeaderVisible(true);\n\t\ttable.setLinesVisible(true);\n\n\t}", "@Override\n protected void initResultTable() {\n }", "public void startTable(ColumnInfo[] colInfo) throws IOException;", "private void tablesice() {\n //Modificamos los tamaños de las columnas.\n tablastock.getColumnModel().getColumn(0).setMaxWidth(70);\n tablastock.getColumnModel().getColumn(1).setMaxWidth(70);\n tablastock.getColumnModel().getColumn(2).setMinWidth(100);\n tablastock.getColumnModel().getColumn(3).setMaxWidth(70);\n tablastock.getColumnModel().getColumn(4).setMaxWidth(70);\n tablastock.getColumnModel().getColumn(5).setMaxWidth(70);\n }", "public void paramTable() {\n jTable2.setAutoResizeMode(javax.swing.JTable.AUTO_RESIZE_SUBSEQUENT_COLUMNS);\n mode = (DefaultTableModel) jTable2.getModel();\n dtcm = (DefaultTableColumnModel) jTable2.getColumnModel();\n\n jTable2.setRowHeight(40);\n largeurColoneMax(dtcm, 0, 70);\n largeurColoneMax(dtcm, 3, 50);\n largeurColoneMax(dtcm, 4, 100);\n largeurColoneMax(dtcm, 6, 90);\n largeurColoneMax(dtcm, 9, 70);\n\n TableCellRenderer tbcProjet = getTableCellRenderer();\n TableCellRenderer tbcProjet2 = getTableHeaderRenderer();\n for (int i = 0; i < jTable2.getColumnCount(); i++) {\n TableColumn tc = jTable2.getColumnModel().getColumn(i);\n tc.setCellRenderer(tbcProjet);\n tc.setHeaderRenderer(tbcProjet2);\n\n }\n\n }", "private void setNewTable() {\n\n for (List<Entity> list:\n masterList) {\n for (Entity entity :\n list) {\n entity.removeFromWorld();\n }\n list.clear();\n }\n\n gameFacade.setGameTable(gameFacade.newFullPlayableTable(\"asd\",\n 6, 0.5, 2, 2));\n for (Bumper bumper :\n gameFacade.getBumpers()) {\n Entity bumperEntity = factory.newBumperEntity(bumper);\n targets.add(bumperEntity);\n getGameWorld().addEntity(bumperEntity);\n }\n\n for (Target target :\n gameFacade.getTargets()) {\n Entity targetEntity = factory.newTargetEntity(target);\n targets.add(targetEntity);\n getGameWorld().addEntity(targetEntity);\n }\n }", "private void AdditionalSetUpTable() {\n TableColumnModel stuffcm = stuffTable.getColumnModel();\n \n //update: 22 juni 2006 add column code and modal so we can remove them in propertiesComboBox\n //ActionPerformed when we click \"Additonal Properties\"\n //we have to reference name column so we can put category and code column\n //in the left of the name column\n category = stuffcm.getColumn(0);\n code = stuffcm.getColumn(1);\n \n modal = stuffcm.getColumn(3);\n sale = stuffcm.getColumn(4);\n quantity = stuffcm.getColumn(5);\n \n //update: 2 july 2006, add two column; s = t, Third T\n s_t = stuffcm.getColumn(17);\n third = stuffcm.getColumn(18);\n \n //make it middle\n class MiddleCellEditor extends DefaultTableCellRenderer {\n MiddleCellEditor() {\n super();\n setHorizontalAlignment(javax.swing.SwingConstants.CENTER);\n }\n }\n quantity.setCellRenderer( new MiddleCellEditor() );\n \n length = stuffcm.getColumn(8);\n length.setCellRenderer( new MiddleCellEditor() );\n width = stuffcm.getColumn(9);\n width.setCellRenderer( new MiddleCellEditor() );\n height = stuffcm.getColumn(10);\n height.setCellRenderer( new MiddleCellEditor() );\n volume = stuffcm.getColumn(11);\n volume.setCellRenderer( new MiddleCellEditor() );\n primary = stuffcm.getColumn(12);\n measurement = stuffcm.getColumn(13);\n measurement.setCellRenderer( new MiddleCellEditor() );\n secondary = stuffcm.getColumn(14);\n produceritem = stuffcm.getColumn(15);\n selleritem = stuffcm.getColumn(16);\n //index column\n TableColumn stuffcol = stuffcm.getColumn(7);\n stuffTable.removeColumn(stuffcol);\n //comment column\n stufftc = stuffTable.getColumnModel().getColumn(6);\n if(!displayComment.isSelected())\n stuffTable.removeColumn(stufftc);\n \n //remove all column first for the first time\n stuffTable.removeColumn(modal);\n stuffTable.removeColumn(sale);\n stuffTable.removeColumn(quantity);\n stuffTable.removeColumn(code);\n stuffTable.removeColumn(category);\n stuffTable.removeColumn(s_t);\n stuffTable.removeColumn(third);\n \n propertiesComboBoxActionPerformed(null);\n \n //additional setup for \"index\" and \"comment\" column on employeeTable\n TableColumnModel employeecm = employeeTable.getColumnModel();\n //index column\n TableColumn employeecol = employeecm.getColumn(9);\n employeeTable.removeColumn(employeecol);\n //comment column\n employeetc = employeecm.getColumn(8);\n if(!displayCommentEmployee.isSelected())\n employeeTable.removeColumn(employeetc);\n \n //additional setup for sellerTable\n TableColumnModel sellercm = sellerTable.getColumnModel();\n //index column\n TableColumn sellercol = sellercm.getColumn(4);\n sellerTable.removeColumn(sellercol);\n //comment column\n sellertc = sellercm.getColumn(3);\n if(!displayCommentSeller.isSelected())\n sellerTable.removeColumn(sellertc);\n \n //additional setup for salesmanTable\n TableColumnModel salesmancm = salesmanTable.getColumnModel();\n //index column\n TableColumn salesmancol = salesmancm.getColumn(8);\n salesmanTable.removeColumn(salesmancol);\n //comment column\n salesmantc = salesmancm.getColumn(7);\n if(!displayCommentSeller.isSelected())\n salesmanTable.removeColumn(salesmantc);\n \n //additional setup for ProducerTable\n TableColumnModel producercm = ProducerTable.getColumnModel();\n //index column\n TableColumn producercol = producercm.getColumn(4);\n ProducerTable.removeColumn(producercol);\n //comment column\n producertc = producercm.getColumn(3);\n if(!DisplayCommentProducer.isSelected())\n ProducerTable.removeColumn(producertc);\n \n //additional setup for customerTable\n TableColumnModel customercm = customerTable.getColumnModel();\n //index column\n TableColumn customercol = customercm.getColumn(4);\n customerTable.removeColumn(customercol);\n //comment column\n customertc = customercm.getColumn(3);\n if(!displayCommentCustomer.isSelected())\n customerTable.removeColumn(customertc);\n \n //additional setup for commisionerTable\n TableColumnModel commisionercm = commisionerTable.getColumnModel();\n //index column\n TableColumn commisionercol = commisionercm.getColumn(4);\n commisionerTable.removeColumn(commisionercol);\n //comment columnlist\n commisionertc = commisionercm.getColumn(3);\n if(!displayCommentCommisioner.isSelected())\n commisionerTable.removeColumn(commisionertc);\n \n //additional setup for debtcreditTable\n// TableColumn debtcreditcol = DebtCreditTable.getColumnModel().getColumn(5);\n// DebtCreditTable.removeColumn(debtcreditcol);\n \n //additional setup for debt table\n TableColumn debtcol = DebtTable.getColumnModel().getColumn(5);\n DebtTable.removeColumn(debtcol);\n \n //additional setup for sale ( edit trans ) table\n TableColumn salecol = SaleTable.getColumnModel().getColumn(6);\n SaleTable.removeColumn(salecol);\n \n //additional setup for purchase ( edit trans ) table\n TableColumn purchasecol = PurchaseTable.getColumnModel().getColumn(6);\n PurchaseTable.removeColumn(purchasecol);\n \n //additional setup for credit table\n TableColumn creditcol = CreditTable.getColumnModel().getColumn(5);\n CreditTable.removeColumn(creditcol);\n \n //additional setup for warehouseTB\n TableColumn warehouseindexcol = WarehouseTB.getColumnModel().getColumn(3);\n WarehouseTB.removeColumn(warehouseindexcol);\n \n //additional setup for containerTB\n TableColumn containerindexcol = ContainerTB.getColumnModel().getColumn(4);\n ContainerTB.removeColumn(containerindexcol);\n }", "private void repopulateTableForAdd()\n {\n clearTable();\n populateTable(null);\n }", "private void initTables()\n {\n if ( vc == null )\n {\n // statics are not initialised yet\n vc = new char[ 64 ];\n cv = new int[ 256 ];\n // build translate valueToChar table only once.\n // 0..25 -> 'A'..'Z'\n for ( int i = 0; i <= 25; i++ )\n {\n vc[ i ] = ( char ) ( 'A' + i );\n }\n // 26..51 -> 'a'..'z'\n for ( int i = 0; i <= 25; i++ )\n {\n vc[ i + 26 ] = ( char ) ( 'a' + i );\n }\n // 52..61 -> '0'..'9'\n for ( int i = 0; i <= 9; i++ )\n {\n vc[ i + 52 ] = ( char ) ( '0' + i );\n }\n vc[ 62 ] = spec1;\n vc[ 63 ] = spec2;\n // build translate charToValue table only once.\n for ( int i = 0; i < 256; i++ )\n {\n cv[ i ] = IGNORE;// default is to ignore\n }\n for ( int i = 0; i < 64; i++ )\n {\n cv[ vc[ i ] ] = i;\n }\n cv[ spec3 ] = PAD;\n }\n valueToChar = vc;\n charToValue = cv;\n }", "@Override\n protected void initialiseUiColumns() {\n }", "private void buildTables() {\n\t\tint k = G.getK();\n\t\tint numEachPod = k * k / 4 + k;\n \n\t\tbuildEdgeTable(k, numEachPod);\n\t\tbuildAggTable(k, numEachPod);\n\t\tbuildCoreTable(k, numEachPod); \n\t}", "private void generateTableC_AndTable_D(){\n\n // just seeing some header cell width\n for(int x=0; x<this.headerCellsWidth.size(); x++){\n Log.v(\"TableMainLayout.java\", this.headerCellsWidth.get(x)+\"\");\n }\n\n for(DataObject dataObject : this.dataObjects){\n\n TableRow tableRowForTableC = this.tableRowForTableC(dataObject);\n TableRow tableRowForTableD = this.taleRowForTableD(dataObject);\n\n this.tableC.addView(tableRowForTableC);\n this.tableD.addView(tableRowForTableD);\n\n }\n }", "private void createTable() {\n table = new Table();\n table.bottom();\n table.setFillParent(true);\n }", "private void initCols(){\n facilityNameColumn.setCellValueFactory(data -> new SimpleStringProperty(data.getValue().getFacilityName()));\n facilityTypeColumn.setCellValueFactory(data -> new SimpleStringProperty(data.getValue().getFacilityType()));\n seatRowColumn.setCellValueFactory(data -> new SimpleStringProperty(Integer.toString(data.getValue().getRows())));\n seatNumberColumn.setCellValueFactory(data -> new SimpleStringProperty(Integer.toString(data.getValue().getColumns())));\n totalSeats.setCellValueFactory(data-> new SimpleStringProperty(Integer.toString(data.getValue().getMaxAntSeats())));\n }", "public static void setupRows(FSCompareObject fsco, ArrayList<ObservableList<Node>> columns) {\n\t\tRows.fsco=fsco;\n\t\tRows.columns=columns;\n\t\trows=new ArrayList<Row>();\n\t\tcriteria = FSCompareCriteria.values();\t\n\t}", "public static void addDbCols(List<Individual> rows, Connection c, String[] tables, List<Column> allColumns) throws IOException {\n\t\tMenu menu = new AutoMenu();\n\t\tPreparedStatement stmt = null;\n\t\ttry {\n\t\t\tfor (int i = 0; i < tables.length; i++) {\n\t\t\t\tString table = tables[i];\n\t\t\t\tboolean choice = menu.getChoice(table); //insurance\n\t\t\t\tif (choice) {\n\t\t\t\t\t//medical records\n\t\t\t\t\tString[] addTables = menu.getMvTables(table);\n\t\t\t\t\tfor (int j = 0; j < addTables.length; j++) {\t\n\t\t\t\t\t\tString newTable = addTables[j];\n\n\t\t\t\t\t\tList<Column> newTableCols = menu.getTableCols(newTable, allColumns); //disease, prescription\n\t\t\t\t\t\tColumn mv = null;\t\n\t\t\t\t\t\tColumn mv2 = null;\n\t\t\t\t\t\tfor (Column col : newTableCols) {\n\t\t\t\t\t\t\tSource s = menu.getSource(col);\n\t\t\t\t\t\t\tif (s.equals(Source.MULTI_VALUE)) {\n\t\t\t\t\t\t\t\tmv = col;\n\t\t\t\t\t\t\t} else if (s.equals(Source.MULTI_VALUE_2)) {\n\t\t\t\t\t\t\t\tmv2 = col;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tString mvType = \"\";\n\t\t\t\t\t\tString mv2Type = \"\";\n\t\t\t\t\t\tString addCreate = \"CREATE TABLE \" + newTable + \"( \";\n\t\t\t\t\t\t\n\t\t\t\t\t\tfor (Column col : newTableCols) {\n\t\t\t\t\t\t\tSource s = menu.getSource(col);\n\t\t\t\t\t\t\tString val = rows.get(0).getValues().get(col);\n\t\t\t\t\t\t\tString type = \"\";\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tInteger.parseInt(val);\n\t\t\t\t\t\t\t\ttype = \"BIGINT\";\n\t\t\t\t\t\t\t} catch(NumberFormatException e) {\n\t\t\t\t\t\t\t\ttype = \"VARCHAR\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (!s.equals(Source.MULTI_VALUE) && !s.equals(Source.MULTI_VALUE_2)) {\n\t\t\t\t\t\t\t\taddCreate = addCreate + col.datatype + \" \" + type + \" NOT NULL, \";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\telse if (s.equals(Source.MULTI_VALUE)) {\n\t\t\t\t\t\t\t\tmvType = type;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tmv2Type = type;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\taddCreate = addCreate + mv.datatype + \" \" + mvType + \n\t\t\t\t\t\t\t\t\", \" + mv2.datatype + \" \" + mv2Type + \");\"; //so matches\n\t\t\t\t\t\t//order below\n\n\t\t\t\tstmt = c.prepareStatement(addCreate);\n\t\t\t\tstmt.executeUpdate();\t\t\t\n\t\t\t\tString all = \"\";\n\t\t\t\tString some = \"\";\n\t\t\t\tString none = \"\";\n\t\t\t\tfor (Column colTwo : newTableCols) {\n\t\t\t\t\tSource s = menu.getSource(colTwo);\n\t\t\t\t\tif (!s.equals(Source.MULTI_VALUE) && !s.equals(Source.MULTI_VALUE_2)) {\n\t\t\t\t\t\tnone = none + colTwo.datatype + \",\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tnone = none.substring(0, none.length() - 1);\n\t\t\t\tsome = none + \",\" + mv.datatype;\n\t\t\t\tall = some + \",\" + mv2.datatype;\n\n\t\t\t\tfor (Individual person : rows) {\n\t\t\t\t\tMap<String, String> mvMap = person.mvTwo;\n\t\t\t\t\tMap<Column, String> vals = person.getValues();\t\t\t\n\t\t\t\t\tif (mvMap.size() > 0) {\n\t\t\t\t\tfor (String mvS : mvMap.keySet()) {\n\t\t\t\t\t\tString mv2S = mvMap.get(mvS);\n\t\t\t\t\t\tif (mv2S.length() > 0) {\n\t\t\t\t\t\tString[] parts = mv2S.split(\",\");\n\t\t\t\t\t\tfor (int l = 0; l < parts.length; l++) {\n\t\t\t\t\t\t\tString addInsert = \"INSERT INTO \" + newTable + \" (\" + all + \") \" + \" VALUES (\";\t \n\t\t\t\t\t\t\tfor (Column colTwo : newTableCols) {\n\t\t\t\t\t\t\t\tSource s = menu.getSource(colTwo);\n\t\t\t\t\t\t\t\tif (!s.equals(Source.MULTI_VALUE) && !s.equals(Source.MULTI_VALUE_2)) {\n\t\t\t\t\t\t\t\t\tString check = vals.get(colTwo);\n\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\tInteger.parseInt(check);\n\t\t\t\t\t\t\t\t\t\taddInsert = addInsert + check + \", \";\n\t\t\t\t\t\t\t\t\t} catch(NumberFormatException e) {\n\t\t\t\t\t\t\t\t\taddInsert = addInsert + \"'\" + check + \"', \";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tInteger.parseInt(mvS);\n\t\t\t\t\t\t\t\taddInsert = addInsert + mvS + \", \";\n\t\t\t\t\t\t\t} catch(NumberFormatException e) {\n\t\t\t\t\t\t\t\taddInsert = addInsert + \"'\" + mvS + \"', \";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tInteger.parseInt(parts[l]);\n\t\t\t\t\t\t\t\taddInsert = addInsert + parts[l] + \");\";\n\t\t\t\t\t\t\t} catch(NumberFormatException e) {\n\t\t\t\t\t\t\t\taddInsert = addInsert + \"'\" + parts[l] + \"');\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstmt = c.prepareStatement(addInsert);\n\t\t\t\t\t\t\tstmt.executeUpdate();\t\n\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tString addInsert = \"INSERT INTO \" + newTable + \" (\" + some + \") \" + \" VALUES (\";\n\t\t\t\t\t\t\tfor (Column colTwo : newTableCols) {\n\t\t\t\t\t\t\t\tSource s = menu.getSource(colTwo);\n\t\t\t\t\t\t\t\tif (!s.equals(Source.MULTI_VALUE) && !s.equals(Source.MULTI_VALUE_2)) {\n\t\t\t\t\t\t\t\t\tString check = vals.get(colTwo);\n\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\tInteger.parseInt(check);\n\t\t\t\t\t\t\t\t\t\taddInsert = addInsert + check + \", \";\n\t\t\t\t\t\t\t\t\t} catch(NumberFormatException e) {\n\t\t\t\t\t\t\t\t\t\taddInsert = addInsert + \"'\" + check + \"', \";\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tSystem.out.println(\"what is disease: \" + mvS);\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tInteger.parseInt(mvS);\n\t\t\t\t\t\t\t\taddInsert = addInsert + mvS + \");\";\n\t\t\t\t\t\t\t} catch(NumberFormatException e) {\n\t\t\t\t\t\t\t\taddInsert = addInsert + \"'\" + mvS + \"');\";\n\t\t\t\t\t\t\t}\t\t\t\t\t\t\n\t\t\t\t\t\t\tstmt = c.prepareStatement(addInsert);\n\t\t\t\t\t\t\tstmt.executeUpdate();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tString addInsert = \"INSERT INTO \" + newTable + \" (\" + none + \") \" + \" VALUES (\";\n\t\t\t\t\t\tfor (Column colTwo : newTableCols) {\n\t\t\t\t\t\t\tSource s = menu.getSource(colTwo);\n\t\t\t\t\t\t\tif (!s.equals(Source.MULTI_VALUE) && !s.equals(Source.MULTI_VALUE_2)) {\n\t\t\t\t\t\t\t\tString check = vals.get(colTwo);\n\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\tInteger.parseInt(check);\n\t\t\t\t\t\t\t\t\taddInsert = addInsert + check + \", \";\n\t\t\t\t\t\t\t\t} catch(NumberFormatException e) {\n\t\t\t\t\t\t\t\t\taddInsert = addInsert + \"'\" + check + \"', \";\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\taddInsert = addInsert.substring(0, addInsert.length() - 2) + \");\";\n\t\t\t\t\t\tstmt = c.prepareStatement(addInsert);\n\t\t\t\t\t\tstmt.executeUpdate();\n\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t\t \t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tstmt.close();\n\t\t\tc.commit();\n\t\t\tc.close();\n\t\t\t\t\t\n\t\t} catch(Exception e) {\n\t\t\te.printStackTrace();\n\t System.err.println(e.getClass().getName() + \": \" + e.getMessage());\n\t System.exit(0);\n\t\t}\t\t\n\t}", "private void setupTimesTablesArray() {\n for (int i=0; i < ARRAY_SIZE; ++i)\n for (int j=0; j < ARRAY_SIZE; ++j)\n timesTables[i][j] = i * j;\n }", "private static void assembleRosterTable(){\n for (int i = 0; i < 10; i++) {\n rosterTable.insertRow(i);\n }\n }", "private void createTable(int columns, int rows, String[] column_name,\n\t\t\tObject[] row_data) {\n\t\ttblStationary = new Table(canvas2, SWT.MULTI | SWT.BORDER\n\t\t\t\t| SWT.FULL_SELECTION);\n\t\ttblStationary.setLinesVisible(true);\n\t\ttblStationary.setHeaderVisible(true);\n\n\t\tfor (int i = 0; i < columns; i++) {\n\t\t\tcolumn = new TableColumn(tblStationary, SWT.NONE);\n\n\t\t\tif (i == 0) {\n\t\t\t\tcolumn.setText(column_name[i]);\n\t\t\t\tcolumn.setWidth(50);\n\t\t\t} else if (i == 1) {\n\t\t\t\tcolumn.setText(column_name[i]);\n\t\t\t\tcolumn.setWidth(230);\n\t\t\t} else {\n\t\t\t\tcolumn.setText(column_name[i]);\n\t\t\t\tcolumn.setWidth(100);\n\t\t\t}\n\t\t}\n\n\t\teditor1 = new TableEditor[rows];\n\t\ttxtTopay = new Text[rows];\n\n\t\teditor2 = new TableEditor[rows];\n\t\ttxtPaid = new Text[rows];\n\n\t\teditor3 = new TableEditor[rows];\n\t\ttxtBilling = new Text[rows];\n\n\t\teditor4 = new TableEditor[rows];\n\t\ttxtCr = new Text[rows];\n\n\t\t// Drawing initial table items\n\t\tfor (int rowId = 0; rowId < rows; rowId++) {\n\n\t\t\titem = new TableItem(tblStationary, SWT.NONE);\n\n\t\t\titem.setText(0, Integer.toString((rowId + 1)));\n\n\t\t\t// First Column station\n\t\t\titem.setText(1, (((StationsDTO) (row_data[rowId])).getName()\n\t\t\t\t\t+ \" - \" + ((StationsDTO) row_data[rowId]).getId()));\n\n\t\t\t// Draw Text Field\n\t\t\teditor1[rowId] = new TableEditor(tblStationary);\n\t\t\ttxtTopay[rowId] = new Text(tblStationary, SWT.NONE);\n\t\t\ttxtTopay[rowId].addVerifyListener(new NumericValidation());\n\t\t\teditor1[rowId].grabHorizontal = true;\n\t\t\teditor1[rowId].setEditor(txtTopay[rowId], item, 2);\n\n\t\t\t// Draw Text Field\n\t\t\teditor2[rowId] = new TableEditor(tblStationary);\n\t\t\ttxtPaid[rowId] = new Text(tblStationary, SWT.NONE);\n\t\t\ttxtPaid[rowId].addVerifyListener(new NumericValidation());\n\t\t\teditor2[rowId].grabHorizontal = true;\n\t\t\teditor2[rowId].setEditor(txtPaid[rowId], item, 3);\n\n\t\t\t// Draw Text Field\n\t\t\teditor3[rowId] = new TableEditor(tblStationary);\n\t\t\ttxtBilling[rowId] = new Text(tblStationary, SWT.NONE);\n\t\t\ttxtBilling[rowId].addVerifyListener(new NumericValidation());\n\t\t\teditor3[rowId].grabHorizontal = true;\n\t\t\teditor3[rowId].setEditor(txtBilling[rowId], item, 4);\n\n\t\t\t// Draw Text Field\n\t\t\teditor4[rowId] = new TableEditor(tblStationary);\n\t\t\ttxtCr[rowId] = new Text(tblStationary, SWT.NONE);\n\t\t\ttxtCr[rowId].addVerifyListener(new NumericValidation());\n\t\t\teditor4[rowId].grabHorizontal = true;\n\t\t\teditor4[rowId].setEditor(txtCr[rowId], item, 5);\n\n\t\t}\n\t\ttblStationary.setBounds(32, 43, 750, 380);\n\n\t}", "@Before\n public void setUp() {\n table = new Table();\n ArrayList<Column> col = new ArrayList<Column>();\n col.add(new NumberColumn(\"numbers\"));\n\n table.add(new Record(col, new Value[] {new NumberValue(11)}));\n table.add(new Record(col, new Value[] {new NumberValue(13)}));\n table.add(new Record(col, new Value[] {new NumberValue(22)}));\n table.add(new Record(col, new Value[] {new NumberValue(28)}));\n table.add(new Record(col, new Value[] {new NumberValue(44)}));\n table.add(new Record(col, new Value[] {new NumberValue(23)}));\n table.add(new Record(col, new Value[] {new NumberValue(46)}));\n table.add(new Record(col, new Value[] {new NumberValue(56)}));\n table.add(new Record(col, new Value[] {new NumberValue(45)}));\n table.add(new Record(col, new Value[] {new NumberValue(45)}));\n table.add(new Record(col, new Value[] {new NullValue()}));\n table.add(new Record(col, new Value[] {new NumberValue(45)}));\n table.add(new Record(col, new Value[] {new NumberValue(34)}));\n table.add(new Record(col, new Value[] {new NumberValue(5)}));\n table.add(new Record(col, new Value[] {new NumberValue(123)}));\n table.add(new Record(col, new Value[] {new NumberValue(48)}));\n table.add(new Record(col, new Value[] {new NumberValue(50)}));\n table.add(new Record(col, new Value[] {new NumberValue(13)}));\n }", "public void crearTabla() {\n\t\tthis.tabla= new String[palabras.length+1][4];\t\n\t}", "static LearningTable createFilledLearningTable() {\n\t\tLearningTable table = new LearningTable(null, null, null);\n\t\t\n\t\ttable.getAttributes().addAll(createAttributes());\n\t\ttable.getExamples().addAll(createFilledExamples());\n\t\t\n\t\treturn table;\n\t}", "ColumnNames createColumnNames();", "private void fillTable() {\n\n table.row();\n table.add();//.pad()\n table.row();\n for (int i = 1; i <= game.getNum_scores(); i++) {\n scoreRank = new Label(String.format(\"%01d: \", i), new Label.LabelStyle(fonts.getInstance().getClouds(), Color.WHITE));\n scoreValue = new Label(String.format(\"%06d\", game.getScores().get(i-1)), new Label.LabelStyle(fonts.getInstance().getRancho(), Color.WHITE));\n table.add(scoreRank).expandX().right();\n table.add(scoreValue).expandX().left();\n table.row();\n }\n\n }", "private void createDataTable() {\n jdbcTemplate.update(\"CREATE TABLE \" + IDaoEditors.TABLE + \" (ID INT IDENTITY PRIMARY KEY, NAME VARCHAR(150) NOT NULL UNIQUE)\");\n jdbcTemplate.update(\"CREATE TABLE \" + IDaoBooks.TABLE + \" (ID INT IDENTITY PRIMARY KEY, TITLE VARCHAR(150) NOT NULL UNIQUE, YEAR INT, ISBN10 VARCHAR(20), ISBN13 VARCHAR(13), NOTE INT, PAGES_NUMBER INT, RESUME VARCHAR(2000), THE_EDITOR_FK INT, THE_KIND_FK INT, THE_LANGUAGE_FK INT, THE_LENDING_FK INT, THE_SAGA_FK INT, THE_TYPE_FK INT)\");\n jdbcTemplate.update(\"CREATE TABLE \" + IDaoBooks.BOOKS_AUTHOR_TABLE + \" (THE_BOOK_FK INT NOT NULL, THE_AUTHOR_FK INT NOT NULL)\");\n\n jdbcTemplate.update(\"CREATE INDEX BOOK_EDITOR_IDX ON \" + IDaoEditors.TABLE + \"(ID)\");\n jdbcTemplate.update(\"CREATE INDEX BOOKS_IDX ON \" + IDaoBooks.TABLE + \"(ID)\");\n }", "Col createCol();", "public EditingTable() {\n\t\tsuper();\n\t\tinitialize();\n\t}", "private void setTable(Preset currentPreset) {\n\t\tif(columnNames.length != data.getGroupList().size() + 1){\n\t\t\tcolumnNames = new Object[data.getGroupList().size() + 1];\n\t\t\tcolumnNames[0] = \"Time\";\n\t\t}\n\t\t\n\t\t// Make sure the slot numbers havent changed\n\t\tif(rowData.length != currentPreset.getSlotNumber() || rowData[0].length != columnNames.length){\n\t\t\trowData = new Object[currentPreset.getSlotNumber()][columnNames.length];\n\t\t}\n\n\t\t// Initialize the columns\n\t\tListIterator<Group> groups = data.getGroupList().listIterator();\n\t\tfor(int i = 1; i < columnNames.length; i++){\n\t\t\tcolumnNames[i] = groups.next();\n\t\t}\n\t\t\n\t\t// Create an array for the activities\n\t\tString[] activityNameArray = new String[data.getPlannedActivityList().size() + 1];\n\t\tactivityNameArray[0] = \"Random\";\n\t\tfor(int count = 0; count < data.getPlannedActivityList().size(); count++ ){\n\t\t\tactivityNameArray[count + 1] = data.getPlannedActivityList().get(count).getName();\t\t\t\n\t\t}\n\t\t\n\t\t// Initialize the table.\n\t\tfor(int rowIndex = 0; rowIndex < rowData.length; rowIndex++){\n\t\t\trowData[rowIndex][0] = getTime(currentPreset, rowIndex);\n\t\t\tfor(int colIndex = 1; colIndex < rowData[rowIndex].length; colIndex++){\n\t\t\t\trowData[rowIndex][colIndex] = new JComboBox<String>(activityNameArray);\n\t\t\t}\n\t\t}\n\t\t\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\ttable = new JTable(dm);\n\t\tJScrollPane scrollPane = new JScrollPane(table);\n\n\t\tadd(scrollPane);\n\t}", "private void setInitialWidths(Table inputTable, int colNum) {\n this.colWidth = new int[colNum];\n for (int i = 0; i < colNum; i++) {\n this.colWidth[i] = inputTable.getColumnName(i).length();\n }\n }", "protected Table[]\tinitializeDataTables(Table[] binned, Table raw,\n\t\tDouble xmin, Double xmax, Double ymin, Double ymax){\n\n\t\tint numLayers = binned.length + 2;\n\t\tTable[] tbls = new Table[numLayers];\n\n\t\tint numCols = 2;\n\t\tMutableTableImpl backgroundTable = new MutableTableImpl(numCols);\n\t\tfor(int i = 0; i < numCols; i++){\n\t\t\tbackgroundTable.setColumn(new DoubleColumn(2), i);\n\t\t}\n\t\tbackgroundTable.setDouble(xmin.doubleValue(), 0, 0);\n\t\tbackgroundTable.setDouble(xmax.doubleValue(), 1, 0);\n\t\tbackgroundTable.setDouble(ymin.doubleValue(), 0, 1);\n\t\tbackgroundTable.setDouble(ymax.doubleValue(), 1, 1);\n\n\t\ttbls[0] = backgroundTable;\n\n\t\ttbls[1] = raw;\n\t\t\n\t\tfor(int i = 2; i < numLayers; i++){\n\t\t\ttbls[i] = binned[i - 2];\n\t\t}\n\t\t\n\t\treturn tbls;\n\t\t\n\t}", "public void initialProductTable() {\r\n\t\tString sqlCommand = \"CREATE TABLE IF NOT EXISTS ProductTable (\\n\" + \"Barcode integer PRIMARY KEY,\\n\"\r\n\t\t\t\t+ \"Product_Name VARCHAR(30) NOT Null,\\n\" + \"Delivery_Time integer NOT NULL,\\n\"\r\n\t\t\t\t+ \"Quantity_In_Store integer NOT NULL,\\n\" + \"Quantity_In_storeroom integer NOT NULL,\\n\"\r\n\t\t\t\t+ \"Supplier_Name VARCHAR(30) NOT NUll,\\n\" + \"Average_Sales_Per_Day integer DEFAULT 0,\\n\"\r\n\t\t\t\t+ \"Location_In_Store VARCHAR(30) NOT NULL,\\n\" + \"Location_In_Storeroom VARCHAR(30) NOT NULL,\\n\"\r\n\t\t\t\t+ \"Faulty_Product_In_Store integer DEFAULT 0,\\n\" + \"Faulty_Product_In_Storeroom integer DEFAULT 0,\\n\"\r\n\t\t\t\t+ \"Category integer DEFAULT 0,\\n\"\r\n\t\t\t\t+ \" FOREIGN KEY (Category) REFERENCES CategoryTable(CategoryID) ON UPDATE CASCADE ON DELETE CASCADE\"\r\n\t\t\t\t+ \");\";// create the fields of the table\r\n\t\ttry (Connection conn = DriverManager.getConnection(dataBase); Statement stmt = conn.createStatement()) {\r\n\t\t\tstmt.execute(sqlCommand);\r\n\t\t} catch (SQLException e) {\r\n\t\t\tSystem.out.println(\"initialProductTable: \"+ e.getMessage());\r\n\t\t}\r\n\t}", "public void initializeTable(){\n tableData = new Object[cards.size()][8];\n\n for(int i = 0; i < cards.size(); i++){\n Object[] player = tableData[i];\n BsbCard card = cards.get(i);\n\n player[0] = card.getName();\n player[1] = card.getAge();\n player[2] = card.getTeam().getName();\n player[3] = card.getPos().getName();\n\n player[4] = card.getYrsPlayed();\n player[5] = card.getCondition();\n\n StringBuilder sb = new StringBuilder();\n for(int j = 0; j < card.getRarity(); j++){\n sb.append(\"\\u2605\");\n }\n player[6] = sb.toString();\n if(card.isTrade()){\n player[7] = \"\\u2714\";\n } else {\n player[7] = \"\\u0078\";\n }\n }\n }", "public Table() {\n // <editor-fold desc=\"Initialize Cells\" defaultstate=\"collapsed\">\n for (int row = 0; row < 3; row++) {\n for (int column = 0; column < 3; column++) {\n if (cells[row][column] == null) {\n cells[row][column] = new Cell(row, column);\n }\n }\n }\n // </editor-fold>\n }" ]
[ "0.7840493", "0.7792368", "0.7689491", "0.7635681", "0.7382981", "0.71653134", "0.7052657", "0.70503855", "0.6993709", "0.6918797", "0.6859407", "0.6858768", "0.68391645", "0.68355936", "0.68346953", "0.6806215", "0.68047327", "0.67913884", "0.6770565", "0.67562354", "0.67364126", "0.6734671", "0.6728469", "0.66847765", "0.6682921", "0.66569906", "0.663895", "0.6620216", "0.6583935", "0.65737635", "0.6556046", "0.6552892", "0.6545736", "0.65427727", "0.6535182", "0.65224195", "0.65105706", "0.65055627", "0.64851314", "0.6476051", "0.64734256", "0.646469", "0.64514685", "0.64406174", "0.6393021", "0.63817257", "0.63805217", "0.6379148", "0.6351986", "0.6346835", "0.63415253", "0.632208", "0.6320483", "0.6318065", "0.63115734", "0.63104427", "0.6308869", "0.63062084", "0.629149", "0.6265318", "0.62569463", "0.62546235", "0.62463206", "0.6229553", "0.62288195", "0.62241995", "0.6221747", "0.62214804", "0.621683", "0.6214123", "0.6210193", "0.6209373", "0.6205212", "0.6197593", "0.6192661", "0.61902565", "0.618743", "0.61874276", "0.6185583", "0.6171089", "0.61685634", "0.61663884", "0.6165295", "0.616035", "0.615607", "0.615136", "0.6145943", "0.61445785", "0.61430776", "0.6139692", "0.61318743", "0.6129612", "0.6129535", "0.6126974", "0.6118134", "0.6109907", "0.6108483", "0.61067086", "0.6096551", "0.60965395" ]
0.6870245
10
/ Why this try catch stuff? Having cached the values() method (for optimization purposes because values() is an expensive call since arrays are mutable and compiler would generate it every time) client might pass in some devious value in which case an out of bounds exception might be triggered (essentially when value > ERDCmds.values().length()). Be compassionate and give it INVALID_CMD
public static final ERDConstants getConstant(int value) { try{ return values[value]; } catch (ArrayIndexOutOfBoundsException e) { return INVALID_ERD_CONSTANT; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public ValueOutOfBoundsException(String message){\n super(message);\n //do nothing else\n }", "public String checkKeyAndData() {\n int keyLength = keys.length;\n Grid2DByte weatherGrid = getWeatherGrid();\n byte[] b = weatherGrid.getBuffer().array();\n for (int i = 0; i < b.length; i++) {\n int index = 0xFF & b[i];\n if (index >= keyLength) {\n return \"Data Values Exceeded in Grid at coordinate: \"\n + (i % weatherGrid.getXdim()) + \",\"\n + (i / weatherGrid.getXdim()) + \" Value=\" + index\n + \" MinAllowed=0 MaxAllowed=\" + (keyLength - 1);\n }\n }\n return null;\n }", "@Test(timeout = 4000)\n public void test27() throws Throwable {\n Discretize discretize0 = new Discretize(\"W#E\");\n double[][] doubleArray0 = new double[2][4];\n double[] doubleArray1 = new double[1];\n doubleArray0[0] = doubleArray1;\n discretize0.m_CutPoints = doubleArray0;\n // Undeclared exception!\n try { \n discretize0.getBinRangesString((-2089443546));\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -2089443546\n //\n verifyException(\"weka.filters.unsupervised.attribute.Discretize\", e);\n }\n }", "@Test(timeout = 4000)\n public void test16() throws Throwable {\n DefaultNucleotideCodec.valueOf(\"INSTANCE\");\n byte[] byteArray0 = new byte[7];\n byteArray0[5] = (byte) (-50);\n byteArray0[1] = (byte) (-38);\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n defaultNucleotideCodec0.decodedLengthOf(byteArray0);\n defaultNucleotideCodec0.iterator(byteArray0);\n DefaultNucleotideCodec defaultNucleotideCodec1 = DefaultNucleotideCodec.INSTANCE;\n defaultNucleotideCodec1.decode(byteArray0, 1L);\n DefaultNucleotideCodec defaultNucleotideCodec2 = DefaultNucleotideCodec.valueOf(\"INSTANCE\");\n // Undeclared exception!\n try { \n defaultNucleotideCodec2.isGap(byteArray0, 14286848);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "protected abstract Object[] getValue(Object ... inputs) throws InvalidNumberOfArgumentsException;", "@Test(expected = IllegalArgumentException.class)\n\tpublic void updateValuesSizeException() {\n\n\t\tset.updateValues(new float[] {1f, 2f});\n\t}", "@Test\n public void parse_invalidValues_failure() {\n assertParseFailure(parser, \"1 2 3\", String.format(MESSAGE_INVALID_COMMAND_FORMAT,\n String.format(MESSAGE_TOO_MANY_ARGUMENTS,\n VendorCommand.COMMAND_WORD, 1, SwitchVendorCommand.MESSAGE_USAGE)));\n\n // Index passed is not a non-zero integer\n assertParseFailure(parser, \"1.4\", String.format(MESSAGE_INVALID_INDEX, \"Vendor Index\"));\n }", "@Override\n\tpublic void procesar() throws WrongValuesException, ExcEntradaInconsistente {\n\n\t}", "@Test\n\tpublic void testFetchMappedValuesForConsecutiveInValidData() {\n\t\tString input = \"233015\";\n\t\tList<String> actualOutput = GeneralUtility.fetchMappedValues(input);\n\t\tAssert.assertArrayEquals(Collections.emptyList().toArray(), actualOutput.toArray());\n\t}", "private void validateSortedData() {\n Preconditions.checkArgument(\n indices.length == values.length,\n \"Indices size and values size should be the same.\");\n if (this.indices.length > 0) {\n Preconditions.checkArgument(\n this.indices[0] >= 0 && this.indices[this.indices.length - 1] < this.n,\n \"Index out of bound.\");\n }\n for (int i = 1; i < this.indices.length; i++) {\n Preconditions.checkArgument(\n this.indices[i] > this.indices[i - 1], \"Indices duplicated.\");\n }\n }", "@Test(timeout = 4000)\n public void test20() throws Throwable {\n Discretize discretize0 = new Discretize();\n // Undeclared exception!\n try { \n discretize0.setAttributeIndicesArray((int[]) null);\n fail(\"Expecting exception: NullPointerException\");\n \n } catch(NullPointerException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"weka.core.Range\", e);\n }\n }", "private void rangeCheck(int index) {\n if (index >= this.values.length) {\n throw new ArrayIndexOutOfBoundsException(\"Index of out bounds!\");\n }\n }", "@Test\n public void parse_invalidValueFollowedByValidValue_success() {\n Index targetIndex = INDEX_FIRST;\n String userInput = targetIndex.getOneBased() + INVALID_PHONE_DESC + PHONE_DESC_BOB;\n ClientDescriptor descriptor = new ClientDescriptorBuilder().withPhone(VALID_PHONE_BOB).build();\n EditClientCommand expectedCommand = new EditClientCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n\n // other valid values specified\n userInput = targetIndex.getOneBased() + EMAIL_DESC_BOB + INVALID_PHONE_DESC + ADDRESS_DESC_BOB\n + PHONE_DESC_BOB;\n descriptor = new ClientDescriptorBuilder().withPhone(VALID_PHONE_BOB).withEmail(VALID_EMAIL_BOB)\n .withAddress(VALID_ADDRESS_BOB).build();\n expectedCommand = new EditClientCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n }", "@Test(timeout = 4000)\n public void test05() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n byte[] byteArray0 = new byte[5];\n byteArray0[0] = (byte)89;\n byteArray0[1] = (byte)71;\n byte byte0 = (byte)0;\n byteArray0[2] = (byte)0;\n int int0 = (-3383);\n // Undeclared exception!\n try { \n defaultNucleotideCodec0.getUngappedOffsetFor(byteArray0, (-3383));\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "@Test\n\tpublic void testSet_Out_Range() {\n\t\t try {\n\t\t\t SET setarray= new SET( new int[]{-1,1002});\n\t\t }\n\t\t catch (Exception e) {\n\t\t\t assertEquals(\"Value out of range\", e.getMessage());\n\t\t }\n\t}", "@Override\n public void setValue(Value[] values) throws ValueFormatException,\n VersionException, LockException, ConstraintViolationException,\n RepositoryException {\n \n }", "@Test\n\tpublic final void testConstructorValues() throws MPIException {\n\t\tblock.startCommunication();\n\t\tassertEquals(elementsPerDim, block.getElementsPerDim());\n\t\tverifyInnerValues(block, values);\n\t\tverifyGhostRegionValues(block);\n\t\tblock.finishCommunication();\n\t}", "@Test(timeout = 4000)\n public void test132() throws Throwable {\n ResultMatrixCSV resultMatrixCSV0 = new ResultMatrixCSV(0, 12);\n resultMatrixCSV0.doubleToString((-1649.242085), 0);\n resultMatrixCSV0.clearSummary();\n ResultMatrixGnuPlot resultMatrixGnuPlot0 = new ResultMatrixGnuPlot(0, 0);\n // Undeclared exception!\n try { \n resultMatrixGnuPlot0.toArray();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"weka.experiment.ResultMatrix\", e);\n }\n }", "@Test\n public void parse_invalidValueFollowedByValidValue_success() {\n Index targetIndex = INDEX_FIRST;\n String userInput = targetIndex.getOneBased() + INVALID_PHONE_DESC + PHONE_DESC_BOB;\n OrderDescriptor descriptor = new OrderDescriptorBuilder().withClientPhone(VALID_PHONE_BOB).build();\n EditOrderCommand expectedCommand = new EditOrderCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n\n // other valid values specified\n userInput = targetIndex.getOneBased() + RECIPE_NAME_DESC_LAKSA + INVALID_PHONE_DESC + ADDRESS_DESC_BOB\n + PHONE_DESC_BOB;\n descriptor = new OrderDescriptorBuilder().withClientPhone(VALID_PHONE_BOB)\n .withClientAddress(VALID_ADDRESS_BOB).withRecipeName(VALID_RECIPE_NAME_LAKSA).build();\n expectedCommand = new EditOrderCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n }", "@Test\n\tpublic final void testSetValues() throws MPIException {\n\t\tdouble[] newValues = new double[totalSize];\n\t\tfor (int i=0; i<totalSize; i++) {\n\t\t\tnewValues[i] = 7.8*i;\n\t\t}\n\t\tblock.setValues(newValues);\n\t\tblock.startCommunication();\n\t\tverifyInnerValues(block, newValues);\n\t\tverifyGhostRegionValues(block);\n\t\tblock.finishCommunication();\n\t}", "public static void main(String[] args) {\n\t\tint[] arr = new int[10];\r\n\t\tfor(int i=0;i<10;i++)\r\n\t\t{\r\n\t\t\tarr[i] = i;\r\n\t\t}\r\n\t\tfor(int i=0;i<11;i++)\r\n\t\t{\r\n\t\t\ttry{\r\n\t\t\t\tSystem.out.println(arr[i]);\r\n\t\t\t}\r\n\t\t\tcatch( ArrayIndexOutOfBoundsException e)\r\n\t\t\t{\r\n\t\t\t\tSystem.out.println(\"Exceeded value\");\r\n\t\t\t}\r\n\t\t}\r\n\t}", "@Test\n public void test04() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluation evaluation0 = new Evaluation(instances0);\n // Undeclared exception!\n try {\n double[] doubleArray0 = evaluation0.makeDistribution(0.0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n }\n }", "@Test(timeout = 4000)\n public void test06() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n byte[] byteArray0 = new byte[4];\n byteArray0[0] = (byte) (-14);\n // Undeclared exception!\n try { \n defaultNucleotideCodec0.decode(byteArray0, (byte) (-14));\n fail(\"Expecting exception: IndexOutOfBoundsException\");\n \n } catch(IndexOutOfBoundsException e) {\n //\n // index can not be negative: -14\n //\n verifyException(\"org.jcvi.jillion.core.residue.nt.DefaultNucleotideCodec\", e);\n }\n }", "@Test(timeout = 4000)\n public void test09() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n Collection<Nucleotide> collection0 = null;\n byte[] byteArray0 = new byte[9];\n byteArray0[0] = (byte)0;\n byteArray0[1] = (byte)0;\n byteArray0[2] = (byte) (-72);\n byteArray0[3] = (byte) (-11);\n Range range0 = Range.of((long) (byte) (-11), 2L);\n // Undeclared exception!\n try { \n defaultNucleotideCodec0.iterator(byteArray0, range0);\n fail(\"Expecting exception: IndexOutOfBoundsException\");\n \n } catch(IndexOutOfBoundsException e) {\n //\n // range [ -11 .. 2 ]/0B is out of range of sequence which is only [ 0 .. 47348 ]/0B\n //\n verifyException(\"org.jcvi.jillion.core.residue.nt.DefaultNucleotideCodec$IteratorImpl\", e);\n }\n }", "@Test(timeout = 4000)\n public void test169() throws Throwable {\n ResultMatrixSignificance resultMatrixSignificance0 = new ResultMatrixSignificance(0, 0);\n int[] intArray0 = new int[3];\n intArray0[1] = 0;\n intArray0[2] = 0;\n resultMatrixSignificance0.setColOrder(intArray0);\n resultMatrixSignificance0.getRevision();\n resultMatrixSignificance0.getAverage(1785);\n ResultMatrixSignificance resultMatrixSignificance1 = new ResultMatrixSignificance();\n // Undeclared exception!\n try { \n resultMatrixSignificance0.getHeader(\" \");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -1\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test027() throws Throwable {\n Vector<DBColumn> vector0 = new Vector<DBColumn>();\n // Undeclared exception!\n try { \n SQLUtil.renderColumnNames((List<DBColumn>) vector0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // Array index out of range: 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test122() throws Throwable {\n String[] stringArray0 = new String[5];\n DBSchema dBSchema0 = new DBSchema(\"\");\n DefaultDBTable defaultDBTable0 = new DefaultDBTable(\"k4#~A6 _d6{6v)5_\", dBSchema0);\n DBColumn[] dBColumnArray0 = new DBColumn[4];\n // Undeclared exception!\n try { \n SQLUtil.renderQuery(defaultDBTable0, stringArray0, dBColumnArray0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 4\n //\n verifyException(\"org.databene.jdbacl.SQLUtil\", e);\n }\n }", "@Test\n public void parse_invalidValueFollowedByValidValue_success() {\n Index targetIndex = INDEX_FIRST_RECIPE;\n String userInput = targetIndex.getOneBased() + INVALID_INGREDIENTS_DESC + INGREDIENTS_DESC_EGGS_ON_TOAST;\n EditRecipeDescriptor descriptor = new EditRecipeDescriptorBuilder()\n .withIngredients(VALID_INGREDIENTS_EGGS_ON_TOAST).build();\n ModifyCommand expectedCommand = new ModifyCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n\n // other valid values specified\n userInput = targetIndex.getOneBased() + INSTRUCTIONS_DESC_EGGS_ON_TOAST + INVALID_INGREDIENTS_DESC\n + INGREDIENTS_DESC_EGGS_ON_TOAST;\n descriptor =\n new EditRecipeDescriptorBuilder().withIngredients(VALID_INGREDIENTS_EGGS_ON_TOAST)\n .withInstructions(VALID_INSTRUCTIONS_EGGS_ON_TOAST).build();\n expectedCommand = new ModifyCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n }", "WorldUps.UErr getError(int index);", "@Test(timeout = 4000)\n public void test53() throws Throwable {\n System.setCurrentTimeMillis(3598L);\n JSTerm jSTerm0 = new JSTerm();\n // Undeclared exception!\n try { \n jSTerm0.toStr();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0 >= 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test11() throws Throwable {\n String string0 = \"mutSn)_E\";\n FBProcedureCall fBProcedureCall0 = new FBProcedureCall();\n // Undeclared exception!\n try { \n fBProcedureCall0.addParam((-2350), \"/h\");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -2350\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test12() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n byte[] byteArray0 = new byte[5];\n byteArray0[0] = (byte) (-3);\n byte byte0 = (byte) (-2);\n defaultNucleotideCodec0.getGappedOffsetFor(byteArray0, 2130);\n Nucleotide nucleotide0 = Nucleotide.NotCytosine;\n Set<Nucleotide> set0 = nucleotide0.getBasesFor();\n byte[] byteArray1 = defaultNucleotideCodec0.encode((Collection<Nucleotide>) set0);\n DefaultNucleotideCodec defaultNucleotideCodec1 = DefaultNucleotideCodec.INSTANCE;\n defaultNucleotideCodec1.toString(byteArray1);\n DefaultNucleotideCodec defaultNucleotideCodec2 = DefaultNucleotideCodec.INSTANCE;\n byte[] byteArray2 = new byte[5];\n byteArray2[0] = (byte) (-2);\n byteArray2[1] = (byte) (-3);\n byteArray2[2] = (byte) (-3);\n byteArray2[3] = (byte) (-3);\n byteArray2[4] = (byte) (-3);\n // Undeclared exception!\n try { \n defaultNucleotideCodec2.toString(byteArray2);\n fail(\"Expecting exception: NegativeArraySizeException\");\n \n } catch(NegativeArraySizeException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"java.lang.AbstractStringBuilder\", e);\n }\n }", "@Test(timeout = 4000)\n public void test026() throws Throwable {\n Vector<DBColumn> vector0 = new Vector<DBColumn>();\n // Undeclared exception!\n try { \n SQLUtil.renderColumnNames((List<DBColumn>) vector0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // Array index out of range: 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(expected=IndexOutOfBoundsException.class)\n\tpublic void testSettingTheLargeValue()\n\t{\n\t\tData d = new Data();\n\t\t\n\t\td.set(100, 10); //the index is 100, way more than the number of pieces\n\t}", "@Test(timeout = 4000)\n public void test10() throws Throwable {\n DynamicSelectModel dynamicSelectModel0 = new DynamicSelectModel();\n dynamicSelectModel0.value(\"\");\n dynamicSelectModel0.collection(\"|d47Gj]%$2|3j>C_K\");\n // Undeclared exception!\n try { \n dynamicSelectModel0.getValue(1823);\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Test(timeout = 4000)\n public void test023() throws Throwable {\n DBColumn[] dBColumnArray0 = new DBColumn[0];\n // Undeclared exception!\n try { \n SQLUtil.renderColumnNames(dBColumnArray0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"org.databene.jdbacl.SQLUtil\", e);\n }\n }", "@Test(timeout = 4000)\n public void test059() throws Throwable {\n DBColumn[] dBColumnArray0 = new DBColumn[0];\n // Undeclared exception!\n try { \n SQLUtil.renderColumnNames(dBColumnArray0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"org.databene.jdbacl.SQLUtil\", e);\n }\n }", "@Test(timeout = 4000)\n public void test018() throws Throwable {\n DefaultDBTable defaultDBTable0 = new DefaultDBTable();\n String[] stringArray0 = new String[5];\n Object[] objectArray0 = new Object[3];\n // Undeclared exception!\n try { \n SQLUtil.renderQuery(defaultDBTable0, stringArray0, objectArray0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 3\n //\n verifyException(\"org.databene.jdbacl.SQLUtil\", e);\n }\n }", "@Test\n\tpublic void testFetchMappedValuesForInValidDataNotConsecutive() {\n\t\tString input = \"2041\";\n\t\tList<String> expectedOutput = Arrays.asList(\"A,B,C\", \"0\", \"G,H,I\", \"1\");\n\t\tList<String> actualOutput = GeneralUtility.fetchMappedValues(input);\n\t\tAssert.assertArrayEquals(expectedOutput.toArray(), actualOutput.toArray());\n\t}", "@Test(timeout = 4000)\n public void test08() throws Throwable {\n DynamicSelectModel dynamicSelectModel0 = new DynamicSelectModel();\n dynamicSelectModel0.enumeration(\"C\");\n // Undeclared exception!\n try { \n dynamicSelectModel0.getValue((-1));\n fail(\"Expecting exception: RuntimeException\");\n \n } catch(RuntimeException e) {\n //\n // Could not evaluate expression C.values() to create a dynamic ISelectModel.\n //\n verifyException(\"wheel.components.ElExpression\", e);\n }\n }", "@Override\n public void setValue(String[] values) throws ValueFormatException,\n VersionException, LockException, ConstraintViolationException,\n RepositoryException {\n \n }", "@Test(timeout = 4000)\n public void test063() throws Throwable {\n Vector<DBColumn> vector0 = new Vector<DBColumn>();\n // Undeclared exception!\n try { \n SQLUtil.renderColumnNames((List<DBColumn>) vector0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // Array index out of range: 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test43() throws Throwable {\n FBProcedureCall fBProcedureCall0 = new FBProcedureCall();\n fBProcedureCall0.getInputParam(2600);\n // Undeclared exception!\n try { \n fBProcedureCall0.getInputParam((-2096));\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -2097\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "private int[] getRandomArray() throws ComputationException {\n if (randomArray == null || randomArray.length == 0) {\n throw new ComputationException(\"Unable to compute\");\n }\n return randomArray;\n }", "public abstract void mo133131c() throws InvalidDataException;", "private void throwException() throws ConfigurationFormatException {\n\n String[] arr = data.split(\" \");\n\n int rows = numberOfRows(arr);\n if (rows != size) {\n throw new ConfigurationFormatException(\"Invalid configuration format: \" +\n \"Invalid number of rows in configuration (found \" + rows + \").\");\n }\n\n int columns = numberOfColumns(arr);\n if (columns != size) {\n throw new ConfigurationFormatException(\"Invalid configuration format: \" +\n \"Invalid number of columns in configuration (found \" + columns + \").\");\n }\n\n\n for (int i = 0; i < arr.length; i++) {\n if (!arr[i].equals(\":\")) {\n try {\n int a = Integer.parseInt(arr[i]);\n } catch (NumberFormatException e) {\n throw new ConfigurationFormatException(\"Invalid configuration format: \" +\n \"Malformed configuration '\" + data + \"'.\");\n }\n }\n }\n }", "private static String[] checkInput(String input) throws Exception{\n String[] in = input.trim().split(\" \");\n\n if(in.length == 0){\n throw new CommandException(ExceptionEnum.INCORRECT_COMMAND_EXCEPTION);\n }\n\n if(CommandEnum.getCommandEnumFrom(in[0]) == null){\n throw new CommandException(ExceptionEnum.INCORRECT_COMMAND_EXCEPTION);\n }\n\n if(isSpecificCommandENum(in[0],BYE)){\n return in;\n }\n if(isSpecificCommandENum(in[0],TERMINATE)){\n return in;\n }\n\n if(in.length < MIN_PARAM){\n throw new CommandException(ExceptionEnum.LESS_INPUT_EXCEPTION);\n }\n\n if(in.length > MAX_PARAM){\n throw new CommandException(ExceptionEnum.EXTRA_INPUT_EXCEPTION);\n }\n\n //check input value\n for(int i = 1; i < in.length; i++){\n try{\n Integer.parseInt(in[i]);\n }catch(NumberFormatException e){\n throw new CommandException(ExceptionEnum.INVALID_INPUT_EXCEPTION);\n }\n }\n\n return in;\n }", "public static void main(String[] args) {\n try {\n int array[]= new int[5];\n array[5]= 10/0; //here exception occurs for arthimetic and arrayindexoutofbound\n } \n catch(ArithmeticException ae){\n System.out.println(\"Arthimetic Exception occurs\");\n }\n catch (Exception e) {\n System.out.println(\"Parent exception occurs\");\n }\n }", "@Test(timeout = 4000)\n public void test15() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n DefaultNucleotideCodec defaultNucleotideCodec1 = DefaultNucleotideCodec.INSTANCE;\n Nucleotide nucleotide0 = Nucleotide.Pyrimidine;\n Set<Nucleotide> set0 = nucleotide0.getBasesFor();\n defaultNucleotideCodec1.encode((Collection<Nucleotide>) set0);\n DefaultNucleotideCodec defaultNucleotideCodec2 = DefaultNucleotideCodec.INSTANCE;\n Set<Nucleotide> set1 = nucleotide0.getBasesFor();\n defaultNucleotideCodec0.encode((Collection<Nucleotide>) set1);\n DefaultNucleotideCodec.values();\n byte[] byteArray0 = new byte[8];\n byteArray0[0] = (byte)102;\n byteArray0[1] = (byte)0;\n byteArray0[2] = (byte)8;\n byteArray0[3] = (byte) (-37);\n byteArray0[4] = (byte) (-11);\n byteArray0[5] = (byte)40;\n byteArray0[6] = (byte)5;\n byteArray0[7] = (byte) (-42);\n // Undeclared exception!\n try { \n defaultNucleotideCodec2.getGappedOffsetFor(byteArray0, (-2398));\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "@Test(timeout = 4000)\n public void test00() throws Throwable {\n Range.Comparators.values();\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.RESIDUE_BASED;\n Range.of(range_CoordinateSystem0, (-5250L), 2383L);\n // Undeclared exception!\n try { \n Range.parseRange(\"\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // can not parse into a Range\n //\n verifyException(\"org.jcvi.jillion.core.Range\", e);\n }\n }", "private void validateArgumentValues() throws ArgBoxException {\n\t\tfinal List<String> errorMessages = new ArrayList<>();\n\t\tparsedArguments.values().stream()\n\t\t\t\t.filter(parsedArg -> parsedArg.isValueRequired())\n\t\t\t\t.filter(parsedArg -> {\n\t\t\t\t\tfinal boolean emptyValue = null == parsedArg.getValue();\n\t\t\t\t\tif (emptyValue) {\n\t\t\t\t\t\terrorMessages.add(String.format(\"The argument %1s has no value !\", parsedArg.getCommandArg()));\n\t\t\t\t\t}\n\t\t\t\t\treturn !emptyValue;\n\t\t\t\t})\n\t\t\t\t.peek(parsedArg -> {\n\t\t\t\t\tif (parsedArg.getValidator().negate().test(parsedArg.getValue())) {\n\t\t\t\t\t\terrorMessages.add(String.format(\"The value %1s for the argument %2s is not valid !\",\n\t\t\t\t\t\t\t\tparsedArg.getValue(), parsedArg.getCommandArg()));\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t.close();\n\t\tthrowException(() -> CollectionUtils.isNotEmpty(errorMessages),\n\t\t\t\tgetArgBoxExceptionSupplier(\"One or more arguments have errors with their values !\", errorMessages));\n\t}", "@Test(timeout = 4000)\n public void test04() throws Throwable {\n FBProcedureCall fBProcedureCall0 = new FBProcedureCall();\n fBProcedureCall0.getInputParam(548);\n // Undeclared exception!\n try { \n fBProcedureCall0.getInputParam((-2052));\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -2053\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test\n public void parse_invalidValueFollowedByValidValue_success() {\n Index targetIndex = INDEX_FIRST_EVENT;\n String userInput = targetIndex.getOneBased() + INVALID_EVENT_NAME_DESC + EVENT_NAME_DESC_MA2101\n + VALID_FLAG_ALL;\n EditEventDescriptor descriptor = new EditEventDescriptorBuilder()\n .withEventName(VALID_EVENT_NAME_MA2101).build();\n EditCommand expectedCommand = new EditCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n\n // other valid values specified\n userInput = targetIndex.getOneBased() + INVALID_EVENT_NAME_DESC + EVENT_NAME_DESC_MA2101\n + DESCRIPTION_DESC_MA2101 + VENUE_DESC_MA2101 + VALID_FLAG_ALL;\n descriptor = new EditEventDescriptorBuilder().withEventName(VALID_EVENT_NAME_MA2101)\n .withDescription(VALID_DESCRIPTION_MA2101).withVenue(VALID_VENUE_MA2101).build();\n expectedCommand = new EditCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n }", "@Test(timeout = 4000)\n public void test012() throws Throwable {\n Range.Builder range_Builder0 = new Range.Builder();\n Range.Builder range_Builder1 = new Range.Builder(range_Builder0);\n range_Builder1.shift(2671L);\n String string0 = \"QLv>[gqB\\\"z\";\n // Undeclared exception!\n try { \n Range.CoordinateSystem.valueOf(\"QLv>[gqB\\\"z\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.CoordinateSystem.QLv>[gqB\\\"z\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "public ValueOutOfRangeException(String message) {\n this.message = message;\n }", "public int getNumPossibleValues()\n {\n return -1;\n }", "@Test(timeout = 4000)\n public void test29() throws Throwable {\n Discretize discretize0 = new Discretize();\n double[][] doubleArray0 = new double[3][6];\n discretize0.setIgnoreClass(false);\n discretize0.m_CutPoints = doubleArray0;\n double[] doubleArray1 = new double[4];\n // Undeclared exception!\n try { \n discretize0.getCutPoints((-831));\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -831\n //\n verifyException(\"weka.filters.unsupervised.attribute.Discretize\", e);\n }\n }", "@Test(timeout = 4000)\n public void test10() throws Throwable {\n String string0 = \"kutSn)_E\";\n int int0 = (-519);\n FBProcedureCall fBProcedureCall0 = new FBProcedureCall();\n // Undeclared exception!\n try { \n fBProcedureCall0.addParam((-519), \"val\");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -519\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test00() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n byte[] byteArray0 = new byte[8];\n byteArray0[0] = (byte) (-19);\n Nucleotide nucleotide0 = Nucleotide.NotGuanine;\n Set<Nucleotide> set0 = nucleotide0.getAllPossibleAmbiguities();\n byte[] byteArray1 = defaultNucleotideCodec0.encode((Collection<Nucleotide>) set0);\n byteArray0[1] = (byte)0;\n byteArray0[2] = (byte) (-54);\n defaultNucleotideCodec0.isGap(byteArray0, (byte) (-54));\n byteArray0[3] = (byte) (-55);\n byteArray0[4] = (byte) (-88);\n defaultNucleotideCodec0.toString(byteArray1);\n byteArray0[5] = (byte)63;\n byteArray0[6] = (byte) (-23);\n byte[] byteArray2 = new byte[6];\n byteArray2[0] = (byte)1;\n byteArray2[1] = (byte) (-23);\n byteArray2[2] = (byte) (-55);\n byteArray2[3] = (byte) (-23);\n byteArray2[4] = (byte) (-54);\n byteArray2[5] = (byte)0;\n // Undeclared exception!\n try { \n defaultNucleotideCodec0.isGap(byteArray2, (-1962));\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "@Override\n\tpublic void handleDiffException(List<? extends DataObject>[] paramArr) {\n\t\t\n\t}", "@Test(timeout = 4000)\n public void test173() throws Throwable {\n ResultMatrixCSV resultMatrixCSV0 = new ResultMatrixCSV(0, 0);\n int[] intArray0 = new int[0];\n resultMatrixCSV0.setRowOrder(intArray0);\n // Undeclared exception!\n try { \n resultMatrixCSV0.toString();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"weka.experiment.ResultMatrix\", e);\n }\n }", "public void checkBounds() {\n\t\tfor (int k = 0; k < numDataCols; k++) {\n\t\t\tDashDataType<?> dtype = dataTypes[k];\n\n\t\t\tif ( dtype instanceof StringDashDataType ) {\n\t\t\t\tStringDashDataType strtype = (StringDashDataType) dtype;\n\t\t\t\tfor (int j = 0; j < numSamples; j++) {\n\t\t\t\t\tADCMessage msg = strtype.boundsCheckStandardValue(\n\t\t\t\t\t\t\t\t\t\t\t(String) stdObjects[j][k]);\n\t\t\t\t\tif ( msg != null ) {\n\t\t\t\t\t\tmsg.setRowNumber(j+1);\n\t\t\t\t\t\tmsg.setColNumber(k+1);\n\t\t\t\t\t\tmsg.setColName(userColNames[k]);\n\t\t\t\t\t\tstdMsgList.add(msg);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if ( dtype instanceof CharDashDataType ) {\n\t\t\t\tCharDashDataType chartype = (CharDashDataType) dtype;\n\t\t\t\tfor (int j = 0; j < numSamples; j++) {\n\t\t\t\t\tADCMessage msg = chartype.boundsCheckStandardValue(\n\t\t\t\t\t\t\t\t\t\t\t(Character) stdObjects[j][k]);\n\t\t\t\t\tif ( msg != null ) {\n\t\t\t\t\t\tmsg.setRowNumber(j+1);\n\t\t\t\t\t\tmsg.setColNumber(k+1);\n\t\t\t\t\t\tmsg.setColName(userColNames[k]);\n\t\t\t\t\t\tstdMsgList.add(msg);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if ( dtype instanceof IntDashDataType ) {\n\t\t\t\tIntDashDataType inttype = (IntDashDataType) dtype;\n\t\t\t\tfor (int j = 0; j < numSamples; j++) {\n\t\t\t\t\tADCMessage msg = inttype.boundsCheckStandardValue(\n\t\t\t\t\t\t\t\t\t\t\t(Integer) stdObjects[j][k]);\n\t\t\t\t\tif ( msg != null ) {\n\t\t\t\t\t\tmsg.setRowNumber(j+1);\n\t\t\t\t\t\tmsg.setColNumber(k+1);\n\t\t\t\t\t\tmsg.setColName(userColNames[k]);\n\t\t\t\t\t\tstdMsgList.add(msg);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if ( dtype instanceof DoubleDashDataType ) {\n\t\t\t\tDoubleDashDataType dbltype = (DoubleDashDataType) dtype;\n\t\t\t\tfor (int j = 0; j < numSamples; j++) {\n\t\t\t\t\tADCMessage msg = dbltype.boundsCheckStandardValue(\n\t\t\t\t\t\t\t\t\t\t\t(Double) stdObjects[j][k]);\n\t\t\t\t\tif ( msg != null ) {\n\t\t\t\t\t\tmsg.setRowNumber(j+1);\n\t\t\t\t\t\tmsg.setColNumber(k+1);\n\t\t\t\t\t\tmsg.setColName(userColNames[k]);\n\t\t\t\t\t\tstdMsgList.add(msg);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\tthrow new IllegalArgumentException(\"unexpected data type encountered \" + \n\t\t\t\t\t\t\"in bounds checking: \" + dtype);\n\t\t\t}\n\t\t}\n\t}", "private void validate(int row, int col)\n {\n if (row <= 0 || row > gridSize) throw new IllegalArgumentException(\"row index out of bounds\");\n if (col <= 0 || col > gridSize) throw new IllegalArgumentException(\"col index out of bounds\");\n }", "@Test(timeout = 4000)\n public void test022() throws Throwable {\n DBColumn[] dBColumnArray0 = new DBColumn[0];\n // Undeclared exception!\n try { \n SQLUtil.renderColumnNames(dBColumnArray0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"org.databene.jdbacl.SQLUtil\", e);\n }\n }", "@Test\n public void parse_invalidValueFollowedByValidValue_success() {\n Index targetIndex = INDEX_FIRST;\n String userInput = targetIndex.getOneBased() + INVALID_NAME_DESC + NAME_DESC_VIVOCITY;\n EditLocationDescriptor descriptor = new EditLocationDescriptorBuilder().withName(VALID_NAME_VIVOCITY).build();\n EditLocationCommand expectedCommand = new EditLocationCommand(\n new IndexIdPairStub(targetIndex, null), descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n\n // other valid values specified\n userInput = targetIndex.getOneBased() + INVALID_NAME_DESC + ADDRESS_DESC_VIVOCITY + NAME_DESC_VIVOCITY;\n descriptor = new EditLocationDescriptorBuilder().withAddress(VALID_ADDRESS_VIVOCITY)\n .withName(VALID_NAME_VIVOCITY).build();\n expectedCommand = new EditLocationCommand(new IndexIdPairStub(targetIndex, null), descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n }", "@Test(timeout = 4000)\n public void test055() throws Throwable {\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.SPACE_BASED;\n // Undeclared exception!\n try { \n Range.of(range_CoordinateSystem0, (-2147483648L), (-2147483649L));\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // length can not be negative\n //\n verifyException(\"org.jcvi.jillion.core.Range$Builder\", e);\n }\n }", "@Test\n\tpublic void testFetchMappedValuesForInValidData() {\n\t\tString input = \"231\";\n\t\tList<String> expectedOutput = Arrays.asList(\"A,B,C\", \"D,E,F\", \"1\");\n\t\tList<String> actualOutput = GeneralUtility.fetchMappedValues(input);\n\t\tAssert.assertArrayEquals(expectedOutput.toArray(), actualOutput.toArray());\n\t}", "@Test(timeout = 4000)\n public void test00() throws Throwable {\n int int0 = (-519);\n String string0 = \"kutSn)_E\";\n FBProcedureCall fBProcedureCall0 = new FBProcedureCall();\n fBProcedureCall0.getOutputParam((-2051));\n // Undeclared exception!\n try { \n fBProcedureCall0.addParam((-519), \"kutSn)_E\");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -519\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "public int getExceptionIndex() {\n/* 412 */ return (this.value & 0xFFFF00) >> 8;\n/* */ }", "@Test(timeout = 4000)\n public void test056() throws Throwable {\n TestInstances testInstances0 = new TestInstances();\n Instances instances0 = testInstances0.generate(\"\");\n Evaluation evaluation0 = new Evaluation(instances0);\n // Undeclared exception!\n try { \n evaluation0.fMeasure(32);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 32\n //\n verifyException(\"weka.classifiers.Evaluation\", e);\n }\n }", "@Override\n public Value[] getValues() throws ValueFormatException, RepositoryException {\n return null;\n }", "@Test(timeout = 4000)\n public void test08() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n byte[] byteArray0 = new byte[5];\n byte byte0 = (byte)0;\n byte byte1 = (byte)83;\n byte byte2 = (byte)3;\n byte byte3 = (byte)0;\n byte byte4 = (byte)0;\n Range range0 = Range.ofLength(3149L);\n // Undeclared exception!\n try { \n defaultNucleotideCodec0.iterator(byteArray0, range0);\n fail(\"Expecting exception: IndexOutOfBoundsException\");\n \n } catch(IndexOutOfBoundsException e) {\n //\n // range [ 0 .. 3148 ]/0B is out of range of sequence which is only [ 0 .. -1 ]/0B\n //\n verifyException(\"org.jcvi.jillion.core.residue.nt.DefaultNucleotideCodec$IteratorImpl\", e);\n }\n }", "@Test\n\tpublic void testGetValuesValidInput() throws ClassNotFoundException,\n\t\t\tInvocationTargetException, IllegalAccessException,\n\t\t\tIllegalArgumentException, NoSuchMethodException, SecurityException {\n\t\tMethod getValues = setToAccess(\"getValues\", String.class,\n\t\t\t\tTimestamp.class, Timestamp.class, int.class, Decimation.class);\n\n\t\tTimestamp end = Timestamp.now().minus(TimeDuration.ofSeconds(5));\n\t\tTimestamp start = end.minus(TimeDuration.ofSeconds(5));\n\n\t\tString request;\n\t\tValueIterator valIt;\n\t\tfor (Decimation dec : Decimation.values()) {\n\t\t\tfor (int coordinate : new int[] { 0, 1 }) {\n\t\t\t\trequest = translate(start, end, 4, dec);\n\t\t\t\tvalIt = (ValueIterator) getValues.invoke(faadr, request, start,\n\t\t\t\t\t\tend, coordinate, dec);\n\t\t\t\tassertNotNull(\"Fails for decimation: \" + dec + \", coordinate: \"\n\t\t\t\t\t\t+ coordinate, valIt);\n\t\t\t}\n\t\t}\n\t}", "protected void checkSlice(int slice) {\n\tif (slice < 0 || slice >= slices) throw new IndexOutOfBoundsException(\"Attempted to access \"+toStringShort()+\" at slice=\"+slice);\n}", "@Test(timeout = 4000)\n public void test066() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n double[] doubleArray0 = new double[1];\n DenseInstance denseInstance0 = new DenseInstance(119.4494703242, doubleArray0);\n instances0.add((Instance) denseInstance0);\n Evaluation evaluation0 = null;\n try {\n evaluation0 = new Evaluation(instances0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "@Test(timeout = 4000)\n public void test20() throws Throwable {\n DynamicSelectModel dynamicSelectModel0 = new DynamicSelectModel();\n dynamicSelectModel0.enumeration(\"|d47Gj]%$2|3j>C_K\");\n // Undeclared exception!\n try { \n dynamicSelectModel0.getObjects();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Test(timeout = 4000)\n public void test066() throws Throwable {\n Range range0 = Range.ofLength(0L);\n range0.toString();\n range0.getEnd();\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.RESIDUE_BASED;\n range0.toString(range_CoordinateSystem0);\n Object object0 = new Object();\n range0.equals(\"[ 0 .. -1 ]/0B\");\n Range.CoordinateSystem.values();\n Range.CoordinateSystem.values();\n range0.equals(range0);\n range0.getBegin();\n // Undeclared exception!\n try { \n Range.Comparators.valueOf(\"[ 0 .. -1 ]/0B\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.Comparators.[ 0 .. -1 ]/0B\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "@Test(timeout = 4000)\n public void test09() throws Throwable {\n DynamicSelectModel dynamicSelectModel0 = new DynamicSelectModel();\n dynamicSelectModel0.enumeration(\"WSi5n[Vxv}\");\n // Undeclared exception!\n dynamicSelectModel0.getValue(63);\n }", "@Test(timeout = 4000)\n public void test018() throws Throwable {\n DBSchema dBSchema0 = new DBSchema(\"create table\");\n DefaultDBTable defaultDBTable0 = new DefaultDBTable(\"_2W8l71V=lzq~*\", dBSchema0);\n String[] stringArray0 = new String[8];\n Object[] objectArray0 = new Object[6];\n // Undeclared exception!\n try { \n SQLUtil.renderQuery(defaultDBTable0, stringArray0, objectArray0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 6\n //\n verifyException(\"org.databene.jdbacl.SQLUtil\", e);\n }\n }", "@Test(timeout = 4000)\n public void test017() throws Throwable {\n Range.Builder range_Builder0 = new Range.Builder();\n range_Builder0.expandBegin(3019L);\n Range.Builder range_Builder1 = new Range.Builder(2674L);\n range_Builder1.shift(2674L);\n // Undeclared exception!\n try { \n Range.CoordinateSystem.valueOf(\"QLv>[gqB\\\"z\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.CoordinateSystem.QLv>[gqB\\\"z\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "@Test\n public void testInvalidScalingPerturbDataSet() throws Exception {\n int[] result = NoiseGenerator.perturbDataSet(dataSet, -1);\n Assert.assertTrue(result == null);\n }", "@Test(timeout = 4000)\n public void test035() throws Throwable {\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.SPACE_BASED;\n Range.of(range_CoordinateSystem0, (-2147483648L), (-2147483648L));\n // Undeclared exception!\n try { \n Range.of(range_CoordinateSystem0, 3993L, (-2147483648L));\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // length can not be negative\n //\n verifyException(\"org.jcvi.jillion.core.Range$Builder\", e);\n }\n }", "@Test\n public void parse_invalidValueFollowedByValidValue_success() {\n Index targetIndex = INDEX_FIRST;\n String userInput = targetIndex.getOneBased() + INVALID_PHONE_DESC + PHONE_DESC_BABES;\n EditBeneficiaryDescriptor descriptor = new EditBeneficiaryDescriptorBuilder()\n .withPhone(VALID_PHONE_BABES).build();\n EditBeneficiaryCommand expectedCommand = new EditBeneficiaryCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n\n // other valid values specified\n userInput = targetIndex.getOneBased() + EMAIL_DESC_BABES + INVALID_PHONE_DESC + ADDRESS_DESC_BABES\n + PHONE_DESC_BABES;\n descriptor = new EditBeneficiaryDescriptorBuilder().withPhone(VALID_PHONE_BABES).withEmail(VALID_EMAIL_BABES)\n .withAddress(VALID_ADDRESS_BABES).build();\n expectedCommand = new EditBeneficiaryCommand(targetIndex, descriptor);\n assertParseSuccess(parser, userInput, expectedCommand);\n }", "@Test(timeout = 4000)\n public void test54() throws Throwable {\n JSSubstitution jSSubstitution0 = new JSSubstitution();\n JSTerm jSTerm0 = new JSTerm();\n SystemInUtil.addInputLine(\"0(u\");\n int int0 = 369;\n // Undeclared exception!\n try { \n jSTerm0.toStr();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0 >= 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "private void valid_rc(int row, int col) {\n\t\tif (row < 1 || row > n || col < 1 || col > n) \r\n\t\t\tthrow new IllegalArgumentException(\"Index is outside its prescribed range\");\r\n\t}", "@Test(timeout = 4000)\n public void test10() throws Throwable {\n Range range0 = Range.of(0L);\n range0.toString();\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.ZERO_BASED;\n range0.getEnd(range_CoordinateSystem0);\n range0.getEnd();\n Range.CoordinateSystem range_CoordinateSystem1 = Range.CoordinateSystem.ZERO_BASED;\n range0.getEnd(range_CoordinateSystem1);\n range0.iterator();\n Range.of((-1233L), 0L);\n // Undeclared exception!\n try { \n Range.of(range_CoordinateSystem1, 0L, (-1233L));\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // length can not be negative\n //\n verifyException(\"org.jcvi.jillion.core.Range$Builder\", e);\n }\n }", "@Test(timeout = 4000)\n public void test13() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n byte[] byteArray0 = new byte[9];\n defaultNucleotideCodec0.toString(byteArray0);\n DefaultNucleotideCodec defaultNucleotideCodec1 = DefaultNucleotideCodec.INSTANCE;\n Nucleotide nucleotide0 = Nucleotide.Pyrimidine;\n Set<Nucleotide> set0 = nucleotide0.getBasesFor();\n byte[] byteArray1 = defaultNucleotideCodec1.encode((Collection<Nucleotide>) set0);\n DefaultNucleotideCodec defaultNucleotideCodec2 = DefaultNucleotideCodec.INSTANCE;\n defaultNucleotideCodec2.toString(byteArray1);\n defaultNucleotideCodec2.toString(byteArray1);\n // Undeclared exception!\n try { \n defaultNucleotideCodec0.getUngappedOffsetFor((byte[]) null, 12);\n fail(\"Expecting exception: NullPointerException\");\n \n } catch(NullPointerException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"java.nio.ByteBuffer\", e);\n }\n }", "public static void handleInvalidCommandException() {\n System.out.println(\"\\tSorry sir, I do not recognise this command.\");\n Help.execute();\n Duke.jarvis.printDivider();\n }", "@Test(timeout = 4000)\n public void test46() throws Throwable {\n FBProcedureCall fBProcedureCall0 = new FBProcedureCall();\n // Undeclared exception!\n try { \n fBProcedureCall0.addParam((-163118866), \"PwU}Ru&{'yR\");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -163118866\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test035() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getStructure();\n Evaluation evaluation0 = new Evaluation(instances0);\n // Undeclared exception!\n try { \n evaluation0.makeDistribution(0.0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"weka.classifiers.Evaluation\", e);\n }\n }", "public void get_InputValues(){\r\n\tA[1]=-0.185900;\r\n\tA[2]=-0.85900;\r\n\tA[3]=-0.059660;\r\n\tA[4]=-0.077373;\r\n\tB[1]=30.0;\r\n\tB[2]=19.2;\r\n\tB[3]=13.8;\r\n\tB[4]=22.5;\r\n\tC[1]=4.5;\r\n\tC[2]=12.5;\r\n\tC[3]=27.5;\r\n\tD[1]=16.0;\r\n\tD[2]=10.0;\r\n\tD[3]=7.0;\r\n\tD[4]=5.0;\r\n\tD[5]=4.0;\r\n\tD[6]=3.0;\r\n\t\r\n}", "@Test\n public void test016() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n String[] stringArray0 = new String[5];\n // Undeclared exception!\n try {\n Component component0 = errorPage0.area(stringArray0);\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // Attributes must be given in name, value pairs.\n //\n }\n }", "@Override\n\tprotected void validateParameterValues() {\n\t\t\n\t}", "public String[] getInvalidAttribute();", "@Test(timeout = 4000)\n public void test055() throws Throwable {\n TestInstances testInstances0 = new TestInstances();\n Instances instances0 = testInstances0.generate((String) null);\n Evaluation evaluation0 = new Evaluation(instances0);\n // Undeclared exception!\n try { \n evaluation0.precision(1450);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 1450\n //\n verifyException(\"weka.classifiers.Evaluation\", e);\n }\n }", "@Test(timeout = 4000)\n public void test12() throws Throwable {\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.RESIDUE_BASED;\n Range.of(range_CoordinateSystem0, 0L, 4294967295L);\n Range range0 = Range.of(range_CoordinateSystem0, (-1241L), 848L);\n // Undeclared exception!\n try { \n range0.split(0L);\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // max splitLength must be >= 1\n //\n verifyException(\"org.jcvi.jillion.core.Range\", e);\n }\n }", "@Test(timeout = 4000)\n public void test01() throws Throwable {\n Range range0 = Range.of(0L);\n range0.spliterator();\n Range.Builder range_Builder0 = new Range.Builder(range0);\n range_Builder0.expandEnd((-4622L));\n range0.toString();\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.RESIDUE_BASED;\n // Undeclared exception!\n try { \n Range.CoordinateSystem.valueOf(\"vH) h-=%9V8]<4%y\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.CoordinateSystem.vH) h-=%9V8]<4%y\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "@Test(timeout=300000)\n public void test2() throws Throwable {\n Object[][] objectArray0 = new Object[0][6];\n ControllerLoadViewer controllerLoadViewer0 = new ControllerLoadViewer(objectArray0);\n String[][] stringArray0 = new String[2][6];\n String[] stringArray1 = new String[6];\n stringArray1[0] = \"\";\n stringArray0[0] = stringArray1;\n // Undeclared exception!\n try { \n controllerLoadViewer0.getDataTypes(stringArray0);\n fail(\"Expecting exception: NumberFormatException\");\n \n } catch(NumberFormatException e) {\n //\n // null\n //\n assertThrownBy(\"java.lang.Integer\", e);\n }\n }", "@Test(timeout = 4000)\n public void test02() throws Throwable {\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.ZERO_BASED;\n Range range0 = Range.of(range_CoordinateSystem0, 0L, 4294967295L);\n range0.getBegin();\n // Undeclared exception!\n try { \n range0.split(0L);\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // max splitLength must be >= 1\n //\n verifyException(\"org.jcvi.jillion.core.Range\", e);\n }\n }", "protected abstract void forceEndValues();", "public DValParser(byte[] data)\r\n/* 18: */ {\r\n/* 19: 72 */ int options = IntegerHelper.getInt(data[0], data[1]);\r\n/* 20: */ \r\n/* 21: 74 */ this.promptBoxVisible = ((options & PROMPT_BOX_VISIBLE_MASK) != 0);\r\n/* 22: 75 */ this.promptBoxAtCell = ((options & PROMPT_BOX_AT_CELL_MASK) != 0);\r\n/* 23: 76 */ this.validityDataCached = ((options & VALIDITY_DATA_CACHED_MASK) != 0);\r\n/* 24: */ \r\n/* 25: 78 */ this.objectId = IntegerHelper.getInt(data[10], data[11], data[12], data[13]);\r\n/* 26: 79 */ this.numDVRecords = IntegerHelper.getInt(data[14], data[15], \r\n/* 27: 80 */ data[16], data[17]);\r\n/* 28: */ }" ]
[ "0.5555064", "0.5443903", "0.53955156", "0.534963", "0.5318206", "0.5276929", "0.52700275", "0.5224068", "0.521513", "0.5199365", "0.5192881", "0.5187984", "0.5179029", "0.5159365", "0.5140939", "0.514058", "0.511317", "0.5075708", "0.50728923", "0.5034597", "0.5033555", "0.50307417", "0.502747", "0.50120395", "0.5003081", "0.4985977", "0.49823615", "0.49740073", "0.49512932", "0.49503586", "0.4949575", "0.49308887", "0.49246457", "0.49161497", "0.4914874", "0.4909139", "0.49003407", "0.4899156", "0.48985913", "0.48981792", "0.48850703", "0.48848587", "0.4880627", "0.48796403", "0.48776704", "0.4876547", "0.48675776", "0.48512703", "0.48497823", "0.48379207", "0.48364115", "0.48330536", "0.4832335", "0.48299414", "0.4828375", "0.48268715", "0.48158303", "0.48105818", "0.48103994", "0.48052368", "0.47959486", "0.4793289", "0.4789042", "0.47801936", "0.47796565", "0.47788492", "0.47783637", "0.47701755", "0.47600186", "0.47587013", "0.4756671", "0.47562432", "0.4749284", "0.4746414", "0.4746331", "0.47460747", "0.4730456", "0.47213447", "0.47157776", "0.47116992", "0.4703802", "0.4700769", "0.46910468", "0.46882972", "0.46875015", "0.46849364", "0.46843806", "0.46827954", "0.46802816", "0.4677414", "0.46753716", "0.4672748", "0.46679398", "0.46637967", "0.46630165", "0.46619725", "0.46606338", "0.46604437", "0.4654829", "0.46508458", "0.4650742" ]
0.0
-1
Starts listening for displays to be connected on the specified interface.
public static ExtendedRemoteDisplay listen(String iface, RemoteDisplay.Listener listener, Handler handler, Context context) { if (iface == null) { throw new IllegalArgumentException("iface must not be null"); } if (listener == null) { throw new IllegalArgumentException("listener must not be null"); } if (handler == null) { throw new IllegalArgumentException("handler must not be null"); } ExtendedRemoteDisplay display = new ExtendedRemoteDisplay(listener, handler, context); /* * * Before starting the next session, we need to ensure that previous * session has moved to DEINIT state. Ideally this should never be * hit, since we try to ensure in disposeInternal that the state machine moves * to DEINIT on teardown when disposeInternal has been invoked. */ if (sState != WFDState.DEINIT) { Log.d(TAG, "Waiting to move to DEINIT"); display.blockOnLock(); } if (sState != WFDState.DEINIT) { /* * * Now, here we have created the resources like threads and handlers * for the ERD object. We need to clean them up from here rather than * waiting for the finalizer daemon and then invoking cleanup. * */ Log.e(TAG, "Something has gone kaput!"); display.dispose(); return null; } Log.d(TAG, "Waiting for RTSP server to start "); display.startListening(iface); /* * * Now wait for the worker thread to signal the start of RTSP * server. */ display.blockOnLock(); if (sState != WFDState.ESTABLISHING) { /* * * Now, here we have created the resources like threads and handlers * for the ERD object. We need to clean them up from here rather than * waiting for the finalizer daemon and then invoking cleanup. * */ Log.d(TAG, "Failed to start RTSP Server!"); display.dispose(); return null; } /* * Everything's hunky-dory! */ Log.i(TAG, "New ERD instance " + display); return display; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void startListening(String iface) {\n mIface = iface;\n\n Message messageStart = mERDHandler.obtainMessage(ERDConstants.START_CMD.value());\n mERDHandler.sendMessage(messageStart);\n\n mGuard.open(\"dispose\");\n }", "public void startListening();", "public void startListener() throws IOException {\n\t\tthis.listener = new ServerSocket(this.port);\n\n Runnable serverThread = new Runnable() {\n @Override\n public void run() {\n try {\n System.out.println(\"Waiting for clients to connect...\");\n\n while (true) {\n \t// Wait for connections\n Socket newSocket = listener.accept();\n\n // Init new peer and add it to our list\n PeerCommunicator newCommunication = new PeerCommunicator(id, \"\", newSocket);\n activePeers.add(newCommunication);\n\n // Span new thread\n Thread clientThread = new Thread(new ReceivedConnection(newCommunication, fm));\n clientThread.start();\n }\n } catch (Exception e) {\n System.err.println(\"Unable to process incoming client\");\n e.printStackTrace();\n }\n }\n };\n\n // Start it up\n (new Thread(serverThread)).start();\n\n // Once everything's good, mark server as running\n //this.status = Status.RUNNING;\n\t}", "private void listen() {\n try {\n this.console.println(MapControl.checkListen(FireSwamp.getPlayer().getPlayerPosition(),\n FireSwamp.getCurrentGame().getGameMap()));\n } catch (MapControlException ex) {\n Logger.getLogger(GameMenuView.class.getName()).log(Level.SEVERE, null, ex);\n }\n }", "public void startListening() {\r\n\t\tlisten.startListening();\r\n\t}", "private void listen() {\n //Grap port/ip from UI\n String ip = m_ipField.getText().trim();\n try {\n ip = InetAddress.getByName(ip).getHostAddress(); //Validate IP Address\n } catch (UnknownHostException ex) {\n Logger.getLogger(StreamRecorderDisplay.class.getName()).log(Level.SEVERE, \"Poorly formatted IP Address: \" + m_ipField.getText(), ex);\n }\n int port = Integer.valueOf(m_portField.getText().trim());\n\n //Start detector\n m_dataDetector = new MulticastDataDetector(ip, port);\n m_dataDetector.addMulticastDataDetectionListener(this);\n new Thread(m_dataDetector).start();\n }", "private synchronized void start()\n\t{\n\t\tregisterReceiver(\n\t\t\t\tmConnectivityReceiver,\n\t\t\t\tnew IntentFilter( ConnectivityManager.CONNECTIVITY_ACTION )\n\t\t);\n\n\t\ttry\n\t\t{\n\t\t\t// Show notification in status bar\n\t\t\tshowNotification();\n\t\t} catch ( Exception e ) {\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "protected void start() throws IOException {\r\n\t\tif (smscListener == null) {\r\n\t\t\tSystem.out.print(\"Enter port number> \");\r\n\t\t\tint port = Integer.parseInt(keyboard.readLine());\r\n\t\t\tSystem.out.print(\"Starting listener... \");\r\n\t\t\tsmscListener = new SMSCListenerImpl(port, true);\r\n\t\t\tprocessors = new PDUProcessorGroup();\r\n\t\t\tmessageStore = new ShortMessageStore();\r\n\t\t\tdeliveryInfoSender = new DeliveryInfoSender();\r\n\t\t\tdeliveryInfoSender.start();\r\n\t\t\tusers = new Table(usersFileName);\r\n\t\t\tfactory = new SimulatorPDUProcessorFactory(processors, messageStore, deliveryInfoSender, users);\r\n\t\t\tfactory.setDisplayInfo(displayInfo);\r\n\t\t\tsmscListener.setPDUProcessorFactory(factory);\r\n\t\t\tsmscListener.start();\r\n\t\t\tSystem.out.println(\"started.\");\r\n\t\t} else {\r\n\t\t\tSystem.out.println(\"Listener is already running.\");\r\n\t\t}\r\n\t}", "@Override\n\tpublic void StartListening()\n\t{\n\t\t\n\t}", "public void StartListening()\n\t{\n\t\tif (true == mbHasAccelerometer && false == mbListening)\n\t\t{\n\t\t\tmbListening = true;\n\t\t\t\n\t\t\tfinal AccelerometerNativeInterface accelerometerNI = this;\n\t\t\tRunnable task = new Runnable()\n\t\t\t{ \n\t\t\t\t@Override public void run() \n\t\t\t\t{\n\t\t\t\t\tSensorManager sensorManager = (SensorManager)CSApplication.get().getActivityContext().getSystemService(Activity.SENSOR_SERVICE);\n\t\t\t\t\tsensorManager.registerListener(accelerometerNI, sensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER), SensorManager.SENSOR_DELAY_GAME);\t\n\t\t\t\t}\n\t\t\t};\n\t\t\tCSApplication.get().scheduleUIThreadTask(task);\n\t\t};\n\t}", "public void start() {\r\n view.addListener(this);\r\n view.makeVisible();\r\n view.display();\r\n }", "public void start() {\n System.out.println(\"server started\");\n mTerminalNetwork.listen(mTerminalConfig.port);\n }", "public void listen() {\n DeviceManager cpuUsage = new CPUUsageManager();\n cpuUsage.printStatus();\n \n }", "public void startListening()\n {\n if (!listening) {\n sensorManager.requestTriggerSensor(listener, motion);\n listening = true;\n }\n }", "private static void start()\r\n\t{\r\n\t\tif(isRunning)\r\n\t\t\treturn;\r\n\t\t\r\n\t\tisRunning = true;\r\n\t\t\r\n\t\tdisplay = new Display();\r\n\t\trun();\r\n\t}", "public String listenInterface() {\n return alert.listen_interface();\n }", "private void showDisplay() {\n this.display.displayScreen();\n }", "void onListeningStarted();", "public void notifyServerListening() {\r\n nui.notifyHostListening();\r\n }", "public void listenForMove(Display disp){\n MoveListener moveListener = new MoveListener(disp, receiver);\n moveListener.start();\n }", "public void startListeningForConnection() {\n startInsecureListeningThread();\n }", "private void start() {\n windowForCommunication.append(\"Awaiting client connection...\" + \"\\n\");\n\n //check if client is connected, if yes, add the following text to the chat window, then enable communication\n if (clientSocket.isConnected()) {\n windowForCommunication.append(\"Connection is established. Type 'stopconnection' to stop connection\" + \"\\n\");\n textField.setEditable(true);\n }\n\n //Begin communication, end if \"stopconnection\" is typed by Server/Client. If it is, call closeStreams method.\n try {\n String userInput;\n\n while((userInput = input.readLine()) != null) {\n if(userInput.contains(\"stopconnection\")){\n closeStreams();\n break;\n }\n\n displayMessage(userInput + \"\\n\");\n\n }\n }\n catch(IOException e) {\n e.printStackTrace();\n }\n }", "public void startListening() {\n\twhile (true) {\n\t try {\n\t\tSocket s = socket.accept();\n\n\t\tnew TCPSessionClient(s, this.clients);\n\t } // end of try\n\n\t catch (IOException e) {\n\t\te.printStackTrace();\n\t } // end of catch\n\t} // end of while\n }", "public interface MonitorUI {\n\n void displayUI();\n}", "public void startListening(){\n\t\t// viewerFilter =\n\t\t// cv.getConfigurer().getControlFieldProvider().createFilter();\n\t\tcv.getConfigurer().getControlFieldProvider().addChangeListener(this);\n\t}", "@MainThread\n void onChannelScanStarted();", "@Override\n public void addListener(DisplayEventListener listener) {\n listenerList.add(DisplayEventListener.class, listener);\n }", "public static void startChatServer() {\n\t\tbyte[] buffer = new byte[1024];\n\t\tStreamConnectionNotifier cn = null;\n\t\ttry {\n\t\t\tLocalDevice local = LocalDevice.getLocalDevice();\n\t\t\tlocal.setDiscoverable(DiscoveryAgent.GIAC);\n\t\t\tcn = (StreamConnectionNotifier) Connector.open(INSECURE_URL);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\twhile (true) {\n\t\t\tOutputThread t = null;\n\t\t\tStreamConnection sock = null;\n\t\t\tInputStream is = null;\n\t\t\tOutputStream os = null;\n\t\t\ttry {\n\t\t\t\tSystem.out.println(\"accepting connection:\");\n\t\t\t\tsock = cn.acceptAndOpen();\n\t\t\t\tSystem.out.println(\"accept!: \" + Charset.defaultCharset());\n\t\t\t\tis = sock.openInputStream();\n\t\t\t\tos = sock.openOutputStream();\n\n\t\t\t\tt = new OutputThread(os);\n\t\t\t\tt.start();\n\n\t\t\t\twhile (t.isAlive()) {\n\t\t\t\t\t//TODO: use timeout read?\n\t\t\t\t\tint len = is.read(buffer);\n\t\t\t\t\t// printAsHex(buffer, len);\n\t\t\t\t\tif (len > 0) {\n\t\t\t\t\t\tSystem.out.println(\"received message(\" + len + \"): \" + new String(buffer, 0, len));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//TODO: check connection is live or not,\n\t\t\t} catch (Exception e) {\n\t\t\t\te.printStackTrace();\n\t\t\t} finally {\n\t\t\t\tt.interrupt();\n\t\t\t\tt = null;\n\t\t\t\ttry {\n\t\t\t\t\tsock.close();\n\t\t\t\t\tcn.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t//\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public synchronized void startListening(NetworkConnectedCallback callback) {\n mCallback = checkNotNull(callback);\n // TODO: this code has always kept track of the default network, but it should probably\n // instead use registerNetworkCallback or even requestNetwork with a specific\n // NetworkRequest.Builder#addTransportType transport depending on the caller. For example,\n // ConnectMobileNetworkTask should file a request for TRANSPORT_CELLULAR instead of waiting\n // for any network to be available. When requestNetwork is not used, cellular data is also\n // not guaranteed to connect after being enabled if another network is already available.\n mContext.getSystemService(ConnectivityManager.class)\n .registerDefaultNetworkCallback(mConnectivityCallback);\n }", "public void listen() {\n\t\tthread(\"NetworkClientInput\", () -> {\n\t\t\twhile (true) {\n\t\t\t\ttry {\n\t\t\t\t\tString str = in.readLine();\n\t\t\t\t\t\n\t\t\t\t\tif (str == null)\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\n\t\t\t\t\tSystem.out.println(\"[CLIENT] Received: \" + str);\n\t\t\t\t\ttry {\n\t\t\t\t\t\thandle(str);\n\t\t\t\t\t} catch (Exception e) {\n\t\t\t\t\t\tSystem.err.println(\"[Client] Error handling input\");\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t}\n\t\t\t\t} catch (Exception e) {\n\t\t\t\t\tSystem.out.println(\"[Client] Disconnected.\");\n\t\t\t\t\tconnected = false;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tconnected = false;\n\t\t\texecutor.shutdown();\n\t\t\tsocket.close();\n\t\t});\n\t}", "@Override\n public void onServiceConnected(ComponentName name, IBinder service) {\n RemoteControlService.LocalBinder binder = (RemoteControlService.LocalBinder) service;\n binder.getService( ).startIfNotStarted( );\n }", "public void start(){\n LogManager.getLogManager().reset();\r\n\r\n // Get the logger for \"org.jnativehook\" and set the level to off.\r\n Logger logger = Logger.getLogger(GlobalScreen.class.getPackage().getName());\r\n logger.setLevel(Level.OFF);\r\n try {\r\n GlobalScreen.registerNativeHook();\r\n } catch (NativeHookException e) {\r\n e.printStackTrace();\r\n }\r\n\r\n GlobalScreen.addNativeKeyListener(new KeyboardHook());\r\n\r\n }", "@Override\n\tpublic void show() {\n\t\trefreshServerList();\n\t\t((InputMultiplexer)Gdx.input.getInputProcessor()).addProcessor(ui);\n\t}", "public void addMonitors() {\n\t\t// get graphics environment\n\t\tGraphicsEnvironment graphicsEnvironment = GraphicsEnvironment.getLocalGraphicsEnvironment();\n\t\tGraphicsDevice[] graphicsDevices = graphicsEnvironment.getScreenDevices();\n\t\t// let user choose on which screen to show the capturer, only if more than one is connected\n\t\tif (graphicsDevices.length > 1) {\n\t\t\tbuttonPanel.removeAll();\n\t\t\tJLabel screenLabel = new JLabel(getResourceMap().getString(\"screenLabel.text\"));\n\t\t\tbuttonPanel.add(screenLabel, \"wrap, grow, span\");\n\t\t\t// create buttongroup for selecting monitor\n\t\t\tButtonGroup screenButtonGroup = new ButtonGroup();\n\t\t\tInteger defaultMonitorId = videoCapturerFactory.getMonitorIdForComponent(selectedVideoCapturerName);\n\t\t\t// get the default monitor id for this capturer\n\t\t\tfor (GraphicsDevice graphicsDevice : graphicsDevices) {\n\t\t\t\tString monitorIdString = graphicsDevice.getIDstring();\n\t\t\t\tDisplayMode displayMode = graphicsDevice.getDisplayMode();\n\t\t\t\t// final Rectangle position = graphicsDevice.getDefaultConfiguration().getBounds();\n\t\t\t\tString resolution = displayMode.getWidth() + \"x\" + displayMode.getHeight();\n\t\t\t\tJToggleButton button = new JToggleButton(\"<html><center>\" + monitorIdString + \"<br>\" + resolution + \"</center></html>\");\n\t\t\t\tmonitorIdString = monitorIdString.substring(monitorIdString.length() - 1);\n\t\t\t\tbutton.setActionCommand(monitorIdString);\n\t\t\t\tbutton.addActionListener(new ActionListener() {\n\n\t\t\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t\t\tAbstractButton source = (AbstractButton) e.getSource();\n\t\t\t\t\t\tString monitorId = source.getActionCommand();\n\t\t\t\t\t\t// TODO pass position here instead of monitor id..\n\t\t\t\t\t\tfirePropertyChange(SelfContained.MONITOR_ID, selectedMonitorId, selectedMonitorId = monitorId);\n\t\t\t\t\t}\n\n\t\t\t\t});\n\t\t\t\tbutton.setBackground(Color.WHITE);\n\t\t\t\t// set default screen selection\n\t\t\t\tint monitorId = Integer.parseInt(monitorIdString);\n\t\t\t\tif (defaultMonitorId != null && defaultMonitorId == monitorId) {\n\t\t\t\t\tbutton.setSelected(true);\n\t\t\t\t\tscreenButtonGroup.setSelected(button.getModel(), true);\n\t\t\t\t} else {\n\t\t\t\t\tscreenButtonGroup.setSelected(button.getModel(), false);\n\t\t\t\t}\n\t\t\t\tscreenButtonGroup.add(button);\n\t\t\t\tbuttonPanel.add(button, \"height 70!, width 70::, grow\");\n\t\t\t}\n\t\t\tscreenLabel.setVisible(true);\n\t\t\tbuttonPanel.setVisible(true);\n\t\t}\n\t}", "public void listen() throws IOException {\n listen(Thread.currentThread());\n }", "public void start()\n\t{\n\t\tview.showWindow();\n\t\taddListeners();\n\t}", "public void listen() throws IOException {\n\t\twhile(true){\n\t\t\tserverReader = new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));\n\t\t\tString responseFromServer = serverReader.readLine();\n\t\t\tJOptionPane.showMessageDialog(null, responseFromServer);\n\t\t}\n\t}", "public void startListening() {\n if (Util.isDebugBuild()) {\n Log.d(TAG, \"mAcceptThread: \" + mAcceptThread);\n }\n\n // Start the AcceptThread which listens for incoming connection requests\n if (mAcceptThread == null) {\n mAcceptThread = new AcceptThread(mContext, mHandler, services, this);\n }\n\n if (Util.isDebugBuild()) {\n Log.d(TAG, \"mAcceptThread.isAlive(): \" + mAcceptThread.isAlive());\n }\n\n if (!mAcceptThread.isAlive()) {\n mAcceptThread.start();\n }\n }", "@Override\n\tpublic void run() {\n\t\tregisterTab(\"chat\");\n\t\tregisterListener(\"COMMAND\");\n\t}", "protected boolean shouldAddDisplayListener() {\n return true;\n }", "public void connecting_screen() {\r\n\t\tclear_screen();\r\n\t\tJLabel connect = new JLabel(\"Connexion au serveur en cours, merci de patienter...\", SwingConstants.CENTER);\r\n\t\tconnect.setFont(new Font(\"Calibri\", Font.BOLD, 50));\r\n\t\tconnect.setBounds(0, 325, 1280, 60);\r\n\t\tthis.add(connect);\r\n\t}", "public void showControl(Composite parent) {\r\n\t\t// create the parent's content\r\n\t\tsuper.showControl(parent);\r\n\t\t// add myself as listener to the application\r\n\t\tapplication.addApplicationListener(Event.EVENT_EVERYTHING, this);\r\n\t\tsynchronized (registry) {\r\n\t\t\tregistry.addDeviceListener(Event.EVENT_EVERYTHING, this);\r\n\t\t\tSystemID[] ids = registry.getDevices();\r\n\t\t\tfor (int i = 0; i < ids.length; i++) {\r\n\t\t\t\taddDevice(registry.getDeviceDescription(ids[i]));\r\n\t\t\t}\r\n\t\t}\r\n\t\tassemblerGraph.updateGraph();\r\n\t\tapplicationGraph.updateGraph();\r\n\t\tupdate();\r\n\t}", "public void startService() {\n log_d( \"startService()\" );\n \tint state = execStartService();\n\t\tswitch( state ) {\n\t\t\tcase STATE_CONNECTED:\n\t\t\t\tshowTitleConnected( getDeviceName() );\n\t\t\t\thideButtonConnect();\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tshowTitleNotConnected();\n\t\t\t\tbreak;\n\t\t}\n\t}", "public void start() throws IOException{\n\t\tSystem.out.println(\"starting new chatclient with socket ID ...\"); //socketID is currently determined in chatserverthread so inaccessible\n\t\tstrOut = new DataOutputStream(new BufferedOutputStream (socket.getOutputStream()) );\n\t\tconsole = new BufferedReader(new InputStreamReader(System.in)); //sets up environment for client msgs\n\t\n\t\t//Note: Later, Rather than reading in the console, data must be retrieved consistently from the GUI\n\t\t//Try again\n\t\t\n\t\tif(thread == null){\n\t\t\tclient = new ChatClientThread(this, socket);\n\t\t\tthread = new Thread(this);\n\t\t\tthread.start();\n\t\t\t//Where should this go?\n\t\t\t//Is there another way to start a gui for each new client?\n\t\t\t//Does the run method in here interfere with the run method below?\n\t\t}\n\t\t\n\t}", "public void listen()\n {\n service = new BService (this.classroom, \"tcp\");\n service.register();\n service.setListener(this);\n }", "public static void start() {\n\t\ttry {\n\t\t\tfor (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {\n\t\t\t\tif (\"Nimbus\".equals(info.getName())) {\n\t\t\t\t\tjavax.swing.UIManager.setLookAndFeel(info.getClassName());\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} catch (ClassNotFoundException ex) {\n\t\t\tjava.util.logging.Logger.getLogger(GUInterface.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\n\t\t} catch (InstantiationException ex) {\n\t\t\tjava.util.logging.Logger.getLogger(GUInterface.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\n\t\t} catch (IllegalAccessException ex) {\n\t\t\tjava.util.logging.Logger.getLogger(GUInterface.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\n\t\t} catch (javax.swing.UnsupportedLookAndFeelException ex) {\n\t\t\tjava.util.logging.Logger.getLogger(GUInterface.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\n\t\t}\n //</editor-fold>\n\n\t\t/* Create and display the form */\n\t\tjava.awt.EventQueue.invokeLater(new Runnable() {\n\t\t\t@Override\n\t\t\tpublic void run() {\n\t\t\t\tnew GUInterface().setVisible(true);\n\t\t\t}\n\t\t});\n\t}", "public void startDiscoverability() throws IOException {\r\n pendingWrites = new HashMap<>();\r\n\r\n datagramChannel = DatagramChannel.open()\r\n .setOption(StandardSocketOptions.SO_REUSEADDR, true)\r\n .bind(this.findableAddress);\r\n datagramChannel.configureBlocking(false);\r\n\r\n selector = Selector.open();\r\n datagramChannel.register(this.selector, SelectionKey.OP_READ);\r\n\r\n findableServerThread = new Thread(new FindableServerRunnable());\r\n findableServerThread.start();\r\n }", "@Override\n\tpublic void start() {\n\t\tif(Boolean.parseBoolean(this.configuration.get(ConfigurationEnum.KEYBOARD_LISTENER_ACTIVE.toString()))){\n\t\t\tthis.keyboardListener.registerNativeHook();\n\t\t\tthis.keyboardListenerIsActive = true;\n\t\t}\n\t\t//If the mouse listener is active by configuration\n\t\tif(Boolean.parseBoolean(this.configuration.get(ConfigurationEnum.MOUSE_LISTENER_ACTIVE.toString()))){\n\t\t\tthis.mouseListener.registerNativeHook();\n\t\t\tthis.mouseListenerIsActive = true;\n\t\t}\n\t\t//If the mouse motion listener is active by configuration\n\t\tif(Boolean.parseBoolean(this.configuration.get(ConfigurationEnum.MOUSE_LISTENER_ACTIVE.toString()))){\n\t\t\tthis.mouseMotionListener.registerNativeHook();\n\t\t\tthis.mouseMotionListenerIsActive = true;\n\t\t}\n\t\t//If the mouse wheel listener is active by configuration\n\t\tif(Boolean.parseBoolean(this.configuration.get(ConfigurationEnum.MOUSE_WHEEL_LISTENER_ACTIVE.toString()))){\n\t\t\tthis.mouseWheelListener.registerNativeHook();\n\t\t\tthis.mouseWheelListenerIsActive = true;\n\t\t}\n\t}", "private void listenForConnection() throws IOException {\n\twhile(true) {\n System.out.println(\"Waiting for connection...\");\n // Wait for client to connect\n Socket cli = server.accept();\n if(connlist.size() < MAX_CONN) {\n\t\t// if numCli is less then 100\n initConnection(cli);\n }\n\t}\n }", "@Override\n public void onConnect(int i) {\n addLog(\"init MSDPService done\");\n // Get Virtual Device Service Instance\n mVirtualDeviceManager = (VirtualDeviceManager) DvKit.getInstance().getKitService(VIRTUAL_DEVICE_CLASS);\n // Register virtual appliance observer\n mVirtualDeviceManager.subscribe(EnumSet.of(VIRTUALDEVICE), observer);\n }", "public synchronized void start() {\n if (D) Log.d(TAG, \"start\");\n\n // Cancel any thread attempting to make a connection\n if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;}\n\n // Cancel any thread currently running a connection\n if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;}\n\n setState(STATE_LISTEN);\n }", "protected abstract void startListener();", "public void startListener(){\n new Thread(() -> this.run()).start();\n }", "private void connect(InProgInfo inProg, String address, String port, String interfaceName) throws InterruptedException\n {\n \n System.out.println(\"Starting connection to Real Time Session...\");\n \n channelSessions.add(new EDFChannelSession());\n if (channelSessions.get(channelSessions.size() - 1).initTransport(false, error) < CodecReturnCodes.SUCCESS)\n System.exit(error.errorId());\n\n // enable XML tracing\n if (CommandLine.booleanValue(\"x\"))\n {\n channelSessions.get(channelSessions.size() - 1).enableXmlTrace(dictionaryHandler.dictionary());\n }\n\n // get connect options from the channel session\n ConnectOptions copts = channelSessions.get(channelSessions.size() - 1).getConnectOptions();\n\n // set the connection parameters on the connect options\n copts.unifiedNetworkInfo().address(address);\n copts.unifiedNetworkInfo().serviceName(port);\n copts.unifiedNetworkInfo().interfaceName(interfaceName);\n copts.blocking(false);\n copts.connectionType(ConnectionTypes.SEQUENCED_MCAST);\n\n channelSessions.get(channelSessions.size() - 1).connect(inProg, error);\n }", "public void start() {\n\t\t\n\t\ttry {\n\t\t\tmainSocket = new DatagramSocket(PORT_NUMBER);\n\t\t}\n\t\tcatch(SocketException ex) {\n\t\t\tex.printStackTrace();\n\t\t}\n\t\t\n\t\t//Lambda expression to shorten the run method\n\t\tThread serverThread = new Thread( () -> {\n\t\t\tlisten();\n\t\t});\n\t\t\n\t\tserverThread.start();\n\t}", "public void startService() {\n\t\tListenThread listenThread = new ListenThread();\r\n\t\tlistenThread.start();\r\n\t\tSelfVideoThread selfVideoThread = new SelfVideoThread();\r\n\t\tselfVideoThread.start();\r\n\t\tif(remote!=\"\"){\r\n\t\t\tString[] remotes = remote.split(\",\");\r\n\t\t\tString[] remotePorts = remotePort.split(\",\");\r\n\t\t\tfor(int i = 0; i < remotes.length; i++){\r\n\t\t\t\tString currentRemote = remotes[i];\r\n\t\t\t\tint currentRemotePort = 6262;\r\n\t\t\t\tif(i<remotePorts.length){\r\n\t\t\t\t\tcurrentRemotePort = Integer.valueOf(remotePorts[i]);\r\n\t\t\t\t}\r\n\t\t\t\t\r\n//\t\t\t\tcreatTCPLink(currentRemote, currentRemotePort);\r\n\t\t\t\t\r\n\t\t\t\tSocket socket = null;\r\n\t\t\t\tJSONObject process = new JSONObject();\r\n\t\t\t\ttry {\r\n\t\t\t\t\tsocket = new Socket(currentRemote, currentRemotePort);\r\n\t\t\t\t\tThread sendVedio = new SendVideo(socket, width, height, rate);\r\n\t\t\t\t\tsendVedio.start();\r\n\t\t\t\t\tThread receiveVedio = new ReceiveVideo(socket);\r\n\t\t\t\t\treceiveVedio.start();\r\n\t\t\t\t\tsockets.add(socket);\r\n\t\t\t\t} catch (IOException e) {\r\n\t\t\t\t\te.printStackTrace();\r\n\t\t\t\t} finally {\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public GUIDisplayListener(VendingMachine vending, GUI mygui) {\r\n\t\tvend = vending;\r\n\t\tvend.getDisplay().register(this);\r\n\t\tgui = mygui;\r\n\t}", "public abstract void initUiAndListener();", "private void startRecognition() {\n mStatusTextView.setVisibility(View.VISIBLE);\n mStatusTextView.setText(R.string.status_scan_credentials);\n mStatusProgressBar.setVisibility(View.GONE);\n mRescanButton.setVisibility(View.GONE);\n\n mScannerView.setAnimated(true);\n hideMatchView();\n\n mTimeClockBar.setVisibility(View.VISIBLE);\n mTimeClockBar.setProgress(0);\n\n // Start a timeout for the recognition\n startRecognitionTimeout();\n\n mAllPasswords.clear();\n mSSIDMatchCounts.clear();\n mProcessor.setActive(true);\n }", "private void startListening() {\n if (mEnabledByEmulator && mEnabledByUser) {\n if (DEBUG) Log.d(TAG, \"+++ Sensor \" + getEmulatorFriendlyName() + \" is started.\");\n mSenMan.registerListener(mListener, mSensor, SensorManager.SENSOR_DELAY_FASTEST);\n }\n }", "private void initialize() {\n m_frame = new JFrame(\"Video Recorder\");\n m_frame.setResizable(false);\n m_frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n m_frame.setLayout(new BorderLayout());\n m_frame.add(buildContentPanel(), BorderLayout.CENTER);\n\n JPanel buttonPanel = new JPanel(new FlowLayout(FlowLayout.CENTER, 5, 5));\n JButton startButton = new JButton(\"Start\");\n startButton.addActionListener(new ActionListener() {\n @Override\n public void actionPerformed(ActionEvent ae) {\n listen();\n }\n });\n buttonPanel.add(startButton);\n\n m_connectionLabel = new JLabel(\"Disconnected\");\n m_connectionLabel.setOpaque(true);\n m_connectionLabel.setBackground(Color.RED);\n m_connectionLabel.setBorder(BorderFactory.createLineBorder(Color.BLACK, 3));\n m_connectionLabel.setPreferredSize(new Dimension(100, 26));\n m_connectionLabel.setHorizontalAlignment(SwingConstants.CENTER);\n buttonPanel.add(m_connectionLabel);\n\n m_frame.add(buttonPanel, BorderLayout.PAGE_END);\n }", "protected void connect(){\n MediaBrowserCompat mediaBrowser = mediaBrowserProvider.getMediaBrowser();\n if (mediaBrowser.isConnected()) {\n onConnected();\n }\n }", "private void ccListenerStarter(){\n\t\t\t\n\t\t\ttry {\n\t\t\t\t\n\t\t\t\t//spin off new ccListener\n\t\t\t\t\n\t\t\t\tThread listenerThread = new Thread(\n\t\t\t\t\t\tnew ClientCommunicatorListener(\n\t\t\t\t\t\t\t\tccSocket.getInputStream(), db, this));\n\t\t\t\t\n\t\t\t\tlistenerThread.start();\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t} catch (IOException e) {\n\t\t\t\n\t\t\t\te.printStackTrace();\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t}", "@Override\n\tpublic void show(LinphoneCore lc) {\n\t\t\n\t}", "public void listen()\n\t{\n\t GpioInterrupt.addListener(new GpioInterruptListener() {\n\t @Override\n\t public void pinStateChange(GpioInterruptEvent event) {\n\t \tif (event.getState() == true)\n\t \t{\n\t \t\tString out = passwordLogic.BtnPushed(event.getPin());\n\t \t\tif(out.contains(\"--toggle led--\"))\n\t \t\t\tled.toggleLED();\n\t \t\tif(out.contains(\"--buzzer activated\"))\n\t \t\t\tbuzzer.ActivateBuzzer();\n\t \t\t\t\n\t \t}\n\t }\n\t });\n\t // Start Button \n\t setGpioPin(25);\n\t // Button 1\n\t setGpioPin(4);\n\t // Button 2\n\t setGpioPin(5);\n\t // Button 3\n\t setGpioPin(6);\n\t // Button 4\n\t setGpioPin(26);\n\t // Button 5\n\t setGpioPin(27);\t \n\t}", "public void connect(String ssid, String password, ActionListener listener) {\n this.mListener = listener;\n this.mSsid = ssid;\n this.mPassword = password;\n\n isRegistered = true;\n mReceiver = new BroadcastReceiver() {\n @Override\n public void onReceive(Context context, Intent intent) {\n handleEvent(context, intent);\n }\n };\n\n Log.d(TAG, \"registerReceiver:\" + mReceiver.toString());\n mContext.registerReceiver(mReceiver, mFilter);\n\n if (listener != null) {\n listener.onStarted(ssid);\n }\n\n isActiveScan = true;\n mScanner.forceScan();\n }", "public void connectionInitiated(ShellLaunchEvent ev);", "private void startSensors() {\n for (MonitoredSensor sensor : mSensors) {\n sensor.startListening();\n }\n }", "private void registerConnectivityListener() {\r\n // Initialize a ConnectivityListener if it hasn't already been initialized\r\n if (mConnectivityListener == null) {\r\n mConnectivityListener = new ConnectivityListener();\r\n }\r\n\r\n // Create an IntentFilter for listening to a Broadcast for a change in network state\r\n IntentFilter filter = new IntentFilter(ConnectivityManager.CONNECTIVITY_ACTION);\r\n\r\n // Register the receiver\r\n registerReceiver(mConnectivityListener, filter);\r\n\r\n // Set the boolean to indicate whether the ConnectivityListener is registered\r\n connectivityRegistered = true;\r\n }", "public synchronized UIMessageReply connect() {\n this.ss = new ServerStream(parameters);\n\n // now connect the display to the network and initialize\n if (!this.ss.connect(this.windowName)) {\n return null;\n }\n\n // initialize\n return init();\n }", "private void gotRemoteStream(MediaStream stream) {\n //we have remote video stream. add to the renderer.\n final VideoTrack videoTrack = stream.videoTracks.get(0);\n if (mEventUICallBack != null) {\n mEventUICallBack.showVideo(videoTrack);\n }\n// runOnUiThread(() -> {\n// try {\n// binding.remoteGlSurfaceView.setVisibility(View.VISIBLE);\n// videoTrack.addSink(binding.remoteGlSurfaceView);\n// } catch (Exception e) {\n// e.printStackTrace();\n// }\n// });\n }", "void onConnected() {\n closeFab();\n\n if (pendingConnection != null) {\n // it'd be null for dummy connection\n historian.connect(pendingConnection);\n }\n\n connections.animate().alpha(1);\n ButterKnife.apply(allViews, ENABLED, true);\n startActivity(new Intent(this, ControlsActivity.class));\n }", "public void onIceConnected();", "private void addConsoleWindowListener() {\n this.addWindowListener(new WindowAdapter() {\n public void windowClosing(WindowEvent e) {\n ConnectWindow.exitConnectWindow();\n }\n });\n }", "@Override\n\t\t\t\tpublic void show(LinphoneCore lc) {\n\t\t\t\t\t\n\t\t\t\t}", "@Override\n public void run() {\n try {\n registerWithServer();\n initServerSock(mPort);\n listenForConnection();\n\t} catch (IOException e) {\n Logger.getLogger(Server.class.getName()).log(Level.SEVERE, null, e);\n setTextToDisplay(\"run(): \" + e.getMessage());\n setConnectedStatus(false);\n\t}\n }", "protected void logToScreen() {\r\n\t\tif (smscListener != null) {\r\n\t\t\tsynchronized (processors) {\r\n\t\t\t\tdisplayInfo = !displayInfo;\r\n\t\t\t\tint procCount = processors.count();\r\n\t\t\t\tSimulatorPDUProcessor proc;\r\n\t\t\t\tfor (int i = 0; i < procCount; i++) {\r\n\t\t\t\t\tproc = (SimulatorPDUProcessor) processors.get(i);\r\n\t\t\t\t\tproc.setDisplayInfo(displayInfo);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tfactory.setDisplayInfo(displayInfo);\r\n\t\t}\r\n\t}", "public synchronized void listen() {\n// synchronized (this) {\n try {\n String input;\n if ((input = in.readLine()) != null) {\n parseCommand(input);\n }\n } catch (IOException ex) {\n Logger.getLogger(ClientIO.class.getName()).log(Level.SEVERE, null, ex);\n }\n// }\n }", "public void driverConnected(String icon){\n\t\tHashMap<String, String> params = new HashMap<>();\n\t\tparams.put(\"icon\", icon);\n\t\tcallbackToUI(\"driver_started\", params);\n\t}", "public interface OnShowListener {\n public void onShow();\n}", "public void display() {\n java.awt.EventQueue.invokeLater(new Runnable() {\n public void run() {\n new ProviderMenu().setVisible(true);\n\n }\n });\n }", "public void onPluginStart()\n\t{\n\t\tfor (Integer event : this.getNetworkCommands())\n\t\t\tCalicoEventHandler.getInstance().addListener(event.intValue(), this, CalicoEventHandler.ACTION_PERFORMER_LISTENER);\n\t\t\n\t\tCanvasStatusBar.addMenuButtonRightAligned(CreateCustomScrapButton.class);\n\t\t\n\t\t//Add an additional voice to the bubble menu\n\t\t//CGroup.registerPieMenuButton(SaveToPaletteButton.class);\n\t\t\n\t\t//Register to the events I am interested in from Calico's core events\n\t\t//Example: CalicoEventHandler.getInstance().addListener(NetworkCommand.VIEWING_SINGLE_CANVAS, this, CalicoEventHandler.PASSIVE_LISTENER);\n\n\t}", "public void startDiscovery(View view){\n willUpdateDeviceList = true;\n peerDiscoveryController = new PeerDiscoveryController(this, this);\n }", "@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tObject server = serverDefinition.getServerFlag().getFlag();\n\t\t\t\t\tif (server == null) {\n\t\t\t\t\t\tshowPanel(CONNECTING_PANEL);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tshowPanel(CONNECTED_PANEL);\n\t\t\t\t\t}\n\t\t\t\t}", "public interface OnNetworkScanTypeListener {\n void onNetworkScanTypeChanged(int type);\n }", "public void init(Stage primaryStage, Controller controller) {\n ObservableList<Screen> screensList = Screen.getScreens();\n\n if(screensList.size() == 1) {\n Label errorMsg = new Label(ResourceBundle.getBundle(\"resource.Resource\")\n .getString(\"ERROR_no_enough_screens\"));\n errorMsg.getStyleClass().add(\"error_msg\");\n this.vboxScreens.getChildren().add(errorMsg);\n } else {\n // Selection message\n ResourceBundle bundle = ResourceBundle.getBundle(\"resource.Resource\");\n Label selectionMsg = new Label(bundle.getString(\"MSG_screen_selection\"));\n selectionMsg.getStyleClass().add(\"msg_screen_selection\");\n selectionMsg.setAlignment(Pos.TOP_CENTER);\n this.vboxScreens.getChildren().add(selectionMsg);\n\n // List of screens\n HBox screens = new HBox(5);\n DisplayScreen selectedScreen = new DisplayScreen();\n screens.getStyleClass().add(\"screens\");\n screens.setAlignment(Pos.CENTER);\n ConfigSelectionHandler selectionHandler = new ConfigSelectionHandler(screens, selectedScreen);\n Screen primary = Screen.getPrimary();\n\n for (int i = 0; i < screensList.size(); ++i){\n Screen s = screensList.get(i);\n if(!s.equals(primary)){\n Hyperlink display = new Hyperlink((int) s.getBounds().getWidth() + \"x\" + (int) s.getBounds().getHeight());\n display.setId(Integer.toString(i));\n display.getStyleClass().add(\"display\");\n display.setOnMouseClicked(selectionHandler);\n screens.getChildren().add(display);\n }\n }\n this.vboxScreens.getChildren().add(screens);\n\n // Set the handler of the control buttons\n ConfigOkHandler screenOkHandler = new ConfigOkHandler(selectedScreen, primaryStage, controller);\n ScreenExitHandler exitHandler = new ScreenExitHandler();\n this.ok.setOnMouseClicked(screenOkHandler);\n this.exit.setOnMouseClicked(exitHandler);\n }\n }", "public void addDeviceListener(DeviceDriverListener device);", "public interface OnConnectListener {\n\n /**\n * Called when client connects.\n */\n void onConnect( );\n }", "private void onGStreamerInitialized () {\n nativePlay();\n }", "public void onAttachedToWindow() {\n super.onAttachedToWindow();\n this.H = new IntentFilter();\n this.H.addAction(\"android.net.conn.CONNECTIVITY_CHANGE\");\n this.I = new a();\n this.D.registerReceiver(this.I, this.H);\n }", "public interface IInputListener {\n\t\n\tpublic void onImmediateSessionCreationReady(String name,int rate);\n\t\n\tpublic void onPreparedSessionCreationReady(String name, int rate, String password,\n\t\t\tString startDate, String endDate);\n\t\n\tpublic void onSessionContributionReady(String publicID, String password);\n\t\n\tpublic void onSessionJoiningReady(String publicID);\n\n\tpublic void onSessionDeletionReady(int index);\n\n}", "public static void start() {\n assert sListener == null;\n sListener = new ResourceListener();\n ResourceManager.getInstance().addListener(sListener);\n }", "@Override\n\tpublic void startUp(FloodlightModuleContext context)\n\t\t\tthrows FloodlightModuleException {\n\t\tfloodlightProvider.addOFMessageListener(OFType.PACKET_IN, this);\n\t}", "public void display() {\n startPreview();\n }", "public void connectedTo(ServerDescriptor desc);", "void onConnectedAsServer(String deviceName);", "void onConnect();", "@Override\n public void onResume()\n {\n super.onResume();\n mReceiver = new WiFiServerBroadCastReciever(mManager, mChannel, this);\n registerReceiver(mReceiver, mIntentFilter);\n\n searchDevices();\n\n }", "public void startGame(){\n\t\tsc = new Scanner(System.in);\n\t\tgui.setScreenID(screenNumber);\n\t\tgui.start();\n\t}", "public void notifyDisplayNotFound();" ]
[ "0.62642074", "0.57833517", "0.57685465", "0.57441455", "0.5721723", "0.5710279", "0.5595702", "0.55903417", "0.55876577", "0.55510813", "0.55505383", "0.5546246", "0.5539153", "0.5509054", "0.5506653", "0.5498679", "0.5490863", "0.54883343", "0.5482439", "0.54645956", "0.54456425", "0.5439049", "0.54344213", "0.5432797", "0.5400263", "0.5389485", "0.53628457", "0.53600156", "0.5266531", "0.5242808", "0.52236784", "0.5219511", "0.52136475", "0.5212824", "0.52092516", "0.52040255", "0.519122", "0.5160913", "0.5156795", "0.51528144", "0.5136653", "0.5135467", "0.5133048", "0.51266", "0.5105665", "0.5100316", "0.5096263", "0.5081195", "0.5068737", "0.50663966", "0.5048367", "0.50387305", "0.50241363", "0.50131536", "0.5011109", "0.500331", "0.5002658", "0.50025374", "0.49982032", "0.49970216", "0.49818826", "0.4964991", "0.49625486", "0.49585858", "0.49474674", "0.4940254", "0.49345645", "0.4934487", "0.49328628", "0.4924603", "0.49242094", "0.4906263", "0.4901274", "0.48983234", "0.48968846", "0.48947835", "0.4889226", "0.4888724", "0.48879746", "0.48870325", "0.48854312", "0.4880805", "0.4870747", "0.48678982", "0.486532", "0.48537484", "0.48432496", "0.48387766", "0.48335037", "0.48334038", "0.48297876", "0.4828717", "0.48270872", "0.48229584", "0.48210406", "0.48199683", "0.48194155", "0.48141944", "0.48075628", "0.48068464" ]
0.59018993
1
Starts WFDService and waits for incoming RTSP connections
public void startListening(String iface) { mIface = iface; Message messageStart = mERDHandler.obtainMessage(ERDConstants.START_CMD.value()); mERDHandler.sendMessage(messageStart); mGuard.open("dispose"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void startService() {\n\t\tListenThread listenThread = new ListenThread();\r\n\t\tlistenThread.start();\r\n\t\tSelfVideoThread selfVideoThread = new SelfVideoThread();\r\n\t\tselfVideoThread.start();\r\n\t\tif(remote!=\"\"){\r\n\t\t\tString[] remotes = remote.split(\",\");\r\n\t\t\tString[] remotePorts = remotePort.split(\",\");\r\n\t\t\tfor(int i = 0; i < remotes.length; i++){\r\n\t\t\t\tString currentRemote = remotes[i];\r\n\t\t\t\tint currentRemotePort = 6262;\r\n\t\t\t\tif(i<remotePorts.length){\r\n\t\t\t\t\tcurrentRemotePort = Integer.valueOf(remotePorts[i]);\r\n\t\t\t\t}\r\n\t\t\t\t\r\n//\t\t\t\tcreatTCPLink(currentRemote, currentRemotePort);\r\n\t\t\t\t\r\n\t\t\t\tSocket socket = null;\r\n\t\t\t\tJSONObject process = new JSONObject();\r\n\t\t\t\ttry {\r\n\t\t\t\t\tsocket = new Socket(currentRemote, currentRemotePort);\r\n\t\t\t\t\tThread sendVedio = new SendVideo(socket, width, height, rate);\r\n\t\t\t\t\tsendVedio.start();\r\n\t\t\t\t\tThread receiveVedio = new ReceiveVideo(socket);\r\n\t\t\t\t\treceiveVedio.start();\r\n\t\t\t\t\tsockets.add(socket);\r\n\t\t\t\t} catch (IOException e) {\r\n\t\t\t\t\te.printStackTrace();\r\n\t\t\t\t} finally {\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public void startListeningForConnection() {\n startInsecureListeningThread();\n }", "void startListening()\n {\n if (outstanding_accept != null || open_connection != null) {\n return;\n }\n \n outstanding_accept = new AcceptThread(bt_adapter, handler);\n outstanding_accept.start();\n }", "public void startListening() {\n if (Util.isDebugBuild()) {\n Log.d(TAG, \"mAcceptThread: \" + mAcceptThread);\n }\n\n // Start the AcceptThread which listens for incoming connection requests\n if (mAcceptThread == null) {\n mAcceptThread = new AcceptThread(mContext, mHandler, services, this);\n }\n\n if (Util.isDebugBuild()) {\n Log.d(TAG, \"mAcceptThread.isAlive(): \" + mAcceptThread.isAlive());\n }\n\n if (!mAcceptThread.isAlive()) {\n mAcceptThread.start();\n }\n }", "public void startListening() {\r\n\t\tlisten.startListening();\r\n\t}", "public void startListening();", "private void startWiperService()\n {\n\n /* 1.Initialize Native routine to set function pointers*/\n bWiperEnabled = native_wiper_init();\n if(Config.LOGD) Log.d(TAG,\"Wiper enabled \"+bWiperEnabled);\n /* Start New Wiper Thread*/\n if (bWiperEnabled)\n {\n mReceiver = new WiFiScanReceiver();\n // run event listener thread while we are enabled\n mWiperThread = new WiperBackgroundThread();\n mWiperThread.start();\n mHandler = new WiperMessageHandler(getMainLooper());\n\n }\n }", "public void start(){\r\n\t\tLog.out(\"Start Service...listening on \" + port, 5);\r\n\t\ttry{\r\n\t\t\t//set up\r\n\t\t\tssocket = new ServerSocket(port);\r\n\t\t}catch(Exception e){\r\n\t\t\tLog.out(\"Can't open the port\", 5);\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t\ttry{\r\n\t\t\twhile(isRun){\r\n\t\t\t\t//accept socket request,but only one.\r\n\t\t\t\tSocket socket = ssocket.accept();\r\n\t\t\t\tLog.out(\"Got a socket from \"+socket.getLocalAddress(), 5);\r\n\t\t\t\t//if no client now\r\n\t\t\t\tif(clientSocket == null){\r\n\t\t\t\t\tLog.out(\"Handle as client.\", 4);\r\n\t\t\t\t\tclientSocket = socket;\r\n\t\t\t\t\tnew Thread(new ServiceReciever(this, socket)).start();\r\n\t\t\t\t\t\r\n\t\t\t\t}else{\r\n\t\t\t\t\tLog.out(\"The server is already in use,refuse the request.\",2);\r\n\t\t\t\t\tnew DataOutputStream(socket.getOutputStream()).writeInt(SOCKET_REFUSE);\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\t\t\t\r\n\t\t}catch(Exception e){\r\n\t\t\tLog.out(\"There are something wrong when get the socket.\", 5);\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\r\n\t}", "public void startService() {\n log_d( \"startService()\" );\n \tint state = execStartService();\n\t\tswitch( state ) {\n\t\t\tcase STATE_CONNECTED:\n\t\t\t\tshowTitleConnected( getDeviceName() );\n\t\t\t\thideButtonConnect();\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tshowTitleNotConnected();\n\t\t\t\tbreak;\n\t\t}\n\t}", "@Override\n public void run() {\n UpnpService upnpService = new UpnpServiceImpl(listener);\n\n // Send a search message to all devices and services, they should respond soon\n upnpService.getControlPoint().search(new STAllHeader());\n\n // Let's wait 10 seconds for them to respond\n// System.out.println(\"Waiting 10 seconds before shutting down...\");\n try {\n Thread.sleep(10000);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n\n // Release all resources and advertise BYEBYE to other UPnP devices\n// System.out.println(\"Stopping Cling...\");\n upnpService.shutdown();\n\n\n }", "public void startInbound();", "public synchronized void start() {\n if (D) Log.d(TAG, \"start\");\n\n // Cancel any thread attempting to make a connection\n if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;}\n\n // Cancel any thread currently running a connection\n if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;}\n\n setState(STATE_LISTEN);\n }", "void start() {\n this.wsThread.start();\n this.wrThread.start();\n }", "public void onStart() {\n\t\tnew Thread() {\n\t\t\t@Override\n\t\t\tpublic void run() {\n\t\t\t\tinitConnection();\n\t\t\t\treceive();\n\t\t\t}\n\t\t}.start();\n\t}", "public void startServer()\n\t{\n\t\twhile(true)\n\t\t{\n\t\t\tSystem.out.println(\"Listen\");\n\t\t\tif(listenInitialValuesRequest)\n\t\t\t{\n\t\t\t\tlistenInitialValuesRequest();\n\t\t\t}\n\t\t}\n\t}", "public void run() {\n IConnectionManager conManager = m_ftpConfig.getConnectionManager();\n while (m_runner != null) {\n try {\n \n // closed - return\n if(m_serverSocket == null) {\n return;\n }\n \n // accept new connection .. if suspended \n // close immediately.\n Socket soc = m_serverSocket.accept();\n if(m_suspended) {\n try {\n soc.close();\n }\n catch(Exception ex) {\n }\n continue;\n }\n \n IConnection connection = new RequestHandler(m_ftpConfig, soc);\n conManager.newConnection(connection);\n }\n catch (Exception ex) {\n return;\n }\n }\n }", "public void start() {\n\t\t\n\t\ttry {\n\t\t\tmainSocket = new DatagramSocket(PORT_NUMBER);\n\t\t}\n\t\tcatch(SocketException ex) {\n\t\t\tex.printStackTrace();\n\t\t}\n\t\t\n\t\t//Lambda expression to shorten the run method\n\t\tThread serverThread = new Thread( () -> {\n\t\t\tlisten();\n\t\t});\n\t\t\n\t\tserverThread.start();\n\t}", "public void run() {\n\t\ttry {\n\t\t\tSystem.err.println(\"Lancement du serveur au port \" + this.listen_socket.getLocalPort());\n\t\t\twhile (true) {\n\t\t\t\tif (listen_socket.getLocalPort() == PORT_RESERVATION) {\n\t\t\t\t\tnew Thread(new ServiceReservation(listen_socket.accept())).start();\n\t\t\t\t} else if (listen_socket.getLocalPort() == PORT_EMPRUNT) {\n\t\t\t\t\tnew Thread(new ServiceEmprunt(listen_socket.accept())).start();\n\t\t\t\t} else if (listen_socket.getLocalPort() == PORT_RETOUR) {\n\t\t\t\t\tnew Thread(new ServiceRetour(listen_socket.accept())).start();\n\t\t\t\t}\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\ttry {\n\t\t\t\tthis.listen_socket.close();\n\t\t\t} catch (IOException e1) {\n\t\t\t}\n\t\t\tSystem.err.println(\"Arręt du serveur au port \" + this.listen_socket.getLocalPort());\n\t\t}\n//\t\ttry {\n//\t\t\tthis.finalize();\n//\t\t} catch (Throwable e) {\n//\t\t\te.printStackTrace();\n//\t\t}\n\t}", "@Override\r\n\tpublic void start() {\n\t\tscavenger.start();\r\n\t\tnew Thread() {\r\n\t\t\tpublic void run() {\r\n\t\t\t\twhile (!serverSocket.isClosed()) {\r\n\t\t\t\t\tSocket socket = null;\r\n\t\t\t\t\ttry {\r\n\t\t\t\t\t\tsocket = serverSocket.accept();\r\n\t\t\t\t\t\tscavenger.addSocket(socket);\r\n\t\t\t\t\t\tnew SynchronousSocketThread(socket).start();\r\n\t\t\t\t\t} catch (Exception e) {\r\n\t\t\t\t\t\te.printStackTrace();\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}.start();\r\n\t}", "public void startListening() {\n\twhile (true) {\n\t try {\n\t\tSocket s = socket.accept();\n\n\t\tnew TCPSessionClient(s, this.clients);\n\t } // end of try\n\n\t catch (IOException e) {\n\t\te.printStackTrace();\n\t } // end of catch\n\t} // end of while\n }", "public static void start() {\n enableIncomingMessages(true);\n }", "@Override\n\tpublic void StartListening()\n\t{\n\t\t\n\t}", "public void run() {\n try {\n // accepts the connection request.\n SelectableChannel peerHandle = this._handle.accept();\n if (peerHandle != null) {\n // now, create a service handler object to serve the\n // the client.\n ServiceHandler handler =\n this._factory.createServiceHandler(\n this._reactor,\n peerHandle);\n if (handler != null)\n // give the service handler object a chance to initialize itself.\n handler.open();\n }\n } catch (IOException ex) {\n MDMS.ERROR(ex.getMessage());\n }\n }", "public void startListening()\n {\n if (!listening) {\n sensorManager.requestTriggerSensor(listener, motion);\n listening = true;\n }\n }", "public void startThread(){\n String message = \"Connecting to RescueNet...Please Wait\";\n showProgressDialog(message);\n connectionThread = new ConnectionThread(mwifiAdmin, handlerMain);\n connectionThread.start();\n }", "@Override\n\tpublic void run()\n\t{\n\t\ttry\n\t\t{\n\t\t\tif (!establishVpn())\n\t\t\t{\n\t\t\t\taddLog(\"Failed to establish the VPN\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tconnectTunnel(getLocalServerAddress(dsp.getString(\"local_port\", \"1080\")), getLocalServerAddress(dsp.getString(\"udp_port\", \"7300\")), true);\n\t\t}\n\t\tcatch (Exception e)\n\t\t{\n\n\t\t}\n\t}", "public void start() {\r\n // Send the first RTCP packet\r\n long delay = (long) (Math.random() * SECS_TO_MS) + DELAY_CONSTANT;\r\n rtcpTimer.schedule(new RTCPTimerTask(this), delay);\r\n globalReceptionStats.resetBytesRecd();\r\n lastRTCPSendTime = System.currentTimeMillis();\r\n }", "private void initMSDPService() {\n // Connect to DvKit service\n DvKit.getInstance().connect(getApplicationContext(), new IDvKitConnectCallback() {\n // When the DvKit service is successfully connected\n @Override\n public void onConnect(int i) {\n addLog(\"init MSDPService done\");\n // Get Virtual Device Service Instance\n mVirtualDeviceManager = (VirtualDeviceManager) DvKit.getInstance().getKitService(VIRTUAL_DEVICE_CLASS);\n // Register virtual appliance observer\n mVirtualDeviceManager.subscribe(EnumSet.of(VIRTUALDEVICE), observer);\n }\n\n @Override\n public void onDisconnect() {\n\n }\n });\n }", "public void listen()\n {\n service = new BService (this.classroom, \"tcp\");\n service.register();\n service.setListener(this);\n }", "public void startRunning(){\n\t\ttry{\n\t\t\tserver = new ServerSocket(6789, 100);\n\t\t\t//int Port Number int 100 connections max (backlog / queue link)\n\t\t\twhile(true){\n\t\t\t\ttry{\n\t\t\t\t\twaitForConnection();\n\t\t\t\t\tsetupStreams();\n\t\t\t\t\twhileChatting();\n\t\t\t\t\t//connect and have conversation\n\t\t\t\t}catch(EOFException eofe){\n\t\t\t\t\tshowMessage(\"\\n Punk Ass Bitch.\");\n\t\t\t\t}finally{\n\t\t\t\t\tcloseChat();\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}catch(IOException ioe){\n\t\t\tioe.printStackTrace();\n\t\t\t\n\t\t}\n\t}", "public void onStart() {\n\t new Thread() {\n\t @Override public void run() {\n\t receive();\n\t }\n\t }.start();\n\t }", "public void start() {\n gateway.openConnection();\n }", "@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tlisten();\n\t\t\t\t}", "public void StartAllServices()\n\t{\n\t\tm_oCommServ.StartCmdService(m_oConfig.CmdPort()); //Giving introducer port here\n\t\t// bring up the heartbeat receiver\n\t\tm_oCommServ.StartHeartBeatRecvr();\n\t\t//breing up the file report recvr\n\t\tm_oCommServ.StartFileReportRecvr();\n\t}", "public void startService() {\r\n Log.d(LOG, \"in startService\");\r\n startService(new Intent(getBaseContext(), EventListenerService.class));\r\n startService(new Intent(getBaseContext(), ActionService.class));\r\n getListenerService();\r\n\r\n }", "public void startRunning(){\r\n\t\ttry{\r\n\t\t\twhile( true ){\r\n\t\t\t\tserver = new ServerSocket(PORT);\r\n\t\t\t\ttry{\r\n\t\t\t\t\twaitForClient(1);\r\n\t\t\t\t\twaitForClient(2);\r\n\t\t\t\t\tnew ServerThread(connectionClient1, connectionClient2, this).start();\r\n\t\t\t\t}\r\n\t\t\t\tcatch( EOFException e ){\r\n\t\t\t\t\tshowMessage(\"\\nServer ended the connection\");\r\n\t\t\t\t}\r\n\t\t\t\tfinally {\r\n\t\t\t\t\tserver.close();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\tcatch( IOException e ){\r\n\t\t}\r\n\t}", "private void createAndListen() {\n\n\t\t\n\t}", "ConferenceScheduleBuilderService startNetworking();", "private void showWeb() {\n\n new Thread(() -> {\n if (!webService.isStarted()) {\n new Thread(() -> trayIcon.displayMessage(null, \"Please wait, the web server starts!\", TrayIcon.MessageType.INFO)).start();\n webService.startService();\n while (!webService.isStarted()) {\n try {\n Thread.sleep(1000);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n /**NOP*/\n }\n }\n openUri();\n }).start();\n }", "private void startDiscovery() {\n client.startDiscovery(getResources().getString(R.string.service_id), endpointDiscoveryCallback, new DiscoveryOptions(STRATEGY));\n }", "private void createAndStartConnectionThread() {\n new Thread(new Runnable() {\n @Override\n public void run() {\n try {\n boolean success = webSocketConnection.createAndConnectTCPSocket();\n if (success) {\n webSocketConnection.startConnection();\n }\n } catch (Exception e) {\n synchronized (globalLock) {\n if (isRunning) {\n webSocketConnection.closeInternal();\n\n onException(e);\n\n if (e instanceof IOException && automaticReconnection) {\n createAndStartReconnectionThread();\n }\n }\n }\n }\n }\n }).start();\n }", "private synchronized void start()\n\t{\n\t\tregisterReceiver(\n\t\t\t\tmConnectivityReceiver,\n\t\t\t\tnew IntentFilter( ConnectivityManager.CONNECTIVITY_ACTION )\n\t\t);\n\n\t\ttry\n\t\t{\n\t\t\t// Show notification in status bar\n\t\t\tshowNotification();\n\t\t} catch ( Exception e ) {\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "public void start(){\n log.debug(\"Starting Host Router\");\n lobbyThread = pool.submit(new Runnable() {\n public void run() {\n waitForClients();\n }\n });\n }", "public void run() {\n sendServerRegistrationMessage();\n if (serviceConnectedListener != null) {\n serviceConnectedListener.onServiceConnected(serviceDevice);\n }\n\n isRegistered = true;\n }", "@Override\n\tpublic void run() {\n\t\tif (FrameworkHandler.DEBUG_MODE){\n\t\t\tString strType = \"\";\n\t\t\tif (type == RULE_CONNECTION) strType = \"New RemoteRule Listener\";\n\t\t\tSystem.out.println();\n\t\t\tSystem.out.println(strType + \" LISTENING on port: \" + listeningSocket.getLocalPort());\n\t\t}\n\t\ttry {\n\t\t\twhile (running) {\n\t\t\t\tSocket newSocket = listeningSocket.accept();\n\t\t\t\t\n\t\t\t\tif (FrameworkHandler.DEBUG_MODE)\n\t\t\t\t\tSystem.out.println(\"New request obtained on \" + newSocket.getPort() + \"|\" + newSocket.getLocalPort());\n\t\t\t\t\n\t\t\t\tcreateNewConnection(newSocket);\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\tFrameworkHandler.exceptionLog(FrameworkHandler.LOG_ERROR, this, e);\n\t\t}\n\t}", "public void run()\n {\n Utilities.debugLine(\"WebServer.run(): Runing Web Server\", DEBUG);\n\n running = true;\n\n ServerSocketConnection ssc;\n try\n {\n ssc = (ServerSocketConnection) Connector.open(\"socket://:\" + PORT);\n\n do\n {\n Utilities.debugLine(\"WebServer.run(): Socket Opened, Waiting for Connection...\", DEBUG);\n SocketConnection sc = null;\n sc = (SocketConnection) ssc.acceptAndOpen();\n Thread t = new Thread(new ConnectionHandler(sc));\n t.setPriority(Thread.MIN_PRIORITY);\n t.start();\n\n//--------------------------------------- DEBUG THREAD NUMBER ---------------------------------\n try\n {\n System.out.println(\"Active Threads: \" + Thread.activeCount());\n }\n catch (Exception e)\n {\n System.out.println(\"There was an eror getting the thread count.\");\n }\n//--------------------------------------- DEBUG THREAD NUMBER ---------------------------------\n\n }\n while (running);\n ssc.close();\n }\n\n catch (Exception e)\n {\n Utilities.debugLine(e.toString() + e.getMessage(), true);\n }\n }", "@Override\n public void onServiceConnected(ComponentName name, IBinder service) {\n RemoteControlService.LocalBinder binder = (RemoteControlService.LocalBinder) service;\n binder.getService( ).startIfNotStarted( );\n }", "@Override\r\n\tprotected void onStart() {\n\t\tLog.d(TAG, \"1 onStart start\");\r\n\t\tsuper.onStart();\r\n\t\tif(isDMR){\r\n\t\t\tbindTVnSreenService();\r\n\t\t}\r\n\t\t// mMediaHanler.sendEmptyMessage(START_PLAY);\r\n\t\tLog.d(TAG, \"2 onStart end\");\r\n\r\n\t}", "private void startListen() {\n try {\n listeningSocket = new ServerSocket(listeningPort);\n } catch (IOException e) {\n throw new RuntimeException(\"Cannot open listeningPort \" + listeningPort, e);\n }\n }", "public void start() {\n system = ActorSystem.create(\"http-server\", config);\n\n Settings settings = SettingsExtension.SettingsExtensionProvider.get(system);\n\n vHostHandlers = settings.vHostConfigs()\n .stream()\n .map(vc -> new AkkaTcpHandler(system, vc))\n .collect(Collectors.toList());\n\n vHostHandlers.forEach(VHostHandler::start);\n\n Runtime.getRuntime().addShutdownHook(new Thread(this::terminate));\n }", "void onListeningStarted();", "private void startFedServer(){\r\n \r\n try {\r\n System.out.println(\"Start server to listen for client connection....\");\r\n FedLog.writeLog(this.getPeerIP().split(\":\")[1], \"masterLog%g-\" + this.getPeerIP().substring(2) + \".log\", \"Start server to listen for client connection....\", \"info\");\r\n sSocket = new ServerSocket(serverPort);\r\n sSocket.setReuseAddress(true);\r\n //System.out.println(\"FedServer is launching\");\r\n } catch (IOException ex) {\r\n FedLog.writeLog(this.getPeerIP().split(\":\")[1], \"masterLog%g-\" + this.getPeerIP().substring(2) + \".log\", \"Error listening on port \" + serverPort, \"severe\");\r\n FedLog.writeLog(this.getPeerIP().split(\":\")[1], \"masterLog%g-\" + this.getPeerIP().substring(2) + \".log\", FedLog.getExceptionStack(ex), \"severe\");\r\n }\r\n List<Thread> proc_list = new ArrayList();\r\n while (FLAG) {\r\n if (proc_list.size() == PROC_MAX) {\r\n boolean full = true;\r\n //check if thread number reach the maximum number, if yes, sleep; \r\n while (full) {\r\n for (int i = proc_list.size() - 1; i >= 0; i--) {\r\n if (!proc_list.get(i).isAlive()) {\r\n proc_list.remove(i);\r\n full = false;\r\n }\r\n }\r\n if (full) {\r\n try {\r\n Thread.sleep(1000);\r\n } catch (InterruptedException ex) {\r\n FedLog.writeLog(this.getPeerIP().split(\":\")[1], \"masterLog%g-\" + this.getPeerIP().substring(2) + \".log\", FedLog.getExceptionStack(ex), \"severe\");\r\n }\r\n }\r\n }\r\n }\r\n //if not full, accpet new client connection\r\n try {\r\n cSocket = sSocket.accept();\r\n //System.out.println(\"[C4C-Notification] Accept connection from client\");\r\n FedLog.writeLog(this.getPeerIP().split(\":\")[1], \"masterLog%g-\" + this.getPeerIP().substring(2) + \".log\", \"Accept connection from client\", \"info\");\r\n //create new thread to process client request\r\n // System.out.println(\"Accept connection from client -step 1\");\r\n Thread request = new Thread(new processRequest(cSocket));\r\n request.start();\r\n proc_list.add(request);\r\n } catch (IOException ex) {\r\n FedLog.writeLog(this.getPeerIP().split(\":\")[1], \"masterLog%g-\" + this.getPeerIP().substring(2) + \".log\", FedLog.getExceptionStack(ex), \"severe\");\r\n }\r\n\r\n }\r\n closeFedSockets();\r\n }", "public void InitListener()\n {\n Intent listener = new Intent(this, SmsListener.class);\n listener.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n startService(listener);\n }", "private void startService() {\n\n if (!mAlreadyStartedService ) {\n\n //mMsgView.setText(R.string.msg_location_service_started);\n\n //Start location sharing service to app server.........\n Intent intent = new Intent(this, LocationMonitoringService.class);\n startService(intent);\n\n mAlreadyStartedService = true;\n //Ends................................................\n }\n }", "public void run()\n \t\t\t{\n \t\t\t\tif (mUseUPnP.getSelection())\n \t\t\t\t\tUPnPService.getInstance().enableUPnP();\n \t\t\t\telse\n \t\t\t\t\tUPnPService.getInstance().disableUPnP();\n \t\t\t}", "@Override\n public void run()\n {\n close(false);\n try\n {\n if (!isConnected())\n connectMS(msServer.getIp(), msServer.getPort());\n }\n catch (Exception e)\n {\n Log.e(\"Dudu_SDK\",\n \"getServer ...failed ...user default server... \");\n }\n }", "private void startPlayback() {\n // start player service using intent\n Intent intent = new Intent(mActivity, PlayerService.class);\n intent.setAction(ACTION_PLAY);\n intent.putExtra(EXTRA_STATION, mThisStation);\n mActivity.startService(intent);\n LogHelper.v(LOG_TAG, \"Starting player service.\");\n }", "public void run(){\n\t\t\n\t\twhile(true){\n\t\t\ttry {\n\t\t\t\tSocket s = listener.accept();\n\t\t\t\tnew ServerConnection(chatServ, s).start();\n\t\t\t\t\n\t\t\t} catch (IOException e) {\n\t\t\t\t\n\t\t\t\te.printStackTrace();\n\t\t\t\treturn; // stop listening\n\t\t\t}\n\t\t}\n\t}", "public void startListener() throws IOException {\n\t\tthis.listener = new ServerSocket(this.port);\n\n Runnable serverThread = new Runnable() {\n @Override\n public void run() {\n try {\n System.out.println(\"Waiting for clients to connect...\");\n\n while (true) {\n \t// Wait for connections\n Socket newSocket = listener.accept();\n\n // Init new peer and add it to our list\n PeerCommunicator newCommunication = new PeerCommunicator(id, \"\", newSocket);\n activePeers.add(newCommunication);\n\n // Span new thread\n Thread clientThread = new Thread(new ReceivedConnection(newCommunication, fm));\n clientThread.start();\n }\n } catch (Exception e) {\n System.err.println(\"Unable to process incoming client\");\n e.printStackTrace();\n }\n }\n };\n\n // Start it up\n (new Thread(serverThread)).start();\n\n // Once everything's good, mark server as running\n //this.status = Status.RUNNING;\n\t}", "public void start() {\n\t\tif (serverStarted.get()) {\n\t\t\tthrow new IllegalStateException(\"Server already started. \" + toString());\n\t\t}\n\t\tCallable<Boolean> task;\n\t\ttry {\n\t\t\tserverSocket = new ServerSocket(port);\n\t\t\tserverSocket.setSoTimeout(soTimeout);\n\t\t\tport = serverSocket.getLocalPort();\n\t\t\tnotifyListener(\"Server started. \" + toString());\n\t\t\tserverStarted.set(true);\n\t\t\ttask = new Callable<Boolean>() {\n\t\n\t\t\t\tpublic Boolean call() {\n\t\t\t\t\tnotifyListener(\"Starting server thread. \" + toString());\n\t\t\t\t\tstopFlag.set(false);\n\t\t\t\t\twhile (!stopFlag.get()) {\n\t\t\t\t\t\tSocket connection = null;\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tconnection = serverSocket.accept();\n\t\t\t\t\t\t\tnotifyListener(\"Connection accepted on port. \" + toString());\n\t\t\t\t\t\t\tconnection.close();\n\t\t\t\t\t\t\tnotifyListener(\"Connection closed on port. \" + toString());\n\t\t\t\t\t\t\tpingCounter.incrementAndGet();\n\t\t\t\t\t\t} catch (SocketTimeoutException e) {\n\t\t\t\t\t\t\tnotifyListener(\"Server accept timed out. Retrying. \" + toString());\n\t\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\t\tnotifyListener(\"Server accept caused exception [message=\" + e.getMessage() + \"]. Retrying. \" + toString());\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tnotifyListener(\"Server socket closed. \" + toString());\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t};\n\t\t} catch (IOException e) {\n\t\t\tstopFlag.set(true);\n\t\t\tthrow new IllegalStateException(\"Unable to open socket on port. \" + toString(), e);\n\t\t}\n\t\tserverActivity = scheduler.submit(task);\n\t\tnotifyListener(\"Waiting for server to fully complete start. \" + toString());\n\t\tfor (;;) {\n\t\t\ttry {\n\t\t\t\tThread.sleep(100);\n\t\t\t\tif (isStarted()) {\n\t\t\t\t\tnotifyListener(\"Server started. \" + toString());\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} catch (InterruptedException e) {\n\n\t\t\t}\n\t\t}\n\t}", "public static void start() {\n assert sListener == null;\n sListener = new ResourceListener();\n ResourceManager.getInstance().addListener(sListener);\n }", "void startRecording() {\n synchronized (serviceConnection) {\n startNewTrackRequested = true;\n serviceConnection.startAndBind();\n \n // Binding was already requested before, it either already happened\n // (in which case running the callback manually triggers the actual recording start)\n // or it will happen in the future\n // (in which case running the callback now will have no effect).\n serviceBindCallback.run();\n }\n }", "private void start() {\n windowForCommunication.append(\"Awaiting client connection...\" + \"\\n\");\n\n //check if client is connected, if yes, add the following text to the chat window, then enable communication\n if (clientSocket.isConnected()) {\n windowForCommunication.append(\"Connection is established. Type 'stopconnection' to stop connection\" + \"\\n\");\n textField.setEditable(true);\n }\n\n //Begin communication, end if \"stopconnection\" is typed by Server/Client. If it is, call closeStreams method.\n try {\n String userInput;\n\n while((userInput = input.readLine()) != null) {\n if(userInput.contains(\"stopconnection\")){\n closeStreams();\n break;\n }\n\n displayMessage(userInput + \"\\n\");\n\n }\n }\n catch(IOException e) {\n e.printStackTrace();\n }\n }", "public void startPollingThread() {\n pool = ThreadUtil.startThread(polling);\n }", "public void start() {\n System.out.println(\"server started\");\n mTerminalNetwork.listen(mTerminalConfig.port);\n }", "public void run() {\n LOG.info(\"Starting DataNode in: \"+data);\n \n // start dataXceiveServer\n dataXceiveServer.start();\n \n while (shouldRun) {\n try {\n offerService();\n } catch (Exception ex) {\n LOG.error(\"Exception: \" + StringUtils.stringifyException(ex));\n if (shouldRun) {\n try {\n Thread.sleep(5000);\n } catch (InterruptedException ie) {\n }\n }\n }\n }\n \n // wait for dataXceiveServer to terminate\n try {\n this.dataXceiveServer.join();\n } catch (InterruptedException ie) {\n }\n \n LOG.info(\"Finishing DataNode in: \"+data);\n }", "void initAndListen() {\n\t\twhile (true) {\n\t\t\ttry {\n\t\t\t\tSocket clientSocket = serverSocket.accept();\n\t\t\t\t// Startuje nowy watek z odbieraniem wiadomosci.\n\t\t\t\tnew ClientHandler(clientSocket, this);\n\t\t\t} catch (IOException e) {\n\t\t\t\tSystem.err.println(\"Accept failed.\");\n\t\t\t\tSystem.exit(1);\n\t\t\t}\n\t\t}\n\t}", "private void listen() {\n\t\ttry {\n\t\t\tServerSocket servSocket = new ServerSocket(PORT);\n\t\t\tSocket clientSocket;\n\t\t\twhile(true) {\n\t\t\t\tclientSocket = servSocket.accept();\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tSystem.err.println(\"Error - Could not open connection\");\n\t\t}\n\t\t\n\t}", "private void startServerService() {\n Intent intent = new Intent(this, MainServiceForServer.class);\n // Call bindService(..) method to bind service with UI.\n this.bindService(intent, serverServiceConnection, Context.BIND_AUTO_CREATE);\n Utils.log(\"Server Service Starting...\");\n\n //Disable Start Server Button And Enable Stop and Message Button\n messageButton.setEnabled(true);\n stopServerButton.setEnabled(true);\n startServerButton.setEnabled(false);\n\n\n }", "@Override\r\n public synchronized void start() throws Exception {\r\n if (isStopped()) {\r\n startClients();\r\n startServers();\r\n startHelper();\r\n super.start();\r\n }\r\n }", "@Override\n public void start() {\n try {\n hostname = InetAddress.getLocalHost().getHostName().split(\"\\\\.\")[0];\n }catch (Exception ex2) {\n logger.warn(\"Unknown error occured\", ex2);\n }\n \n collectorRunnable.server = this;\n if (service.isShutdown() || service.isTerminated()) {\n service = Executors.newSingleThreadScheduledExecutor();\n }\n service.scheduleWithFixedDelay(collectorRunnable, 0,\n pollFrequency, TimeUnit.SECONDS);\n\n }", "@ReactMethod\n public void start() {\n ChirpError error = chirpConnect.start();\n if (error.getCode() > 0) {\n onError(context, error.getMessage());\n } else {\n isStarted = true;\n }\n }", "@Override\n public void onStart(Intent intent, int nStartId)\n {\n if (Config.LOGD)\n {\n Log.d(TAG, \"Wiper Service Started \");\n }\n\n startForeground(1111, new Notification());\n\n mContext = this;\n // Call function to start background thread\n if ( bWiperConfigReadError != true)\n {\n startWiperService();\n }\n else\n {\n Log.e(TAG,\"Cannot start Wiper, wiperconfig read error\");\n }\n }", "@Override\r\n\tpublic void startService(ServerAgentParameters params) {\n\t\tString publishAddress = \"http://192.168.1.100:8080/meterReadingService\";\r\n\t\tlogger.info(\"launching MeterReadingService at address \" + publishAddress + \" ...\");\r\n\t\tMeterReadingServiceImpl meterReadingService = new MeterReadingServiceImpl();\r\n\t\tserviceEndpoint = Endpoint.publish(publishAddress, meterReadingService); // TODO check for java.net.BindException\r\n\t\tif(serviceEndpoint.isPublished()) {\r\n\t\t\tlogger.info(\"MeterReadingService launched successfully.\");\r\n\t\t} else {\r\n\t\t\tlogger.error(\"MeterReadingService could not be launched. Exiting to system\");\r\n\t\t\tSystem.exit(0); // no point in keeping the server agent running when no web service can be initialized\r\n\t\t}\r\n\t}", "public void start() throws Exception {\n if (m_runner == null) {\n m_serverSocket = m_ftpConfig.getSocketFactory().createServerSocket(); \n m_runner = new Thread(this);\n m_runner.start();\n System.out.println(\"Server ready :: Apache FTP Server\");\n m_log.info(\"------- Apache FTP Server started ------\");\n }\n }", "public static void startChatServer() {\n\t\tbyte[] buffer = new byte[1024];\n\t\tStreamConnectionNotifier cn = null;\n\t\ttry {\n\t\t\tLocalDevice local = LocalDevice.getLocalDevice();\n\t\t\tlocal.setDiscoverable(DiscoveryAgent.GIAC);\n\t\t\tcn = (StreamConnectionNotifier) Connector.open(INSECURE_URL);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\twhile (true) {\n\t\t\tOutputThread t = null;\n\t\t\tStreamConnection sock = null;\n\t\t\tInputStream is = null;\n\t\t\tOutputStream os = null;\n\t\t\ttry {\n\t\t\t\tSystem.out.println(\"accepting connection:\");\n\t\t\t\tsock = cn.acceptAndOpen();\n\t\t\t\tSystem.out.println(\"accept!: \" + Charset.defaultCharset());\n\t\t\t\tis = sock.openInputStream();\n\t\t\t\tos = sock.openOutputStream();\n\n\t\t\t\tt = new OutputThread(os);\n\t\t\t\tt.start();\n\n\t\t\t\twhile (t.isAlive()) {\n\t\t\t\t\t//TODO: use timeout read?\n\t\t\t\t\tint len = is.read(buffer);\n\t\t\t\t\t// printAsHex(buffer, len);\n\t\t\t\t\tif (len > 0) {\n\t\t\t\t\t\tSystem.out.println(\"received message(\" + len + \"): \" + new String(buffer, 0, len));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//TODO: check connection is live or not,\n\t\t\t} catch (Exception e) {\n\t\t\t\te.printStackTrace();\n\t\t\t} finally {\n\t\t\t\tt.interrupt();\n\t\t\t\tt = null;\n\t\t\t\ttry {\n\t\t\t\t\tsock.close();\n\t\t\t\t\tcn.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t//\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public void run() {\n\t\twhile (true) {\n\t\t\ttry {\n\t\t\t\tSocket s= ss.accept();\n\t\t\t\tif (DEBUG) System.out.println(s.getInetAddress() + \":\" + s.getPort() + \" connected\");\n\t\t\t\tPlayerHandler ph= new PlayerHandler(s); \n\t\t\t\tph.start();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace(); // Default\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t}\n\t}", "public void start() {\n _serverRegisterProcessor = new ServerRegisterProcessor();\n _serverRegisterProcessor.start();\n }", "public void run() {\n try {\n serverSocket = new ServerSocket(60000);\n while (true) {\n Socket clientSocket = serverSocket.accept();\n (new ServerReq(clientSocket, s3, \"dsproject.test\")).start();\n }\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public void run() {\n try {\n this.initialize();\n Listener ln = new Listener(localDir, port);\n ln.run();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "public void start() {\n threadPoolExecutor.setCorePoolSize(configurations.threadPoolSize());\n new Thread(this::startServer).start();\n }", "public void run() {\t\r\n\ttry {\r\n\t System.out.println(\"Creating input pipe\");\r\n\t // create the input pipe\r\n\t pipeIn = pipeSvc.createInputPipe(pipeAdv,this);\r\n\t} \r\n\tcatch (Exception e) {\r\n\t System.out.println(\"Error creating input pipe.\");\r\n\t return;\r\n\t}\r\n\tif (pipeIn == null) {\r\n\t System.out.println(\"Error: cannot open InputPipe\");\r\n\t System.exit(-1);\r\n\t}\r\n\tSystem.out.println(\"Listener waiting for messages...\");\r\n\ttry {\r\n\t Thread.sleep(Integer.MAX_VALUE);\r\n\t} catch (Exception e) {\r\n\t System.out.println(\"Program interrupted\");\r\n\t}\r\n }", "public Ice.AsyncResult begin_startService(String service);", "public void connect()\n {\n \tLog.d(TAG, \"connect\");\n \t\n \tif(!this.isConnected ) {\n mContext.bindService(new Intent(\"com.google.tungsten.LedService\"), mServiceConnection, \n \t\tContext.BIND_AUTO_CREATE);\n \t}\n }", "private void runServer() {\n while(true) {\n // This is a blocking call and waits until a new client is connected.\n Socket clientSocket = waitForClientConnection();\n handleClientInNewThread(clientSocket);\n } \n }", "protected void startConnect() {\n if (tcp) {\n connection = new TCPConnection(this);\n } else {\n connection = new UDPConnection(this, udpSize);\n }\n connection.connect(remoteAddr, localAddr);\n }", "public void startDtmfStream();", "@Override\n public void run() {\n while (LANSyncServer.IS_CLIENT_ALIVE) {\n try {\n LANSyncServer.smsserver.sendMessage(HandleProcess.REFRESH_REQUEST_MESSAGE);\n Thread.sleep(6000);\n } catch (InterruptedException ex) {\n Logger.getLogger(SyncRequestServer.class.getName()).log(Level.SEVERE, null, ex);\n }\n }\n }", "public void startRunning() {\n\t\t\t\n\t\t\ttry {\n\t\t\t\t\n\t\t\t\tserver = new ServerSocket(6789, 100); //6789 is the port number for docking(Where to connect). 100 is backlog no, i.e how many people can wait to access it.\n\t\t\t\twhile (true) {\n\t\t\t\t\t//This will run forever.\n\t\t\t\t\t\n\t\t\t\t\ttry{\n\t\t\t\t\t\t\n\t\t\t\t\t\twaitForConnection();\n\t\t\t\t\t\tsetupStreams();\n\t\t\t\t\t\twhileChatting();\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\tcatch(EOFException eofException) {\n\t\t\t\t\t\t\n\t\t\t\t\t\tshowMessage(\"\\n The server has ended the connection!\");\n\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tfinally {\n\t\t\t\t\t\t\n\t\t\t\t\t\tcloseAll();\n\t\t\t\t\t\t//Housekeeping.\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\tcatch(IOException ioException ) {\n\t\t\t\t\n\t\t\t\tioException.printStackTrace();\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t}", "public void establishConnection() {\n httpNetworkService = new HTTPNetworkService(handler);\n }", "public void run() {\n Object monitor = new Object();\n\n\n while (true) {\n ResultHolder<VmBindings> resultBindings = null;\n try {\n resultBindings = SynchronousPattern.getBindings(vmProxy, this.desiredBindings.keySet(), TIMEOUT);\n } catch (TimeoutException e) {\n LOGGER.warning(e.getMessage());\n }\n\n if (resultBindings != null) {\n if (!resultBindings.wasSuccessful()) {\n this.errorHandler.handle(resultBindings.getLopError());\n break;\n } else {\n if (this.bindingsChecker.areEquivalent(resultBindings.getSuccess(), this.desiredBindings)) {\n successHandler.handle(resultBindings.getSuccess());\n break;\n } else {\n monitorSleep(monitor, this.pollingInterval);\n }\n }\n }\n }\n\n\n }", "@Override\n\tpublic void run() {\n\t\tLog.i(\"here\",\"listener\");\n\t\twhile(true){\n\t\t\t\n\t\t\ttry {\n\t\t\t\tif((cs=s.accept())!=null)new Thread(new Worker(context,cs)).start();\n\t\t\t\t\n\t\t\t} catch (IOException e) {\n\t\t\t\t// TODO Auto-generated catch block\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\t\n\t\t}\n }", "public void run() {\r\n\t\ttry {\r\n\t\t\tListenForHandshakes();\r\n\t\t} catch (Exception e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}", "public void start() {\n System.err.println(\"Server will listen on \" + server.getAddress());\n server.start();\n }", "public void startPolling() {\n\n if (wContext == null) {\n wContext = WebContextFactory.get();\n }\n if (t == null) {\n t = new DateUpdater();\n t.setPriority(Thread.MIN_PRIORITY);\n t.setDaemon(true);\n t.start();\n }\n\n }", "@Override\n public void run() {\n StartupCoordinator startupCoord = new StartupCoordinator();\n boolean openamReady = startupCoord.waitForOpenAMStartupCompletion();\n\n if (!openamReady) {\n cLog.log(Level.SEVERE, \"RADIUS Service Unavailable. Unable to read OpenAM handlerConfig.\");\n // things are looking bad for our hero. Nothing to do but exit the thread and give up on RADIUS features.\n this.coordinatingThread = null;\n return;\n }\n // make sure our service descriptor is loaded into openam before attempting to load that configuration\n ensureDescriptorLoaded(Constants.RADIUS_SERVICE_NAME, Constants.RADIUS_SERVICE_CFG_FILE);\n\n // kick off config loading and registration of change listener\n loader = new ConfigLoader();\n String changeMsg = null;\n\n try {\n while (true) {\n // wait until we see a handlerConfig change\n changeMsg = configChangedQueue.take();\n // wait for changes to take effect\n Thread.sleep(1000);\n // load our handlerConfig\n cLog.log(Level.INFO, changeMsg);\n RadiusServiceConfig cfg = loader.loadConfig(configChangedQueue);\n if (cfg != null) {\n cLog.log(Level.INFO, \"--- Loaded Config ---\\n\" + cfg);\n }\n\n if (cfg == null) {\n cLog.log(Level.INFO, \"Unable to load RADIUS Config. Ignoring change.\");\n // nothing to be done. lets wait for another handlerConfig event and maybe it will be loadable then\n continue;\n }\n\n if (listener == null) { // at startup or after service has been turned off\n if (cfg.isEnabled()) {\n listener = new Listener(cfg);\n } else {\n cLog.log(Level.INFO, \"RADIUS service disabled.\");\n }\n } else { // so we already have a listener running\n if (onlyClientSetChanged(cfg, currentCfg)) {\n listener.updateConfig(cfg);\n } else {\n // all other changes (port, thread pool values, enabledState) require restart of listener\n listener.terminate();\n listener = null;\n if (cfg.isEnabled()) {\n listener = new Listener(cfg);\n } else {\n cLog.log(Level.INFO, \"RADIUS service NOT enabled.\");\n }\n }\n }\n currentCfg = cfg;\n }\n } catch (InterruptedException e) {\n cLog.log(Level.INFO, Thread.currentThread().getName() + \" interrupted. Exiting.\");\n }\n // shutting down so terminate the listener and thread pools\n Listener l = listener;\n\n if (l != null) {\n l.terminate();\n }\n loader.notifyHandlerShutdownListeners();\n cLog.log(Level.INFO, Thread.currentThread().getName() + \" exited.\");\n this.coordinatingThread = null;\n }", "private void startServices() throws Exception {\n /** Setting up subscriptions Manager **/\n /**************************************/\n ChannelListManager.getSubscriptionListManager(context);\n\n /*******************************************/\n /** Starting various services for the app **/\n /*******************************************/\n //Application-level Dissemination Channel Service\n ADCThread = new ApplevDisseminationChannelService();\n ADCThread.start();\n Intent intent;\n //BroadcastReceiveService\n intent = new Intent(context, BroadcastReceiveService.class);\n context.startService(intent);\n if (!isServiceRunning(BroadcastReceiveService.class)) {\n throw new Exception(\"BroadcastReceiveServiceNotRunning\");\n }\n //BroadcastSendService\n intent = new Intent(context, BroadcastSendService.class);\n context.startService(intent);\n if (!isServiceRunning(BroadcastSendService.class)) {\n throw new Exception(\"BroadcastSendServiceNotRunning\");\n }\n //HelloMessageService\n intent = new Intent(context, HelloMessageService.class);\n context.startService(intent);\n if (!isServiceRunning(HelloMessageService.class)) {\n throw new Exception(\"HelloMessageServiceNotRunning\");\n }\n }", "private boolean connect() {\n final Intent intent = new Intent(ACTION_MEDIA_SESSION_COMPAT);\n intent.setComponent(MEDIA_SESSION_COMPAT_PROVIDER_SERVICE);\n\n boolean bound = false;\n try {\n bound = mContext.bindService(intent, mServiceConnection, Context.BIND_AUTO_CREATE);\n } catch (Exception ex) {\n Log.e(TAG, \"Failed binding to the MediaSessionCompatProviderService of the \"\n + \"service app\");\n }\n\n if (bound) {\n try {\n mCountDownLatch.await(PROVIDER_SERVICE_CONNECTION_TIMEOUT_MS,\n TimeUnit.MILLISECONDS);\n } catch (InterruptedException ex) {\n Log.e(TAG, \"InterruptedException while waiting for onServiceConnected.\", ex);\n }\n }\n return mBinder != null;\n }", "@Override\n public void run() {\n try {\n System.out.println(\"service started\");\n\n KerberosServerSocket serverSocket = new KerberosServerSocket(config);\n\n KerberosSocket clientSocket = serverSocket.accept();\n\n OutputStream out = clientSocket.getOutputStream();\n InputStream in = clientSocket.getInputStream();\n\n boolean done = false;\n while (!done) {\n byte[] buffer = new byte[100];\n int red = in.read(buffer);\n\n byte[] input = new byte[red];\n System.arraycopy(buffer, 0, input, 0, red);\n\n String inputString = new String(input);\n System.out.println(\"service received: \" + inputString);\n\n String outputString = inputString.toUpperCase();\n out.write(outputString.getBytes());\n out.flush();\n System.out.println(\"service sent: \" + outputString);\n }\n\n out.close();\n in.close();\n\n clientSocket.close();\n serverSocket.close();\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public static ExtendedRemoteDisplay listen(String iface, RemoteDisplay.Listener listener,\n Handler handler, Context context) {\n if (iface == null) {\n throw new IllegalArgumentException(\"iface must not be null\");\n }\n if (listener == null) {\n throw new IllegalArgumentException(\"listener must not be null\");\n }\n if (handler == null) {\n throw new IllegalArgumentException(\"handler must not be null\");\n }\n\n ExtendedRemoteDisplay display =\n new ExtendedRemoteDisplay(listener, handler, context);\n\n /*\n *\n * Before starting the next session, we need to ensure that previous\n * session has moved to DEINIT state. Ideally this should never be\n * hit, since we try to ensure in disposeInternal that the state machine moves\n * to DEINIT on teardown when disposeInternal has been invoked.\n */\n if (sState != WFDState.DEINIT) {\n Log.d(TAG, \"Waiting to move to DEINIT\");\n display.blockOnLock();\n }\n\n if (sState != WFDState.DEINIT) {\n /*\n *\n * Now, here we have created the resources like threads and handlers\n * for the ERD object. We need to clean them up from here rather than\n * waiting for the finalizer daemon and then invoking cleanup.\n *\n */\n Log.e(TAG, \"Something has gone kaput!\");\n display.dispose();\n return null;\n }\n\n Log.d(TAG, \"Waiting for RTSP server to start \");\n\n display.startListening(iface);\n\n /*\n *\n * Now wait for the worker thread to signal the start of RTSP\n * server.\n */\n display.blockOnLock();\n\n if (sState != WFDState.ESTABLISHING) {\n /*\n *\n * Now, here we have created the resources like threads and handlers\n * for the ERD object. We need to clean them up from here rather than\n * waiting for the finalizer daemon and then invoking cleanup.\n *\n */\n Log.d(TAG, \"Failed to start RTSP Server!\");\n display.dispose();\n return null;\n }\n\n /*\n * Everything's hunky-dory!\n */\n\n Log.i(TAG, \"New ERD instance \" + display);\n return display;\n }", "@Override\n public void run() {\n try {\n registerWithServer();\n initServerSock(mPort);\n listenForConnection();\n\t} catch (IOException e) {\n Logger.getLogger(Server.class.getName()).log(Level.SEVERE, null, e);\n setTextToDisplay(\"run(): \" + e.getMessage());\n setConnectedStatus(false);\n\t}\n }" ]
[ "0.66856617", "0.651598", "0.62108845", "0.61807364", "0.61286384", "0.6108908", "0.60056907", "0.59476066", "0.5883063", "0.5852049", "0.5839279", "0.58256006", "0.5822456", "0.5801412", "0.5767203", "0.57613766", "0.57513005", "0.57063663", "0.5701455", "0.5688817", "0.56538695", "0.5652555", "0.5642362", "0.5575598", "0.5574007", "0.5559912", "0.55514616", "0.55412537", "0.55374295", "0.5533089", "0.551378", "0.55092144", "0.5508363", "0.5506465", "0.5505428", "0.54915494", "0.5471908", "0.54460245", "0.5406984", "0.5385468", "0.53838533", "0.53808254", "0.5379801", "0.53791517", "0.53733706", "0.5362165", "0.53576076", "0.535701", "0.5351576", "0.5330653", "0.53282136", "0.5325882", "0.5323199", "0.53203344", "0.5318005", "0.53172255", "0.5313778", "0.5307367", "0.53071475", "0.53029174", "0.53016585", "0.5293127", "0.5282632", "0.5281043", "0.5278746", "0.5277413", "0.52714676", "0.5269012", "0.52627707", "0.5245618", "0.52424955", "0.524036", "0.5233225", "0.52322036", "0.5226743", "0.5226188", "0.5222839", "0.5221347", "0.52120155", "0.5209824", "0.5209143", "0.51984274", "0.51935", "0.51933914", "0.5192616", "0.5188799", "0.5185435", "0.51811504", "0.51799226", "0.5170076", "0.51659316", "0.51650536", "0.5164097", "0.51634276", "0.5159475", "0.51565593", "0.5142269", "0.5141232", "0.51318324", "0.51313573", "0.51260227" ]
0.0
-1
Disconnects the remote display and stops listening for new connections.
public void dispose() { processDispose(false); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void disconnect() {\r\n\t\trunning = false;\r\n\t}", "public void disconnect() {\n\t\tdisconnect(true);\n\t}", "private void disconnect() {\n activityRunning = false;\n MRTClient.getInstance().doHangup();\n MRTClient.getInstance().removeClientListener(this);\n\n finish();\n }", "private void disconnect() {\n\t\ttry { \n\t\t\tif(sInput != null) sInput.close();\n\t\t}\n\t\tcatch(Exception e) {}\n\t\ttry {\n\t\t\tif(sOutput != null) sOutput.close();\n\t\t}\n\t\tcatch(Exception e) {}\n try{\n\t\t\tif(socket != null) socket.close();\n\t\t}\n\t\tcatch(Exception e) {}\n\t\t\n\t\t// Notify the GUI\n \n\t\tif(cg != null)\n\t\t\tcg.connectionFailed();\n\t\t\t\n\t}", "public void disconnect() {\n\t\tMessage quitMessage = Message.makeQuitMessage(getUserName());\n\t\tsocketConnection.print(quitMessage);\n\t\tKeyboardScanner.close();\n\t}", "public void disconnect( ) {\n disconnect( \"\" );\n }", "protected void disconnect() {\n\t\tif (false == DOM.getElementPropertyBoolean(this.getFrame(), \"__connected\")) {\r\n\t\t\tthis.onUnableToConnect();\r\n\t\t} else {\r\n\t\t\tthis.restart();\r\n\t\t}\r\n\t}", "public void disconnect() {\n\t\tdisconnect(null);\n\t}", "public void disconnect() {\n if (serverSocket != null) {\n try {\n serverSocket.close();\n Log.i(TAG, \"ServerSocket closed\");\n } catch (IOException e) {\n Log.e(TAG, \"Error closing the serverSocket\");\n }\n }\n\n sendDisconnectionMessage();\n\n // FIXME - Change this into a message sent it listener\n // Wait 2 seconds to disconnection message was sent\n Handler handler = new Handler();\n handler.postDelayed(new Runnable() {\n public void run() {\n WiFiDirectUtils.clearServiceRequest(wiFiP2PInstance);\n WiFiDirectUtils.stopPeerDiscovering(wiFiP2PInstance);\n WiFiDirectUtils.removeGroup(wiFiP2PInstance);\n\n serverSocket = null;\n isRegistered = false;\n clientsConnected.clear();\n }\n }, 2000);\n }", "public synchronized void stop() {\n if (mConnectThread != null) {\n mConnectThread.cancel();\n mConnectThread = null;\n }\n if (mConnectedThread != null) {\n mConnectedThread.cancel();\n mConnectedThread = null;\n }\n isConnected = false;\n }", "public void disconnect()\n\t{\n\t\tif (isConnected)\n\t\t{\n\t\t\ttry\n\t\t\t{\n\t\t\t\tvimPort.logout(serviceContent.getSessionManager());\n\t\t\t}\n\t\t\tcatch (Exception e)\n\t\t\t{\n\t\t\t\tlogger.trace(\"Failed to logout esx: \" + host, e);\n\t\t\t}\n\t\t}\n\t\tisConnected = false;\n\t}", "public void disconnect()\n {\n isConnected = false;\n }", "public void serverStop() {\n\t\tJOptionPane.showMessageDialog(dlg, \"与服务器失去连接\");\n\t\tserver = null;\n\t\tconnectAction.setEnabled(false);\n\t\t\n\t}", "public void disconnect() {\r\n connection.quit();\r\n menuFrame.setVisible(true);\r\n chatFrame.clearMessages();\r\n chatFrame.setVisible(false);\r\n leaderboardFrame.setVisible(false);\r\n lobbyFrame.setVisible(false);\r\n }", "private void Disconnect() {\n //If the btSocket is busy\n if (btSocket!=null) {\n try {\n btSocket.close(); //close connection\n }\n catch (IOException e) {\n msg(\"Error\");\n }\n }\n finish(); //return to the first layout\n\n }", "public void stopDiscoverability() {\r\n this.findableServerThread.interrupt();\r\n }", "public void disconnect() {}", "public static void disconnect() {\r\n if (isConnected()) {\r\n listener.interrupt();\r\n timerThread.interrupt();\r\n keepAliveThread.interrupt();\r\n db.writeDatabase();\r\n ObjectIO.writeObjectToFile(cmdPath, cmd);\r\n tc.stopCommands();\r\n ObjectIO.writeObjectToFile(tcPath, tc);\r\n try {\r\n irc.close();\r\n }\r\n catch (IOException e) { /* Shouldn't happen */ }\r\n }\r\n irc = null;\r\n }", "private void disconnect() {\n\t\t\n\t\ttry { \n\t\t\tif(sInput != null) sInput.close();\n\t\t} catch(Exception e) {} \n\t\t\n\t\t\n\t\ttry {\n\t\t\tif(sOutput != null) sOutput.close();\n\t\t} catch(Exception e) {} \n\t\t\n\t\t\n try{\n\t\t\tif(socket != null) socket.close();\n\t\t} catch(Exception e) {}\n\t\t\n // informa ao Gui\n if(clientGui != null) clientGui.connectionFailed();\n\t\t\t\n\t}", "private void disconnect()\r\n\t{\r\n\t\tif (theSocket != null)\r\n\t\t{\r\n\t\t\ttheSocket.transmit(\"Disconnecting\");\r\n\t\t\twriteLine(\"Disconnecting...\", 0);\r\n\t\t\twriteLine(\"Closing socket\", 0);\r\n\t\t\ttheSocket.close();\r\n\t\t\ttheSocket = null;\r\n\t\t}\r\n\t\tif (theSocket == null)\r\n\t\t{\r\n\t\t\twriteLine(\"The Socket is null\", 0);\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\twriteLine(\"We have now disconnected\", 0);\r\n\t\t}\r\n\t\trunning = false;\r\n\t}", "public void disconnect() {\r\n\t\tif (connected.get()) {\r\n\t\t\tserverConnection.getConnection().requestDestToDisconnect(true);\r\n\t\t\tconnected.set(false);\r\n\t\t}\r\n\t}", "public void disconnect();", "public void disconnect();", "public void disconnect();", "public void disconnect();", "@FXML\r\n\tprivate void deconnecter()\r\n\t{\r\n\t\tchatModel.getConnectionEstablishedProperty().set(false);\r\n\t\tclient.closeClientSocket();\r\n\t\tPlatform.runLater(() -> ChatModel.getInstance().getStatusMessagesList()\r\n\t\t\t\t.add(\"Chat ended: you disconnected.\"));\r\n\t}", "public void stop() { \r\n\t if (remoteControlClient != null) {\r\n\t remoteControlClient\r\n\t .setPlaybackState(RemoteControlClient.PLAYSTATE_STOPPED);\r\n\t } \r\n\t }", "public void disconnect(){\n\n\t\tserverConnection.disconnect();\n\t}", "public void disconnect() {\n\t\t\n\t}", "public void disconnect() {\n try {\n telnet.disconnect();\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public void disconnect(){ \r\n if (matlabEng!=null){ \r\n matlabEng.engEvalString (id,\"bdclose ('all')\");\r\n matlabEng.engClose(id);\r\n matlabEng=null;\r\n id=-1; \r\n }\r\n }", "public void disconnect() {if(mEnable) mBS.disconnect();}", "public static void disconnect()\n\t{\n\t\tTASK_LIST.add(ArduinoComms::disconnectInternal);\n\t\tTASK_LIST.add(ArduinoComms::notifyDisconnected);\n\t\t//TODO if waiting at socket.connect from connect() notify the tread\n\t}", "public void stopListening() {\n new Thread(new Runnable() {\n @Override\n public void run() {\n synchronized (ConnectionServer.this) {\n if (mAcceptThread != null) {\n mAcceptThread.cancel();\n mAcceptThread = null;\n }\n }\n }\n }).start();\n }", "@Override\n public void Disconnect() {\n bReConnect = true;\n }", "public void disconnect()\n {\n \tLog.d(TAG, \"disconnect\");\n\n \tif(this.isConnected) {\n \t\t// Disable the client connection if have service\n \t\tif(mLedService != null) {\n \t\t\tthis.disable();\n \t\t}\n \t\t\n \t\t// Unbind service\n mContext.unbindService(mServiceConnection);\n \n this.isConnected = false;\n \t}\n }", "public synchronized void disconnect()\r\n\t\t{\r\n\t\tif (state == RUNNING)\r\n\t\t stop();\r\n\t\tif (state == CLOSING_DOWN)\r\n\t\t {\r\n // Close the server socket\t\t \r\n try {\r\n \t\tserverSocket.close();\r\n \t}\r\n catch (IOException e)\r\n {\r\n }\r\n \r\n \t\t// flag the server as stopped\r\n \t\tstate = STOPPED;\r\n\t\t }\r\n\t\t}", "public static void disconnect() {\n if (AppSettings.bluetoothConnection != null) \n \tAppSettings.bluetoothConnection.stop();\n\t}", "public void handleDisconnect(){\r\n consoleAppend(this.getName() + \" disconnected.\");\r\n clientThreads.remove(getIndex(this.getName()));\r\n sendToAll(this.getName() + \" disconnected.\");\r\n sendCTToAll(new ControlToken(ControlToken.REMOVECODE, this.getName()));\r\n }", "void disconnect();", "void disconnect();", "protected void kill() {\n disconnect = true;\n }", "public void disconnect() {\n SocketWrapper.getInstance(mContext).disConnect();\n }", "@Override\n public void stop() {\n \tSystem.out.println(\"Closing GUI\");\n \tconn.closeConn();\n }", "public void disconnect() {\r\n\t\tsuper.disconnect();\r\n\t}", "public void onDisconnect(Controller controller) {\n\t\tSystem.out.println(\"Disconnected\");\r\n\t}", "public void onDisconnect(Controller controller) {\n\t\tSystem.out.println(\"Disconnected\");\r\n\t}", "protected void processDisconnect() {\n\t\tconnected.set(false);\n\t\tsenderChannel = null;\n\t}", "public void disconnectSSH(){\n\t log.info(\"Trying to disconnect to device \"+deviceIP+\" ...\\n\");\n\t session.disconnect();\n\t if(!session.isConnected())\n\t\t log.info(\"Successfully disconnected from device \"+deviceIP+\"\\n\");\n\t else\n\t\t log.error(\"Unable to disconnect to the device \"+deviceIP+\"\\n\");\n\t if(FETCHING_DATA_VIA_DATABASE){\n\t\t dbConnect.closeConnection();\n\t\t log.info(\"Successfully closed the database. \");\n\t }\n }", "protected final void disconnect() {\n\t\trunning = false;\n\t\ttry {\n\t\t\tif (out != null)\n\t\t\t\tout.close();\n\t\t\tif (in != null)\n\t\t\t\tin.close();\n\t\t\tsocket.close();\n\t\t} catch (IOException e) {e.printStackTrace();}\n\t}", "public void disconnectFromRemoteDevice() {\n if (debugging)\n Log.d(TAG, \"disconnect FromRemote Device\");\n if (mConnectionManager != null && mConnectionManager.socketStillAlive()) {\n mConnectionManager.closeSocket();\n setState(EBluetoothStates.DISCONNECTED);\n }\n }", "public void disconnect() {\n try {\n Socket socket = new Socket(\"127.0.0.1\",33333);\n ObjectOutputStream outputStream = new ObjectOutputStream(socket.getOutputStream());\n clientMain.clientData[1] = \"no\";\n outputStream.writeObject(clientMain.clientData);\n\n clientMain.showConnectionPage();\n\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "@Override\n\tpublic void stop() throws ConnectException {\n\t\tSystem.out.print(\"Stopping\");\n\t}", "public void disconnect() {\n \ttry {\n \t\tctx.unbindService(apiConnection);\n } catch(IllegalArgumentException e) {\n \t// Nothing to do\n }\n }", "public void stopListening();", "final public void disconnect() {\n \n _input.removeInputConnection();\n _output.removeConnection(this);\n\n \n }", "public static void disconnect() {\n \t\tconnPool.stop();\n \t}", "void disconnect(JShellConnection c, boolean remote) {\n LOG.log(Level.FINE, \n \"Connection closing: {0}, remove = {1}\", new Object[] {\n c, remote\n });\n synchronized (this) {\n if (c == null || !connections.contains(c)) {\n return;\n }\n this.connections.remove(c);\n }\n c.shutDown();\n if (closed) {\n // do not fire closed events after the agent was destroyed\n return;\n }\n // fire destroy if the handshake socket got closed.\n if (handshakeSocket.isClosed()) {\n // detroy the agent through the manager, removing it from the tables:\n mgr.destroyAgent(authorizationKey);\n } else {\n ShellLaunchEvent ev = new ShellLaunchEvent(mgr, c, remote);\n mgr.fire((l) -> l.connectionClosed(ev));\n }\n }", "public void swigDirectorDisconnect() {\n this.swigCMemOwn = false;\n delete();\n }", "public void disconnectConvo() {\n convo = null;\n setConnStatus(false);\n }", "public void mDisconnect() {\n try {\n if (oOutput!=null){\n oOutput.close();\n oOutput=null;}\n if (oInput!=null){\n oInput.close();\n oInput=null;}\n if (oSocket!=null) {\n if (oSocket.isConnected())\n mMsgLog(5,\"Disconnected\");\n oSocket.close();\n oSocket = null;\n }\n if (oDevice!=null){\n oDevice=null;\n }\n } catch (IOException e) {\n mErrMsg(\"Err:\"+e.toString());\n }\n mStateSet(kBT_Disconnected);\n }", "private synchronized void stop()\n\t{\n\t\ttry\n\t\t{\n\t\t\tunregisterReceiver( mConnectivityReceiver );\n\t\t}\n\t\tcatch ( IllegalArgumentException e )\n\t\t{\n\t\t\te.printStackTrace();\n\n\t\t} // try/catch\n\n\t}", "public void disconnect() {\n try {\n theCoorInt.unregisterForCallback(this);\n theCoorInt = null;\n }\n catch (Exception e) {\n simManagerLogger.logp(Level.SEVERE, \"SimulationManagerModel\", \n \"closeSimManager\", \"Exception in unregistering Simulation\" +\n \"Manager from the CAD Simulator.\", e);\n }\n }", "public void disconnectedFromHost();", "public void disconnectSensor() {\n try {\n resultConnection.releaseAccess();\n } catch (NullPointerException ignored) {\n }\n }", "public void disconnect ()\n {\n org.omg.CORBA.portable.InputStream $in = null;\n try {\n org.omg.CORBA.portable.OutputStream $out = _request (\"disconnect\", true);\n $in = _invoke ($out);\n return;\n } catch (org.omg.CORBA.portable.ApplicationException $ex) {\n $in = $ex.getInputStream ();\n String _id = $ex.getId ();\n throw new org.omg.CORBA.MARSHAL (_id);\n } catch (org.omg.CORBA.portable.RemarshalException $rm) {\n disconnect ( );\n } finally {\n _releaseReply ($in);\n }\n }", "public void disconnect() {\n if (logger.isActivated()) {\n logger.info(\"Network access disconnected\");\n }\n ipAddress = null;\n }", "public void stopListening() {\n try {\n mListenerSocket.close();\n } catch (IOException e) {\n // just log\n Log.e(\"LanConnection\",\"Error closing listener socket at \" + LOCAL_PORT, e);\n }\n }", "protected void stop() {\n keepGoing = false;\n // connect to myself as Client to exit\n try {\n new Socket(\"localhost\", port);\n } catch(Exception e) {\n // exception handling\n }\n }", "private void disconnected() {\n m_connectionLabel.setBackground(Color.RED);\n m_connectionLabel.setText(\"Disconnected\");\n }", "public static void stopServer() {\n try {\n clientListener.stopListener();\n server.close();\n connectionList.clear();\n } catch (IOException ex) {\n System.err.println(\"Error closing server: \\\"\" + ex.getMessage() + \"\\\"\");\n }\n System.out.println(\"SERVER SHUT DOWN\");\n }", "public void disconnectFromServer(boolean sendDisconnectToServer) {\n if (chatClientMainReceiver == null & sendDisconnectToServer){\n JOptionPane.showMessageDialog(null, \"You are not connected to a server\", Env.ChatClientMessageBoxTitle, JOptionPane.ERROR_MESSAGE);\n return;\n }\n if (sendDisconnectToServer) {\n sendDisconnectToServer();\n }\n try {\n socket.close();\n } catch (Exception e) {\n e.printStackTrace();\n }\n socket = null;\n try {\n chatClientMainReceiver.socket.close();\n } catch (Exception e) {\n e.printStackTrace();\n }\n chatClientMainReceiver.socket = null;\n try {\n chatClientMainReceiver.stop();\n }catch (Exception ex){\n ex.printStackTrace();\n }\n chatClientMainReceiver = null;\n chatClientController.appendToPane(new Date(System.currentTimeMillis()) + \": Disconnected from server\", \"RED\", null);\n }", "public synchronized void disconnectTunnel()\n\t{\n\t\taddLog(\"Stopping VPNService...\");\n\t\tif (pdnsdProcess != null)\n\t\t{\n pdnsdProcess.destroy();\n pdnsdProcess = null;\n }\n\t\tif (tun2socksThread != null)\n\t\t{\n\t\t\ttry\n\t\t\t{\n\t\t\t\t//xBinary.stopPdnsd(this);\n\t\t\t\t//Tun2SocksJni.stop();\n\t\t\t\tTun2Socks.Stop();\n\t\t\t\ttun2socksThread.join();\n\t\t\t}\n\t\t\tcatch (InterruptedException e)\n\t\t\t{\n\t\t\t\tThread.currentThread().interrupt();\n\t\t\t}\n\t\t\tfinally\n\t\t\t{\n\t\t\t\ttun2socksThread = null;\n\t\t\t}\n\t\t}\n\t\tif (tunFd == null)\n\t\t{\n\t\t\treturn;\n\t\t}\n\t\ttry\n\t\t{\n\t\t\ttunFd.close();\n\t\t}\n\t\tcatch (IOException e)\n\t\t{\n\t\t\taddLog(\"Failed to close the VPN interface file descriptor.\");\n\t\t}\n\t\tfinally\n\t\t{\n\t\t\ttunFd = null;\n\t\t}\n\t\tisRunning = false;\n\t\taddLog(\"VPNService Disconnected\");\n\t}", "public void disconnect(){\n\t\tfor (NodeInfo peerInfo : peerList) {\r\n\t\t\t// send leave to peer\r\n\t\t\tsend(\"0114 LEAVE \" + ip + \" \" + port, peerInfo.getIp(), peerInfo.getPort());\r\n\t\t\t\r\n\t\t\tfor (NodeInfo peerInfo2 : peerList) {\r\n\t\t\t\tif (!peerInfo.equals(peerInfo2)) {\r\n\t\t\t\t\tString joinString = \"0114 JOIN \" + peerInfo2.getIp() + \" \" + peerInfo2.getPort();\r\n\t\t\t\t\t\r\n\t\t\t\t\tsend(joinString, peerInfo.getIp(), peerInfo.getPort());\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\ttry {\r\n\t\t\tunRegisterBootstrapServer(serverIp, serverPort, ip, port, username);\r\n\t\t\tapp.printInfo(\"Node disconnected from server....\");\r\n\t\t} catch (IOException e) {\r\n\t\t\t// TODO Auto-generated catch block\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t\t\r\n\t\t//socket = null;\r\n\t}", "public void stopListening() {\r\n\t\tlisten.stopListening();\r\n\t}", "public void emergencyStop(){\r\n\t\tif (grblPort.isConnected()){\r\n\t\t\tgrblPort.sendDataLine(\"\\u0018\");\r\n\t\t}\r\n\t}", "public void Disconnect(){\n \n try {\n connect.close();\n// JOptionPane.showMessageDialog(null, \"Disconnected.\");\n } catch (SQLException ex) {\n// JOptionPane.showMessageDialog(null, \"Connection fail.\\n\"+ex.getMessage());\n } \n }", "public void disconnect() {\n\t\tif (con.isConnected()) {\n\t\t\tcon.disconnect();\n\t\t}\n\t}", "public void stop() {\r\n\t\t// Tell the Gui Agent to shutdown the system\r\n\t\tGui.shutdown = true;\r\n\t}", "public synchronized void stop() {\r\n\t\t//TODO read why stop is deprecated http://docs.oracle.com/javase/1.5.0/docs/guide/misc/threadPrimitiveDeprecation.html\r\n\t\tif (udplistener != null) {\r\n\t\t\tudplistener.datagramSocket.close();\r\n\t\t\tudpthread.stop();\r\n\t\t}\r\n\t\ttry {\r\n\t\t\tif (tcplistener != null) {\r\n\t\t\t\ttcplistener.serverSocket.close();\r\n\t\t\t\ttcpthread.stop();\r\n\t\t\t}\r\n\t\t} catch (IOException e) {e.printStackTrace();}\t\t\r\n\t}", "public void disconnect()\n\t{\n\t\toriginal = null;\n\t\tsource = null;\n\t\tl10n = null;\n\t}", "public void terminate() {\n screen.closeScreen();\n }", "public void stop() {\n\t\tgetLogger().debug(\"Waiting 5 seconds for EVCC to process response and close TCP/TLS connection ...\");\n\t\ttry {\n Thread.sleep(5000);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n\t\t\n\t\tif (!isStopAlreadyInitiated()) {\n\t\t\tgetLogger().debug(\"Closing connection to client ...\");\n\t\t\tsetStopAlreadyInitiated(true);\n\t\t\t\n\t\t\ttry {\n\t\t\t\tgetInStream().close();\n\t\t\t\tgetOutStream().close();\n\t\t\t\t\n\t\t\t\tif (getTcpClientSocket() != null) {\n\t\t\t\t\tgetTcpClientSocket().close();\n\t\t\t\t} else if (getTlsClientSocket() != null) {\n\t\t\t\t\tgetTlsClientSocket().close();\n\t\t\t\t} else {\n\t\t\t\t\tgetLogger().error(\"Neither TCP nor TLS client socket could be closed\");\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tThread.currentThread().interrupt();\n\t\t\t\tgetLogger().debug(\"Connection to client closed\");\n\t\t\t} catch (IOException e) {\n\t\t\t\tgetLogger().error(\"Error occurred while trying to close socket to client\", e);\n\t\t\t} \n\t\t}\n\t}", "public void disconnect() {\n try {\n client.disconnect(null, null);\n } catch (MqttException e) {\n Debug.logError(e, MODULE);\n }\n }", "public void disconnect() {\n try {\n if (socket != null)\n socket.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n isConnected = false;\n }", "private void quit() {\n\t\tmSipSdk = myApplication.getPortSIPSDK();\n\n\t\tif (myApplication.isOnline()) {\n\t\t\tLine[] mLines = myApplication.getLines();\n\t\t\tfor (int i = Line.LINE_BASE; i < Line.MAX_LINES; ++i) {\n\t\t\t\tif (mLines[i].getRecvCallState()) {\n\t\t\t\t\tmSipSdk.rejectCall(mLines[i].getSessionId(), 486);\n\t\t\t\t} else if (mLines[i].getSessionState()) {\n\t\t\t\t\tmSipSdk.hangUp(mLines[i].getSessionId());\n\t\t\t\t}\n\t\t\t\tmLines[i].reset();\n\t\t\t}\n\t\t\tmyApplication.setOnlineState(false);\n\t\t\tmSipSdk.unRegisterServer();\n\t\t\tmSipSdk.DeleteCallManager();\n\t\t}\n\t}", "public void disconnect(){\n\t\tif(player!=null){\n\t\t\tplayer.getConnection().close();\n\t\t\t\n\t\t\t// we get no disconnect signal if we close the connection ourself\n\t\t\tnotifyHandlers(MessageFlag.DISCONNECTED);\n\t\t}\n\t}", "public void disconnect() {\n watchDog.terminate();\n synchronized (sync) {\n if (!connections.isEmpty()) {\n while (connections.size() > 0) {\n ThreadConnection tconn = connections.pop();\n try {\n tconn.conn.rollback();\n tconn.conn.close();\n } catch (SQLException e) {\n }\n }\n }\n }\n this.setChanged();\n this.notifyObservers(\"disconnect\");\n }", "@Override\n public void disconnect() {\n getMvpView().showLoading();\n getDataManager().setSetupStatus(false);\n getDataManager().setIpAddress(\"\");\n getMvpView().setIpDetails(\"\", \"Disconnected\");\n\n new Handler().postDelayed(() -> {\n getMvpView().hideLoading();\n getMvpView().toSetupActivity();\n }, 1000);\n }", "public void setDisconnected()\n\t{\n\t\tSwingUtilities.invokeLater(new Runnable()\n\t\t{\n\t\t\t@Override\n\t\t\tpublic void run()\n\t\t\t{\n\t\t\t\tsetConnected(false);\n\t\t\t\tclearUserNames();\n\t\t\t\tprint(\"\\nConnection has been lost. Try reconnecting.\\n\");\n\t\t\t\tmainFrame.revalidate();\n\t\t \t\tmainFrame.repaint();\n\t\t\t}\n\t\t});\n\t}", "void disconnect(String reason);", "public final void disconnect() {\n synchronized (this.lock) {\n if (this.zzbur != null) {\n this.zzbur.disconnect();\n this.zzbur = null;\n Binder.flushPendingCommands();\n }\n }\n }", "public void doOnDisconnect() {\n\t\t// Shut off any sensors that are on\n\t\tMainActivity.this.runOnUiThread(new Runnable() {\n\n\t\t\t@Override\n\t\t\tpublic void run() {\n\n\t\t\t\tresetAllOperations();\n\n\t\t\t\t\n\t\t\t\t// Make sure the LEDs go off\n\t\t\t\tif (droneApp.myDrone.isConnected) {\n\t\t\t\t\tdroneApp.myDrone.setLEDs(0, 0, 0);\n\t\t\t\t}\n\n\n\t\t\t\t// Only try and disconnect if already connected\n\t\t\t\tif (droneApp.myDrone.isConnected) {\n\t\t\t\t\tdroneApp.myDrone.disconnect();\n\t\t\t\t}\n\n\t\t\t\t// Remind people how to connect\n\t\t\t\ttvConnectInfo.setVisibility(TextView.VISIBLE);\n\t\t\t}\n\t\t});\n\t}", "private void disconnect() {\n System.out.println(String.format(\"連線中斷,%s\",\n clientSocket.getRemoteSocketAddress()));\n final int delete = thisPlayer.id - 1;\n player[delete] = null;\n empty.push(delete);\n }", "void disconnect() {\n connector.disconnect();\n // Unregister from activity lifecycle tracking\n application.unregisterActivityLifecycleCallbacks(activityLifecycleTracker);\n getEcologyLooper().quit();\n }", "public void disconnectFromClientAndServer() {\n //sends disconnect message to server\n this.sendMessages(Arrays.asList(\"DISCONNECT\"));\n \n //disconnect self\n this.isConnectedToClientServer = false;\n board.disconnectFromClientServer();\n this.inputQueue = null;\n this.outputQueue = null;\n \n //make all boundaries visible\n for (Boundary boundary : board.boundaries){\n boundary.makeVisible();\n }\n board.neighbors.changeDown(\"\");\n board.neighbors.changeLeft(\"\");\n board.neighbors.changeRight(\"\");\n board.neighbors.changeUp(\"\");\n \n //remove all balls\n board.clearBalls();\n }", "@Override\r\n\tpublic void disconnect();", "public void stopCommunicationServer() {\n\t\t\tthis.running = false;\n\t\t}", "void onDisconnect();", "void onDisconnect();", "@Override\n\tpublic boolean disconnect() {\n\t\treturn false;\n\t}" ]
[ "0.6832182", "0.6773194", "0.67224693", "0.6697789", "0.6672476", "0.6613239", "0.6607176", "0.66060024", "0.65402925", "0.6529964", "0.6515482", "0.6511541", "0.6508167", "0.6492095", "0.64661354", "0.6449203", "0.6426784", "0.6416456", "0.64125466", "0.63727224", "0.63712204", "0.6346661", "0.6346661", "0.6346661", "0.6346661", "0.63273865", "0.6311233", "0.63035566", "0.627566", "0.6272539", "0.62652504", "0.62591887", "0.6256934", "0.6254845", "0.6226873", "0.6225358", "0.6198975", "0.61965567", "0.6191019", "0.61756283", "0.61756283", "0.6162145", "0.61434", "0.61386645", "0.6137446", "0.61204976", "0.61204976", "0.60986793", "0.60912937", "0.6084543", "0.6083397", "0.6080224", "0.60733306", "0.60497093", "0.6020808", "0.60176027", "0.6016553", "0.59899384", "0.59894335", "0.5986917", "0.59836197", "0.59826696", "0.5976882", "0.5974295", "0.5965431", "0.5945439", "0.5942784", "0.59394777", "0.59387845", "0.5917845", "0.59171766", "0.5915248", "0.5909499", "0.5905891", "0.5891876", "0.588774", "0.58844215", "0.58832484", "0.5860446", "0.5858476", "0.5856127", "0.58558065", "0.58426493", "0.58377236", "0.58326346", "0.5826887", "0.5826164", "0.582291", "0.5805965", "0.5797673", "0.57928693", "0.5786838", "0.57788694", "0.5778679", "0.5777506", "0.57769644", "0.57764715", "0.5764622", "0.57556266", "0.57556266", "0.5752931" ]
0.0
-1
This method creates an anonymous thread to in order to unblock the caller. This anonymous thread synchronously attempts to bring down the entire ERD framework
private void processDispose(final boolean finalized) { new Thread(new Runnable() { @Override public void run() { Thread.currentThread().setName("Dispose_Thread"); Log.d(TAG, "Processing dispose with " + finalized + " from " + Thread.currentThread().getName()); disposeInternal(finalized); } }).start(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void dofakework() {\n\t\ttry {\n\t\t\tThread.sleep(1000);\n\t\t} catch (InterruptedException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "private static void createThreadUsingAnonymousInnerClass() {\n\t\tRunnable rn = new Runnable() {\n\t\t\t@Override\n\t\t\tpublic void run() {\n\t\t\t\tSystem.out.println(\"My Anonymous Inner Class thread is executed.\");\n\t\t\t}\n\t\t};\n\n\t\tThread th = new Thread(rn);\n\t\tth.start();\n\t}", "public final void run() {\n /*\n // Method dump skipped, instructions count: 803\n */\n throw new UnsupportedOperationException(\"Method not decompiled: com.oculus.deviceconfigclient.DeviceConfigClient.AsyncFetchThread.run():void\");\n }", "public void toThread() {\n\t\t// TODO Auto-generated method stub\n\t\tnew Thread(this).start();\n\t\tclient.start();\n\t}", "public void createThread() {\n }", "public void runInThread() {\n\t\tTaskRunner taskRunner = Dep.get(TaskRunner.class);\n\t\tATask atask = new ATask<Object>(getClass().getSimpleName()) {\n\t\t\t@Override\n\t\t\tprotected Object run() throws Exception {\n\t\t\t\tBuildTask.this.run();\n\t\t\t\treturn null;\n\t\t\t}\n\t\t\t\n\t\t};\n\t\ttaskRunner.submitIfAbsent(atask);\n\t}", "private UniqueElementSingleThreadWorker()\n {\n _state = ActivityState.INITIALIZING;\n _taskQueue = new UniqueTagQueue<String, Runnable>();\n \n _taskThread = new Thread(\"UniqueElementSingleThreadWorker-\" + COUNTER.incrementAndGet())\n {\n @Override\n public void run()\n {\n while(true)\n {\n try\n {\n Runnable task = _taskQueue.blockingPop();\n if(task == SHUTDOWN_TASK)\n {\n break;\n }\n task.run();\n }\n catch(InterruptedException ex) { }\n //Catch run time exceptions that the runnable might throw so that the thread does not die\n catch(RuntimeException ex)\n {\n ErrorReporter.reportUncaughtException(ex);\n }\n }\n \n _state = ActivityState.SHUT_DOWN;\n }\n };\n }", "ThreadStart createThreadStart();", "@Override\n public void run() {\n new ImpresionTicketAsync(entity,printerBluetooth,null,getActivity()).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);\n }", "private void tokenRingThread() throws Exception {\n\t\tThread thread = new Thread(new Runnable() {\n\t\t\t@Override\n\t\t\tpublic void run() {\n\t\t\t\ttokenRing.init();\n\t\t\t}\n\t\t});\n\t\tthread.start();\n\t}", "@SuppressWarnings(\"static-access\")\r\n\t\t@Override\r\n\t\tpublic void run() {\r\n\t\t\tsetName(C_THREAD);\r\n\t\t\tif(controller == MultiController.TCP) {\r\n\t\t\t\tnetworkHandling = new NetworkHandling(tcpHandler);\r\n\t\t\t\tnetworkHandling.establishConnection();\r\n\t\t\t\t\r\n\t\t\t\ttry { \r\n\t\t\t\t\t//Wait until the lock is released - wait for connection\r\n\t\t\t\t\tnetworkHandling.lock.acquire(); \r\n\t\t\t\t} catch (InterruptedException e) { }\r\n\t\t\r\n\t\t\t\tfinished(networkHandling.isConnected());\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tif(controller == MultiController.BLUETOOTH) {\r\n\t\t\t\tbluetoothHandling = new BluetoothHandling(getApplicationContext(),bluetoothHandler);\r\n\t\t\t\tbluetoothHandling.start();\r\n\t\t\t\t\r\n\t\t\t\tIntent intent = new Intent(getApplicationContext(),DeviceListActivity.class);\r\n\t\t\t\tstartActivityForResult(intent, BluetoothHandler.REQUEST_ADDRESS);\r\n\t\t\t\t\r\n\t\t\t\tfinReq = true;\r\n\t\t\t\t\r\n\t\t\t\ttry {\r\n\t\t\t\t\t//Wait until the lock is released - wait for connection\r\n\t\t\t\t\tbluetoothHandling.lock.acquire();\r\n\t\t\t\t} catch (InterruptedException e) {\r\n\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\tfinished(bluetoothHandling.getState() == BluetoothHandling.STATE_CONNECTED);\r\n\t\t\t}\r\n\t\t}", "public void run() {\n try {\n Thread.sleep(10000);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n mainThread.interrupt();\n }", "private void await() {\n try {\n Thread.sleep(10 * 1000L);\n } catch (InterruptedException e) {\n // ignore\n }\n }", "public void runBlocking() {\n if (!this.stopAction.isDone()) {\n this.tryPerformBeforeAction();\n this.tryCreateTaskAssignment();\n this.startLoadGeneration();\n }\n this.stopAction.join();\n this.stopLoadGeneration();\n this.stopFinished.complete(null);\n }", "@Override\n // Thread creation\n // Run method from the Runnable class.\n public void run() {\n p.println(\"Current thread = \" + Thread.currentThread().getName());\n // Shows when a task is being executed concurrently with another thread,\n // then puts the thread to bed (I like saying that)\n try {\n p.println(\"Doing a task during : \" + name);\n Thread.currentThread().sleep(time);\n }\n // Exception for when a thread is interrupted.\n catch (InterruptedException e) {\n e.printStackTrace();\n }\n }", "@Override\n public void doTask() throws InterruptedException {\n Thread.sleep(5000);\n }", "private static void ThreadCreationOldWay() {\r\n\t\tThread t1 = new Thread(new Runnable() {\r\n\t\t\tpublic void run() {\r\n\t\t\t\tSystem.out.println(\"This is a runnable method done in old fashion < 1.8\");\r\n\t\t\t}\r\n\t\t});\r\n\t\tt1.start();\r\n\t}", "@Override\n\tprotected synchronized void getArticles() throws Exception {\n\t\tif(thread == null || thread.isAlive() == false) {\n\t\t\tWebRunner runner = new WebRunner(mHandler);\n\t\t\tthread = new Thread(runner);\n\t\t\tthread.start();\n\t\t}\n }", "void await()\n throws InterruptedException;", "@Override\n\t protected Void doInBackground() throws Exception {\n Thread.sleep(SLEEP_TIME);\n return null;\n }", "void await() throws InterruptedException;", "void await() throws InterruptedException;", "void await() throws InterruptedException;", "private void awaitT(){\n try {\n game.getBarrier().await(20, TimeUnit.SECONDS);\n } catch (InterruptedException e) {\n e.printStackTrace();\n } catch (BrokenBarrierException e) {\n e.printStackTrace();\n } catch (TimeoutException e) {\n trimBarrier();\n synchronized (lock){\n if(!botSignal){\n bot = new BotClient();\n new Thread(bot).start();\n botSignal = true;\n }\n\n }\n }\n }", "public void move_creation_to_other_thread() {\n ExecutorService executor = Executors.newCachedThreadPool();\n\n CompletableFuture<Void> start = new CompletableFuture<>();\n CompletableFuture<List<Long>> readIds = start.thenCompose(nil -> getUserIds());\n readIds.thenRun(() -> System.out.println(\"ids read\"));\n readIds.thenCompose(this::getUsersFromDb).thenCompose(this::sendEmails);\n\n start.completeAsync(() -> null, executor);\n executor.shutdown();\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "public Thread execute() {\n shutdown = false;\n Thread serverThread = new Thread( new Runnable() {\n @Override\n public void run() {\n start();\n }\n } );\n\n // start the thread running, calling this server start()\n serverThread.start();\n try {\n Thread.yield();\n Thread.sleep( 200 );\n } catch ( InterruptedException e ) {}\n return serverThread;\n }", "@Override\r\n protected Object doInBackground() throws Exception {\n try {\r\n Thread.sleep(5500);\r\n\r\n } catch (Exception e) {}\r\n return null;\r\n }", "@Override\n\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\tinvoke();\n\t\t\t\t\t}", "private void esperarPorFatherThread() {\n\t\ttry {\n\t\t\tThread.sleep(50000);\n\t\t} catch (InterruptedException e1) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te1.printStackTrace();\n\t\t}\n\t}", "@Override\n public void run (){\n System.out.println(\"soy \" +Thread.currentThread().getName());\n Recurso.uso();\n try {\n Thread.sleep( 2000 );\n } catch (InterruptedException e) {\n };\n }", "PooledThread()\n {\n setDaemon(true);\n\n start();\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "void await( long millis ) throws UnavailableException;", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "NetThread(){}", "@Override\r\n\t\t\t\tpublic void run() {\n\r\n\t\t\t\t}", "@Override\r\n\t\t\t\tpublic void run() {\n\r\n\t\t\t\t}", "public void run() {\n\t\tthis.launch( null );\n\t}", "public void run() {\n\t\t\t\t\tSystem.out.println(Thread.currentThread().getName()+\"准备。。。\");\n\t\t\t\t\ttry {\n\t\t\t\t\t\tp.await();//等待\n\t\t\t\t\t\tSystem.out.println(Thread.currentThread().getName()+\"已接受。。。\");\n\t\t\t\t\t\tThread.sleep((long)(Math.random()*10000));\n\t\t\t\t\t\tSystem.out.println(Thread.currentThread().getName()+\"完成。。。\");\n\t\t\t\t\t\ts.countDown();//三次后为0 释放主线程中的等待\n\t\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\t\t// TODO Auto-generated catch block\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t}\n\t\t\t\t}", "@Override\r\n public void run() {\n\r\n }", "public abstract void await() throws InterruptedException;", "public void run(){\n //logic to execute in a thread \n }", "@Override\n\tpublic void run()\n\t{\n\t}", "@Override\npublic void run() {\n perform();\t\n}", "public void run() {\n thread.interrupt();\n System.out.println(\"Cancelled Admin Viewer startup\");\n }", "@Override\n public void run()\n {\n }", "@Override\n public void run()\n {\n }", "private static native Object setupMainThread0(Object thread);", "public Async(boolean unblocked) {\r\n\t\tthis.unblocked = unblocked;\r\n\t}", "public void testDefaultsToMainThread() throws Exception {\n\n Executor executor = new LooperExecutor();\n final CountDownLatch latch = new CountDownLatch(1);\n executor.execute(new Runnable() {\n @Override\n public void run() {\n assertEquals(\"running on ui thread\", Looper.getMainLooper(), Looper.myLooper());\n latch.countDown();\n }\n });\n latch.await();\n }", "@Override\n\tpublic void run()\n\t{\n\n\t}", "private static void tickOnThread() {\n final Thread thread = new Thread(new Runnable(){\n @Override\n public void run() {\n tick(true);\n }\n });\n thread.start();\n }", "@Override\n public void run() {\n }", "@Override\n\tpublic void sleep() {\n\t\t((Application) application()).unlockEC();\n\t\tsuper.sleep();\n\t}", "@Override\r\n public void run() {}", "@Override\n public void run(){\n\n Thread.currentThread().interrupt();\n }", "@Override\n\tprotected Application doInBackground() throws Exception {\n\t\treturn null;\n\t}", "@Override\r\n\t\t\tpublic void run() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void run() {\n\t\t\t\t\r\n\t\t\t}", "public void unpark() {\n Thread w = this.thread;\n if (w != null) {\n this.thread = null;\n LockSupport.unpark(w);\n }\n }", "@Override\n public void run() {\n try{\n for(int n = 0;n < 20; n++){\n //This simulates 1sec of busy activity\n Thread.sleep(1000);\n //now talk to the ain thread\n myHandler.post(foregroundTask);\n }\n }catch (InterruptedException e){\n e.printStackTrace();\n }\n }", "public IThread createThread() throws IllegalWriteException, BBException;", "private ShutdownThread() {}", "public AbstractConcurrentTestCase() {\n mainThread = Thread.currentThread();\n }", "public void idle() {\n // Flag as idling.\n mIsGenerating = false;\n\n if (mCurrentThread != null && Thread.currentThread()\n != mUiHandler.getLooper().getThread()) {\n // Join spawned thread.\n boolean retry = true;\n while (retry) {\n try {\n mCurrentThread.join();\n retry = false;\n mCurrentThread = null;\n } catch (InterruptedException e) {\n // Keep trying to join.\n }\n }\n }\n }", "public void run() {\n System.out.println(ANSI_GREEN + \"Hello from anonymous class thread\");\n }", "protected void resume() {\n resume(mainThread);\n }", "@Override\r\n public Thread newThread(Runnable r) {\n Thread t = new Thread(r, \"example-runner\");\r\n t.setDaemon(true);\r\n return t;\r\n }", "@Override\n public void run()\n {\n\n }", "@Override\r\n\tpublic void run() {\n\t}", "@Override\r\n\tpublic void run() {\n\t}", "void start() {\n\tsleepThread = new Thread(this);\n\tsleepThread.start();\n }", "@Override\n public void run() {\n }", "@Override\r\n\tpublic void run() {\n\r\n\t}", "@Override\n\tpublic void run() {\n\t\ttry {\n\t\t\tsleep(dauer);\n\t\t\tt.interrupt();\n\t\t} catch (InterruptedException e) {\n\t\t}\n\t}", "private static void interruptWithException () {\n\n Thread thread = new Thread(() -> {\n try {\n System.out.println(\"start sleeping ...\");\n Thread.sleep(5000000);\n } catch (InterruptedException e) {\n System.out.println(\"interrupted from outside !\");\n }\n });\n\n thread.start();\n }", "public static void initCommunicationClientThread(){\r\n new CommunicationClientThread();\r\n }", "@Override\n\t\t\tpublic void run() {\n\t\t\t\tsynchronized (a) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\ta.wait();\n\t\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\t\t// TODO Auto-generated catch block\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}", "public void acquire() {\r\n return;\r\n }", "private ThreadUtil() {\n \n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "private static void runLater(Runnable runnable) {\n Display display = Display.findDisplay(Thread.currentThread());\n if (display != null) {\n display.asyncExec(runnable);\n } else {\n AdtPlugin.log(IStatus.WARNING, \"Could not find display\");\n }\n }", "@Override\r\n\tpublic void run() {\n\t\t\r\n\t}" ]
[ "0.6070663", "0.5993443", "0.5985513", "0.590752", "0.5846777", "0.58358085", "0.5766935", "0.5764767", "0.57009643", "0.5691579", "0.56785035", "0.5666588", "0.56527", "0.563823", "0.5626554", "0.5602293", "0.55967", "0.5585661", "0.5569473", "0.5561503", "0.55581874", "0.55581874", "0.55581874", "0.55545616", "0.5554554", "0.5534488", "0.5534488", "0.5534488", "0.55284286", "0.55284286", "0.55284286", "0.55284286", "0.55284286", "0.55284286", "0.55284286", "0.55169016", "0.551586", "0.5511897", "0.5511707", "0.55108845", "0.5502837", "0.54996115", "0.54996115", "0.54985344", "0.54957485", "0.54957485", "0.5493146", "0.5492284", "0.5492284", "0.548341", "0.54804045", "0.5479051", "0.54734284", "0.5462482", "0.54622644", "0.54449475", "0.5444175", "0.5441491", "0.5441491", "0.54283476", "0.54262674", "0.54232377", "0.5420731", "0.5418089", "0.5413119", "0.5410361", "0.5406977", "0.54055077", "0.5399324", "0.5397228", "0.5397228", "0.53948224", "0.53938437", "0.5392541", "0.53882957", "0.5387806", "0.5383198", "0.5380573", "0.5377279", "0.53749424", "0.53726315", "0.5361534", "0.5361534", "0.5360945", "0.5354531", "0.5346457", "0.5341739", "0.53325844", "0.5329298", "0.53282315", "0.53267735", "0.53263545", "0.5325679", "0.5325679", "0.5325679", "0.5325679", "0.5325679", "0.5325679", "0.5325679", "0.53254324", "0.53244716" ]
0.0
-1
Helper method to create a WFDDevice from iface and device type
private WfdDevice createWFDDevice(String iface, WfdEnums.WFDDeviceType type) { WfdDevice wfdDevice = new WfdDevice(); wfdDevice.deviceType = type.getCode(); wfdDevice.macAddress = null; wfdDevice.isAvailableForSession = false;//since init is to be called wfdDevice.addressOfAP = null; wfdDevice.coupledSinkStatus = 0; wfdDevice.preferredConnectivity = 0; if (type == WfdEnums.WFDDeviceType.SOURCE) { wfdDevice.deviceName = "Source_device"; if (iface != null) { int index = iface.indexOf(':', 0); if (index > 0) { wfdDevice.ipAddress = iface.substring(0, index); wfdDevice.rtspPort = Integer.parseInt(iface.substring(index + 1, iface.length())); if (wfdDevice.ipAddress == null || wfdDevice.rtspPort < 1 || wfdDevice.rtspPort > 65535) { Log.e(TAG, "Invalid RTSP port received or no valid IP"); return null; } } } } else if (type == WfdEnums.WFDDeviceType.PRIMARY_SINK) { wfdDevice.deviceName = "Sink_device"; wfdDevice.rtspPort = 0; wfdDevice.ipAddress = null; } else { wfdDevice.deviceName = "WFD_device"; wfdDevice.rtspPort = 0; wfdDevice.ipAddress = null; } return wfdDevice; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Device createDevice();", "public static BLDevice createInstance(short deviceType, String host, Mac mac) throws IOException {\r\n String desc = BLDevice.getDescOfType(deviceType);\r\n switch (deviceType) {\r\n case DEV_SP1:\r\n return new SP1Device(host, mac);\r\n case DEV_SP2:\r\n case DEV_SP2_HONEYWELL_ALT1:\r\n case DEV_SP2_HONEYWELL_ALT2:\r\n case DEV_SP2_HONEYWELL_ALT3:\r\n case DEV_SP2_HONEYWELL_ALT4:\r\n case DEV_SPMINI:\r\n case DEV_SP3:\r\n case DEV_SPMINI2:\r\n case DEV_SPMINI_OEM_ALT1:\r\n case DEV_SPMINI_OEM_ALT2:\r\n case DEV_SPMINI_PLUS:\r\n return new SP2Device(deviceType, desc, host, mac);\r\n case DEV_RM_2:\r\n case DEV_RM_MINI:\r\n case DEV_RM_MINI_3:\r\n return new RM2Device(deviceType, desc, host, mac);\r\n case DEV_RM_PRO_PHICOMM:\r\n case DEV_RM_2_HOME_PLUS:\r\n case DEV_RM_2_2HOME_PLUS_GDT:\r\n case DEV_RM_2_PRO_PLUS:\r\n case DEV_RM_2_PRO_PLUS_2:\r\n case DEV_RM_2_PRO_PLUS_2_BL:\r\n case DEV_RM_MINI_SHATE:\r\n return new RM2Device(deviceType, desc, host, mac);\r\n case DEV_A1:\r\n return new A1Device(host, mac);\r\n case DEV_MP1:\r\n return new MP1Device(host, mac);\r\n case DEV_FLOUREON:\r\n return new FloureonDevice(host, mac);\r\n case DEV_HYSEN:\r\n return new HysenDevice(host, mac);\r\n }\r\n return null;\r\n }", "public interface DeviceFactory {\n Mouse getMouse();\n Keyboard getKeyboard();\n Touchpad getTouchpad();\n}", "@Override\n IDeviceFactory getFactory();", "private Device buildDevice() {\n Device device = Device.builder()\n .text(Narrative.builder().div(Xhtml.of(\"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\">Generated</div>\")).status(NarrativeStatus.GENERATED).build())\n .meta(Meta.builder()\n .profile(Canonical.of(\"http://ibm.com/fhir/StructureDefinition/test-device|0.1.0\"))\n .build())\n .statusReason(CodeableConcept.builder().coding(Coding.builder().system(Uri.of(\"http://terminology.hl7.org/CodeSystem/device-status-reason\")).code(Code.of(\"online\")).build()).build())\n .specialization(Specialization.builder()\n .systemType(CodeableConcept.builder().coding(Coding.builder().system(Uri.of(ValidationSupport.BCP_47_URN)).code(Code.of(ENGLISH_US)).build()).build()).build())\n .extension(Extension.builder().url(\"http://ibm.com/fhir/StructureDefinition/test-language-primary-extension\")\n .value(CodeableConcept.builder().coding(Coding.builder().system(Uri.of(ValidationSupport.BCP_47_URN)).code(Code.of(ENGLISH_US)).build()).build()).build(),\n Extension.builder().url(\"http://ibm.com/fhir/StructureDefinition/test-language-secondary-extension\")\n .value(Coding.builder().system(Uri.of(ValidationSupport.BCP_47_URN)).code(Code.of(ENGLISH_US)).build()).build(),\n Extension.builder().url(\"http://ibm.com/fhir/StructureDefinition/test-language-tertiary-extension\")\n .value(Code.of(ENGLISH_US)).build())\n .build();\n return device;\n }", "private IWifiIface createIface(int ifaceType, InterfaceDestroyedListener destroyedListener, Looper looper) {\n synchronized (this.mLock) {\n WifiChipInfo[] chipInfos = getAllChipInfo();\n if (chipInfos == null) {\n Log.e(TAG, \"createIface: no chip info found\");\n stopWifi();\n return null;\n } else if (validateInterfaceCache(chipInfos)) {\n IWifiIface iface = createIfaceIfPossible(chipInfos, ifaceType, destroyedListener, looper);\n if (iface == null || dispatchAvailableForRequestListeners()) {\n } else {\n return null;\n }\n } else {\n Log.e(TAG, \"createIface: local cache is invalid!\");\n stopWifi();\n return null;\n }\n }\n }", "@Test\n public void findDeviceByType() throws Exception {\n MockUpnpService upnpService = new MockUpnpService();\n LocalDevice device = SampleData.createLocalDevice();\n upnpService.getRegistry().addDevice(device);\n\n Registry registry = upnpService.getRegistry();\n\n try {\n DeviceType deviceType = new UDADeviceType(\"MY-DEVICE-TYPE\", 1); // DOC: FIND_DEV_TYPE\n Collection<Device> devices = registry.getDevices(deviceType); // DOC: FIND_DEV_TYPE\n assertEquals(devices.size(), 1);\n } finally {}\n\n try {\n ServiceType serviceType = new UDAServiceType(\"MY-SERVICE-TYPE-ONE\", 1); // DOC: FIND_SERV_TYPE\n Collection<Device> devices = registry.getDevices(serviceType); // DOC: FIND_SERV_TYPE\n assertEquals(devices.size(), 1);\n } finally {}\n }", "public interface CommunicationDevice {\n String getAddress();\n\n CommunicationSocket createCommunicationSocket(UUID uuid) throws IOException;\n}", "Builder forDevice(DeviceId deviceId);", "Device_Resource createDevice_Resource();", "public org.thethingsnetwork.management.proto.HandlerOuterClass.Device getDevice(org.thethingsnetwork.management.proto.HandlerOuterClass.DeviceIdentifier request);", "protected Device createOutputDevice(HttpServletRequest request,\n HttpServletResponse response,\n ExternalizedResource extInfo) \n throws IOException {\n return new ServletDevice(response.getOutputStream());\n }", "@DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 12:36:02.868 -0500\", hash_original_method = \"E552E8F41A6230395AD2464B82A88215\", hash_generated_method = \"B474121E171E0C15AB9C9C17C2686C0E\")\n \npublic static android.net.wifi.IWifiManager asInterface(android.os.IBinder obj)\n{\nif ((obj==null)) {\nreturn null;\n}\nandroid.os.IInterface iin = (android.os.IInterface)obj.queryLocalInterface(DESCRIPTOR);\nif (((iin!=null)&&(iin instanceof android.net.wifi.IWifiManager))) {\nreturn ((android.net.wifi.IWifiManager)iin);\n}\nreturn new android.net.wifi.IWifiManager.Stub.Proxy(obj);\n}", "IFMLPort createIFMLPort();", "public interface ElectronicsDevice {\n}", "public Device(String name, String typeName, Room room) {\n this.name = name.replace(\" \", \"_\");\n this.typeName = name.replace(\" \", \"_\");\n this.room = room;\n }", "public SmartDevice getDevice(String type) {\n\t\treturn null;\n\t}", "public Device getDevice() {\n\t\tDevice device = new Device();\n\n\t\tdevice.setName(\"DeviceNorgren\");\n\t\tdevice.setManufacturer(\"Norgren\");\n\t\tdevice.setVersion(\"5.7.3\");\n\t\tdevice.setDescriptionSemantic(\"http://www.loa-cnr.it/ontologies/DUL.owl#isDescribedBy\");\n\n\t\tSensor sensorTemperature = new Sensor();\n\t\tsensorTemperature.setName(\"SensorSiemens\");\n\t\tsensorTemperature.setManufacturer(\"Siemens\");\n\t\tsensorTemperature.setVersion(\"1.2.2\");\n\t\tsensorTemperature.setDescriptionSemantic(\"http://www.loa-cnr.it/ontologies/DUL.owl#isDescribedBy\");\n\t\tsensorTemperature.setMonitor(\"Temperature\");\n\n\t\tSensor sensorPressure = new Sensor();\n\t\tsensorPressure.setName(\"SensorOmron\");\n\t\tsensorPressure.setManufacturer(\"Omron\");\n\t\tsensorPressure.setVersion(\"0.5.2\");\n\t\tsensorPressure.setDescriptionSemantic(\"http://www.loa-cnr.it/ontologies/DUL.owl#isDescribedBy\");\n\t\tsensorPressure.setMonitor(\"Pressure\");\n\n\t\tdevice.getListSensor().add(sensorTemperature);\n\t\tdevice.getListSensor().add(sensorPressure);\n\n\t\tActuator actuadorKey = new Actuator();\n\n\t\tactuadorKey.setName(\"SensorAutonics\");\n\t\tactuadorKey.setManufacturer(\"Autonics\");\n\t\tactuadorKey.setVersion(\"3.1\");\n\t\tactuadorKey.setDescriptionSemantic(\"http://www.loa-cnr.it/ontologies/DUL.owl#isDescribedBy\");\n\t\tactuadorKey.setAction(\"On-Off\");\n\n\t\tdevice.getListActuator().add(actuadorKey);\n\n\t\treturn device;\n\n\t}", "private void createDevice(String host, int port, String name) {\n ThingUID uid = new ThingUID(THING_TYPE_DEVICE, name);\n\n if (uid != null) {\n Map<String, Object> properties = new HashMap<>(1);\n properties.put(\"hostname\", host);\n properties.put(\"port\", port);\n properties.put(\"name\", name);\n DiscoveryResult result = DiscoveryResultBuilder.create(uid).withProperties(properties)\n .withLabel(\"Kinect Device\").build();\n thingDiscovered(result);\n }\n }", "public Device getOrCreateByDeviceId(String deviceId, String friendlyName, DeviceType deviceType, User user, String topicBasePrefix) {\n\n try {\n Device device = getByDeviceId(deviceId);\n if (device == null) {\n device = new Device(deviceId, friendlyName, deviceType, user, topicBasePrefix);\n deviceRepository.save(device);\n // Must init List\n if (user.getDevices() == null) {\n user.setDevices(new ArrayList<>());\n }\n user.getDevices().add(device);\n userRepository.save(user);\n return device;\n } else {\n return device;\n }\n } catch (Exception e) {\n e.printStackTrace();\n }\n\n return null;\n }", "DeviceClass getDeviceClass();", "private Device getDevFromElement(Element devElement, String address) {\n\n String devId = devElement.getElementsByTagName(\"Id\").item(0).getTextContent();\n NodeList nodeList = devElement.getElementsByTagName(\"Names\").item(0).getChildNodes();\n Map<Locale, String> actNames = new HashMap<>();\n\n for (int i = 0; i < nodeList.getLength(); i++) {\n NodeList nameNodes = nodeList.item(i).getChildNodes();\n String locale = nameNodes.item(0).getTextContent();\n String name = nameNodes.item(1).getTextContent();\n actNames.put(new Locale(locale.split(\"_\")[0], locale.split(\"_\")[1]), name);\n }\n\n String type = devElement.getElementsByTagName(\"Type\").item(0).getTextContent();\n String image = devElement.getElementsByTagName(\"Image\").item(0).getTextContent();\n // create device\n Device device = new Device(devId, actNames, Integer.parseInt(address), type, image);\n\n NodeList capList = devElement.getElementsByTagName(\"Capabilities\").item(0).getChildNodes();\n\n for (int j = 0; j < capList.getLength(); j++) {\n String capId = capList.item(j).getTextContent();\n Capability cap = readFromCapabilityFile(capId);\n cap.setDevice(device);\n device.addCapability(cap);\n }\n return device;\n }", "@Override\r\n public void open() throws HardwareInterfaceException {\r\n if(!UsbIoUtilities.usbIoIsAvailable) return;\r\n \r\n //device has already been UsbIo Opened by now, in factory\r\n \r\n // opens the USBIOInterface device, configures it, binds a reader thread with buffer pool to read from the device and starts the thread reading events.\r\n // we got a UsbIo object when enumerating all devices and we also made a device list. the device has already been\r\n // opened from the UsbIo viewpoint, but it still needs firmware download, setting up pipes, etc.\r\n \r\n if(isOpened){\r\n log.warning(\"already opened interface and setup device\");\r\n return;\r\n }\r\n \r\n int status;\r\n \r\n gUsbIo=new UsbIo();\r\n gDevList=UsbIo.createDeviceList(GUID);\r\n status = gUsbIo.open(0,gDevList,GUID);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"can't open USB device: \"+UsbIo.errorText(status));\r\n }\r\n \r\n // get device descriptor\r\n status = gUsbIo.getDeviceDescriptor(deviceDescriptor);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"getDeviceDescriptor: \"+UsbIo.errorText(status));\r\n } else {\r\n log.log(Level.INFO, \"getDeviceDescriptor: Vendor ID (VID) {0} Product ID (PID) {1}\", new Object[]{HexString.toString((short)deviceDescriptor.idVendor), HexString.toString((short)deviceDescriptor.idProduct)});\r\n }\r\n \r\n // set configuration -- must do this BEFORE downloading firmware!\r\n USBIO_SET_CONFIGURATION Conf = new USBIO_SET_CONFIGURATION();\r\n Conf.ConfigurationIndex = CONFIG_INDEX;\r\n Conf.NbOfInterfaces = CONFIG_NB_OF_INTERFACES;\r\n Conf.InterfaceList[0].InterfaceIndex = CONFIG_INTERFACE;\r\n Conf.InterfaceList[0].AlternateSettingIndex = CONFIG_ALT_SETTING;\r\n Conf.InterfaceList[0].MaximumTransferSize = CONFIG_TRAN_SIZE;\r\n status = gUsbIo.setConfiguration(Conf);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n// gUsbIo.destroyDeviceList(gDevList);\r\n // if (status !=0xE0001005)\r\n log.log(Level.WARNING, \"setting configuration: {0}\", UsbIo.errorText(status));\r\n }\r\n \r\n // get device descriptor\r\n status = gUsbIo.getDeviceDescriptor(deviceDescriptor);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"getDeviceDescriptor: \"+UsbIo.errorText(status));\r\n } else {\r\n log.log(Level.INFO, \"getDeviceDescriptor: Vendor ID (VID) {0} Product ID (PID) {1}\", new Object[]{HexString.toString((short)deviceDescriptor.idVendor), HexString.toString((short)deviceDescriptor.idProduct)});\r\n }\r\n \r\n if (deviceDescriptor.iSerialNumber!=0)\r\n this.numberOfStringDescriptors=3;\r\n \r\n // get string descriptor\r\n status = gUsbIo.getStringDescriptor(stringDescriptor1,(byte)1,0);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"getStringDescriptor: \"+UsbIo.errorText(status));\r\n } else {\r\n log.log(Level.INFO, \"getStringDescriptor 1: {0}\", stringDescriptor1.Str);\r\n }\r\n \r\n // get string descriptor\r\n status = gUsbIo.getStringDescriptor(stringDescriptor2,(byte)2,0);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"getStringDescriptor: \"+UsbIo.errorText(status));\r\n } else {\r\n log.log(Level.INFO, \"getStringDescriptor 2: {0}\", stringDescriptor2.Str);\r\n }\r\n \r\n if (this.numberOfStringDescriptors==3) {\r\n // get serial number string descriptor\r\n status = gUsbIo.getStringDescriptor(stringDescriptor3,(byte)3,0);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"getStringDescriptor: \"+UsbIo.errorText(status));\r\n } else {\r\n log.log(Level.INFO, \"getStringDescriptor 3: {0}\", stringDescriptor3.Str);\r\n }\r\n }\r\n \r\n // get outPipe information and extract the FIFO size\r\n USBIO_CONFIGURATION_INFO configurationInfo = new USBIO_CONFIGURATION_INFO();\r\n status = gUsbIo.getConfigurationInfo(configurationInfo);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"getConfigurationInfo: \"+UsbIo.errorText(status));\r\n }\r\n \r\n if(configurationInfo.NbOfPipes==0){\r\n// gUsbIo.cyclePort();\r\n throw new HardwareInterfaceException(\"didn't find any pipes to bind to\");\r\n }\r\n \r\n servoCommandWriter=new ServoCommandWriter();\r\n status=servoCommandWriter.bind(0,(byte)ENDPOINT_OUT,gDevList,GUID);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"can't bind command writer to endpoint: \"+UsbIo.errorText(status));\r\n }\r\n USBIO_PIPE_PARAMETERS pipeParams=new USBIO_PIPE_PARAMETERS();\r\n pipeParams.Flags=UsbIoInterface.USBIO_SHORT_TRANSFER_OK;\r\n status=servoCommandWriter.setPipeParameters(pipeParams);\r\n if (status != USBIO_ERR_SUCCESS) {\r\n UsbIo.destroyDeviceList(gDevList);\r\n throw new HardwareInterfaceException(\"startAEWriter: can't set pipe parameters: \"+UsbIo.errorText(status));\r\n }\r\n \r\n servoCommandWriter.startThread(3);\r\n isOpened=true;\r\n submittedCmdAfterOpen=false;\r\n }", "public Device(String uuid, String name, DeviceType type) {\n this.mUUID = uuid;\n this.mName = name;\n this.mType = type;\n }", "private IWifiIface createIfaceIfPossible(WifiChipInfo[] chipInfos, int ifaceType, InterfaceDestroyedListener destroyedListener, Looper looper) {\n synchronized (this.mLock) {\n IfaceCreationData bestIfaceCreationProposal = null;\n int i = 0;\n int length = chipInfos.length;\n while (true) {\n int i2 = i;\n if (i2 >= length) {\n break;\n }\n WifiChipInfo chipInfo = chipInfos[i2];\n for (ChipMode chipMode : chipInfo.availableModes) {\n for (ChipIfaceCombination chipIfaceCombo : chipMode.availableCombinations) {\n for (int[] expandedIfaceCombo : expandIfaceCombos(chipIfaceCombo)) {\n IfaceCreationData currentProposal = canIfaceComboSupportRequest(chipInfo, chipMode, expandedIfaceCombo, ifaceType);\n if (compareIfaceCreationData(currentProposal, bestIfaceCreationProposal)) {\n bestIfaceCreationProposal = currentProposal;\n }\n }\n }\n }\n i = i2 + 1;\n }\n if (bestIfaceCreationProposal != null) {\n IWifiIface iface = executeChipReconfiguration(bestIfaceCreationProposal, ifaceType);\n if (iface != null) {\n HalDeviceManager halDeviceManager = this;\n InterfaceCacheEntry cacheEntry = new InterfaceCacheEntry();\n cacheEntry.chip = bestIfaceCreationProposal.chipInfo.chip;\n cacheEntry.chipId = bestIfaceCreationProposal.chipInfo.chipId;\n cacheEntry.name = getName(iface);\n cacheEntry.type = ifaceType;\n if (destroyedListener != null) {\n Set set = cacheEntry.destroyedListeners;\n if (looper == null) {\n looper = Looper.myLooper();\n }\n set.add(new InterfaceDestroyedListenerProxy(destroyedListener, looper));\n }\n this.mInterfaceInfoCache.put(cacheEntry.name, cacheEntry);\n return iface;\n }\n }\n }\n }", "private void initDevice() {\n device = new Device();\n device.setManufacture(new Manufacture());\n device.setInput(new Input());\n device.setPrice(new Price());\n device.getPrice().setCurrency(\"usd\");\n device.setCritical(DeviceCritical.FALSE);\n }", "OurIfcElementType createOurIfcElementType();", "public ICpDeviceList createListDeviceType(String aDomainName, String aDeviceType,\n\t\t\tint aVersion, ICpDeviceListListener aListener)\n\t{\n\t\treturn new CpDeviceListUpnpDeviceType(aDomainName, aDeviceType, aVersion,\n\t\t\t\taListener);\n\t}", "private static DeviceInformation parseDeviceInfor(XmlPullParser parser) {\n try {\n parser.require(XmlPullParser.START_TAG, XMLParser.NS,\n DeviceInformation.DEVICE_INFORMATION);\n DeviceInformation device = new DeviceInformation();\n while (parser.next() != XmlPullParser.END_TAG) {\n if (parser.getEventType() != XmlPullParser.START_TAG) {\n continue;\n }\n String name = parser.getName();\n if (DeviceInformation.LOGICAL_ADDRESS.equals(name)) {\n device.setLogAddr(getIntValue(XMLParser.getValue(parser,\n DeviceInformation.LOGICAL_ADDRESS)));\n } else if (DeviceInformation.PHYSICAL_ADDRESS.equals(name)) {\n device.setPhyAddr(XMLParser.getValue(parser,\n DeviceInformation.PHYSICAL_ADDRESS));\n } else if (DeviceInformation.DEVICE_TYPE.equals(name)) {\n device.setDevType(getIntValue(XMLParser.getValue(parser,\n DeviceInformation.DEVICE_TYPE)));\n } else if (DeviceInformation.VENDOR_ID.equals(name)) {\n device.setVendorId(XMLParser.getValue(parser,\n DeviceInformation.VENDOR_ID));\n } else if (DeviceInformation.HDMI_PORT_NUM.equals(name)) {\n device.setHdmiPort(getIntValue(XMLParser.getValue(parser,\n DeviceInformation.HDMI_PORT_NUM)));\n } else if (DeviceInformation.CONNECTEDTOAMP.equals(name)) {\n device.setCntToAmp(Boolean.valueOf(XMLParser.getValue(\n parser, DeviceInformation.CONNECTEDTOAMP)));\n } else if (DeviceInformation.OSD_NAME.equals(name)) {\n device.setOsdName(XMLParser.getValue(parser,\n DeviceInformation.OSD_NAME));\n } else {\n XMLParser.skip(parser);\n }\n }\n\n return device;\n } catch (XmlPullParserException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n } catch (Exception e) {\n e.printStackTrace();\n }\n return null;\n }", "public SmartHomeDevice getCustomDevice(String id);", "public Optional<DeviceType> getDeviceType() throws IllegalArgumentException{\n this.deviceTypeDropDown.getValue();\n return DeviceType.typeOf(this.deviceTypeDropDown.getText());\n }", "On_Device_Resource createOn_Device_Resource();", "DCMIRecordType createDCMIRecordType();", "public static ElectronicDevice getDevice(){\n\t\treturn new Television();\n\t\t\n\t}", "protected BLDevice(short deviceType, String deviceDesc, String host, Mac mac) throws IOException {\r\n key = INITIAL_KEY;\r\n iv = INITIAL_IV;\r\n id = new byte[] { 0, 0, 0, 0 };\r\n\r\n pktCount = new Random().nextInt(0xffff);\r\n\r\n this.deviceType = deviceType;\r\n this.deviceDesc = deviceDesc;\r\n \r\n this.host = host;\r\n this.mac = mac;\r\n\r\n sock = new DatagramSocket();\r\n sock.setReuseAddress(true);\r\n sock.setBroadcast(true);\r\n aes = new AES(iv, key);\r\n alreadyAuthorized = false;\r\n }", "DeviceActuator createDeviceActuator();", "private SmartDevice createDevice(Cursor cursor){\n String id = cursor.getString(cursor.getColumnIndex(COLUMN_ID));\n String name = cursor.getString(cursor.getColumnIndex(COLUMN_NAME));\n String type = cursor.getString(cursor.getColumnIndex(COLUMN_TYPE));\n String active = cursor.getString(cursor.getColumnIndex(COLUMN_ACTIVE));\n String image = cursor.getString(cursor.getColumnIndex(COLUMN_IMAGE));\n return new SmartDevice(id, name, type, active, image);\n }", "public abstract void addDevice(Context context, NADevice device);", "private native void CreateJNIObj(String device);", "OurIFC createOurIFC();", "PCDevice getPC(UUID uID);", "private BuildLightDevice createDevice(final String deviceClassName,\n final SerialDevice attachedChannel) {\n Class deviceClass;\n BuildLightDevice blinkenDevice;\n try {\n deviceClass = BuildLights.class.getClassLoader().loadClass(deviceClassName);\n blinkenDevice =\n (BuildLightDevice) deviceClass.getConstructor(SerialDevice.class).newInstance(\n attachedChannel);\n } catch (final ClassNotFoundException e) {\n throw new IllegalArgumentException(\"Can't build light device class \" + deviceClassName,\n e);\n } catch (final IllegalArgumentException e) {\n throw new IllegalArgumentException(\"Can't build light device class \" + deviceClassName,\n e);\n } catch (final SecurityException e) {\n throw new IllegalArgumentException(\"Can't build light device class \" + deviceClassName,\n e);\n } catch (final InstantiationException e) {\n throw new IllegalArgumentException(\"Can't build light device class \" + deviceClassName,\n e);\n } catch (final IllegalAccessException e) {\n throw new IllegalArgumentException(\"Can't build light device class \" + deviceClassName,\n e);\n } catch (final InvocationTargetException e) {\n throw new IllegalArgumentException(\"Can't build light device class \" + deviceClassName,\n e);\n } catch (final NoSuchMethodException e) {\n throw new IllegalArgumentException(\"Can't build light device class \" + deviceClassName,\n e);\n }\n return blinkenDevice;\n }", "public DeviceFamilyImpl(DeviceFactory df){\n\t\tsuper((Class<T>) c);\n\t\tthis.df = df;\n\t}", "public VinDevices getDevice(String id_device)\n\t\t{\n\t\t\tList<?> dataAux;\n\t\t\tVinDevices Arecord = new VinDevices();\n\t\t\ttry{\n\t\t\t\tdataAux =\tthis.getListaBaseTable(\"id_device='\"+id_device+\"'\");\n\t\t\t\tArecord = (VinDevices)dataAux.get(0);\n\t\t\t}\n\t\t\tcatch(Exception e){}\n\t\t\tfinally\n\t\t\t{\n\t\t\t\tdataAux = null;\n\t\t\t}\n\t\t\treturn Arecord;\t\t\t\t\n\t\t\t\n\t\t}", "NetworkInterface getNetworkInterface(int id);", "InterfaceDefinition createInterfaceDefinition();", "public interface IDeviceInfo\r\n{\r\n public DeviceInfo GetDeviceInfo();\r\n}", "public PlugwiseMQTTDeviceInfo(String macAddress, String type)\n\t{\n\t\tthis.macAddress = macAddress;\n\t\tthis.type = type;\n\t}", "public interface I_DevOBJ {\n\n\t/**\n\t * get:deviceId\n\t * \n\t * @return the deviceId\n\t */\n\tpublic String getDeviceId();\n\n\t/**\n\t * get:oui\n\t * \n\t * @return the oui\n\t */\n\tpublic String getOui();\n\n\t/**\n\t * get:device_serialnumber\n\t * \n\t * @return the device_serialnumber\n\t */\n\tpublic String getSn();\n\n\t/**\n\t * set:deviceId\n\t * \n\t * @param deviceId\n\t * the deviceId to set\n\t */\n\tpublic void setDeviceId(String deviceId);\n\n\t/**\n\t * set:oui\n\t * \n\t * @param oui\n\t * the oui to set\n\t */\n\tpublic void setOui(String oui);\n\n\t/**\n\t * set:device_serialnumber\n\t * \n\t * @param device_serialnumber\n\t * the device_serialnumber to set\n\t */\n\tpublic void setSn(String sn);\n\n}", "public ProductModel getDevice(String did) {\n\t\tSystem.out.println(\"\\nNetworkDevServ-getDevice()\");\r\n\t\treturn deviceData.getDevice(did);\r\n\t}", "public static HwPeripheralFactory init() {\r\n\t\ttry {\r\n\t\t\tHwPeripheralFactory theHwPeripheralFactory = (HwPeripheralFactory)EPackage.Registry.INSTANCE.getEFactory(HwPeripheralPackage.eNS_URI);\r\n\t\t\tif (theHwPeripheralFactory != null) {\r\n\t\t\t\treturn theHwPeripheralFactory;\r\n\t\t\t}\r\n\t\t}\r\n\t\tcatch (Exception exception) {\r\n\t\t\tEcorePlugin.INSTANCE.log(exception);\r\n\t\t}\r\n\t\treturn new HwPeripheralFactoryImpl();\r\n\t}", "OurIfcElement createOurIfcElement();", "DeviceState createDeviceState();", "public DeviceInfo() {}", "public HwPeripheralFactoryImpl() {\r\n\t\tsuper();\r\n\t}", "@Override\n\tpublic IDevice byId( String deviceId )\n\t{\n\t\treturn new DeviceOperations(this.getPartner(), this.getContext().getItem1(), this.getContext().getItem2(), deviceId);\n\t}", "public Device build() {\n return new Device(name, active);\n }", "ChargingStation createChargingStation();", "DeviceSensor createDeviceSensor();", "public static com.baidu.im.frame.pb.ObjDeviceTypeInfo.DeviceTypeInfo getDeviceTypeInfo(Context context,\n com.baidu.im.frame.pb.ObjDeviceTypeInfo.DeviceTypeInfo builder) {\n if (context != null && builder != null) {\n refreshDeviceInfoMap(context);\n // builder.setDeviceId(0);\n builder.setPlatform(com.baidu.im.frame.pb.EnumPlatformType.ANDROID);\n builder.setModel(truncateString(deviceInfoMap.get(MODEL), 32)); // NOTE: 服务端DB字段要求32字符以内, 所以进行截断\n builder.setOs(deviceInfoMap.get(OS));\n builder.setNetwork(deviceInfoMap.get(NETWORK));\n builder.setDisplay(deviceInfoMap.get(DISPLAY));\n builder.setManu(deviceInfoMap.get(MANU));\n builder.setScreenSize(deviceInfoMap.get(SCREEN_SIZE));\n }\n return builder;\n }", "public interface IWifiManager {\n\n\n\n\n /* *********************************************************************************************\n * WIFI\n * *********************************************************************************************\n */\n\n\n boolean isWifiConnected();\n\n String getSSID();\n\n String getBSSID();\n\n String getIpAddress();\n\n int getRSSI();\n\n int getFrequency();\n\n int getLinkSpeed();\n\n int getNetworkId();\n\n String getNetmask();\n\n String getServerAddress();\n\n String getDNS1();\n\n String getDNS2();\n\n\n /* *********************************************************************************************\n * CONNECTED DEVICES\n * *********************************************************************************************\n */\n\n\n boolean isReachable(InetAddress addr);\n\n String getMAC(InetAddress addr);\n\n String getName(InetAddress addr);\n\n String getBrand(InetAddress addr);\n\n\n\n}", "@Test\n public void getDeviceTypeTest() throws ApiException {\n String deviceTypeId = null;\n // DeviceTypeEnvelope response = api.getDeviceType(deviceTypeId);\n\n // TODO: test validations\n }", "public IDevice getNamedDevice(String simpleName) {\n\t\ttry {\n\t\t\treturn (IDevice) getObjectInstance(\"com.console.springernature.paint.model.\"+simpleName);\n\t\t} catch (ClassCastException e) {\n\t\t\tlogger.error(\"(ClassCastException) Unable to instanziate the named device : \"+simpleName+\" ...\", e);\n\t\t} catch (Throwable e) {\n\t\t\tlogger.error(\"(Generic Exception) Unable to instanziate the named device : \"+simpleName+\" ...\", e);\n\t\t}\n\t\treturn null;\n\t}", "public IInputType createInputType(IInputType superClass, String Id, String name, boolean isExtensionElement);", "public Device(Device source) {\n if (source.IP != null) {\n this.IP = new String(source.IP);\n }\n if (source.Mac != null) {\n this.Mac = new String(source.Mac);\n }\n if (source.TokenId != null) {\n this.TokenId = new String(source.TokenId);\n }\n if (source.DeviceId != null) {\n this.DeviceId = new String(source.DeviceId);\n }\n if (source.IMEI != null) {\n this.IMEI = new String(source.IMEI);\n }\n if (source.IDFA != null) {\n this.IDFA = new String(source.IDFA);\n }\n if (source.IDFV != null) {\n this.IDFV = new String(source.IDFV);\n }\n }", "public T getAutoInstance(String devName) {\n S settings = sGen.apply(devName);\n for (Class clz : subClasses) {\n T device;\n try {\n device = (T) clz.getDeclaredConstructor(sClass).newInstance(settings);\n } catch (InvocationTargetException e) { \n if (e.getCause() instanceof Device.IDException) {\n continue; //This just means the device wasn't identified. Try the next device\n } else {\n throw new RuntimeException(e.getCause());\n }\n } catch (NoSuchMethodException | InstantiationException | IllegalAccessException me) {\n throw new RuntimeException(me);\n }\n Globals.mm().logs().logMessage(String.format(\"Autofinder found device of type %s for device label %s.\", device.getClass().toString(), devName));\n return device; //We only get this far if the object successfully initializes.\n }\n return null; //Nothing was identified.\n }", "public static Device getDevice(Context context) {\n Device result = instance;\n if (instance == null) {\n synchronized (DeviceInfoFactory.class) {\n result = instance;\n if (result == null) {\n String id = Settings.Secure.getString(\n context.getContentResolver(),\n Settings.Secure.ANDROID_ID);\n\n String name = Build.MODEL;\n\n String arch = System.getProperty(\"os.arch\");\n\n Point size = getScreenSize(context);\n Screen screen = new Screen(size.x, size.y);\n\n instance = result = new Device(id, DEVICE_TYPE, name, arch, screen);\n }\n }\n }\n\n return result;\n }", "String getDeviceName();", "@Deprecated\r\n private void setDevices() throws ClassNotFoundException {\n\r\n installedDevices = new Device[deviceName.length];\r\n\r\n for (int i = 0; i < deviceName.length; i++) {\r\n\r\n //Class<?> eine = Class.forName(deviceName[0]);\r\n try {\r\n Constructor<?>[] ctors = Class.forName(deviceName[i]).getDeclaredConstructors();\r\n Constructor<?> ctor = null;\r\n for (Constructor<?> c : ctors) {\r\n if (c.getGenericParameterTypes().length == 0) {\r\n ctor = c;\r\n }\r\n }\r\n ctor.setAccessible(true);\r\n Device device = (Device) ctor.newInstance();\r\n\r\n installedDevices[i] = device;\r\n\r\n } catch (Exception e) {\r\n throw new ClassNotFoundException(\r\n \"Ist abgestuerzt, weil Klasse aus Config nicht existiert oder im falschen ordner sich befindet\"\r\n + e + \".\");\r\n }\r\n\r\n }\r\n\r\n }", "public IDevice getDefaultDevice() {\n\t\tif (defaultDevice==null) {\n\t\t\ttry {\n\t\t\t\tdefaultDevice = (IDevice) getObjectInstance(\"com.console.springernature.paint.model.Device\");\n\t\t\t} catch (ClassCastException e) {\n\t\t\t\tlogger.error(\"(ClassCastException) Unable to instanziate the default device ...\", e);\n\t\t\t} catch (Throwable e) {\n\t\t\t\tlogger.error(\"(Generic Exception) Unable to instanziate the default device ...\", e);\n\t\t\t}\n\t\t}\n\t\treturn defaultDevice;\n\t}", "public interface HTTPIOFactory {\n HTTPIO createNew();\n}", "Reference getDevice();", "public com.google.protobuf.Empty setDevice(org.thethingsnetwork.management.proto.HandlerOuterClass.Device request);", "public ToolBridge createDirectBridge(ITool tool){\n\t\tDirectIOHandler toolBridgeIOHandler = new DirectIOHandler();\n\t\tDirectIOHandler busIOHandler = new DirectIOHandler();\n\t\t\n\t\ttoolBridgeIOHandler.setIOHandler(busIOHandler);\n\t\tbusIOHandler.setIOHandler(toolBridgeIOHandler);\n\n\t\tToolBridge toolBridge = new ToolBridge(tool);\n\t\ttoolBridge.setIOHandler(toolBridgeIOHandler);\n\t\ttoolBridgeIOHandler.setDataHandler(toolBridge);\n\t\t\n\t\tToolInstance toolInstance = new ToolInstance(busIOHandler);\n\t\tbusIOHandler.setDataHandler(toolInstance);\n\n\t\treturn toolBridge;\n\t}", "public Device(String uuid, String name, DeviceType type, String pin) {\n this.mUUID = uuid;\n this.mName = name;\n this.mType = type;\n this.mPIN = pin;\n }", "private VmDevice readVmDevice(XmlNode node, Guid deviceId) {\n VmDevice vmDevice = new VmDevice();\n vmDevice.setId(new VmDeviceId(deviceId, vmBase.getId()));\n if (node.SelectSingleNode(OvfProperties.VMD_ADDRESS, _xmlNS) != null\n && !StringUtils.isEmpty(node.SelectSingleNode(OvfProperties.VMD_ADDRESS, _xmlNS).innerText)) {\n vmDevice.setAddress(String.valueOf(node.SelectSingleNode(OvfProperties.VMD_ADDRESS, _xmlNS).innerText));\n } else {\n vmDevice.setAddress(\"\");\n }\n if (node.SelectSingleNode(OvfProperties.VMD_ALIAS, _xmlNS) != null\n && !StringUtils.isEmpty(node.SelectSingleNode(OvfProperties.VMD_ALIAS, _xmlNS).innerText)) {\n vmDevice.setAlias(String.valueOf(node.SelectSingleNode(OvfProperties.VMD_ALIAS, _xmlNS).innerText));\n } else {\n vmDevice.setAlias(\"\");\n }\n XmlNode specParamsNode = node.SelectSingleNode(OvfProperties.VMD_SPEC_PARAMS, _xmlNS);\n if (specParamsNode != null\n && !StringUtils.isEmpty(specParamsNode.innerText)) {\n vmDevice.setSpecParams(getMapNode(specParamsNode));\n } else {\n // Empty map\n vmDevice.setSpecParams(Collections.<String, Object>emptyMap());\n }\n if (node.SelectSingleNode(OvfProperties.VMD_TYPE, _xmlNS) != null\n && !StringUtils.isEmpty(node.SelectSingleNode(OvfProperties.VMD_TYPE, _xmlNS).innerText)) {\n vmDevice.setType(VmDeviceGeneralType.forValue(String.valueOf(node.SelectSingleNode(OvfProperties.VMD_TYPE, _xmlNS).innerText)));\n } else {\n int resourceType = getResourceType(node, OvfProperties.VMD_RESOURCE_TYPE);\n vmDevice.setType(VmDeviceGeneralType.forValue(VmDeviceType.getoVirtDevice(resourceType)));\n }\n if (node.SelectSingleNode(OvfProperties.VMD_DEVICE, _xmlNS) != null\n && !StringUtils.isEmpty(node.SelectSingleNode(OvfProperties.VMD_DEVICE, _xmlNS).innerText)) {\n vmDevice.setDevice(String.valueOf(node.SelectSingleNode(OvfProperties.VMD_DEVICE, _xmlNS).innerText));\n } else {\n setDeviceByResource(node, vmDevice);\n }\n if (node.SelectSingleNode(OvfProperties.VMD_BOOT_ORDER, _xmlNS) != null\n && !StringUtils.isEmpty(node.SelectSingleNode(OvfProperties.VMD_BOOT_ORDER, _xmlNS).innerText)) {\n vmDevice.setBootOrder(Integer.valueOf(node.SelectSingleNode(OvfProperties.VMD_BOOT_ORDER, _xmlNS).innerText));\n } else {\n vmDevice.setBootOrder(0);\n }\n if (node.SelectSingleNode(OvfProperties.VMD_IS_PLUGGED, _xmlNS) != null\n && !StringUtils.isEmpty(node.SelectSingleNode(OvfProperties.VMD_IS_PLUGGED, _xmlNS).innerText)) {\n vmDevice.setIsPlugged(Boolean.valueOf(node.SelectSingleNode(OvfProperties.VMD_IS_PLUGGED, _xmlNS).innerText));\n } else {\n vmDevice.setIsPlugged(Boolean.TRUE);\n }\n if (node.SelectSingleNode(OvfProperties.VMD_IS_READONLY, _xmlNS) != null\n && !StringUtils.isEmpty(node.SelectSingleNode(OvfProperties.VMD_IS_READONLY, _xmlNS).innerText)) {\n vmDevice.setIsReadOnly(Boolean.valueOf(node.SelectSingleNode(OvfProperties.VMD_IS_READONLY, _xmlNS).innerText));\n } else {\n vmDevice.setIsReadOnly(Boolean.FALSE);\n }\n if (node.SelectSingleNode(OvfProperties.VMD_CUSTOM_PROP, _xmlNS) != null\n && StringUtils.isNotEmpty(node.SelectSingleNode(OvfProperties.VMD_CUSTOM_PROP, _xmlNS).innerText)) {\n vmDevice.setCustomProperties(DevicePropertiesUtils.getInstance().convertProperties(\n String.valueOf(node.SelectSingleNode(OvfProperties.VMD_CUSTOM_PROP, _xmlNS).innerText)));\n } else {\n vmDevice.setCustomProperties(null);\n }\n\n if (node.SelectSingleNode(OvfProperties.VMD_SNAPSHOT_PROP, _xmlNS) != null\n && StringUtils.isNotEmpty(node.SelectSingleNode(OvfProperties.VMD_SNAPSHOT_PROP, _xmlNS).innerText)) {\n vmDevice.setSnapshotId(new Guid(String.valueOf(node.SelectSingleNode(OvfProperties.VMD_CUSTOM_PROP, _xmlNS).innerText)));\n }\n\n return vmDevice;\n }", "public PeripheralHardwareDriverInterface getHardwareDriver();", "public final String getDeviceType(){\n return TYPE;\n }", "public SetupInterface(String networkInterface, Config.TimeStampType type, Logger logger) {\n this.interfaceName = networkInterface;\n this.networkInterface = fetchInterface(interfaceName);\n this.type = type;\n this.logger = logger;\n\n if (this.networkInterface == null) {\n\n logger.log(Level.SEVERE, \"Network interface: \" + this.interfaceName + \" Not found\");\n System.out.println(\"Could not find the network interface\");\n System.exit(-1);\n }\n }", "static HdmiCecLocalDevice create(HdmiControlService service, int deviceType) {\n switch (deviceType) {\n case HdmiCec.DEVICE_TV:\n return new HdmiCecLocalDeviceTv(service);\n case HdmiCec.DEVICE_PLAYBACK:\n return new HdmiCecLocalDevicePlayback(service);\n default:\n return null;\n }\n }", "public String deviceType(){\n String deviceType;\n size = driver.manage().window().getSize();\n if((size.getHeight()>800)&&(size.getWidth()>500)){\n return deviceType = \"iPad\";\n } else {\n return deviceType = \"iPhone\";\n }\n }", "public static Builder newPhysicalInterfaceNeighbor() {\n\t\treturn new Builder();\n\t}", "public Device() {\n }", "@Override\n\t\t\tpublic Device fromString(String arg0) {\n\t\t\t\treturn null;\n\t\t\t}", "@Override\n\t\t\tpublic Device fromString(String arg0) {\n\t\t\t\treturn null;\n\t\t\t}", "public interface USBPort {\n void workWithUSB();\n}", "public String getDevice_type() {\r\n\t\treturn device_type;\r\n\t}", "interface DeviceAPI {\n /**\n * Get the children of the device.\n *\n * @param device the device\n *\n * @return the children\n */\n @GET\n @Produces(MediaType.APPLICATION_JSON)\n @Path(\"getChildrenOfDevice/{device}\")\n List<JsonDevice> childrenOf(@PathParam(\"device\") int device);\n\n /**\n * Get the SensorML description of the device.\n *\n * @param id the id\n *\n * @return the SensorML description\n */\n @GET\n @Produces(MediaType.APPLICATION_XML)\n @Path(\"getDeviceAsSensorML/{device}\")\n String getSensorML(@PathParam(\"device\") int id);\n\n /**\n * Get the list of all devices.\n *\n * @return the devices\n */\n @GET\n @Produces(MediaType.APPLICATION_JSON)\n @Path(\"getAllActiveDevicesFast\")\n List<JsonDevice> all();\n\n /**\n * Get the device.\n *\n * @param device the id\n *\n * @return the device\n */\n @GET\n @Produces(MediaType.APPLICATION_JSON)\n @Path(\"getDevice/{device}\")\n JsonDevice byId(@PathParam(\"device\") int device);\n\n /**\n * Get all device categories.\n *\n * @return the device categories\n */\n @GET\n @Produces(MediaType.APPLICATION_JSON)\n @Path(\"getAllDeviceCategories\")\n List<JsonType> types();\n\n /**\n * Get the device.\n *\n * @param urn the URN\n *\n * @return the device\n */\n @GET\n @Produces(MediaType.APPLICATION_JSON)\n @Path(\"getDeviceByUrn/{urn}\")\n JsonDevice byURN(@PathParam(\"urn\") String urn);\n }", "public ABLLocalWifiDevice WifiDevice() {\r\n\t\treturn new ABLLocalWifiDevice(BrickFinder.getDefault().getWifiDevice());\r\n\t}", "public interface DeviceRegistry {\n void registerRS232Device(RS232Device device);\n}", "public static export.serializers.avro.DeviceInfo.Builder newBuilder(export.serializers.avro.DeviceInfo other) {\n return new export.serializers.avro.DeviceInfo.Builder(other);\n }", "public static native int initDevice(int fd);", "public static com.sogou.speech.wakeup.wakeupservice.IWakeupService asInterface(android.os.IBinder obj)\n{\nif ((obj==null)) {\nreturn null;\n}\nandroid.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR);\nif (((iin!=null)&&(iin instanceof com.sogou.speech.wakeup.wakeupservice.IWakeupService))) {\nreturn ((com.sogou.speech.wakeup.wakeupservice.IWakeupService)iin);\n}\nreturn new com.sogou.speech.wakeup.wakeupservice.IWakeupService.Stub.Proxy(obj);\n}", "@Beta\npublic interface OdtnDeviceDescriptionDiscovery\n extends DeviceDescriptionDiscovery {\n\n /**\n * Annotations key intended for an OpenConfig generic component, which stores component name.\n * Typically used for Ports\n */\n String OC_NAME = \"oc-name\";\n\n /**\n * Annotations key intended for an OpenConfig generic component, which stores component type.\n */\n String OC_TYPE = \"oc-type\";\n\n /**\n * Annotations key intended for a Port, which stores OpenConfig optical channel component associated to the port.\n */\n String OC_OPTICAL_CHANNEL_NAME = \"oc-optical-channel-name\";\n\n /**\n * Annotations key intended for a Port, which stores OpenConfig transceiver associated to the port.\n */\n String OC_TRANSCEIVER_NAME = \"oc-transceiver-name\";\n\n\n /**\n * Annotations key intended for a Port, which stores OpenConfig logical channel associated to the port.\n */\n String OC_LOGICAL_CHANNEL = \"oc-logical-channel\";\n\n /**\n * Annotations key intended for a Port,\n * which stores string identifier used to\n * logically group Ports corresponding to a transponder, etc.\n */\n String CONNECTION_ID = \"odtn-connection-id\";\n\n /**\n * Annotations key for a Port,\n * which describes role of the port annotated.\n * Value must be one of “client” or “line”.\n *\n * @see OdtnPortType\n */\n String PORT_TYPE = \"odtn-port-type\";\n\n enum OdtnPortType {\n CLIENT(\"client\"),\n LINE(\"line\");\n\n private final String value;\n\n OdtnPortType(String value) {\n this.value = value;\n }\n\n /**\n * Returns the value to be used as Annotations value.\n * @return value\n */\n public String value() {\n return value;\n }\n\n /**\n * Returns the corresponding enum value from a string value.\n * @param value to look up\n * @return OdtnPortType\n *\n * @throws NullPointerException if {@code value} was null\n * @throws IllegalArgumentException if non-OdtnPortValue was given\n */\n public static OdtnPortType fromValue(String value) {\n checkNotNull(value);\n if (value.equalsIgnoreCase(CLIENT.value())) {\n return CLIENT;\n } else if (value.equalsIgnoreCase(LINE.value())) {\n return LINE;\n } else {\n throw new IllegalArgumentException(\"Invalid value: \" + value);\n }\n }\n }\n\n /**\n * OpenConfig component property name to store,\n * decimal integer index to be used when creating PortNumber.\n * <p>\n * Optional if providing original implementation other than\n * odtn-driver supplied driver.\n */\n String ONOS_PORT_INDEX = \"onos-index\";\n\n // overriding just to make checkstyle happy\n @Override\n List<PortDescription> discoverPortDetails();\n\n}", "PhysicalWireDefinition generateWire(LogicalWire wire) throws Fabric3Exception;", "public static FlexID testDeviceID() {\n byte[] identity = {\n 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,\n 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,\n 0x0, 0x0, 0x0, 0x0\n };\n\n return new FlexID(identity, FlexIDType.DEVICE, new AttrValuePairs(), null);\n }", "public interface IDeviceSpecificationCreateRequest {\r\n\r\n /**\r\n * Get name that describes specification.\r\n * \r\n * @return\r\n */\r\n public String getName();\r\n\r\n /**\r\n * Get id for asset module.\r\n * \r\n * @return\r\n */\r\n public String getAssetModuleId();\r\n\r\n /**\r\n * Get id for specification asset type.\r\n * \r\n * @return\r\n */\r\n public String getAssetId();\r\n\r\n /**\r\n * Allows the specification id to be specified. (Optional)\r\n * \r\n * @return\r\n */\r\n public String getToken();\r\n\r\n /**\r\n * Get container policy.\r\n * \r\n * @return\r\n */\r\n public DeviceContainerPolicy getContainerPolicy();\r\n\r\n /**\r\n * Get {@link IDeviceElementSchema} for locating nested devices.\r\n * \r\n * @return\r\n */\r\n public IDeviceElementSchema getDeviceElementSchema();\r\n\r\n /**\r\n * Get metadata values.\r\n * \r\n * @return\r\n */\r\n public Map<String, String> getMetadata();\r\n}", "private AudioDeviceInfo findAudioDevice(int deviceFlag, int deviceType) {\n if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {\n AudioManager manager = (AudioManager) this.getSystemService(Context.AUDIO_SERVICE);\n AudioDeviceInfo[] adis = manager.getDevices(deviceFlag);\n for (AudioDeviceInfo adi : adis) {\n if (adi.getType() == deviceType) {\n return adi;\n }\n }\n }\n return null;\n }", "private Builder(export.serializers.avro.DeviceInfo other) {\n super(SCHEMA$);\n if (isValidValue(fields()[0], other.site)) {\n this.site = data().deepCopy(fields()[0].schema(), other.site);\n fieldSetFlags()[0] = true;\n }\n if (isValidValue(fields()[1], other.service)) {\n this.service = data().deepCopy(fields()[1].schema(), other.service);\n fieldSetFlags()[1] = true;\n }\n if (isValidValue(fields()[2], other.sector)) {\n this.sector = data().deepCopy(fields()[2].schema(), other.sector);\n fieldSetFlags()[2] = true;\n }\n if (isValidValue(fields()[3], other.room)) {\n this.room = data().deepCopy(fields()[3].schema(), other.room);\n fieldSetFlags()[3] = true;\n }\n if (isValidValue(fields()[4], other.alias)) {\n this.alias = data().deepCopy(fields()[4].schema(), other.alias);\n fieldSetFlags()[4] = true;\n }\n if (isValidValue(fields()[5], other.serialPort)) {\n this.serialPort = data().deepCopy(fields()[5].schema(), other.serialPort);\n fieldSetFlags()[5] = true;\n }\n if (isValidValue(fields()[6], other.driver)) {\n this.driver = data().deepCopy(fields()[6].schema(), other.driver);\n fieldSetFlags()[6] = true;\n }\n }", "public MediaDevice getDefaultDevice(MediaType mediaType, MediaUseCase useCase)\r\n {\r\n int mediaTypeIndex = mediaType.ordinal();\r\n MediaDevice device = devices[mediaTypeIndex];\r\n MediaService mediaService = ProtocolMediaActivator.getMediaService();\r\n\r\n if (device == null)\r\n device = mediaService.getDefaultDevice(mediaType, useCase);\r\n\r\n /*\r\n * Make sure that the device is capable of mixing in order to support conferencing and call\r\n * recording.\r\n */\r\n if (device != null) {\r\n MediaDevice mixer = mixers[mediaTypeIndex];\r\n\r\n if (mixer == null) {\r\n switch (mediaType) {\r\n case AUDIO:\r\n /*\r\n * TODO AudioMixer leads to very poor audio quality on Android so do not\r\n * use it unless it is really really necessary.\r\n */\r\n if ((!OSUtils.IS_ANDROID || isConferenceFocus())\r\n && !this.translator\r\n /*\r\n * We can use the AudioMixer only if the device is able to capture\r\n * (because the AudioMixer will push when the capture device pushes).\r\n */\r\n && device.getDirection().allowsSending()) {\r\n mixer = mediaService.createMixer(device);\r\n }\r\n break;\r\n\r\n case VIDEO:\r\n if (isConferenceFocus())\r\n mixer = mediaService.createMixer(device);\r\n break;\r\n }\r\n mixers[mediaTypeIndex] = mixer;\r\n }\r\n\r\n if (mixer != null)\r\n device = mixer;\r\n }\r\n return device;\r\n }" ]
[ "0.6462163", "0.61260694", "0.6073682", "0.6067869", "0.60548806", "0.58395773", "0.577029", "0.570516", "0.55964637", "0.559153", "0.5531216", "0.5461485", "0.54365045", "0.53813154", "0.53449243", "0.52844536", "0.52752864", "0.52652645", "0.52551746", "0.52485156", "0.5235467", "0.51999104", "0.5185043", "0.5184952", "0.5159446", "0.512651", "0.5120982", "0.5120915", "0.5115577", "0.5087757", "0.5077781", "0.5071278", "0.50660366", "0.5045618", "0.50443465", "0.50273865", "0.5025767", "0.5021938", "0.5021158", "0.4997045", "0.49944353", "0.49917883", "0.49712074", "0.49503648", "0.49490258", "0.4928283", "0.49229836", "0.4911653", "0.49028623", "0.49006432", "0.48970315", "0.48879647", "0.4887946", "0.48746392", "0.4871895", "0.4871447", "0.48674768", "0.48532063", "0.4847038", "0.48392805", "0.48236915", "0.48236638", "0.48231223", "0.48106942", "0.48064253", "0.48047706", "0.47890767", "0.47851402", "0.47722092", "0.47635674", "0.4763154", "0.47626662", "0.47579893", "0.47519597", "0.4746", "0.4745313", "0.47435525", "0.47395983", "0.4735589", "0.47247642", "0.47221857", "0.47159442", "0.47147092", "0.47061706", "0.47061706", "0.470193", "0.47011197", "0.46869498", "0.46856454", "0.46781865", "0.46739542", "0.46658283", "0.46611142", "0.4658718", "0.4657461", "0.46481588", "0.46369293", "0.46282995", "0.46221182", "0.462188" ]
0.81942284
0
Helper method to block on sERDLock object monitor
private void blockOnLock(final int timeout) { synchronized (sERDLock) { try { sERDLock.wait(timeout); } catch (InterruptedException e) { e.printStackTrace(); } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void onBSLock() {\n\n }", "public synchronized void block() {\n\t\tsetBlocked(true);\n\t}", "public void openLock(){\n /*Code to send an unlocking signal to the physical device Gate*/\n }", "public void alertTheWaiter(){\n Chef c = (Chef) Thread.currentThread();\n CommunicationChannel com = new CommunicationChannel(serverHostName, serverPortNumb);\n Object[] params = new Object[0];\n \tObject[] state_fields = new Object[2];\n state_fields[0] = c.getChefID();\n \tstate_fields[1] = c.getChefState();\n\n Message m_toServer = new Message(1, params, 0, state_fields, 2, null); \n Message m_fromServer;\n\n while (!com.open ()){ \n \ttry{ \n \t\tThread.currentThread ();\n \t\tThread.sleep ((long) (10));\n \t}\n \tcatch (InterruptedException e) {}\n \t}\n \n com.writeObject (m_toServer);\n \n m_fromServer = (Message) com.readObject(); \n\n c.setState((int) m_fromServer.getStateFields()[1]);\n \n com.close ();\n }", "public void doMonitor();", "Monitor createMonitor();", "public void callTheWaiter(){\n Student s = (Student) Thread.currentThread();\n\n \tCommunicationChannel com = new CommunicationChannel (serverHostName, serverPortNumb);\n \tObject[] params = new Object[0];\n \tObject[] state_fields = new Object[2];\n \tstate_fields[0] = s.getID();\n \tstate_fields[1] = s.getStudentState();\n \t\n Message m_toServer = new Message(7, params, 0, state_fields, 2, null); \n Message m_fromServer; \n \n while (!com.open ()){ \n \ttry{ \n \t\tThread.currentThread ();\n \t\tThread.sleep ((long) (10));\n \t}\n \tcatch (InterruptedException e) {}\n }\n \n com.writeObject (m_toServer);\n \n m_fromServer = (Message) com.readObject(); \n \n s.setState((int) m_fromServer.getStateFields()[1]);\n \n com.close ();\n }", "@Override\r\n public void run() {\n try {\r\n synchronized (lock) {\r\n System.out.println(\"begin wait\");\r\n lock.wait();\r\n System.out.println(\"end wait\");\r\n }\r\n } catch (InterruptedException e) {\r\n // TODO Auto-generated catch block\r\n e.printStackTrace();\r\n }\r\n }", "public void lock() {\n\n }", "public void lock() {\n while (true) {\r\n try {\r\n if (super.tryLock(2, TimeUnit.SECONDS))\r\n return;\r\n } catch (InterruptedException e) {\r\n trace(\"caught \" + e);\r\n }\r\n //trace(\"failed to get lock\", 1);\r\n //trace(\"owning thread: \" + getOwner(), 1);\r\n //Thread.dumpStack();\r\n }\r\n }", "public synchronized void makeAvailable(){\n isBusy = false;\n }", "@Override\n public boolean block() {\n return false;\n }", "public void closeLock(){\n /*Code to send the locking signal to the physical device Gate*/\n }", "private void status() {\n Thread blockTread = new Thread() {\n @Override\n public void run() {\n synchronizedMethod();\n }\n };\n blockTread.start();\n\n Thread blockTread2 = new Thread() {\n @Override\n public void run() {\n synchronizedMethod();\n waitWithTimeMethod();\n }\n };\n log.info(blockTread2.getState().name());\n blockTread2.start();\n log.info(blockTread2.getState().name());\n while (true) {\n State state = blockTread2.getState();\n if (state == State.BLOCKED) {\n log.info(state.name());\n break;\n }\n }\n while (true) {\n State state = blockTread2.getState();\n if (state == State.TIMED_WAITING) {\n log.info(state.name());\n notifyMethod();\n break;\n }\n }\n while (true) {\n State state = blockTread2.getState();\n if (state == State.WAITING) {\n log.info(state.name());\n notifyMethod();\n break;\n }\n }\n while (true) {\n State state = blockTread2.getState();\n if (state == State.TERMINATED) {\n log.info(state.name());\n break;\n }\n }\n }", "private void monitor() {\n monitoringActor.tell(new Monitor(), ActorRef.noSender());\n }", "void lock(Object obj, Object owner, int timeout)\r\n throws LockNotGrantedException, ClassCastException, ChannelException;", "public void lock() {\r\n super.lock();\r\n }", "@Override\n\tpublic void lockInterruptibly() throws InterruptedException {\n\t\t\n\t}", "@Override\n\tpublic void lockInterruptibly() throws InterruptedException {\n\t\t\n\t}", "ManagementLockObject refresh();", "public abstract ReentrantLock getLock();", "public void lock() {\n super.lock();\n }", "public void lock() {\n super.lock();\n }", "public void lock() {\n super.lock();\n }", "protected void checkDeadLock()\r\n/* 134: */ {\r\n/* 135:165 */ if (channel().isRegistered()) {\r\n/* 136:166 */ super.checkDeadLock();\r\n/* 137: */ }\r\n/* 138: */ }", "public void acquire() {\r\n return;\r\n }", "void lockGranted(LockHandle lockHandle);", "public interface Blocker {\n /**\n * 在保护条件成立时执行目标动作,否则阻塞当前线程,直到保护条件成立\n * @param guardedAction 带保护条件的目标动作*\n *@return\n * @throws Exception\n */\n <V> V callWithGuard(GuardedAction<V> guardedAction)throws Exception;\n\n /**\n * 执行stateOperation所指定的操作后,决定是否唤醒本Blocker所暂挂的所有线程中的一个线程\n *\n * @param stateOperation 更改状态的操作,其Call方法的返回值为true是,该方法才会唤醒被暂挂的线程\n * */\n\n void signalAfter(Callable<Boolean> stateOperation) throws Exception;\n\n\n}", "synchronized void askForCritical() {\n\nSC=true;\n\nwhile(!Jeton){\n\ttry{\nthis.wait();\n\t}catch( InterruptedException ie ){\n\t\t\n\t}\n}\n}", "ManagementLockObject.Update update();", "void lock();", "public Object reduce_lock() {\n \t\tthis.lock.lock();\n switch(this.lockState){\n case WLT:\n \t\t while(this.lockState==State.WLT){\n \t\t\t try{\t\t \n \t\t\t\t this.available.await();\n \t\t }catch(InterruptedException i){}\n \t\t }\n this.lockState = State.RLC;\t\n \t\t\tbreak;\n \t\t\tcase RLT_WLC:\n \t\t\t this.lockState=State.RLT;\n \t\t\tbreak;\n \t\t\tcase WLC:\n \t\t\t this.lockState=State.RLC;\n \t\t\tbreak;\n \t\t\tdefault: \n logger.log(Level.SEVERE,\"reduce : Lock incoherent :\"+lockState+\".\");\n break;\n \t\t}\n //busy = true; \n logger.log(Level.INFO,\"I was <b>reduced</b> to \"+this.lockState+\".\");\n \t\tthis.lock.unlock();\n \t\treturn obj;\n \t}", "Reference_Monitor createReference_Monitor();", "@Override\n\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tboolean bok = checkMinPath();\n\t\t\t\t\t\t\tif (bok) {\n\t\t\t\t\t\t\t\tcanRun = true;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tif (exitWhenGetNotLock) {// 获取不到锁,直接不执行,return\n\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\twhile (true) {\n\t\t\t\t\t\t\t\tif (canRun) {\n\t\t\t\t\t\t\t\t\tboolean bok1 = checkMinPath();\n\t\t\t\t\t\t\t\t\tif (bok1) {// 获取所成功\n\t\t\t\t\t\t\t\t\t\tgetLockSuccess();\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tSystem.out.println(\"同步等待...\");\n\t\t\t\t\t\t\t\t\tThread.sleep(1000);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} catch (KeeperException e) {\n\t\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t\t}\n\t\t\t\t\t}", "static void onSpinWait() {\n }", "@Override\n\tpublic void sleep() {\n\t\t((Application) application()).unlockEC();\n\t\tsuper.sleep();\n\t}", "public void waitUntilStarted() {\n mStarted.block();\n }", "E poll();", "void waitToRead();", "@Override\n\tpublic void run() {\n\t\t\tfor(int i = 0; i<2;i++){\n\t\t\t\tsynchronized (this) {\n\t\t\t\t\t\n\t\t\t\t\ttry {\n\t\t\t\t\t\tSystem.out.println(Thread.currentThread().getName()+\"正在等待\");\n\t\t\t\t\t\t//rl.lock();\n\t\t\t\t\t\tSystem.out.println(Thread.currentThread().getName()+\"得到锁\");\n\t\t\t\t\t\tThread.sleep(100);\n\t\t\t\t\t} catch (Exception e) {\n\t\t\t\t\t}finally {\n\t\t\t\t\t\t//rl.unlock();\n\t\t\t\t\t\tSystem.out.println(Thread.currentThread().getName()+\"释放锁\");\n\t\t\t\t\t}\n\t\t\t\t\tSystem.out.println(\"=============\");\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t\n\t\t\t}", "protected void checkDeadLock()\r\n/* 303: */ {\r\n/* 304:389 */ EventExecutor e = executor();\r\n/* 305:390 */ if ((e != null) && (e.inEventLoop())) {\r\n/* 306:391 */ throw new BlockingOperationException(toString());\r\n/* 307: */ }\r\n/* 308: */ }", "@Override\n public void unlock() {\n }", "@Override\n public void onDrainComplete()\n {\n }", "public LockSync() {\n lock = new ReentrantLock();\n }", "public abstract void onWait();", "public void waitForThread() {\n monitorState = true;\n while (monitorState) {\n synchronized (monitor) {\n try {\n monitor.wait(); // wait until notified\n } catch (Exception e) {}\n }\n }\n }", "public synchronized void makeBusy(){\n isBusy = true;\n }", "public interface LockManager {\r\n \r\n /**\r\n * Obtain lock on <code>obj</code> for specified <code>owner</code>.\r\n * Implementation should try to obtain lock few times within the\r\n * specified timeout.\r\n *\r\n * @param obj obj to lock, usually not full object but object's ID.\r\n * @param owner object identifying entity that will own the lock.\r\n * @param timeout maximum time that we grant to obtain a lock.\r\n *\r\n * @throws LockNotGrantedException if lock is not granted within\r\n * specified period.\r\n *\r\n * @throws ClassCastException if <code>obj</code> and/or\r\n * <code>owner</code> is not of type that implementation expects to get\r\n * (for example, when distributed lock manager obtains non-serializable\r\n * <code>obj</code> or <code>owner</code>).\r\n * \r\n * @throws ChannelException if something bad happened to communication\r\n * channel.\r\n */\r\n void lock(Object obj, Object owner, int timeout)\r\n throws LockNotGrantedException, ClassCastException, ChannelException;\r\n\r\n /**\r\n * Release lock on <code>obj</code> owned by specified <code>owner</code>.\r\n *\r\n * since 2.2.9 this method is only a wrapper for \r\n * unlock(Object lockId, Object owner, boolean releaseMultiLocked).\r\n * Use that with releaseMultiLocked set to true if you want to be able to\r\n * release multiple locked locks (for example after a merge)\r\n * \r\n * @param obj obj to lock, usually not full object but object's ID.\r\n * @param owner object identifying entity that will own the lock.\r\n *\r\n * @throws LockOwnerMismatchException if lock is owned by another object.\r\n *\r\n * @throws ClassCastException if <code>obj</code> and/or\r\n * <code>owner</code> is not of type that implementation expects to get\r\n * (for example, when distributed lock manager obtains non-serializable\r\n * <code>obj</code> or <code>owner</code>).\r\n * \r\n * @throws ChannelException if something bad happened to communication\r\n * channel.\r\n */\r\n void unlock(Object obj, Object owner)\r\n throws LockNotReleasedException, ClassCastException, ChannelException;\r\n\r\n /**\r\n * Release lock on <code>obj</code> owned by specified <code>owner</code>.\r\n *\r\n * @param obj obj to lock, usually not full object but object's ID.\r\n * @param owner object identifying entity that will own the lock.\r\n * @param releaseMultiLocked force unlocking of the lock if the local\r\n * lockManager owns the lock even if another lockManager owns the same lock\r\n *\r\n * @throws LockOwnerMismatchException if lock is owned by another object.\r\n *\r\n * @throws ClassCastException if <code>obj</code> and/or\r\n * <code>owner</code> is not of type that implementation expects to get\r\n * (for example, when distributed lock manager obtains non-serializable\r\n * <code>obj</code> or <code>owner</code>).\r\n * \r\n * @throws ChannelException if something bad happened to communication\r\n * channel.\r\n * \r\n * @throws LockMultiLockedException if the lock was unlocked, but another\r\n * node already held the lock\r\n */\r\n void unlock(Object obj, Object owner, boolean releaseMultiLocked)\r\n throws LockNotReleasedException, ClassCastException, ChannelException, LockMultiLockedException;\r\n\r\n \r\n}", "private void waitForSignal(Object obj, String comment) {\r\n\t\tif (comment != null) log(mName + \": \" + comment);\r\n\t\twhile (true) {\r\n\t\t\ttry {\r\n\t\t\t\tobj.wait();\r\n\t\t\t\tbreak;\r\n\t\t\t} catch (InterruptedException e) {\r\n\t\t\t\tcontinue;\r\n\t\t\t}\r\n\t\t}\r\n\t}", "protected void beforeUnlockWaitingForBooleanCondition() {\n }", "public void lock() {\n/* 254 */ throw new RuntimeException(\"Stub!\");\n/* */ }", "private void signalFree() {\n block.release();\n }", "protected void afterLockWaitingForBooleanCondition() {\n }", "static void waitForBlockCommit() {\n try {\n Thread.sleep(5000);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n }", "long tryReadLock(long timeout) throws InterruptedException;", "void acquireReadLock() throws InterruptedException;", "public void readBookiesBlocking() throws InterruptedException, BKException {\n bookieWatcher.initialBlockingBookieRead();\n }", "public abstract void start_block();", "public void acquireDeferredLock() {\r\n return;\r\n }", "@Override\r\n\tpublic void run() {\n\t\twhile(true){\r\n\t\t\tlog.info(\"***** 连接池监控 *****\");\r\n\t\t\ttry {\r\n\t\t\t\tmonitor();\r\n\t\t\t\tThread.sleep(1000 * 60L);\r\n\t\t\t} catch (Exception e) {\r\n\t\t\t\t// TODO Auto-generated catch block\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public void blockInterface(long a_blockingTime)\n\t{\n\t\tm_endOfBlocking = System.currentTimeMillis() + a_blockingTime;\n\t}", "public void lock() {\n\t\tlocked = true;\n\t}", "@Override\r\n\t\tpublic void run() {\n\t\t\tSystem.out.println(\"---ready to get lock1\");\r\n\t\t\tsynchronized (holder.lock1) {\r\n\t\t\t\tSystem.out.println(\"---get lock ->\"+Thread.currentThread().getName());\r\n\t\t\t\tSystem.out.println(\"---Lock1 ready to notify\");\r\n\t\t\t\ttry {\r\n\t\t\t\t\tThread.sleep(5000);\r\n\t\t\t\t} catch (InterruptedException e) {\r\n\t\t\t\t\t// TODO Auto-generated catch block\r\n\t\t\t\t\te.printStackTrace();\r\n\t\t\t\t}\r\n\t\t\t\tholder.lock1.notify();\r\n\t\t\t\tSystem.out.println(\"---Lock1 notified,ready to Exit,Lock1 release\");\r\n\t\t\t}\r\n\t\t}", "public void onBlockingStateUpdated(boolean blocking) {\n \n }", "Thread getLocker();", "private static void monitorSleep(final Object monitor, final long timeout) {\n try {\n synchronized (monitor) {\n if (timeout > 0)\n monitor.wait(timeout);\n else\n monitor.wait();\n }\n } catch (InterruptedException e) {\n LOGGER.warning(e.getMessage());\n }\n }", "private static void monitorSleep(final Object monitor, final long timeout) {\n try {\n synchronized (monitor) {\n if (timeout > 0)\n monitor.wait(timeout);\n else\n monitor.wait();\n }\n } catch (InterruptedException e) {\n LOGGER.warning(e.getMessage());\n }\n }", "protected void lock() {\n semaphore = new Semaphore(0);\n try {\n semaphore.acquire();\n }\n catch(InterruptedException e) {\n System.out.println(\"Trouble for request of semaphore acquirement\");\n e.printStackTrace();\n }\n }", "public void enterBridge() {\n lock.lock();\n }", "public void doWait() {\n\t\tsynchronized(lock) {\n\t\t\twhile(!wasSignalled) {\n\t\t\t\ttry {\n\t\t\t\t\tlock.wait();\n\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\twasSignalled = false;\n\t\t}\n\t}", "@Override\n public void lock() {\n Preconditions.checkState(connection != null);\n if (!tryLock(lockGetTimeout(), TimeUnit.MILLISECONDS)) {\n Monitoring.increment(errorCounter.name(), (KeyValuePair<String, String>[]) null);\n throw new LockException(String.format(\"[%s][%s] Timeout getting lock.\", id().getNamespace(), id().getName()));\n }\n }", "@Override\n\tpublic boolean tryLock() {\n\t\treturn false;\n\t}", "@Override\n\tpublic boolean tryLock() {\n\t\treturn false;\n\t}", "private void basicReleaseLock() {\n if (logger.isTraceEnabled(LogMarker.DLS_VERBOSE)) {\n logger.trace(LogMarker.DLS_VERBOSE, \"[DLockToken.basicReleaseLock] releasing ownership: {}\",\n this);\n }\n\n leaseId = -1;\n lesseeThread = null;\n leaseExpireTime = -1;\n thread = null;\n recursion = 0;\n ignoreForRecovery = false;\n\n decUsage();\n }", "private static Thread watch(Runnable block) {\n Thread thread = new Thread(block::run);\n thread.start();\n return thread;\n }", "static final void wait(Object obj, long ms, int ns)\n throws InterruptedException\n {\n int res = wait0(obj, ms, ns);\n if (res < 0)\n throw new IllegalMonitorStateException();\n if (res != 0)\n throw new InterruptedException();\n }", "@Override\n\tpublic void run() {\n\t\tSystem.out.println(\"inside run() method.....\");\n\n\t\tlock();\n\n\t}", "public void landFromLatch() {\n }", "public void signalTheWaiter();", "@Override\n\tpublic void unlock() {\n\t\t\n\t}", "public void triggerMutex() {\n if (mutex.availablePermits() == 0) {\n mutex.release();\n } else {\n try {\n mutex.acquire();\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n }\n }", "public void triggerMutex() {\n if (mutex.availablePermits() == 0) {\n mutex.release();\n } else {\n try {\n mutex.acquire();\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n }\n }", "final public Lock test_get_lock() {\r\n\t\treturn lock_;\r\n\t}", "public void checkReadLock() {\r\n return;\r\n }", "public void onDrainComplete();", "protected abstract long waitOnQueue();", "public void syncHandle() {\n syncOldStream();\n }", "private void unblockWaiters() {\n synchronized (sERDLock) {\n sERDLock.notifyAll();\n }\n }", "@Override\n\tpublic boolean tryLock(long time, TimeUnit unit)\n\t\t\tthrows InterruptedException {\n\t\treturn false;\n\t}", "@Override\n\t\t\tpublic void run() {\n\t\t\t\tsynchronized (a) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\ta.wait();\n\t\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\t\t// TODO Auto-generated catch block\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}", "private SingletonSyncBlock() {}", "@Override\n public void run()\n {\n active = true;\n try\n {\n try\n {\n lock.acquire();\n }\n catch (InterruptedException e)\n {\n return;\n }\n guardedRun();\n }\n finally\n {\n lock.release();\n }\n }", "@Override\n\tpublic void sleep() {\n\t\t\n\t}", "@Override\r\n\tpublic void run() {\r\n\t\twhile (!isDeadlock) {\r\n\t\t\tcheckDeadlock();\r\n\t\t}\r\n\t}", "public void acquireReadLock() {\r\n return;\r\n }", "public static void blockRequests() {\n\t\tsynchronized (isRunning) {\n\t\t\ttry {\n\t\t\t\tisRunning.set(false);\n\t\t\t\tisRunning.wait();\n\t\t\t} catch (InterruptedException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t\tisRunning.set(true);\n\t\t\t}\n\t\t}\n\t}", "public void run() {\n try {\n volRemoveStartedLatch.await();\n } catch (Exception e) {\n LOG.info(\"Unexpected exception when waiting for vol removal:\", e);\n }\n LOG.info(\"Getting block report\");\n dataset.getBlockReports(eb.getBlockPoolId());\n LOG.info(\"Successfully received block report\");\n blockReportReceivedLatch.countDown();\n }", "void m2() {\n\n boolean locked = false;\n try {\n locked = lock.tryLock(4, TimeUnit.SECONDS);\n\n //可以设置lock为可打断的\n //可以在主线程中调用interrupt方法打断,然后当做异常处理\n// lock.lockInterruptibly();\n\n System.out.println(locked);\n\n } catch (InterruptedException e) {\n e.printStackTrace();\n } finally {\n if (locked) lock.unlock();\n }\n }", "public Lock getLock();", "public void lockThreadForClient()\n {\n masterThread.lockThreadForClient();\n }" ]
[ "0.6167584", "0.5946309", "0.58779204", "0.5852986", "0.58302313", "0.57282", "0.57253003", "0.5698826", "0.5688187", "0.56729245", "0.56294316", "0.5585922", "0.5555927", "0.5547193", "0.5543357", "0.55422497", "0.5540158", "0.55366945", "0.55366945", "0.55206066", "0.5501255", "0.5495905", "0.5495905", "0.5495905", "0.54824394", "0.54774004", "0.5454921", "0.5440759", "0.5428463", "0.542225", "0.54213834", "0.54185784", "0.54023063", "0.53987795", "0.539236", "0.5383611", "0.53776425", "0.5377059", "0.53709364", "0.5358932", "0.5356793", "0.5351065", "0.53495574", "0.5349497", "0.5342321", "0.53393316", "0.5335542", "0.53183526", "0.53124386", "0.530964", "0.5303604", "0.52991545", "0.5298963", "0.5298113", "0.5298083", "0.52915525", "0.5271616", "0.5269204", "0.52637595", "0.5262641", "0.5258719", "0.5257012", "0.5256322", "0.5245714", "0.52312416", "0.5230634", "0.5230634", "0.52268916", "0.52248675", "0.52199954", "0.5216048", "0.5210467", "0.5210467", "0.52081347", "0.5194981", "0.5188706", "0.5188509", "0.51804614", "0.5180289", "0.5180093", "0.5171415", "0.5171415", "0.51704246", "0.5158695", "0.5154853", "0.5149974", "0.5143712", "0.5139707", "0.5137738", "0.5134527", "0.5133402", "0.5125883", "0.5124007", "0.5122546", "0.5120513", "0.51200455", "0.51178193", "0.5111102", "0.51092565", "0.5108992" ]
0.6432464
0
Helper method to unblock threads waiting on the seRDLock object monitor
private void unblockWaiters() { synchronized (sERDLock) { sERDLock.notifyAll(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void unblockRequests() {\n\t\tif (isRunning.compareAndSet(false, true)) {\n\t\t\tsynchronized (isRunning) {\n\t\t\t\tisRunning.notify();\n\t\t\t}\n\t\t}\n\t}", "public void unlockThreadForClient()\n {\n masterThread.unlockThreadForClient();\n }", "public synchronized void unblock() {\n\t\tsetBlocked(false);\n\t}", "public void unpark() {\n Thread w = this.thread;\n if (w != null) {\n this.thread = null;\n LockSupport.unpark(w);\n }\n }", "public void unlock(){\n logger.log(Level. INFO,\"unlock() \"+lockState+\".\");\n this.lock.lock();\n logger.log(Level. INFO,\"unlock taking mutex :\"+lockState+\".\");\n switch(this.lockState){\n \t\t\tcase RLT:\n \t\t\tlockState = State.RLC;\n \t\t\tbreak;\n \t\t\tcase WLT:\n \t\t\tlockState = State.WLC;\n \t\t\tcase RLT_WLC:\n \t\t\tlockState = State.WLC;\t\n break;\n default:\n logger.log(Level.WARNING,\"Unlock with : \"+lockState+\".\");\n break;\n \t\t}\n this.available.signal();\t\n logger.log(Level.WARNING,\"SIGNAL\");\n this.lock.unlock();\n \t}", "public void onUnblock();", "@Override\n\tpublic void unLock() {\n\t\t\n\t}", "public void stopPollingThread() {\n pool.shutdown();\n }", "protected void unlock() {\n synchronized ( lock )\n {\n lock.notify();\n }\n }", "@SuppressWarnings(\"squid:S3776\") // complexity\r\n\tpublic final void unblock() {\r\n\t\tArrayList<Runnable> listeners;\r\n\t\tsynchronized (this) {\r\n\t\t\tif (unblocked) return;\r\n\t\t\tunblocked = true;\r\n\t\t\tif (listenersInline == null) {\r\n\t\t\t\tthis.notifyAll();\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tlisteners = listenersInline;\r\n\t\t\tlistenersInline = new ArrayList<>(2);\r\n\t\t}\r\n\t\tLogger log = Threading.getLogger();\r\n\t\tdo {\r\n\t\t\tif (!log.debug())\r\n\t\t\t\tfor (int i = 0; i < listeners.size(); ++i)\r\n\t\t\t\t\ttry { listeners.get(i).run(); }\r\n\t\t\t\t\tcatch (Exception t) { logListenerError(log, listeners.get(i), t); }\r\n\t\t\telse\r\n\t\t\t\tfor (int i = 0; i < listeners.size(); ++i) {\r\n\t\t\t\t\tRunnable listener = listeners.get(i);\r\n\t\t\t\t\tlong start = System.nanoTime();\r\n\t\t\t\t\ttry { listener.run(); }\r\n\t\t\t\t\tcatch (Exception t) { logListenerError(log, listener, t); }\r\n\t\t\t\t\tThreading.debugListenerCall(listener, System.nanoTime() - start);\r\n\t\t\t\t}\r\n\t\t\tsynchronized (this) {\r\n\t\t\t\tif (listenersInline == null || listenersInline.isEmpty()) {\r\n\t\t\t\t\tlistenersInline = null;\r\n\t\t\t\t\tlisteners = null;\r\n\t\t\t\t\tthis.notifyAll();\r\n\t\t\t\t} else {\r\n\t\t\t\t\tlisteners.clear();\r\n\t\t\t\t\tArrayList<Runnable> tmp = listeners;\r\n\t\t\t\t\tlisteners = listenersInline;\r\n\t\t\t\t\tlistenersInline = tmp;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} while (listeners != null);\r\n\t}", "public void stopMonitor() {\r\n stopped = true;\r\n synchronized (waitLock) {\r\n waitLock.notifyAll();\r\n }\r\n }", "public void unlock() {\n if(semaphore != null && semaphore.availablePermits() == 0) {\n semaphore.release();\n }\n }", "public void unblock() {\n // Execute the runnable on the event dispatcher,\n SwingUtilities.invokeLater(new Runnable() {\n public void run() {\n if (block_state == 1) {\n block_state = 2;\n }\n }\n });\n }", "private void kickControlThread() {\r\n\t\tcontrolSignal.release();\r\n\t}", "public void unlock() {\n int id = ThreadID.get();\n \n this.levels[id].set(0);\n\n }", "public Object reduce_lock() {\n \t\tthis.lock.lock();\n switch(this.lockState){\n case WLT:\n \t\t while(this.lockState==State.WLT){\n \t\t\t try{\t\t \n \t\t\t\t this.available.await();\n \t\t }catch(InterruptedException i){}\n \t\t }\n this.lockState = State.RLC;\t\n \t\t\tbreak;\n \t\t\tcase RLT_WLC:\n \t\t\t this.lockState=State.RLT;\n \t\t\tbreak;\n \t\t\tcase WLC:\n \t\t\t this.lockState=State.RLC;\n \t\t\tbreak;\n \t\t\tdefault: \n logger.log(Level.SEVERE,\"reduce : Lock incoherent :\"+lockState+\".\");\n break;\n \t\t}\n //busy = true; \n logger.log(Level.INFO,\"I was <b>reduced</b> to \"+this.lockState+\".\");\n \t\tthis.lock.unlock();\n \t\treturn obj;\n \t}", "void disable()\n{\n synchronized (this) {\n is_enabled = false;\n request_queue.clear();\n for (DymonPatchRequest ar : active_requests) removeActive(ar);\n if (request_timer != null) request_timer.cancel();\n request_timer = null;\n }\n}", "public void dropWaitingStates() {\n waitlist.clear();\n }", "public void releaseLocks() {\n releaseLocksTo(null);\n }", "public void handleStopMonitor(boolean report) {\n if (this.mWakeLock.isHeld()) {\n this.mWakeLock.release();\n }\n if (this.mStartTime != 0 && this.mBlockScreenOnBegin != 0 && this.mSetDisplayStateBegin != 0) {\n this.mHandler.removeMessages(4);\n this.mHandler.removeMessages(5);\n if (report) {\n handleReport(true);\n }\n this.mStartTime = 0;\n this.mBlockScreenOnBegin = 0;\n this.mSetDisplayStateBegin = 0;\n }\n }", "void stopOnCompletion(Thread waiting);", "public void releaseDeferredLock() {\r\n return;\r\n }", "synchronized void detachSimulationThread() {\n\t\tthis.eventQueue = null;\n\t\tthis.simulationThread = null;\n\t\tthis.state = SimulationState.STOPPED;\n\t}", "void unlock(String resourceName) throws InterruptedException;", "private void signalFree() {\n block.release();\n }", "public void invalidate() {\n for (int i = 0; true; i = (2 * i + 1) & 63) {\n synchronized (this) {\n this.listener = null;\n this.sema = null;\n if (!deliveryPending || (Thread.currentThread().getId() == id)) {\n return;\n }\n }\n if (i == 0) {\n Thread.yield();\n } else {\n if (i > 3) Log.finer(Log.FAC_NETMANAGER, \"invalidate spin {0}\", i);\n try {\n Thread.sleep(i);\n } catch (InterruptedException e) {\n }\n }\n }\n }", "synchronized public void rdlock() {\n\t\tlong tid = Thread.currentThread().getId();\n\n\t\t// Place myself on queue\n\t\treadersQueue.enq(tid);\n\n\t\t// While its not my turn, wait\n\t\twhile (readersQueue.getFirstItem() != tid\n\t\t\t\t|| activeWriter == true\n\t\t\t\t|| activeReaders >= maxReaders\n\t\t\t\t|| (bias == 'W' && writersQueue.isEmpty() == false)) {\n\t\t\ttry {\n\t\t\t\twait();\n\t\t\t} catch (InterruptedException e) {\n\t\t\t\tSystem.out.println(e.getMessage());\n\t\t\t}\n\t\t}\n\n\t\t// Its my turn, remove myself from queue\n\t\treadersQueue.deq();\n\n\t\t// DEBUG\n if (activeWriter == true\n \t\t|| activeReaders >= maxReaders\n \t\t|| (bias == 'W' && writersQueue.isEmpty() == false)) {\n \tSystem.out.println(\"BUG IN READER\");\n }\n\n\t\t// I am now an active reader!\n\t\tactiveReaders++;\n\n\t\t// Signal all, so other readers may continue\n\t\tnotifyAll();\n\t}", "public void closeLock(){\n /*Code to send the locking signal to the physical device Gate*/\n }", "protected void leaveCriticSection(RDVariable rdv, RDThread rdt) {\n\t\t/*\n\t\t * unlock the explicit lock\n\t\t */\n\n\t\trdv.raceAvoidLock.unlock();\n\n\t\tif (DEBUG)\n\t\t\tRaceDetector.printDebug(\" explicit lock (\"\n\t\t\t\t\t+ System.identityHashCode(rdv) + \") unlocked \"\n\t\t\t\t\t+ Thread.currentThread() + \" (critic)\");\n\t}", "public synchronized void removeBlockingThread(RubyThread thread) {\n if (blockingThreads == null) {\n return;\n }\n for (int i = 0; i < blockingThreads.size(); i++) {\n if (blockingThreads.get(i) == thread) {\n // not using remove(Object) here to avoid the equals() call\n blockingThreads.remove(i);\n }\n }\n }", "public abstract void unblockNext();", "public abstract void stopThreadsAtSafePoint();", "@Override\r\n public void unsubscribe() {\n t.interrupt();\r\n }", "private void producerShutdownSpinLock() {\n\t\twhile (!imageProducer.isTerminated()) {\n\t\t\t// spin spin\n\t\t}\n\t}", "private static void j_unlock() {\r\n\t\tFileChannel channel = globalFileChannel;\r\n\t\tFileLock lock = globalFileLock;\r\n\t\tglobalFileChannel = null;\r\n\t\tglobalFileLock = null;\r\n\t\ttry {\r\n\t\t\tlock.release();\r\n\t\t} catch (Throwable t) {\r\n\t\t\t;\r\n\t\t}\r\n\t\ttry {\r\n\t\t\tchannel.close();\r\n\t\t} catch (Throwable t) {\r\n\t\t\t;\r\n\t\t}\r\n\t}", "private void dispose() {\n\t\t\t\r\n\t\t\tif (TRACE) {\r\n\t\t\t\tSystem.out.println(\"Disposing thread \" + workerNo);\r\n\t\t\t}\r\n\t\t\tcontrolLock.lock();\r\n\t\t\ttry {\r\n\t\t\t\tthreads.remove(thread.getId());\r\n\t\t\t}\r\n\t\t\tfinally {\r\n\t\t\t\tcontrolLock.unlock();\r\n\t\t\t}\r\n\t\t}", "public synchronized void shutDown() {\n if (this.wakeLock != null) {\n /* Wakelock are ref counted by default. We disable this feature here to ensure that\n * the power lock is released upon shutdown.\n */ \n wakeLock.setReferenceCounted(false);\n wakeLock.release();\n }\n context.unregisterReceiver(broadcastReceiver);\n releaseGlobalContext();\n }", "@Override\n\t\tpublic void unlock() {\n\n\t\t\tsynchronized (lock) {\n\t\t\t\treaders--;\n\t\t\t\tlock.notifyAll();\n\t\t\t}\n\n\t\t}", "public void abandon() {\n lock.lock();\n try {\n eligibleSyncs.clear();\n abandoned = true;\n } finally {\n lock.unlock();\n }\n }", "public void subDeactivate() throws InterruptedException\n {\n m_ListenerInstance.dispose();\n \n final int ThreadWaitMs = 1000;\n m_ListenerThread.join(ThreadWaitMs);\n assert !m_ListenerThread.isAlive();\n \n cleanupMessageSender();\n \n try\n {\n m_Socket.getOutputStream().close();\n }\n catch (final IOException e)\n {\n m_Logging.warning(\"Failed to close socket output stream (%s)\", m_Socket.getRemoteSocketAddress());\n }\n\n try\n {\n m_Socket.close();\n }\n catch (final IOException e)\n {\n m_Logging.debug(\"Unable to close socket (%s), already closed? %b\", m_Socket.getRemoteSocketAddress(), \n m_Socket.isClosed());\n }\n finally\n {\n m_WakeLock.delete();\n }\n }", "protected void killUselessThread() {\n if (!System.getProperty(\"os.name\").contains(\"Windows\")) {\n killAllChildrenProcess();\n for (Thread thread : Thread.getAllStackTraces().keySet()) {\n if (!threadSet.contains(thread)) {\n thread.interrupt();\n }\n }\n }\n }", "void disposeLocked() {\n ArrayList<UpdateRecord> records = mRecordsByProvider.get(this.mProvider);\n records.remove(this);\n }", "public void releasePingLock() {\r\n\t\tbeingPinged.set(false);\r\n\t}", "private void basicReleaseLock() {\n if (logger.isTraceEnabled(LogMarker.DLS_VERBOSE)) {\n logger.trace(LogMarker.DLS_VERBOSE, \"[DLockToken.basicReleaseLock] releasing ownership: {}\",\n this);\n }\n\n leaseId = -1;\n lesseeThread = null;\n leaseExpireTime = -1;\n thread = null;\n recursion = 0;\n ignoreForRecovery = false;\n\n decUsage();\n }", "public void unlock() {\n setLock.unlock(this);\n }", "@Override\n public void unlock() {\n }", "@Override\n\tprotected void unLockNbr() {\n\t\t\n\t}", "public void stopRinging();", "public void readerUnlock() {\n Holders rootHolder = null;\n Holders newHolder = null;\n final Thread current = Thread.currentThread();\n\n do {\n Holders holder = this.holder.get();\n newHolder = null;\n rootHolder = holder;\n // A reader lock can only exist if the holder is a ReaderList instance.\n if (holder instanceof Writer) {\n throw new IllegalStateException();\n }\n\n // A reader lock can only be unlocked if it exists.\n if (!((ReaderList)holder).contains(current)) {\n throw new IllegalStateException();\n }\n\n // get a new ReaderList without the reader lock of current Thread\n newHolder = ((ReaderList)holder).remove(current);\n\n // Attempt to update ReaderList holder.\n } while (!holder.compareAndSet(rootHolder, newHolder));\n }", "public void removeWakeLock() {\r\n\t\twakelock.release();\r\n\t}", "void unsetPoolRaces();", "private boolean removeWaitingThread(SceKernelThreadInfo thread) {\n SceKernelEventFlagInfo event = eventMap.get(thread.wait.EventFlag_id);\n if (event == null) {\n \treturn false;\n }\n\n event.threadWaitingList.removeWaitingThread(thread);\n\n return true;\n }", "public void unlock() {\n islandLocked = false;\n }", "public void resetAndUnblock()\n {\n resetTriesRemaining();\n setValidatedFlag(false);\n\t}", "public void uncStop() {\n\n new Thread(new Runnable() {\n\n @Override\n public void run() {\n int time = 7;\n if (ACTUAL_DIFICULTY == EASY)\n time = 7;\n if (ACTUAL_DIFICULTY == MEDIUM)\n time = 12;\n if (ACTUAL_DIFICULTY == HARD)\n time = 16;\n int count = 0;\n while (count < time) {\n drive_control.stopDriving();\n try {\n Thread.sleep(100);\n } catch (InterruptedException e) {\n\n }\n count++;\n }\n restoreValues();\n }\n }).start();\n }", "public void stop() {\n this.stopRequested.set(true);\n synchronized(this) {\n notifyAll(); // Wakes run() if it is sleeping\n }\n }", "private void waitForFree() throws InterruptedException {\n // Still full?\n while (isFull()) {\n // Park me 'till something is removed.\n block.await();\n }\n }", "public boolean isUnblockable();", "public void freeThread() {\n\t\tif (this.serverConnectorUsed > 0) {\n\t\t\tthis.serverConnectorUsed--;\n\t\t\tLOG.info(\"Freeing thread in pool. Now pool is \"+Integer.toString(MAX_THREADS-this.serverConnectorUsed)+\" / \"+Integer.toString(MAX_THREADS));\n\t\t}\n\t}", "public void run() {\r\n removeIPBlockTimeout(link);\r\n removeTempUnavailTimeout(link);\r\n link.reset();\r\n }", "synchronized public void shutdownBlocking() throws InterruptedException\n {\n if (!started)\n return;\n\n started = false;\n executor.shutdown();\n executor.awaitTermination();\n segmentManager.shutdown();\n segmentManager.awaitTermination(1L, TimeUnit.MINUTES);\n }", "public void stopSpinning()\n {\n scheduler.shutdown();\n startupLock.lock();\n spinning = false;\n }", "public void unlockExclusiveAndTakeWriteLock()\n {\n long s = initiateExclusiveLockRelease();\n long n = nextSeq( s ) - EXL_MASK + CNT_UNIT;\n unconditionallySetState( n );\n }", "void lockReleased(String lock);", "@Test\n public void testTakeBlocksWhenEmpty() throws InterruptedException {\n final int capacity = 10;\n final BoundedBuffer<Integer> bb = new BoundedBuffer<Integer>(capacity);\n\n Runnable task = new Runnable() {\n public void run() {\n try {\n bb.take();\n } catch (InterruptedException e) {\n assertEquals(InterruptedException.class, e.getClass());\n //e.printStackTrace();\n }\n }\n };\n\n Thread thread = new Thread(task);\n thread.start();\n\n\n Thread.sleep(LOCKUP_DETECT_TIMEOUT);\n try{\n thread.interrupt();\n thread.join();\n\n }\n catch(Exception e){\n e.printStackTrace();\n }\n\n\n\n\n\n }", "protected void afterNormalAccess(RDVariable rdv, RDThread rdt) {\n\t\t/*\n\t\t * unlock the explicit lock\n\t\t */\n\n\t\trdv.raceAvoidLock.unlock();\n\n\t\tif (DEBUG)\n\t\t\tRaceDetector.printDebug(\" explicit lock (\"\n\t\t\t\t\t+ System.identityHashCode(rdv) + \") unlocked \"\n\t\t\t\t\t+ Thread.currentThread());\n\t}", "void destroyForCurrentThread() {\n holderInstance.remove();\n parentHolderInstanceStack.remove();\n }", "synchronized public void removeFromWaitlist(Student student) {\n if(getWaitlist().contains(student)) {\n getWaitlist().remove(student);\n }\n }", "@Override\n\t// O(1)\n\tpublic void close() {\n\t\tsynchronized (mInetAddressList) {\n\t\t\tmIsClosed = true;\n\t\t\tmCleanupTask.cancel();\n\t\t\tmInetAddressList.clear();\n\n\t\t\t// unblock the blocked threads\n\t\t\t// when they resume, they'll throw an interrupted exception\n\t\t\t// there's only one place where they'll be blocked (in take())\n\t\t\twhile (mInetAddressAvailableSemaphore.hasQueuedThreads()) {\n\t\t\t\tmInetAddressAvailableSemaphore.release();\n\t\t\t}\n\t\t}\n\t}", "@Test\r\n\tpublic final void testUnsetLock() {\r\n\t\tlistener.unsetLock();\r\n\t\tassertTrue(\"Listener should not be locked\",listener.isLocked());\r\n\t}", "public void stopSweeper()\r\n\t{\r\n\t\tsynchronized (lock) {\r\n\t\t\tcache = null;\r\n\t\t\tlock.notify();\r\n\t\t}\r\n\t}", "private void killAllClients () {\n for (AutomatedClient c : clients.values()){\n c.signalToLeave();\n }\n\n LocalDateTime start = LocalDateTime.now();\n LocalDateTime max = start.plus(Duration.ofSeconds(WAIT_TIME));\n for (Thread t : threads.values()) { //Espera por todas as threads que foram corridas ao longo da execução do programa.\n try {\n t.join(WAIT_TIME*1000);\n if (LocalDateTime.now().isAfter(max)) {\n System.out.println(\"Force kill\");\n bruteKillAllClients();\n break;\n }\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n }\n }", "public void shutdown() {\n this.runnable.stop = true;\n LockSupport.unpark(this);\n }", "public void releaseReadLock() {\r\n return;\r\n }", "@Override\n public void interruptWait() {\n _vcVlsi.cancelWaitForUpdates();\n }", "public void stopWaitTime(){\r\n\t\twaitTime.stop();\r\n\t}", "public void onThreadWaitTimeout(SceKernelThreadInfo thread) {\n // Untrack\n if (removeWaitingThread(thread)) {\n // Return WAIT_TIMEOUT\n thread.cpuContext._v0 = ERROR_KERNEL_WAIT_TIMEOUT;\n } else {\n log.warn(\"EventFlag deleted while we were waiting for it! (timeout expired)\");\n // Return WAIT_DELETE\n thread.cpuContext._v0 = ERROR_KERNEL_WAIT_DELETE;\n }\n }", "@Override\n\tpublic void unlock() {\n\t\t\n\t}", "public void wbbarrierWait()\n {\n try{\n waitLock.lock();\n while(wbbarrierTag != -1){\n \t wbbarrier.awaitUninterruptibly();\n }\n return;\n }\n finally{\n waitLock.unlock();\n }\n }", "void stopThreadPool() {\n\n if (!mThreadPoolExecutor.isShutdown()) {\n mThreadPoolExecutor.getQueue().clear();\n mThreadPoolExecutor.shutdown();\n\n new Thread(() -> {\n\n while (!mThread.isInterrupted() && mThread.isAlive()) {\n\n if (mThreadPoolExecutor.isShutdown() && mThreadPoolExecutor.isTerminated()) {\n mThread.interrupt();\n Log.d(TAG, \"Interrupting mThread - thread pool isShutdown\");\n }\n\n try {\n Thread.sleep(500L);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n }\n\n }).start();\n }\n }", "private void shutdownCreateConnThread() {\r\n int curSts;\r\n do {\r\n curSts = createConnThreadState.get();\r\n if ((curSts == THREAD_WORKING || curSts == THREAD_WAITING) && createConnThreadState.compareAndSet(curSts, THREAD_DEAD)) {\r\n if (curSts == THREAD_WAITING) unpark(this);\r\n break;\r\n }\r\n } while (true);\r\n }", "private PluginResult releaseWakeLock() {\n PluginResult result = null;\n\n if( this.wakeLock != null ) {\n this.wakeLock.release();\n this.wakeLock = null;\n\n result = new PluginResult(PluginResult.Status.OK, \"OK\");\n }\n else {\n result = new PluginResult(PluginResult.Status.ILLEGAL_ACCESS_EXCEPTION, \"No WakeLock active - acquire first\");\n }\n\n return result;\n }", "public void wakeup()\n {\n // TODO: add in control for state here. Only wakeup if actually blocked as it is usually expensive.\n selector.wakeup();\n }", "private void workerStop() {\r\n\r\n\t\tif (_workerThread == null) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tsynchronized (_workerLock) {\r\n\r\n\t\t\t_workerCancelled = true;\r\n\t\t\t_workerStopped = true;\r\n\r\n\t\t\t_workerLock.notifyAll();\r\n\t\t}\r\n\r\n\t\twhile (_workerThread != null) {\r\n\t\t\tif (!_display.readAndDispatch()) {\r\n\t\t\t\t_display.sleep();\r\n\t\t\t}\r\n\t\t}\r\n\t}", "@Test\n public void reregisterWithFree() throws Exception {\n long workerId = mBlockMaster.getWorkerId(NET_ADDRESS_1);\n List<RegisterWorkerPRequest> requestChunks =\n RegisterStreamTestUtils.generateRegisterStreamForWorker(workerId);\n prepareBlocksOnMaster(requestChunks);\n Queue<Throwable> errorQueue = new ConcurrentLinkedQueue<>();\n sendStreamToMaster(requestChunks,\n RegisterStreamTestUtils.getErrorCapturingResponseObserver(errorQueue));\n assertEquals(0, errorQueue.size());\n assertEquals(1, mBlockMaster.getWorkerCount());\n\n // Find a block to free\n long blockToRemove = RegisterStreamTestUtils.findFirstBlock(requestChunks);\n\n // Register again\n CountDownLatch latch = new CountDownLatch(1);\n Queue<Throwable> newErrorQueue = new ConcurrentLinkedQueue<>();\n mExecutorService.submit(() -> {\n sendStreamToMasterAndSignal(requestChunks,\n RegisterStreamTestUtils.getErrorCapturingResponseObserver(newErrorQueue), latch);\n });\n\n // During the register stream, trigger a delete on worker\n latch.await();\n mBlockMaster.removeBlocks(ImmutableList.of(blockToRemove), false);\n\n BlockInfo info = mBlockMaster.getBlockInfo(blockToRemove);\n MasterWorkerInfo worker = mBlockMaster.getWorker(workerId);\n assertEquals(0, newErrorQueue.size());\n assertEquals(1, mBlockMaster.getWorkerCount());\n // The block still exists on the worker but a command will be issued to remove it\n assertEquals(TIER_BLOCK_TOTAL, worker.getBlockCount());\n\n Command command = sendHeartbeatToMaster(workerId);\n assertEquals(Command.newBuilder()\n .setCommandType(CommandType.Free).addData(blockToRemove).build(), command);\n }", "public interface UnblockedListener {\n\t\n\t/**\n\t * Called when a command stops blocking.\n\t */\n\tpublic void onUnblock();\n\n}", "public void unblock () {\n\t\tSystem.out.println(\"unblocking\");\n\t\tif (savingDlg != null) {\n\t\t\tSwingUtilities.invokeLater(new Runnable() {\n\t\t\tpublic void run () {\n\t\t\t\tsavingDlg.setVisible(false);\n\t\t\t}\n\t\t\t});\n\t\t}\n\t\tif (closeAfterSave) kill();\n\t}", "protected void delete () {\n OleThreadRequest request = \n new OleThreadRequest(DELETE,\n 0, 0, 0, 0);\n synchronized (this) {\n messagesWaiting.add(request);\n notify();\n }\n while (!request.finished) { \n synchronized(request) {\n try {\n request.wait(POLL_FOR_RESULT_HEARTBEAT);\n }\n catch (InterruptedException e) { \n }\n } \n }\n }", "public abstract void unlock();", "public void cleanDeadThreads()\n {\n\t\tSystem.gc();\n }", "public void abortSimulation() {\n while(movingMonitorThread.isAlive()) {\n movingMonitorThread.interrupt();\n try {\n Thread.currentThread().sleep(50);\n } catch (InterruptedException e) {\n throw new SimulationAbortError(e);\n }\n }\n\n while(threadGroup.activeCount() > 0) {\n threadGroup.interrupt();\n try {\n Thread.currentThread().sleep(50);\n } catch (InterruptedException e) {\n throw new SimulationAbortError(e);\n }\n }\n\n agents.clear();\n SynchronizedAgent.clear();\n\tvertexAgentsNumber.clear();\n }", "public void Stop() {\r\n\t\t\r\n\t\tthread = null;\r\n\t}", "private void clearBlocked() {\n\n blocked_ = false;\n }", "@Override\n public void unlock() {\n Preconditions.checkState(connection != null);\n checkThread();\n unlockLatency.record(() -> {\n if (locked) {\n try {\n Transaction tnx = session.beginTransaction();\n try {\n DbLockRecord record = fetch(session, false, true);\n if (record == null) {\n throw new LockException(\n String.format(\"[%s][%s][%s] Lock record not found.\",\n id().getNamespace(), id().getName(), threadId()));\n }\n if (record.isLocked() && instanceId().compareTo(record.getInstanceId()) == 0) {\n record.setLocked(false);\n record.setInstanceId(null);\n record.setTimestamp(-1);\n\n session.save(record);\n } else {\n long delta = System.currentTimeMillis() - lockedTime;\n if (delta > lockExpiryTimeout()) {\n throw new LockException(\n String.format(\"[%s][%s] Lock expired. [thread=%d]\",\n id().getNamespace(), id().getName(), threadId()));\n }\n throw new LockException(\n String.format(\"[%s][%s] Lock not held by current thread. [thread=%d]\",\n id().getNamespace(), id().getName(), threadId()));\n }\n locked = false;\n tnx.commit();\n } catch (Throwable t) {\n tnx.rollback();\n throw new LockException(t);\n } finally {\n locked = false;\n lockedTime = 0;\n session.clear();\n super.unlock();\n }\n } catch (Exception ex) {\n throw new LockException(ex);\n }\n } else {\n throw new LockException(\n String.format(\"[%s][%s] Lock not held by current thread. [thread=%d]\",\n id().getNamespace(), id().getName(), threadId()));\n }\n });\n }", "void downgradeToReadLocks();", "public void stop() {\n clockThread = null;\n }", "public void signalFree() {\n lock.lock();\n try {\n Log.d(TAG, \"Signaling NsdManager Resolver as free\");\n busy = false;\n condition.signal();\n } finally {\n lock.unlock();\n }\n }", "protected void checkDeadLock()\r\n/* 303: */ {\r\n/* 304:389 */ EventExecutor e = executor();\r\n/* 305:390 */ if ((e != null) && (e.inEventLoop())) {\r\n/* 306:391 */ throw new BlockingOperationException(toString());\r\n/* 307: */ }\r\n/* 308: */ }", "private void pollAllUnlockedDoorsOnThisTile() {\n/* 1234 */ if (this.unlockedDoors != null && this.unlockedDoors.size() > 0)\n/* */ {\n/* 1236 */ for (Iterator<Door> it = this.unlockedDoors.iterator(); it.hasNext();) {\n/* */ \n/* 1238 */ if (((Door)it.next()).pollUnlocked()) {\n/* 1239 */ it.remove();\n/* */ }\n/* */ } \n/* */ }\n/* 1243 */ if (this.unlockedDoors != null && this.unlockedDoors.isEmpty()) {\n/* 1244 */ this.unlockedDoors = null;\n/* */ }\n/* */ }", "@Override\r\n public void unregisterMonitor(String name, ProfileMonitor monitor) {\n\r\n }" ]
[ "0.67652225", "0.67406076", "0.64966434", "0.6370217", "0.6364982", "0.6308578", "0.6278447", "0.6242874", "0.62208563", "0.61442304", "0.6108209", "0.6102138", "0.60871273", "0.6066955", "0.5972435", "0.5922822", "0.5912803", "0.59094286", "0.5827657", "0.5812964", "0.5809211", "0.57862276", "0.57585377", "0.5747233", "0.57354116", "0.566641", "0.5665535", "0.56470245", "0.56369776", "0.5621176", "0.56199336", "0.561429", "0.56091595", "0.5602252", "0.55994487", "0.5567781", "0.55328083", "0.552959", "0.5513492", "0.5512975", "0.55077106", "0.54989135", "0.5492975", "0.54920244", "0.5491344", "0.54898375", "0.5489197", "0.5487833", "0.5466732", "0.54664797", "0.54619837", "0.54554105", "0.5427306", "0.5420407", "0.5410945", "0.5409261", "0.53948903", "0.539267", "0.53891987", "0.538106", "0.5375297", "0.5375036", "0.5371257", "0.53691894", "0.5357898", "0.5356835", "0.5354935", "0.5351597", "0.534925", "0.5345341", "0.5328176", "0.53206635", "0.5316321", "0.53128797", "0.53098845", "0.530827", "0.5300873", "0.52975225", "0.5280833", "0.52745384", "0.5269627", "0.52648664", "0.5264859", "0.5263158", "0.52602816", "0.5246637", "0.5243749", "0.52419776", "0.5238029", "0.52374786", "0.5232338", "0.52313673", "0.52231956", "0.52231896", "0.5215829", "0.5214646", "0.5212776", "0.52089214", "0.52027166", "0.5197015" ]
0.78146577
0
Helper method to clean up the resources of the ERD object
private void cleanupResources() { Log.d(TAG, "Initiating resource cleanup"); if (mWorkerThread != null) { mWorkerThread.quitSafely(); try { mWorkerThread.join(); mWorkerThread = null; } catch (InterruptedException e) { Log.e(TAG, "Failed to join on mWorkerThread"); } } //mListener = null;//Release later when being finalized mDisplayHandler = null; mERDHandler = null; mContext = null; surface = null; mIface = null; mLocalWfdDevice = null; mPeerWfdDevice = null; mActionListener = null; Log.d(TAG, "Done with resource cleanup"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void cleanup() {\n \n }", "@Override\n public void cleanup() {\n \n }", "@Override\r\n\tpublic void cleanup() {\n\t\t\r\n\t}", "@Override\n\tpublic void cleanUp() {\n\t\tofferingStrategy = null;\n\t\tacceptConditions = null;\n\t\topponentModel = null;\n\t\tnegotiationSession = null;\n\t\tutilitySpace = null;\n\t\tdagent = null;\n\t}", "public void cleanup() {\r\n }", "@Override\r\n public void cleanup() {\n }", "protected void cleaningUp() {\n\t}", "@Override\n public void cleanup() {\n }", "@Override\n\tpublic void cleanup() {\n\n\t}", "@Override\n\tpublic void cleanup() {\n\n\t}", "public void cleanup() {\n }", "public void cleanup() {\n\t}", "@Override\n\tpublic void cleanup() {\n\t\t\n\t}", "@Override\n\tpublic void cleanup() {\n\t\t\n\t}", "@Override\n\tpublic void cleanup() {\n\t\t\n\t}", "public void cleanUp() {\r\n\t\temfactory.close();\r\n\t}", "public void cleanup();", "protected abstract void cleanup();", "@Override\n public void cleanUp() {\n }", "public void cleanUp(){\n //Clean up the parent class, i.e. close pipes.\n super.cleanUp();\n }", "public void cleanUp() {\r\n\t\tsuper.cleanUp() ;\r\n\t}", "protected void cleanup() {\n try {\n if (_in != null) {\n _in.close();\n _in = null;\n }\n if (_out != null) {\n _out.close();\n _out = null;\n }\n if (_socket != null) {\n _socket.close();\n _socket = null;\n }\n } catch (java.io.IOException e) {\n }\n }", "public void cleanUp();", "public void cleanUp();", "public void destroyAllResource() {\r\n\t\ttry {\r\n\t\t\tif(outrs != null){\r\n\t\t\t\toutrs.close();\r\n\t\t\t\toutrs=null;\r\n\t\t\t}\r\n\t\t\tif(outstmt != null ){\r\n\t\t\t\toutstmt.close();\r\n\t\t\t\toutstmt=null;\r\n\t\t\t} \r\n\t\t\tif (dbConnection != null){\r\n\t\t\t\tdbConnection.close();\r\n\t\t\t\tdbConnection=null;\r\n\t\t\t} \r\n\t\t}catch (SQLException ex) {\r\n\t\t}\r\n\t}", "public void cleanupData() {\n\t}", "@Override\n protected void cleanup() {\n bundle.setParameter(BundleParameter.NODE_BUNDLE_ELAPSED_PARAM, accumulatedElapsed.get());\n this.dataProvider = null;\n usedClassLoader.dispose();\n usedClassLoader = null;\n //taskNotificationDispatcher.setBundle(this.bundle = null);\n this.taskList = null;\n this.uuidList = null;\n setJobCancelled(false);\n this.taskWrapperList = null;\n timeoutHandler.clear();\n }", "@Override\n public void destroy() {\n // clean up any resources created by initialize\n }", "void cleanUp();", "void cleanUp();", "void cleanUp();", "public void cleanUp() {\r\n if(getFunctionType() != VIEW_HIERARCHY)\r\n panel.dispose();\r\n cvGroupsData = null;\r\n cvHierarchyData = null;\r\n cvSortData = null;\r\n sponsorHierarchyBean = null;\r\n sponsorHierarchyTree = null;\r\n model = null;\r\n selectedNode = null;\r\n selTreePath = null;\r\n groupsController = null;\r\n hierarchyRenderer = null;\r\n hierarchyTreeCellEditor = null;\r\n treeDropTarget = null;\r\n panel = null;\r\n editor = null;\r\n changePassword = null;\r\n backGroundColor = null;\r\n maintainSponsorHierarchyBaseWindow = null;\r\n }", "@After\n\tpublic void cleanUp() {\n\t\tif (model != null) {\n\t\t\tmodel.release(true);\n\t\t\tloader.unloadAll();\n\t\t}\n\t}", "@Override\n protected void performCleanup() {\n }", "private void cleanup() {\n if (mPosterBytes != null) {\n try {\n mPosterBytes.close();\n } catch (IOException ignored) {\n // Ignored.\n } finally {\n mPosterBytes = null;\n }\n }\n }", "private void cleanResources() {\r\n// return;\r\n placeholder = DEFAULT_PLACEHOLDER;\r\n errorImage = DEFAULT_PLACEHOLDER;\r\n imageUri = null;\r\n tag = null;\r\n imageResourceId = DEFAULT_PLACEHOLDER;\r\n simple = false;\r\n withScaling = false;\r\n widthResId = DEFAULT_PLACEHOLDER;\r\n heigthResId = DEFAULT_PLACEHOLDER;\r\n transformation = null;\r\n callback = null;\r\n fit = false;\r\n centerCrop = false;\r\n centerInside = false;\r\n }", "public void cleanup() {\n\t\tref.removeEventListener(listener);\n\t\tmodels.clear();\n\t\tmodelNames.clear();\n\t\tmodelNamesMapping.clear();\n\t}", "public void cleanUp()\r\n {\r\n m_aaiNumTris = null;\r\n m_aafRelativeLengths = null;\r\n m_aafMaxDist = null;;\r\n m_aakCurvePos = null;\r\n m_aakTangent = null;\r\n }", "@Override\n\tpublic void closeAndCleanupAllData() throws Exception {\n\t\tclose();\n\t}", "public static void cleanResources() {\n\t\tscanner.close();\n\t\treturn;\n\t}", "public void shutdown() {\n\t\tInput.cleanUp();\n\t\tVAO.cleanUp();\n\t\tTexture2D.cleanUp();\n\t\tResourceLoader.cleanUp();\n\t}", "@Override\n protected void cleanUp() throws AbortException {\n }", "public void destroy() {\n\t\ttermMap = null;\n\t\tdoc = null;\n\t}", "public void finalize() {\r\n fileName = null;\r\n fileDir = null;\r\n fileHeader = null;\r\n\r\n fileInfo = null;\r\n image = null;\r\n vr = null;\r\n\r\n if (rawFile != null) {\r\n\r\n try {\r\n rawFile.close();\r\n } catch (final IOException ex) {\r\n // closing.. ignore errors\r\n }\r\n\r\n rawFile.finalize();\r\n }\r\n\r\n if (raFile != null) {\r\n\r\n try {\r\n raFile.close();\r\n } catch (final IOException ex) {\r\n // closing.. ignore errors\r\n }\r\n\r\n raFile = null;\r\n }\r\n\r\n rawFile = null;\r\n nameSQ = null;\r\n jpegData = null;\r\n\r\n try {\r\n super.finalize();\r\n } catch (final Throwable er) {\r\n // ignore errors during memory cleanup..\r\n }\r\n }", "@Override\n\tpublic void cleanUp() {\n\t\t table = null;\n colFam = null;\n currentEvent = null;\n\t}", "public abstract void cleanUp();", "protected void cleanup() {\n this.dead = true;\n this.overflow = null;\n this.headerBuffer = null;\n this.expectBuffer = null;\n this.expectHandler = null;\n this.unfragmentedBufferPool = null;\n this.fragmentedBufferPool = null;\n this.state = null;\n this.currentMessage = null;\n \n /*\n this.onerror = null;\n this.ontext = null;\n this.onbinary = null;\n this.onclose = null;\n this.onping = null;\n this.onpong = null;*/\n}", "public void dispose() {\n\t\tSet<IRI> ids = new HashSet<IRI>(getModelIds());\n\t\tfor (IRI id : ids) {\n\t\t\tunlinkModel(id);\n\t\t}\n\t}", "public void cleanUp(){\n for(ShaderProgram sp : shaderlist){\n sp.cleanup();\n }\n }", "public void destroy() {\n processeddatasetDataProvider_tier.close();\n filebranchDataProvider_search.close();\n storageelementDataProvider_search.close();\n runsDataProvider_search.close();\n primarydatasetDataProvider_saerch.close();\n datatierDataProvider_search.close();\n algorithmconfigDataProvider_search.close();\n }", "public void cleanup() throws ResourceException {\n checkIfDestroyed();\n\n logger.fine(\" 8.- (\" + myId + \") ManagedConnection::cleanup called\");\n\n invalidateJavaMailConnections();\n }", "private void cleanup() {\n mCategory = null;\n mAccount = null;\n mCal = null;\n\n /* Reset value */\n etAmount.setText(\"\");\n tvCategory.setText(\"\");\n tvPeople.setText(\"\");\n tvDescription.setText(\"\");\n tvAccount.setText(\"\");\n tvEvent.setText(\"\");\n }", "public void finalize() {\r\n byteBuffer2 = null;\r\n byteBuffer4 = null;\r\n byteBuffer8 = null;\r\n progressBar = null;\r\n tagBuffer = null;\r\n\r\n if (raFile != null) {\r\n\r\n try {\r\n raFile.close();\r\n } catch (final IOException ioe) {\r\n // Do nothing\r\n }\r\n }\r\n\r\n raFile = null;\r\n }", "public final void cleanUp() {\n\t\tmgdmfunctions = null;\n\t\tmgdmlabels = null;\n\t\theap.finalize();\n\t\theap = null;\n\t\tSystem.gc();\n\t}", "protected void finalize() {\n\t\tdestroyImages();\n\t}", "@Override\n public void cleanup() {\n if (this.inputStream != null) {\n try {\n this.inputStream.close();\n }\n catch (IOException var1_1) {}\n }\n this.defaultFetcher.cleanup();\n }", "public void cleanup() {\n try {\n resManager.stopVirtualNodes();\n } catch (Exception e) {\n logger.error(ITConstants.TS + \": \" + DEL_VM_ERR, e);\n }\n logger.info(\"Cleanup done\");\n }", "public static void cleanUp() {\n\t\tHashDecay.stopAll();\n\t\tSystem.gc();\n\t}", "public void release() {\r\n pageEL = null;\r\n params = null;\r\n super.release();\r\n }", "void cleanup();", "void cleanup();", "void cleanup();", "private void cleanUp() {\n\t\tVisualizerView mVisualizerView = MusicApplication.getInstance()\n\t\t\t\t.getVisualizerView();\n\t\tif (mVisualizerView != null) {\n\t\t\tmVisualizerView.updateVisualizer(new byte[] {});\n\t\t}\n\t\t//\t\tif (mCurrentMediaPlayer != null) {\n\t\t//\t\t\tmCurrentMediaPlayer.reset();\n\t\t//\t\t\t//\t\t\tmCurrentMediaPlayer = null;\n\t\t//\t\t\tsetState(IDLE);\n\t\t//\t\t\tcom.dj.util.Log.i(this.getClass().getSimpleName(),\n\t\t//\t\t\t\t\t\" 歌曲停止,释放资源。mCurrentMediaPlayer: \" + mCurrentMediaPlayer);\n\t\t//\t\t\t//\t\t\tcleanEQ();\n\t\t//\t\t}\n\t}", "@PreDestroy\n public void destroy() {\n TempObjectCache tempObjectCache = TempObjectCache.getInstance();\n tempObjectCache.cleanUp();\n\n // release all persist caches & persist cache redis client\n PersistObjectCache persistObjectCache = PersistObjectCache.getInstance();\n persistObjectCache.cleanUp();\n\n // destroy redis client pool\n RedisTool.destroy();\n\n // Shutdown UniRest\n try {\n Unirest.shutdown();\n } catch (IOException ignore) {\n }\n }", "void cleanUp() throws IOException;", "@Override\n public void destroy() {\n // destroy any persistent resources\n // such as thread pools or persistent connections\n }", "public void clean(){\n\t\tsynchronized(this.lock){\n\t\t\tint index=0;\n\t\t\tfor(ResourceStatus<T> resourceStatus:this.resourcesStatus){\n\t\t\t\tif(resourceStatus!=null){\n\t\t\t\t\tif(!resourceStatus.isInUse()){\n\t\t\t\t\t\tlong lastTime=resourceStatus.getLastNotInUseTime();\n\t\t\t\t\t\tlong currentTime=System.currentTimeMillis();\n\t\t\t\t\t\tT resource=resourceStatus.getResource();\n\t\t\t\t\t\tif((currentTime-lastTime)>=this.resourceAliveTime){\n\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\tdestroyResource(resource);\n\t\t\t\t\t\t\t} catch (Exception e) {\n\t\t\t\t\t\t\t\tlogger.error(Constants.Base.EXCEPTION, e);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tthis.resourcesStatus[index]=null;\n\t\t\t\t\t\t\tthis.currentSize--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tindex++;\n\t\t\t}\n\t\t}\n\t}", "protected abstract void cleanup() throws Throwable;", "public void toss() {\n\t\t\tif (pool != null) {\n\t\t\t\tpool.creator.destroy(content);\n\t\t\t}\n\t\t\t// Don't allow finalize to put it back in.\n\t\t\tpool = null;\n\t\t}", "@Override\n public void release() {\n\n super.release();\n collection = null;\n labelName = null;\n labelProperty = null;\n name = null;\n property = null;\n style = null;\n styleClass = null;\n\n }", "public void finalize() {\r\n srcImage = null;\r\n destImage = null;\r\n buffer = null;\r\n validBuffer = null;\r\n idealBuffer = null;\r\n objectBuffer = null;\r\n super.finalize();\r\n }", "protected void cleanupOnClose() {\n\t}", "@Override\n public void clean() {\n\n }", "public void cleanUp() {\n if (penv != null) {\n penv.cleanup();\n }\n List<ONDEXGraph> indexed = new LinkedList<ONDEXGraph>();\n Set<String> graphFolders = new HashSet<String>();\n for (Entry<ONDEXGraph, String> ent : indexedGraphs.entrySet()) {\n if (!indeciesToRetain.contains(ent.getValue())) graphFolders.add(new File(ent.getValue()).getParent());\n indexed.add(ent.getKey());\n }\n for (ONDEXGraph graph : indexed) removeIndex(graph, null);\n for (String graphDir : graphFolders) {\n try {\n DirUtils.deleteTree(graphDir);\n } catch (IOException e) {\n }\n }\n }", "public void dispose() {\n\t\tBusinessObject owner = getOwner();\n\t\tif (owner != null) {\n\t\t\t// remove potential owner's pointer to this\n\t\t\towner.removeChild(this);\n\t\t\t// remove pointer to owner\n\t\t\t_ownerProperty().setValue(null);\n\t\t}\n\t\t\n\t\t// free all children {\n\t\tif (children != null) {\n\t\t\tBusinessObject[] array = new BusinessObject[children.size()];\n\t\t\tchildren.values().toArray(array);\n\t\t\tfor (BusinessObject bo : array) {\n\t\t\t\tbo.dispose();\n\t\t\t}\n\t\n\t\t\tchildren.clear();\n\t\t\tchildren = null;\t// not needed anymore\n\t\t}\n\t\t\n\t\t// remove all link records\n\t\tif (childLinks != null) {\n\t\t\tchildLinks.clear();\n\t\t\tchildLinks = null;\t// not needed anymore\n\t\t}\n\t\tif (childLinkedAttributes != null) {\n\t\t\tchildLinkedAttributes.clear();\n\t\t\tchildLinkedAttributes = null;\n\t\t}\n\t\t\n\t\t// stop anyone from listening to this object\n\t\tlisteners.clear();\n\t}", "public void destroy() {\n \t\n }", "@Override\n public void destroy() {\n }", "@Override\n protected void doClose() {\n FileUtil.closeSilent(this.in);\n this.recordFactory = null;\n this.geometryFactory = null;\n this.in = null;\n this.recordDefinition = null;\n this.resource = null;\n }", "public void dispose()\n\t{\n\t\tthis.mDText=null;\n\t\tvisitorFacets.dispose();\n\t\tvisitorMicroSpecies.dispose();\n\t\tvisitorAttributes.dispose();\n\t\tvisitorActions.dispose();\n\t\tvisitorReflexes.dispose();\n\t\tvisitorAspects.dispose();\n\t\tthis.visitorFacets=null;\n\t\tthis.visitorMicroSpecies=null;\n\t\tthis.visitorAttributes=null;\n\t\tthis.visitorActions=null;\n\t\tthis.visitorReflexes=null;\n\t\tthis.visitorAspects=null;\n\t\tthis.experimentsLink=null;\n\t\tthis.speciesLink=null;\n\t}", "public void cleanup() {\n this.index = new TreeMap<String, PostingsList>();\n this.count = 0;\n }", "@SuppressWarnings(\"unused\")\n\t\t\tprivate void dispose() {\n\t\t\t\t\n\t\t\t}", "public void destructor()\n//\n////////////////////////////////////////////////////////////////////////\n{\n // Free up path\n path.unref();\n\n // The SoDetailList destructor deletes all details in the list, so\n // we don't have to do it here\n}", "@BeforeMethod()\n @AfterClass(groups = \"close\")\n public void cleanup()\n throws Exception\n {\n this.cleanup(AbstractTest.CI.DM_PATHTYPE); // as first, so that local attributes of path types are deleted!\n this.cleanup(AbstractTest.CI.PRG_MQL);\n this.cleanup(AbstractTest.CI.DM_ATTRIBUTE);\n this.cleanup(AbstractTest.CI.DM_RELATIONSHIP);\n this.cleanup(AbstractTest.CI.DM_RULE);\n this.cleanup(AbstractTest.CI.DM_TYPE);\n }", "public void destroy() {\r\n\t\tsuper.destroy();\r\n\t\tBirtEngine.destroyBirtEngine();\r\n\t}", "protected abstract void cleanup() throws IOException;", "public void cleanup() {\n try {\n if (processingUnits != null) {\n for (int i = 0; i < processingUnits.length; i++) {\n processingUnits[i].cleanup();\n }\n }\n\n if (dbgCtrlThread != null) {\n dbgCtrlThread.stop();\n }\n\n if (casConsumerPU != null) {\n casConsumerPU.cleanup();\n }\n casConsumerPU = null;\n\n if (collectionReader != null) {\n collectionReader.close();\n }\n collectionReader = null;\n\n if (producer != null) {\n producer.cleanup();\n }\n producer = null;\n producerResult = null;\n\n if (consumerDeployList != null) {\n consumerDeployList.clear();\n }\n consumerDeployList = null;\n\n if (analysisEngines != null) {\n analysisEngines.clear();\n }\n analysisEngines = null;\n\n if (annotatorDeployList != null) {\n annotatorDeployList.clear();\n }\n annotatorDeployList = null;\n\n if (annotatorList != null) {\n annotatorList.clear();\n }\n annotatorList = null;\n\n if (consumerList != null) {\n consumerList.clear();\n }\n consumerList = null;\n\n if (consumers != null) {\n consumers.clear();\n }\n consumers = null;\n\n processingUnits = null;\n processingUnitResults = null;\n casprocessorList = null;\n // this.enProcSt = null;\n stats = null;\n statusCbL = null;\n // this.tcas = null;\n casPool = null;\n // this.restoredProcTr = null;\n checkpointData = null;\n procTr = null;\n cpeFactory = null;\n } catch (Exception e) {\n UIMAFramework.getLogger(this.getClass()).logrb(Level.FINER, this.getClass().getName(),\n \"process\", CPMUtils.CPM_LOG_RESOURCE_BUNDLE, \"UIMA_CPM_exception__FINER\",\n new Object[] { Thread.currentThread().getName(), e.getMessage() });\n\n }\n }", "public void cleanup() {\n if (cleaned) {\n return;\n }\n for (val cleanup : cleanups) {\n cleanup.accept(this);\n }\n clear(true);\n cleanups.clear();\n attributes.clear();\n if (parent != null) {\n parent.remove(this);\n }\n cleaned = true;\n }", "@Override\r\n\t\tpublic void destroy() {\n\t\t\t\r\n\t\t}", "public void clean() {\n\t\tdata = new ServerData();\n\t\tdataSaver.clean();\n\t}", "public synchronized void clearResources()\r\n {\r\n // create a new root, making old tree eligible for GCing\r\n createRootNode();\r\n\r\n // clear all registered objects\r\n unRegisterAll();\r\n }", "public void finalize() {\r\n destImage = null;\r\n srcImage = null;\r\n sliceBuffer = null;\r\n super.finalize();\r\n }", "public void cleanUp() {\r\n\t\tscalerStore.cleanUp();\r\n\t\tv2Store.cleanUp();\r\n\t\tv3Store.cleanUp();\r\n\t\tv4Store.cleanUp();\r\n\t\tvnStore.cleanUp();\r\n\t\tm22Store.cleanUp();\r\n\t\tm23Store.cleanUp();\r\n\t\tm24Store.cleanUp();\r\n\t\tm32Store.cleanUp();\r\n\t\tm33Store.cleanUp();\r\n\t\tm34Store.cleanUp();\r\n\t\tm42Store.cleanUp();\r\n\t\tm43Store.cleanUp();\r\n\t\tm44Store.cleanUp();\r\n\t\tmnnStore.cleanUp();\r\n\t}", "public void finalize() {\r\n destImage = null;\r\n srcImage = null;\r\n super.finalize();\r\n }", "@After\r\n\tpublic void cleanup() {\n\t}", "@Override\r\n\tpublic void destroy() {\n\t\tsuper.destroy();\r\n\t}", "@Override\r\n\tpublic void destroy() {\n\t\tsuper.destroy();\r\n\t}", "@Override\r\n\tpublic void destroy() {\n\t\tsuper.destroy();\r\n\t}", "public void finalize() {\n delete();\n }", "public void finalize() {\n delete();\n }", "public void finalize() {\n delete();\n }" ]
[ "0.74977505", "0.74977505", "0.7358314", "0.73224795", "0.7304218", "0.72641706", "0.72515345", "0.72149724", "0.7200194", "0.7200194", "0.71810114", "0.71636313", "0.71450067", "0.71450067", "0.71450067", "0.71282804", "0.71083605", "0.70452714", "0.7008911", "0.70019114", "0.69376487", "0.69009995", "0.6873201", "0.6873201", "0.6803663", "0.6792725", "0.67818356", "0.6780559", "0.67487717", "0.67487717", "0.67487717", "0.6741373", "0.67153627", "0.6705377", "0.66862595", "0.6655306", "0.66223025", "0.6599195", "0.6585769", "0.6571241", "0.65688145", "0.65684384", "0.6563654", "0.65629035", "0.6557914", "0.6551211", "0.65358365", "0.6526336", "0.6524868", "0.6518025", "0.6510106", "0.6495805", "0.64914054", "0.6479564", "0.647904", "0.6476993", "0.6453106", "0.64511424", "0.6435939", "0.64250183", "0.64250183", "0.64250183", "0.64183486", "0.6404907", "0.6403352", "0.63989365", "0.6393088", "0.6384076", "0.63829106", "0.63815", "0.6379088", "0.6364503", "0.63640016", "0.6363325", "0.6358966", "0.63586575", "0.6348617", "0.6346891", "0.6346043", "0.634236", "0.6341973", "0.6340442", "0.63355875", "0.6324172", "0.63181615", "0.6314467", "0.6312058", "0.6309051", "0.63067436", "0.6304338", "0.62954116", "0.62920797", "0.628675", "0.62862617", "0.62861073", "0.62861073", "0.62861073", "0.6282374", "0.6282374", "0.6282374" ]
0.67629343
28
This method should always be invoked from Worker thread to stride over concurrency issues
private void setState(WFDState s) { Log.d(TAG, "Moving from " + sState + " --> " + s); sState = s; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void workOnQueue() {\n }", "private void concurrencyWrites8() {\n\t\ttry {\n\t\t\tlog.info(\"Starting TrxTableClient5: concurrencyWrites8\");\n\t\t\tlog.info(\"main--put[v1]\");\n\t\t\tlog.info(\"t1-----------beginTrans------------------------------------------put[v2]---abort\");\n\t\t\tlog.info(\"t2-------------------------beginTrans---put[v3]---abort\");\n\t\t\tlog.info(\"main---get[v1]\");\n\t\t\tSsccTableClientUtils.initialize();\n\t\t\tputValue();\n\n\t\t\tfinal P0Trx71 t1 = new P0Trx71();\n\t\t\tfinal P0Trx72 t2 = new P0Trx72();\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt1.doWork();\n\t\t\t\t\tlog.info(\" Trx1 finished\");\n\t\t\t\t\tcdl8.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx1\").start();\n\n\t\t\t// to make sure t2 is later than t1\n\t\t\ttry {\n\t\t\t\tThread.sleep(1000);\n\n\t\t\t} catch (InterruptedException e1) {\n\t\t\t\te1.printStackTrace();\n\t\t\t}\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt2.doWork();\n\t\t\t\t\tlog.info(\" Trx2 finished\");\n\t\t\t\t\tcdl8.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx2\").start();\n\n\t\t\tcdl8.await();\n\n\t\t\tSsccTableClientUtils.testSsccBeginTransaction();\n\t\t\tInteger[] result = SsccTableClientUtils.testSsccGet();\n\t\t\tSsccTableClientUtils.testSsccCommitIfPossible();\n\t\t\tlog.info(\"Finish TrxTableClient5: concurrencyWrites8\");\n\n\t\t\tif (result.length == 1 && result[0] == 1) {\n\t\t\t\tsuccessNum++;\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"SUCCESS\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t} else {\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"FAILURE\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\n public void run() {\n super.run();\n notAtomic.naIncreament();\n }", "public void initialExecutionResourcesExhausted() {\n \n \t\t// if (this.environment.getExecutingThread() != Thread.currentThread()) {\n \t\t// throw new ConcurrentModificationException(\n \t\t// \"initialExecutionResourcesExhausted must be called from the task that executes the user code\");\n \t\t// }\n \n \t\t// Construct a resource utilization snapshot\n \t\tfinal long timestamp = System.currentTimeMillis();\n \t\t// Get CPU-Usertime in percent\n \t\tThreadMXBean threadBean = ManagementFactory.getThreadMXBean();\n \t\tlong userCPU = (threadBean.getCurrentThreadUserTime() / NANO_TO_MILLISECONDS) * 100\n \t\t\t/ (timestamp - this.startTime);\n \n \t\t// collect outputChannelUtilization\n \t\tfinal Map<ChannelID, Long> channelUtilization = new HashMap<ChannelID, Long>();\n \t\tlong totalOutputAmount = 0;\n \t\tfor (int i = 0; i < this.environment.getNumberOfOutputGates(); ++i) {\n \t\t\tfinal OutputGate<? extends Record> outputGate = this.environment.getOutputGate(i);\n \t\t\tfor (int j = 0; j < outputGate.getNumberOfOutputChannels(); ++j) {\n \t\t\t\tfinal AbstractOutputChannel<? extends Record> outputChannel = outputGate.getOutputChannel(j);\n \t\t\t\tchannelUtilization.put(outputChannel.getID(),\n \t\t\t\t\tLong.valueOf(outputChannel.getAmountOfDataTransmitted()));\n \t\t\t\ttotalOutputAmount += outputChannel.getAmountOfDataTransmitted();\n \t\t\t}\n \t\t}\n \t\tlong totalInputAmount = 0;\n \t\tfor (int i = 0; i < this.environment.getNumberOfInputGates(); ++i) {\n \t\t\tfinal InputGate<? extends Record> inputGate = this.environment.getInputGate(i);\n \t\t\tfor (int j = 0; j < inputGate.getNumberOfInputChannels(); ++j) {\n \t\t\t\tfinal AbstractInputChannel<? extends Record> inputChannel = inputGate.getInputChannel(j);\n \t\t\t\tchannelUtilization.put(inputChannel.getID(),\n \t\t\t\t\tLong.valueOf(inputChannel.getAmountOfDataTransmitted()));\n \t\t\t\ttotalInputAmount += inputChannel.getAmountOfDataTransmitted();\n \n \t\t\t}\n \t\t}\n \t\tBoolean force = null;\n \n \t\tif (this.environment.getInvokable().getClass().isAnnotationPresent(Stateful.class)\n \t\t\t&& !this.environment.getInvokable().getClass().isAnnotationPresent(Stateless.class)) {\n \t\t\t// Don't checkpoint statefull tasks\n \t\t\tforce = false;\n \t\t} else {\n \t\t\t// look for a forced decision from the user\n \t\t\tForceCheckpoint forced = this.environment.getInvokable().getClass().getAnnotation(ForceCheckpoint.class);\n \t\t\tif (forced != null) {\n \t\t\t\tforce = forced.checkpoint();\n \t\t\t}\n \t\t}\n \t\tfinal ResourceUtilizationSnapshot rus = new ResourceUtilizationSnapshot(timestamp, channelUtilization, userCPU,\n \t\t\tforce, totalInputAmount, totalOutputAmount);\n \n \t\t// Notify the listener objects\n \t\tfinal Iterator<ExecutionListener> it = this.registeredListeners.iterator();\n \t\twhile (it.hasNext()) {\n \t\t\tit.next().initialExecutionResourcesExhausted(this.environment.getJobID(), this.vertexID, rus);\n \t\t}\n \n \t\t// Finally, propagate event to the job manager\n \t\tthis.taskManager.initialExecutionResourcesExhausted(this.environment.getJobID(), this.vertexID, rus);\n \t}", "private void concurrencyWrites4() {\n\t\ttry {\n\t\t\tlog.info(\"Starting TrxTableClient5: concurrencyWrites4\");\n\t\t\tlog.info(\"main--put[v1]\");\n\t\t\tlog.info(\"t1-----------beginTrans---put[v2]---------------------------abort\");\n\t\t\tlog.info(\"t2-------------------------------------beginTrans---put[v3]----------abort\");\n\t\t\tlog.info(\"main---get[v1]\");\n\t\t\tSsccTableClientUtils.initialize();\n\t\t\tputValue();\n\n\t\t\tfinal P0Trx31 t1 = new P0Trx31();\n\t\t\tfinal P0Trx32 t2 = new P0Trx32();\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt1.doWork();\n\t\t\t\t\tlog.info(\" Trx1 finished\");\n\t\t\t\t\tcdl4.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx1\").start();\n\n\t\t\t// to make sure t2 is later than t1\n\t\t\ttry {\n\t\t\t\tThread.sleep(1000);\n\n\t\t\t} catch (InterruptedException e1) {\n\t\t\t\te1.printStackTrace();\n\t\t\t}\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt2.doWork();\n\t\t\t\t\tlog.info(\" Trx2 finished\");\n\t\t\t\t\tcdl4.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx2\").start();\n\n\t\t\tcdl4.await();\n\n\t\t\tSsccTableClientUtils.testSsccBeginTransaction();\n\t\t\tInteger[] result = SsccTableClientUtils.testSsccGet();\n\t\t\tSsccTableClientUtils.testSsccCommitIfPossible();\n\t\t\tlog.info(\"Finish TrxTableClient5: concurrencyWrites4\");\n\n\t\t\tif (result.length == 1 && result[0] == 1) {\n\t\t\t\tsuccessNum++;\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"SUCCESS\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t} else {\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"FAILURE\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "private void concurrencyWrites2() {\n\t\ttry {\n\t\t\tlog.info(\"Starting TrxTableClient5: concurrencyWrites2\");\n\t\t\tlog.info(\"main--put[v1]\");\n\t\t\tlog.info(\"t1-----------beginTrans---put[v2]---------------------------commit\");\n\t\t\tlog.info(\"t2-------------------------------------beginTrans---put[v3]----------abort\");\n\t\t\tlog.info(\"main---get[v2]\");\n\t\t\tSsccTableClientUtils.initialize();\n\t\t\tputValue();\n\n\t\t\tfinal P0Trx11 t1 = new P0Trx11();\n\t\t\tfinal P0Trx12 t2 = new P0Trx12();\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt1.doWork();\n\t\t\t\t\tlog.info(\" Trx1 finished\");\n\t\t\t\t\tcdl2.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx1\").start();\n\n\t\t\t// to make sure t2 is later than t1\n\t\t\ttry {\n\t\t\t\tThread.sleep(1000);\n\n\t\t\t} catch (InterruptedException e1) {\n\t\t\t\te1.printStackTrace();\n\t\t\t}\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt2.doWork();\n\t\t\t\t\tlog.info(\" Trx2 finished\");\n\t\t\t\t\tcdl2.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx2\").start();\n\n\t\t\tcdl2.await();\n\n\t\t\tSsccTableClientUtils.testSsccBeginTransaction();\n\t\t\tInteger[] result = SsccTableClientUtils.testSsccGet();\n\t\t\tSsccTableClientUtils.testSsccCommitIfPossible();\n\t\t\tlog.info(\"Finish TrxTableClient5: concurrencyWrites2\");\n\n\t\t\tif (result.length == 1 && result[0] == 2) {\n\t\t\t\tsuccessNum++;\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"SUCCESS\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t} else {\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"FAILURE\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\n protected void runOneIteration() throws Exception {\n }", "public void run() {\n /*\n r28 = this;\n r0 = r28\n java.util.concurrent.atomic.AtomicBoolean r0 = r0.isCancelled\n r24 = r0\n boolean r24 = r24.get()\n if (r24 == 0) goto L_0x000d\n L_0x000c:\n return\n L_0x000d:\n r6 = 0\n r17 = 0\n r14 = 0\n java.io.File r9 = new java.io.File // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n r0 = r28\n java.net.URL r0 = r0.url // Catch:{ Exception -> 0x02f2 }\n r25 = r0\n java.lang.String r25 = r25.toString() // Catch:{ Exception -> 0x02f2 }\n java.lang.String r24 = r24.getTempFile(r25) // Catch:{ Exception -> 0x02f2 }\n r0 = r24\n r9.<init>(r0) // Catch:{ Exception -> 0x02f2 }\n boolean r15 = r9.exists() // Catch:{ Exception -> 0x02f2 }\n anetwork.channel.entity.RequestImpl r19 = new anetwork.channel.entity.RequestImpl // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n java.net.URL r0 = r0.url // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n r0 = r19\n r1 = r24\n r0.<init>((java.net.URL) r1) // Catch:{ Exception -> 0x02f2 }\n r24 = 0\n r0 = r19\n r1 = r24\n r0.setRetryTime(r1) // Catch:{ Exception -> 0x02f2 }\n r24 = 1\n r0 = r19\n r1 = r24\n r0.setFollowRedirects(r1) // Catch:{ Exception -> 0x02f2 }\n if (r15 == 0) goto L_0x007e\n java.lang.String r24 = \"Range\"\n java.lang.StringBuilder r25 = new java.lang.StringBuilder // Catch:{ Exception -> 0x02f2 }\n r25.<init>() // Catch:{ Exception -> 0x02f2 }\n java.lang.String r26 = \"bytes=\"\n java.lang.StringBuilder r25 = r25.append(r26) // Catch:{ Exception -> 0x02f2 }\n long r26 = r9.length() // Catch:{ Exception -> 0x02f2 }\n java.lang.StringBuilder r25 = r25.append(r26) // Catch:{ Exception -> 0x02f2 }\n java.lang.String r26 = \"-\"\n java.lang.StringBuilder r25 = r25.append(r26) // Catch:{ Exception -> 0x02f2 }\n java.lang.String r25 = r25.toString() // Catch:{ Exception -> 0x02f2 }\n r0 = r19\n r1 = r24\n r2 = r25\n r0.addHeader(r1, r2) // Catch:{ Exception -> 0x02f2 }\n L_0x007e:\n anetwork.channel.degrade.DegradableNetwork r16 = new anetwork.channel.degrade.DegradableNetwork // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n android.content.Context r24 = r24.context // Catch:{ Exception -> 0x02f2 }\n r0 = r16\n r1 = r24\n r0.<init>(r1) // Catch:{ Exception -> 0x02f2 }\n r24 = 0\n r0 = r16\n r1 = r19\n r2 = r24\n anetwork.channel.aidl.Connection r24 = r0.getConnection(r1, r2) // Catch:{ Exception -> 0x02f2 }\n r0 = r24\n r1 = r28\n r1.conn = r0 // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n anetwork.channel.aidl.Connection r0 = r0.conn // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n int r20 = r24.getStatusCode() // Catch:{ Exception -> 0x02f2 }\n if (r20 <= 0) goto L_0x00c7\n r24 = 200(0xc8, float:2.8E-43)\n r0 = r20\n r1 = r24\n if (r0 == r1) goto L_0x0121\n r24 = 206(0xce, float:2.89E-43)\n r0 = r20\n r1 = r24\n if (r0 == r1) goto L_0x0121\n r24 = 416(0x1a0, float:5.83E-43)\n r0 = r20\n r1 = r24\n if (r0 == r1) goto L_0x0121\n L_0x00c7:\n r24 = -102(0xffffffffffffff9a, float:NaN)\n java.lang.StringBuilder r25 = new java.lang.StringBuilder // Catch:{ Exception -> 0x02f2 }\n r25.<init>() // Catch:{ Exception -> 0x02f2 }\n java.lang.String r26 = \"ResponseCode:\"\n java.lang.StringBuilder r25 = r25.append(r26) // Catch:{ Exception -> 0x02f2 }\n r0 = r25\n r1 = r20\n java.lang.StringBuilder r25 = r0.append(r1) // Catch:{ Exception -> 0x02f2 }\n java.lang.String r25 = r25.toString() // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n r1 = r24\n r2 = r25\n r0.notifyFail(r1, r2) // Catch:{ Exception -> 0x02f2 }\n if (r6 == 0) goto L_0x00ef\n r6.close() // Catch:{ Exception -> 0x0421 }\n L_0x00ef:\n if (r17 == 0) goto L_0x00f4\n r17.close() // Catch:{ Exception -> 0x0424 }\n L_0x00f4:\n if (r14 == 0) goto L_0x00f9\n r14.close() // Catch:{ Exception -> 0x0427 }\n L_0x00f9:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r24 = r0\n android.util.SparseArray r25 = r24.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x011e }\n r24 = r0\n android.util.SparseArray r24 = r24.taskMap // Catch:{ all -> 0x011e }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x011e }\n r26 = r0\n r0 = r24\n r1 = r26\n r0.remove(r1) // Catch:{ all -> 0x011e }\n monitor-exit(r25) // Catch:{ all -> 0x011e }\n goto L_0x000c\n L_0x011e:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x011e }\n throw r24\n L_0x0121:\n if (r15 == 0) goto L_0x0195\n r24 = 416(0x1a0, float:5.83E-43)\n r0 = r20\n r1 = r24\n if (r0 != r1) goto L_0x018c\n r15 = 0\n java.util.List r24 = r19.getHeaders() // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n r1 = r24\n r0.removeRangeHeader(r1) // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n java.util.concurrent.atomic.AtomicBoolean r0 = r0.isCancelled // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n boolean r24 = r24.get() // Catch:{ Exception -> 0x02f2 }\n if (r24 == 0) goto L_0x017a\n if (r6 == 0) goto L_0x0148\n r6.close() // Catch:{ Exception -> 0x042a }\n L_0x0148:\n if (r17 == 0) goto L_0x014d\n r17.close() // Catch:{ Exception -> 0x042d }\n L_0x014d:\n if (r14 == 0) goto L_0x0152\n r14.close() // Catch:{ Exception -> 0x0430 }\n L_0x0152:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r24 = r0\n android.util.SparseArray r25 = r24.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x0177 }\n r24 = r0\n android.util.SparseArray r24 = r24.taskMap // Catch:{ all -> 0x0177 }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x0177 }\n r26 = r0\n r0 = r24\n r1 = r26\n r0.remove(r1) // Catch:{ all -> 0x0177 }\n monitor-exit(r25) // Catch:{ all -> 0x0177 }\n goto L_0x000c\n L_0x0177:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x0177 }\n throw r24\n L_0x017a:\n r24 = 0\n r0 = r16\n r1 = r19\n r2 = r24\n anetwork.channel.aidl.Connection r24 = r0.getConnection(r1, r2) // Catch:{ Exception -> 0x02f2 }\n r0 = r24\n r1 = r28\n r1.conn = r0 // Catch:{ Exception -> 0x02f2 }\n L_0x018c:\n r24 = 200(0xc8, float:2.8E-43)\n r0 = r20\n r1 = r24\n if (r0 != r1) goto L_0x0195\n r15 = 0\n L_0x0195:\n r0 = r28\n java.util.concurrent.atomic.AtomicBoolean r0 = r0.isCancelled // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n boolean r24 = r24.get() // Catch:{ Exception -> 0x02f2 }\n if (r24 == 0) goto L_0x01d8\n if (r6 == 0) goto L_0x01a6\n r6.close() // Catch:{ Exception -> 0x0433 }\n L_0x01a6:\n if (r17 == 0) goto L_0x01ab\n r17.close() // Catch:{ Exception -> 0x0436 }\n L_0x01ab:\n if (r14 == 0) goto L_0x01b0\n r14.close() // Catch:{ Exception -> 0x0439 }\n L_0x01b0:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r24 = r0\n android.util.SparseArray r25 = r24.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x01d5 }\n r24 = r0\n android.util.SparseArray r24 = r24.taskMap // Catch:{ all -> 0x01d5 }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x01d5 }\n r26 = r0\n r0 = r24\n r1 = r26\n r0.remove(r1) // Catch:{ all -> 0x01d5 }\n monitor-exit(r25) // Catch:{ all -> 0x01d5 }\n goto L_0x000c\n L_0x01d5:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x01d5 }\n throw r24\n L_0x01d8:\n r12 = 0\n if (r15 != 0) goto L_0x0250\n java.io.BufferedOutputStream r7 = new java.io.BufferedOutputStream // Catch:{ Exception -> 0x02f2 }\n java.io.FileOutputStream r24 = new java.io.FileOutputStream // Catch:{ Exception -> 0x02f2 }\n r0 = r24\n r0.<init>(r9) // Catch:{ Exception -> 0x02f2 }\n r0 = r24\n r7.<init>(r0) // Catch:{ Exception -> 0x02f2 }\n r6 = r7\n L_0x01eb:\n r0 = r28\n anetwork.channel.aidl.Connection r0 = r0.conn // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n java.util.Map r24 = r24.getConnHeadFields() // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n r1 = r20\n r2 = r24\n long r22 = r0.parseContentLength(r1, r2, r12) // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n anetwork.channel.aidl.Connection r0 = r0.conn // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n anetwork.channel.aidl.ParcelableInputStream r14 = r24.getInputStream() // Catch:{ Exception -> 0x02f2 }\n if (r14 != 0) goto L_0x0279\n r24 = -103(0xffffffffffffff99, float:NaN)\n java.lang.String r25 = \"input stream is null.\"\n r0 = r28\n r1 = r24\n r2 = r25\n r0.notifyFail(r1, r2) // Catch:{ Exception -> 0x02f2 }\n if (r6 == 0) goto L_0x021e\n r6.close() // Catch:{ Exception -> 0x043c }\n L_0x021e:\n if (r17 == 0) goto L_0x0223\n r17.close() // Catch:{ Exception -> 0x043f }\n L_0x0223:\n if (r14 == 0) goto L_0x0228\n r14.close() // Catch:{ Exception -> 0x0442 }\n L_0x0228:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r24 = r0\n android.util.SparseArray r25 = r24.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x024d }\n r24 = r0\n android.util.SparseArray r24 = r24.taskMap // Catch:{ all -> 0x024d }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x024d }\n r26 = r0\n r0 = r24\n r1 = r26\n r0.remove(r1) // Catch:{ all -> 0x024d }\n monitor-exit(r25) // Catch:{ all -> 0x024d }\n goto L_0x000c\n L_0x024d:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x024d }\n throw r24\n L_0x0250:\n java.io.RandomAccessFile r18 = new java.io.RandomAccessFile // Catch:{ Exception -> 0x02f2 }\n java.lang.String r24 = \"rw\"\n r0 = r18\n r1 = r24\n r0.<init>(r9, r1) // Catch:{ Exception -> 0x02f2 }\n long r12 = r18.length() // Catch:{ Exception -> 0x0474, all -> 0x046f }\n r0 = r18\n r0.seek(r12) // Catch:{ Exception -> 0x0474, all -> 0x046f }\n java.io.BufferedOutputStream r7 = new java.io.BufferedOutputStream // Catch:{ Exception -> 0x0474, all -> 0x046f }\n java.nio.channels.FileChannel r24 = r18.getChannel() // Catch:{ Exception -> 0x0474, all -> 0x046f }\n java.io.OutputStream r24 = java.nio.channels.Channels.newOutputStream(r24) // Catch:{ Exception -> 0x0474, all -> 0x046f }\n r0 = r24\n r7.<init>(r0) // Catch:{ Exception -> 0x0474, all -> 0x046f }\n r17 = r18\n r6 = r7\n goto L_0x01eb\n L_0x0279:\n r10 = -1\n r21 = 0\n r24 = 2048(0x800, float:2.87E-42)\n r0 = r24\n byte[] r8 = new byte[r0] // Catch:{ Exception -> 0x02f2 }\n L_0x0282:\n int r10 = r14.read(r8) // Catch:{ Exception -> 0x02f2 }\n r24 = -1\n r0 = r24\n if (r10 == r0) goto L_0x0354\n r0 = r28\n java.util.concurrent.atomic.AtomicBoolean r0 = r0.isCancelled // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n boolean r24 = r24.get() // Catch:{ Exception -> 0x02f2 }\n if (r24 == 0) goto L_0x02d8\n r0 = r28\n anetwork.channel.aidl.Connection r0 = r0.conn // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n r24.cancel() // Catch:{ Exception -> 0x02f2 }\n if (r6 == 0) goto L_0x02a6\n r6.close() // Catch:{ Exception -> 0x0445 }\n L_0x02a6:\n if (r17 == 0) goto L_0x02ab\n r17.close() // Catch:{ Exception -> 0x0448 }\n L_0x02ab:\n if (r14 == 0) goto L_0x02b0\n r14.close() // Catch:{ Exception -> 0x044b }\n L_0x02b0:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r24 = r0\n android.util.SparseArray r25 = r24.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x02d5 }\n r24 = r0\n android.util.SparseArray r24 = r24.taskMap // Catch:{ all -> 0x02d5 }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x02d5 }\n r26 = r0\n r0 = r24\n r1 = r26\n r0.remove(r1) // Catch:{ all -> 0x02d5 }\n monitor-exit(r25) // Catch:{ all -> 0x02d5 }\n goto L_0x000c\n L_0x02d5:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x02d5 }\n throw r24\n L_0x02d8:\n int r21 = r21 + r10\n r24 = 0\n r0 = r24\n r6.write(r8, r0, r10) // Catch:{ Exception -> 0x02f2 }\n r0 = r21\n long r0 = (long) r0 // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n long r24 = r24 + r12\n r0 = r28\n r1 = r24\n r3 = r22\n r0.notifyProgress(r1, r3) // Catch:{ Exception -> 0x02f2 }\n goto L_0x0282\n L_0x02f2:\n r11 = move-exception\n L_0x02f3:\n java.lang.String r24 = \"anet.DownloadManager\"\n java.lang.String r25 = \"file download failed!\"\n r26 = 0\n r27 = 0\n r0 = r27\n java.lang.Object[] r0 = new java.lang.Object[r0] // Catch:{ all -> 0x03ee }\n r27 = r0\n r0 = r24\n r1 = r25\n r2 = r26\n r3 = r27\n anet.channel.util.ALog.e(r0, r1, r2, r11, r3) // Catch:{ all -> 0x03ee }\n r24 = -104(0xffffffffffffff98, float:NaN)\n java.lang.String r25 = r11.toString() // Catch:{ all -> 0x03ee }\n r0 = r28\n r1 = r24\n r2 = r25\n r0.notifyFail(r1, r2) // Catch:{ all -> 0x03ee }\n if (r6 == 0) goto L_0x0322\n r6.close() // Catch:{ Exception -> 0x0460 }\n L_0x0322:\n if (r17 == 0) goto L_0x0327\n r17.close() // Catch:{ Exception -> 0x0463 }\n L_0x0327:\n if (r14 == 0) goto L_0x032c\n r14.close() // Catch:{ Exception -> 0x0466 }\n L_0x032c:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r24 = r0\n android.util.SparseArray r25 = r24.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x0351 }\n r24 = r0\n android.util.SparseArray r24 = r24.taskMap // Catch:{ all -> 0x0351 }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x0351 }\n r26 = r0\n r0 = r24\n r1 = r26\n r0.remove(r1) // Catch:{ all -> 0x0351 }\n monitor-exit(r25) // Catch:{ all -> 0x0351 }\n goto L_0x000c\n L_0x0351:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x0351 }\n throw r24\n L_0x0354:\n r6.flush() // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n java.util.concurrent.atomic.AtomicBoolean r0 = r0.isCancelled // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n boolean r24 = r24.get() // Catch:{ Exception -> 0x02f2 }\n if (r24 == 0) goto L_0x039a\n if (r6 == 0) goto L_0x0368\n r6.close() // Catch:{ Exception -> 0x044e }\n L_0x0368:\n if (r17 == 0) goto L_0x036d\n r17.close() // Catch:{ Exception -> 0x0451 }\n L_0x036d:\n if (r14 == 0) goto L_0x0372\n r14.close() // Catch:{ Exception -> 0x0454 }\n L_0x0372:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r24 = r0\n android.util.SparseArray r25 = r24.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x0397 }\n r24 = r0\n android.util.SparseArray r24 = r24.taskMap // Catch:{ all -> 0x0397 }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x0397 }\n r26 = r0\n r0 = r24\n r1 = r26\n r0.remove(r1) // Catch:{ all -> 0x0397 }\n monitor-exit(r25) // Catch:{ all -> 0x0397 }\n goto L_0x000c\n L_0x0397:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x0397 }\n throw r24\n L_0x039a:\n java.io.File r24 = new java.io.File // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n java.lang.String r0 = r0.filePath // Catch:{ Exception -> 0x02f2 }\n r25 = r0\n r24.<init>(r25) // Catch:{ Exception -> 0x02f2 }\n r0 = r24\n r9.renameTo(r0) // Catch:{ Exception -> 0x02f2 }\n r0 = r28\n java.lang.String r0 = r0.filePath // Catch:{ Exception -> 0x02f2 }\n r24 = r0\n r0 = r28\n r1 = r24\n r0.notifySuccess(r1) // Catch:{ Exception -> 0x02f2 }\n if (r6 == 0) goto L_0x03bc\n r6.close() // Catch:{ Exception -> 0x0457 }\n L_0x03bc:\n if (r17 == 0) goto L_0x03c1\n r17.close() // Catch:{ Exception -> 0x045a }\n L_0x03c1:\n if (r14 == 0) goto L_0x03c6\n r14.close() // Catch:{ Exception -> 0x045d }\n L_0x03c6:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r24 = r0\n android.util.SparseArray r25 = r24.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x03eb }\n r24 = r0\n android.util.SparseArray r24 = r24.taskMap // Catch:{ all -> 0x03eb }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x03eb }\n r26 = r0\n r0 = r24\n r1 = r26\n r0.remove(r1) // Catch:{ all -> 0x03eb }\n monitor-exit(r25) // Catch:{ all -> 0x03eb }\n goto L_0x000c\n L_0x03eb:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x03eb }\n throw r24\n L_0x03ee:\n r24 = move-exception\n L_0x03ef:\n if (r6 == 0) goto L_0x03f4\n r6.close() // Catch:{ Exception -> 0x0469 }\n L_0x03f4:\n if (r17 == 0) goto L_0x03f9\n r17.close() // Catch:{ Exception -> 0x046b }\n L_0x03f9:\n if (r14 == 0) goto L_0x03fe\n r14.close() // Catch:{ Exception -> 0x046d }\n L_0x03fe:\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this\n r25 = r0\n android.util.SparseArray r25 = r25.taskMap\n monitor-enter(r25)\n r0 = r28\n anetwork.channel.download.DownloadManager r0 = anetwork.channel.download.DownloadManager.this // Catch:{ all -> 0x041e }\n r26 = r0\n android.util.SparseArray r26 = r26.taskMap // Catch:{ all -> 0x041e }\n r0 = r28\n int r0 = r0.taskId // Catch:{ all -> 0x041e }\n r27 = r0\n r26.remove(r27) // Catch:{ all -> 0x041e }\n monitor-exit(r25) // Catch:{ all -> 0x041e }\n throw r24\n L_0x041e:\n r24 = move-exception\n monitor-exit(r25) // Catch:{ all -> 0x041e }\n throw r24\n L_0x0421:\n r24 = move-exception\n goto L_0x00ef\n L_0x0424:\n r24 = move-exception\n goto L_0x00f4\n L_0x0427:\n r24 = move-exception\n goto L_0x00f9\n L_0x042a:\n r24 = move-exception\n goto L_0x0148\n L_0x042d:\n r24 = move-exception\n goto L_0x014d\n L_0x0430:\n r24 = move-exception\n goto L_0x0152\n L_0x0433:\n r24 = move-exception\n goto L_0x01a6\n L_0x0436:\n r24 = move-exception\n goto L_0x01ab\n L_0x0439:\n r24 = move-exception\n goto L_0x01b0\n L_0x043c:\n r24 = move-exception\n goto L_0x021e\n L_0x043f:\n r24 = move-exception\n goto L_0x0223\n L_0x0442:\n r24 = move-exception\n goto L_0x0228\n L_0x0445:\n r24 = move-exception\n goto L_0x02a6\n L_0x0448:\n r24 = move-exception\n goto L_0x02ab\n L_0x044b:\n r24 = move-exception\n goto L_0x02b0\n L_0x044e:\n r24 = move-exception\n goto L_0x0368\n L_0x0451:\n r24 = move-exception\n goto L_0x036d\n L_0x0454:\n r24 = move-exception\n goto L_0x0372\n L_0x0457:\n r24 = move-exception\n goto L_0x03bc\n L_0x045a:\n r24 = move-exception\n goto L_0x03c1\n L_0x045d:\n r24 = move-exception\n goto L_0x03c6\n L_0x0460:\n r24 = move-exception\n goto L_0x0322\n L_0x0463:\n r24 = move-exception\n goto L_0x0327\n L_0x0466:\n r24 = move-exception\n goto L_0x032c\n L_0x0469:\n r25 = move-exception\n goto L_0x03f4\n L_0x046b:\n r25 = move-exception\n goto L_0x03f9\n L_0x046d:\n r25 = move-exception\n goto L_0x03fe\n L_0x046f:\n r24 = move-exception\n r17 = r18\n goto L_0x03ef\n L_0x0474:\n r11 = move-exception\n r17 = r18\n goto L_0x02f3\n */\n throw new UnsupportedOperationException(\"Method not decompiled: anetwork.channel.download.DownloadManager.DownloadTask.run():void\");\n }", "@SuppressWarnings(\"unused\")\n\t@Override\n\tpublic void run() {\n\t\tList<LineageCacheEntry> lockedOrLiveEntries = new ArrayList<>();\n\t\tint count = 0;\n\n\t\t// Stop if 1) Evicted the request number of entries, 2) The parallel\n\t\t// CPU instruction is ended, and 3) No non-live entries left in the cache.\n\t\tlong t0 = DMLScript.STATISTICS ? System.nanoTime() : 0;\n\t\t/*while (!LineageGPUCacheEviction.isGPUCacheEmpty())\n\t\t{\n\t\t\tif (LineageCacheConfig.STOPBACKGROUNDEVICTION)\n\t\t\t\t// This logic reduces #evictions if the cpu instructions is so small\n\t\t\t\t// that it ends before the background thread reaches this condition.\n\t\t\t\t// However, this check decreases race conditions.\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tif (numEvicts > 0 && count > numEvicts)\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tLineageCacheEntry le = LineageGPUCacheEviction.pollFirstEntry();\n\t\t\tGPUObject cachedGpuObj = le.getGPUObject();\n\t\t\tGPUObject headGpuObj = cachedGpuObj.lineageCachedChainHead != null\n\t\t\t\t\t? cachedGpuObj.lineageCachedChainHead : cachedGpuObj;\n\t\t\t// Check and continue if any object in the linked list is locked\n\t\t\tboolean lockedOrLive = false;\n\t\t\tGPUObject nextgpuObj = headGpuObj;\n\t\t\twhile (nextgpuObj!= null) {\n\t\t\t\tif (!nextgpuObj.isrmVarPending() || nextgpuObj.isLocked()) // live or locked\n\t\t\t\t\tlockedOrLive = true;\n\t\t\t\tnextgpuObj = nextgpuObj.nextLineageCachedEntry;\n\t\t\t}\n\t\t\tif (lockedOrLive) {\n\t\t\t\tlockedOrLiveEntries.add(le);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// TODO: First remove the gobj chains that don't contain any live and dirty objects.\n\t\t\t//currentAvailableMemory += headGpuObj.getSizeOnDevice();\n\n\t\t\t// Copy from device to host for all live and dirty objects\n\t\t\tboolean copied = false;\n\t\t\tnextgpuObj = headGpuObj;\n\t\t\twhile (nextgpuObj!= null) {\n\t\t\t\t// Keeping isLinCached as True here will save data deletion by copyFromDeviceToHost\n\t\t\t\tif (!nextgpuObj.isrmVarPending() && nextgpuObj.isDirty()) { //live and dirty\n\t\t\t\t\tnextgpuObj.copyFromDeviceToHost(null, true, true);\n\t\t\t\t\tcopied = true;\n\t\t\t\t}\n\t\t\t\tnextgpuObj.setIsLinCached(false);\n\t\t\t\tnextgpuObj = nextgpuObj.nextLineageCachedEntry;\n\t\t\t}\n\n\t\t\t// Copy from device cache to CPU lineage cache if not already copied\n\t\t\tLineageGPUCacheEviction.copyToHostCache(le, null, copied);\n\n\t\t\t// For all the other objects, remove and clear data (only once)\n\t\t\tnextgpuObj = headGpuObj;\n\t\t\tboolean freed = false;\n\t\t\tsynchronized (nextgpuObj.getGPUContext().getMemoryManager().getGPUMatrixMemoryManager().gpuObjects) {\n\t\t\t\twhile (nextgpuObj!= null) {\n\t\t\t\t\t// If not live or live but not dirty\n\t\t\t\t\tif (nextgpuObj.isrmVarPending() || !nextgpuObj.isDirty()) {\n\t\t\t\t\t\tif (!freed) {\n\t\t\t\t\t\t\tnextgpuObj.clearData(null, true);\n\t\t\t\t\t\t\t//FIXME: adding to rmVar cache causes multiple failures due to concurrent\n\t\t\t\t\t\t\t//access to the rmVar cache and other data structures. VariableCP instruction\n\t\t\t\t\t\t\t//and other instruction free memory and add to rmVar cache in parallel to\n\t\t\t\t\t\t\t//the background eviction task, which needs to be synchronized.\n\t\t\t\t\t\t\tfreed = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse\n\t\t\t\t\t\t\tnextgpuObj.clearGPUObject();\n\t\t\t\t\t}\n\t\t\t\t\tnextgpuObj = nextgpuObj.nextLineageCachedEntry;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Clear the GPUOjects chain\n\t\t\tGPUObject currgpuObj = headGpuObj;\n\t\t\twhile (currgpuObj.nextLineageCachedEntry != null) {\n\t\t\t\tnextgpuObj = currgpuObj.nextLineageCachedEntry;\n\t\t\t\tcurrgpuObj.lineageCachedChainHead = null;\n\t\t\t\tcurrgpuObj.nextLineageCachedEntry = null;\n\t\t\t\tnextgpuObj.lineageCachedChainHead = null;\n\t\t\t\tcurrgpuObj = nextgpuObj;\n\t\t\t}\n\n\t\t\t//if(currentAvailableMemory >= size)\n\t\t\t\t// This doesn't guarantee allocation due to fragmented freed memory\n\t\t\t//\tA = cudaMallocNoWarn(tmpA, size, null); \n\t\t\tif (DMLScript.STATISTICS) {\n\t\t\t\tLineageCacheStatistics.incrementGpuAsyncEvicts();\n\t\t\t}\n\t\t\tcount++;\n\t\t}\n\n\t\t// Add the locked entries back to the eviction queue\n\t\tif (!lockedOrLiveEntries.isEmpty())\n\t\t\tLineageGPUCacheEviction.addEntryList(lockedOrLiveEntries);\n\t\t\n\t\tif (DMLScript.STATISTICS) //TODO: dedicated statistics for lineage\n\t\t\tGPUStatistics.cudaEvictTime.add(System.nanoTime() - t0); */\n\t}", "void trySynchronizeHostData(DataBuffer buffer);", "private static void backPressureFix() {\n\t\tFlowable.range(1, 1000000)\n\t\t//below map will run in sequential\n\t\t//since sequential it has to complete whole task then only it can allow consumer to start\n\t\t\t.map(item -> {\n\t\t\t\tSystem.out.println(\"Produced item \"+item +\" using thread \"+Thread.currentThread().getName());\n\t\t\t\treturn item;\n\t\t\t})\n\t\t\t.observeOn(Schedulers.io())\n\t\t\t//.subscribeOn(Schedulers.io())//with this whole pipelein runs in seprate thread paralleley\n\t\t\t//below will run in concurrent\n\t\t\t.subscribe(item ->{\n\t\t\t\t//mimcing slowness\n\t\t\t\tThreadUtil.sleep(300);\n\t\t\t\tSystem.out.println(\"Consumed item \"+item +\" using thread \"+Thread.currentThread().getName());\n\t\t\t})\n\t\t\t\n\t\t\t;\n\t\t\n\t\t//since running in async we need to sleep\n\t\tThreadUtil.sleep(10000000);\n\t\t\t\n\t}", "@Override\n\t\t\tpublic void internalWorked(double work) {\n\t\t\t\t\n\t\t\t}", "public void run() {\n\n do {\n\n ByteBuffer byteBuffer = (ByteBuffer) slist[0];\n slist = (Object[]) slist[1];\n if (0 == bufsize) {\n if (null == slist) {\n buffer = byteBuffer;\n break;//optimization\n }\n linkedList = new LinkedList<ByteBuffer>();\n }\n bufsize += byteBuffer.limit();\n linkedList.addFirst(byteBuffer);\n\n } while (null != slist);\n\n if (null == buffer) {\n buffer = ByteBuffer.allocateDirect(bufsize);\n\n for (ByteBuffer netBuffer : linkedList) {\n buffer.put(netBuffer);\n }\n }\n\n buffer.rewind();\n System.err.println(\"MsgSize: \" + buffer.limit());\n int i = ENDL.length - 1;\n byte b1 = ENDL[i];\n do {\n ByteBuffer b = buffer.slice();\n while (b.hasRemaining() && b.get() != b1);\n b.flip();\n Integer integer = Integer.valueOf(UTF8.decode(b).toString().trim(), 0x10);\n System.err.println(\"RecordSize: \" + integer);\n buffer = ((ByteBuffer) buffer.position(b.limit())).slice();\n ByteBuffer handoff = (ByteBuffer) buffer.slice().limit(integer);\n final String trim = UTF8.decode(handoff).toString().trim();\n // System.err.println(\"RecordId: \" + trim);\n final LinkedHashMap couchChange = CouchDriver.GSON.fromJson(trim, LinkedHashMap.class);\n\n EXECUTOR_SERVICE.submit(getDocUpdateHandler(couchChange));\n buffer.position(handoff.limit() + ENDL.length);\n buffer = buffer.slice();\n } while (buffer.hasRemaining());\n }", "@Override\r\n\tpublic void doConcurrentJob() {\n\t\tthis.vop.interatorTheVector();\r\n\t}", "private void concurrencyWrites1() {\n\t\ttry {\n\t\t\tlog.info(\"Starting TrxTableClient5: concurrencyWrites1\");\n\t\t\tlog.info(\"main--put[v1]\");\n\t\t\tlog.info(\"t1-----------beginTrans---put[v2]---------------------------commit\");\n\t\t\tlog.info(\"t2-------------------------------------beginTrans---put[v3]----------commit\");\n\t\t\tlog.info(\"main---get[v2]\");\n\n\t\t\tSsccTableClientUtils.initialize();\n\t\t\tputValue();\n\n\t\t\tfinal P0Trx01 t1 = new P0Trx01();\n\t\t\tfinal P0Trx02 t2 = new P0Trx02();\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt1.doWork();\n\t\t\t\t\tlog.info(\" Trx1 finished\");\n\t\t\t\t\tcdl.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx1\").start();\n\n\t\t\t// to make sure t2 is later than t1\n\t\t\ttry {\n\t\t\t\tThread.sleep(1000);\n\t\t\t} catch (InterruptedException e1) {\n\t\t\t\te1.printStackTrace();\n\t\t\t}\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt2.doWork();\n\t\t\t\t\tlog.info(\" Trx2 finished\");\n\t\t\t\t\tcdl.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx2\").start();\n\n\t\t\tcdl.await();\n\t\t\tSsccTableClientUtils.testSsccBeginTransaction();\n\t\t\tInteger[] result = SsccTableClientUtils.testSsccGet();\n\t\t\tSsccTableClientUtils.testSsccCommitIfPossible();\n\t\t\tlog.info(\"Finish TrxTableClient5: concurrencyWrites1\");\n\n\t\t\tif (result.length == 1 && result[0] == 2) {\n\t\t\t\tsuccessNum++;\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"SUCCESS\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t} else {\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"FAILURE\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "private void concurrencyWrites3() {\n\t\ttry {\n\t\t\tlog.info(\"Starting TrxTableClient5: concurrencyWrites3\");\n\t\t\tlog.info(\"main--put[v1]\");\n\t\t\tlog.info(\"t1-----------beginTrans---put[v2]---------------------------abort\");\n\t\t\tlog.info(\"t2-------------------------------------beginTrans---put[v3]----------commit\");\n\t\t\tlog.info(\"main---get[v1]\");\n\t\t\tSsccTableClientUtils.initialize();\n\t\t\tputValue();\n\n\t\t\tfinal P0Trx21 t1 = new P0Trx21();\n\t\t\tfinal P0Trx22 t2 = new P0Trx22();\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt1.doWork();\n\t\t\t\t\tlog.info(\" Trx1 finished\");\n\t\t\t\t\tcdl3.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx1\").start();\n\n\t\t\t// to make sure t2 is later than t1\n\t\t\ttry {\n\t\t\t\tThread.sleep(1000);\n\n\t\t\t} catch (InterruptedException e1) {\n\t\t\t\te1.printStackTrace();\n\t\t\t}\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt2.doWork();\n\t\t\t\t\tlog.info(\" Trx2 finished\");\n\t\t\t\t\tcdl3.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx2\").start();\n\n\t\t\tcdl3.await();\n\n\t\t\tSsccTableClientUtils.testSsccBeginTransaction();\n\t\t\tInteger[] result = SsccTableClientUtils.testSsccGet();\n\t\t\tSsccTableClientUtils.testSsccCommitIfPossible();\n\t\t\tlog.info(\"Finish TrxTableClient5: concurrencyWrites3\");\n\n\t\t\tif (result.length == 1 && result[0] == 1) {\n\t\t\t\tsuccessNum++;\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"SUCCESS\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t} else {\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"FAILURE\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void testConcurrency() throws InterruptedException {\n initCache();\n\n final ArrayList<WMSTile> wcos = new ArrayList<WMSTile>();\n final ArrayList<Integer> test = new ArrayList<Integer>();\n final LinkedBlockingQueue<Integer> idxs = new LinkedBlockingQueue<Integer>();\n\n Collection<Callable<Integer>> tasks = new ArrayList<Callable<Integer>>();\n\n for (int i = 0; i < 30000; i++) {\n wcos.add(getDefaultWMSCacheObject(\"q\" + i, 50, true));\n test.add(-1);\n idxs.put(i);\n\n //put and get task\n tasks.add(new Callable<Integer>() {\n\n public Integer call() throws Exception {\n //put\n int i = idxs.take();\n boolean ok = wmsCache.put(wcos.get(i).getQuery(), wcos.get(i).getColourmode(), PointType.POINT_1, wcos.get(i));\n\n //get\n if (ok) {\n WMSTile wco = wmsCache.get(wcos.get(i).getQuery(), wcos.get(i).getColourmode(), PointType.POINT_1);\n if (wco.getCached()) {\n if (compareWMSObjects(wco, wcos.get(i))) {\n test.set(i, 1);\n } else {\n test.set(i, 0);\n }\n }\n }\n return i;\n }\n });\n }\n ExecutorService executorService = Executors.newFixedThreadPool(100);\n executorService.invokeAll(tasks);\n\n //test cache cleaner operated correctly\n assertTrue(wmsCache.getSize() <= wmsCache.getMaxCacheSize());\n\n //test for presence of invalid test comparisons\n int invalid = 0;\n int valid = 0;\n for (int i = 0; i < test.size(); i++) {\n if (test.get(i) == 0) {\n invalid++;\n } else if (test.get(i) == 1) {\n valid++;\n }\n }\n assertTrue(valid > 0);\n assertTrue(invalid == 0);\n }", "void freeze() {\n setState(State.FROZEN); // prevent new puts to this chunk\n while (pendingOps.get() != 0) ;\n }", "@Override\n\t\t\tpublic void worked(int work) {\n\t\t\t\t\n\t\t\t}", "private void concurrencyWrites7() {\n\t\ttry {\n\t\t\tlog.info(\"Starting TrxTableClient5: concurrencyWrites7\");\n\t\t\tlog.info(\"main--put[v1]\");\n\t\t\tlog.info(\"t1-----------beginTrans------------------------------------------put[v2]---commit\");\n\t\t\tlog.info(\"t2-------------------------beginTrans---put[v3]---abort\");\n\t\t\tlog.info(\"main---get[v2]\");\n\t\t\tSsccTableClientUtils.initialize();\n\t\t\tputValue();\n\n\t\t\tfinal P0Trx61 t1 = new P0Trx61();\n\t\t\tfinal P0Trx62 t2 = new P0Trx62();\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt1.doWork();\n\t\t\t\t\tlog.info(\" Trx1 finished\");\n\t\t\t\t\tcdl7.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx1\").start();\n\n\t\t\t// to make sure t2 is later than t1\n\t\t\ttry {\n\t\t\t\tThread.sleep(1000);\n\n\t\t\t} catch (InterruptedException e1) {\n\t\t\t\te1.printStackTrace();\n\t\t\t}\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt2.doWork();\n\t\t\t\t\tlog.info(\" Trx2 finished\");\n\t\t\t\t\tcdl7.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx2\").start();\n\n\t\t\tcdl7.await();\n\n\t\t\tSsccTableClientUtils.testSsccBeginTransaction();\n\t\t\tInteger[] result = SsccTableClientUtils.testSsccGet();\n\t\t\tSsccTableClientUtils.testSsccCommitIfPossible();\n\t\t\tlog.info(\"Finish TrxTableClient5: concurrencyWrites7\");\n\n\t\t\tif (result.length == 1 && result[0] == 2) {\n\t\t\t\tsuccessNum++;\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"SUCCESS\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t} else {\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"FAILURE\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\r\n\t\t\tpublic void run() {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void run() {\n\t\t\t\t\r\n\t\t\t}", "protected void internalRun() {\n work();\n }", "@WorkerThread\n long count();", "@Override\r\n\t\tprotected void run() {\n\t\t\t\r\n\t\t}", "private void run() throws InterruptedException, IOException {\n endpoint.getWcEvents().take();\n\n //process received data\n processRecv();\n\n for (int i=0; i < 1000000; i++) {\n //change data in remote memory\n writeData(i);\n\n //wait for writing remote memory to complete\n endpoint.getWcEvents().take();\n }\n System.out.println(\"ClientWrite::finished!\");\n }", "@Override\n\tpublic boolean allowMultithreading()\n\t{\n\t\treturn true;\n\t}", "private static void backPressureChallenge() {\n\t\tObservable.range(1, 1000000)\n\t\t//below map will run in sequential\n\t\t//since sequential it has to complete whole task then only it can allow consumer to start\n\t\t\t.map(item -> {\n\t\t\t\tSystem.out.println(\"Produced item \"+item +\" using thread \"+Thread.currentThread().getName());\n\t\t\t\treturn item;\n\t\t\t})\n\t\t\t.observeOn(Schedulers.io())\n\t\t\t//.subscribeOn(Schedulers.io())//with this whole pipelein runs in seprate thread paralleley\n\t\t\t//below will run in concurrent\n\t\t\t.subscribe(item ->{\n\t\t\t\t//mimcing slowness\n\t\t\t\tThreadUtil.sleep(300);\n\t\t\t\tSystem.out.println(\"Consumed item \"+item +\" using thread \"+Thread.currentThread().getName());\n\t\t\t})\n\t\t\t\n\t\t\t;\n\t\t\n\t\t//since running in async we need to sleep\n\t\tThreadUtil.sleep(10000000);\n\t}", "private void execute0()\n {\n if (logger.isDebugEnabled())\n {\n debugLogCompactingMessage(taskId);\n }\n\n long lastCheckObsoletion = startNanos;\n double compressionRatio = scanners.getCompressionRatio();\n if (compressionRatio == MetadataCollector.NO_COMPRESSION_RATIO)\n compressionRatio = 1.0;\n\n long lastBytesScanned = 0;\n\n if (!controller.cfs.getCompactionStrategyContainer().isActive())\n throw new CompactionInterruptedException(op.getProgress());\n\n estimatedKeys = writer.estimatedKeys();\n while (compactionIterator.hasNext())\n {\n if (op.isStopRequested())\n throw new CompactionInterruptedException(op.getProgress());\n\n UnfilteredRowIterator partition = compactionIterator.next();\n if (writer.append(partition))\n totalKeysWritten++;\n\n long bytesScanned = scanners.getTotalBytesScanned();\n\n // Rate limit the scanners, and account for compression\n if (compactionRateLimiterAcquire(limiter, bytesScanned, lastBytesScanned, compressionRatio))\n lastBytesScanned = bytesScanned;\n\n long now = System.nanoTime();\n if (now - lastCheckObsoletion > TimeUnit.MINUTES.toNanos(1L))\n {\n controller.maybeRefreshOverlaps();\n lastCheckObsoletion = now;\n }\n }\n\n // point of no return\n newSStables = writer.finish();\n\n\n completed = true;\n }", "worker(long workOn) {\n this.workOn = workOn;\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n\t\t\tpublic void run() {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void run() {\n\t\t\t\t\n\t\t\t}", "public void run (){\n String currThrdId = new String (\"\");\n try {\n stats.getAndAdd(ConcurrentTest.cb.getNumberWaiting());\n currThrdId = new Long(Thread.currentThread().getId()).toString(); \n tArray.add(currThrdId);\n ConcurrentTest.cb.await(); \n } catch (InterruptedException e) {\n ConcurrentTest.log.add(\"Failed to wait all starting threads, stage 1!\");\n ConcurrentTest.failed = true;\n } catch (BrokenBarrierException e) {\n ConcurrentTest.log.add(\"Failed to wait all starting threads, stage 1!\");\n ConcurrentTest.failed = true;\n }\n \n if (ConcurrentTest.cb.isBroken()){\n ConcurrentTest.log.add(\"Failed to wait all starting threads!\");\n ConcurrentTest.failed = true;\n }\n \n // The task for thread: try to find its name for 100 exchange operations\n int counter = rm.nextInt(300)+100;\n try {\n Thread.sleep(rm.nextInt(100)+1);\n } catch (InterruptedException e1) {\n ConcurrentTest.failed = true;\n }\n String thrdId = tArray.remove(0); \n while (counter > 0){\n if (thrdId == currThrdId){\n break;\n }\n try {\n thrdId = exch.exchange(thrdId, rm.nextInt(100)+1, TimeUnit.MILLISECONDS);\n } catch (InterruptedException e) {\n ConcurrentTest.failed = true;\n } catch (TimeoutException e) {\n // Expected\n }\n counter--;\n }\n //System.out.println(counter);\n\n try {\n stats.getAndAdd(ConcurrentTest.cb.getNumberWaiting());\n ConcurrentTest.cb.await();\n } catch (InterruptedException e) {\n ConcurrentTest.log.add(\"Failed to wait all starting threads, stage 1!\");\n ConcurrentTest.failed = true;\n } catch (BrokenBarrierException e) {\n ConcurrentTest.log.add(\"Failed to wait all starting threads, stage 1!\");\n ConcurrentTest.failed = true;\n }\n\n // Stage 2: test PriorityBlockingQueue \n //devide threads to sending and receiving\n // to thread: Who are you - sender or receiver?\n counter = rm.nextInt(100);\n int threadChoice = rm.nextInt(2);\n if (threadChoice == 0){\n while (counter > 0){\n //emit into queue\n String toQue = \"Que_\" + new Long(Thread.currentThread().getId()).toString() + \"_\" + rm.nextInt(100);\n if (counter == 50){\n // process one exception\n toQue = null;\n }\n try{\n bQue.put(toQue);\n }catch(NullPointerException e){\n // Expected\n }\n counter--;\n //System.out.println(\"Emmited \" + counter);\n }\n } else{\n while (counter > 0){\n //read from queue\n try {\n bQue.poll(rm.nextInt(100)+1, TimeUnit.MILLISECONDS);\n } catch (InterruptedException e) {\n ConcurrentTest.failed = true;\n }\n counter--;\n //System.out.println(\"Read \" + counter);\n }\n }\n \n try {\n stats.getAndAdd(ConcurrentTest.cb.getNumberWaiting());\n ConcurrentTest.cb.await();\n } catch (InterruptedException e) {\n ConcurrentTest.log.add(\"Failed to wait all starting threads, stage 2!\");\n ConcurrentTest.failed = true;\n } catch (BrokenBarrierException e) {\n ConcurrentTest.log.add(\"Failed to wait all starting threads, stage 2!\");\n ConcurrentTest.failed = true;\n }\n\n // Stage 3: test Semaphore \n // limit Semathor with 1/3 of number of threads\n // replaced doing something with rundomized time thread sleep\n // sm is located in ConcurrentTest bacause we need to initialize it\n // with 1/3 number of threads\n counter = 1000;\n while (counter > 0){\n try {\n stats.getAndAdd(ConcurrentTest.sm.availablePermits());\n ConcurrentTest.sm.acquire();\n //System.out.println(\"in\");\n } catch (InterruptedException e) {\n ConcurrentTest.log.add(\"Some thread is interrupted, stage 3!\");\n ConcurrentTest.failed = true;\n }\n \n try {\n Thread.currentThread().sleep(rm.nextInt(5)+1);\n } catch (InterruptedException e) {\n ConcurrentTest.log.add(\"Some thread is interrupted, stage 3!\");\n //ConcurrentTest.failed = true;\n }\n \n stats.getAndAdd(ConcurrentTest.sm.getQueueLength());\n ConcurrentTest.sm.release();\n //System.out.println(\"out\");\n counter--; \n }\n\n // final actions\n if (ConcurrentTest.cb.isBroken()){\n ConcurrentTest.log.add(\"Failed to wait all starting threads, final!\");\n ConcurrentTest.failed = true;\n }\n \n ConcurrentTest.cb.reset();\n }", "@Override\n\t\tpublic void run() {\n\t\t\twhile(!board.hasConverged()){\n\t\t\t\tfor(int x=0; x<board.getMaxX();x++)\n\t\t\t\t\tfor(int y=0; y<board.getMaxY();y++)\n\t\t\t\t\t\tboard.setNewValue(x,y,computeValue(x,y));\n\t\t\t\ttry{\n\t\t\t\t\tbarrier.await();//每次调用 await() 都将返回能到达屏障处的线程的索引\n\t\t\t\t}catch(InterruptedException ex){\n\t\t\t\t\treturn;\n\t\t\t\t}catch (BrokenBarrierException ex){\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}", "private void m44333c() throws Throwable {\n this.f30623o = C7189b.m43117l().submit(this.f30625q);\n }", "public void run() {\n try {\n PSTableGroup.registerThread();\n //get tables\n ClientTable tableL = PSTableGroup.getTableOrDie(0);\n ClientTable tableR = PSTableGroup.getTableOrDie(1);\n ClientTable tableLoss = PSTableGroup.getTableOrDie(2);\n // Initialize MF solver\n int totalNumWorkers = getTotalNumWorker();\n int globalWorkerId = getGlobalWorkerId(localThreadId);\n\n initMF(tableL, tableR);\n PSTableGroup.globalBarrier();\n long start = System.currentTimeMillis();\n //run mf solver\n for(int iter = 0; iter < numIterations; iter++) {\n if(globalWorkerId == 0) {\n System.out.println(\"Iteration \" + String.valueOf(iter + 1) + \"/\" + String.valueOf(numIterations));\n }\n //clear loss function table\n DenseRow lossRow = (DenseRow)tableLoss.get(0);\n tableLoss.inc(0, globalWorkerId, - lossRow.get(globalWorkerId));\n // Divide matrix elements across workers, and perform SGD\n double stepSize = initStepSize * Math.pow(stepSizeOffset + iter, - stepSizePow);\n\n MatrixLoader.Element ele = dataMatrix.getNextEl(globalWorkerId);\n while(ele.isLastEl == false) {\n sgdElement(ele.row, ele.col, ele.value, stepSize, globalWorkerId, tableL, tableR, tableLoss);\n ele = dataMatrix.getNextEl(globalWorkerId);\n }\n //output loss function\n if(globalWorkerId == 0) {\n lossRow = (DenseRow)tableLoss.threadGet(0);\n double loss = 0;\n for(int t = 0; t < totalNumWorkers; t++) {\n loss += lossRow.get(t);\n }\n System.out.println(\"loss function = \" + String.valueOf(loss));\n }\n PSTableGroup.clock();\n }\n long end = System.currentTimeMillis();\n if(globalWorkerId == 0) {\n System.out.println(\"Total time is \" + String.valueOf((end - start) / 1000f));\n }\n // Let stale values finish propagating (performs staleness+1 clock()s)\n PSTableGroup.globalBarrier();\n PSTableGroup.deregisterThread();\n\n } catch (BrokenBarrierException e) {\n e.printStackTrace();\n } catch (InterruptedException e) {\n e.printStackTrace();\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "private void concurrencyWrites6() {\n\t\ttry {\n\t\t\tlog.info(\"Starting TrxTableClient5: concurrencyWrites6\");\n\t\t\tlog.info(\"main--put[v1]\");\n\t\t\tlog.info(\"t1-----------beginTrans------------------------------------------put[v2]---abort\");\n\t\t\tlog.info(\"t2-------------------------beginTrans---put[v3]---commit\");\n\t\t\tlog.info(\"main---get[v3]\");\n\n\t\t\tSsccTableClientUtils.initialize();\n\t\t\tputValue();\n\n\t\t\tfinal P0Trx51 t1 = new P0Trx51();\n\t\t\tfinal P0Trx52 t2 = new P0Trx52();\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt1.doWork();\n\t\t\t\t\tlog.info(\" Trx1 finished\");\n\t\t\t\t\tcdl6.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx1\").start();\n\n\t\t\t// to make sure t2 is later than t1\n\t\t\ttry {\n\t\t\t\tThread.sleep(1000);\n\n\t\t\t} catch (InterruptedException e1) {\n\t\t\t\te1.printStackTrace();\n\t\t\t}\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt2.doWork();\n\t\t\t\t\tlog.info(\" Trx2 finished\");\n\t\t\t\t\tcdl6.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx2\").start();\n\n\t\t\tcdl6.await();\n\n\t\t\tSsccTableClientUtils.testSsccBeginTransaction();\n\t\t\tInteger[] result = SsccTableClientUtils.testSsccGet();\n\t\t\tSsccTableClientUtils.testSsccCommitIfPossible();\n\t\t\tlog.info(\"Finish TrxTableClient5: concurrencyWrites6\");\n\n\t\t\tif (result.length == 1 && result[0] == 3) {\n\t\t\t\tsuccessNum++;\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"SUCCESS\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t} else {\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"FAILURE\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\n\t\t\tpublic void run() {\n\n\t\t\t}", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Test\r\n\tpublic void testConcurentUpdate() throws InterruptedException, ExecutionException{\r\n\t\tfinal Annotations annos = new Annotations();\r\n\t\t// Apply these annos to this node.\r\n\t\tannos.setId(KeyFactory.keyToString(node.getId()));\r\n\t\tannos.addAnnotation(\"stringKey\", \"String\");\r\n\t\t\r\n\t\tLoopingAnnotaionsWoker workerOne = new LoopingAnnotaionsWoker(dboAnnotationsDao, 10, annos);\r\n\t\tLoopingAnnotaionsWoker workerTwo = new LoopingAnnotaionsWoker(dboAnnotationsDao, 10, annos);\r\n\t\t// Start both workers\r\n\t\tExecutorService pool = Executors.newFixedThreadPool(2);\r\n\t\tFuture<Boolean> furtureOne = pool.submit(workerOne);\r\n\t\tFuture<Boolean> furtureTwo = pool.submit(workerTwo);\r\n\t\t// Wait for the threads to finish.\r\n\r\n\t\tassertTrue(furtureOne.get());\r\n\t\tassertTrue(furtureTwo.get());\r\n\r\n\t\t// There should be no duplication.\r\n\t\tAnnotations clone = dboAnnotationsDao.getAnnotations(node.getId());\r\n\t\t// There should be no duplication.\r\n\t\tassertNotNull(clone);\r\n\t\tCollection list = clone.getAllValues(\"stringKey\");\r\n\t\tassertNotNull(list);\r\n\t\tassertEquals(\"There should only be one value for this annotations. That means multiple threads caused duplication!\", 1, list.size());\r\n\t\tassertEquals(\"String\", list.iterator().next() );\r\n\t}", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "private void forkQueueProcessor() {\n if (lifecycle.started() == false) {\n drainQueueOnRejection(new FailedToCommitClusterStateException(\"node closed\", getRejectionException()));\n return;\n }\n\n assert totalQueueSize.get() > 0;\n final var threadContext = threadPool.getThreadContext();\n try (var ignored = threadContext.stashContext()) {\n threadContext.markAsSystemContext();\n threadPoolExecutor.execute(queuesProcessor);\n }\n }", "@Override\n protected void compute() {\n\n if(this.workLoad > 16){\n System.out.println(\"Splitting Workload :: \"+this.workLoad);\n List<MyRecursiveAction> subTasks = new ArrayList<>();\n subTasks.addAll(createSubTasks());\n\n subTasks.forEach(tasks -> {\n tasks.fork();\n });\n }else{\n System.out.println(\"Doing Workload myself :: \"+this.workLoad);\n }\n }", "@Test\n public void runOutOfOrderConcurrencyTest() {\n ExecutorService tp = Executors.newFixedThreadPool(20);\n List<Throwable> errors = TestHelper.trackPluginErrors();\n try {\n SerializedObserverTest.TestConcurrencySubscriber tw = new SerializedObserverTest.TestConcurrencySubscriber();\n // we need Synchronized + SafeObserver to handle synchronization plus life-cycle\n Observer<String> w = serializedObserver(new SafeObserver<String>(tw));\n Future<?> f1 = tp.submit(new SerializedObserverTest.OnNextThread(w, 12000));\n Future<?> f2 = tp.submit(new SerializedObserverTest.OnNextThread(w, 5000));\n Future<?> f3 = tp.submit(new SerializedObserverTest.OnNextThread(w, 75000));\n Future<?> f4 = tp.submit(new SerializedObserverTest.OnNextThread(w, 13500));\n Future<?> f5 = tp.submit(new SerializedObserverTest.OnNextThread(w, 22000));\n Future<?> f6 = tp.submit(new SerializedObserverTest.OnNextThread(w, 15000));\n Future<?> f7 = tp.submit(new SerializedObserverTest.OnNextThread(w, 7500));\n Future<?> f8 = tp.submit(new SerializedObserverTest.OnNextThread(w, 23500));\n Future<?> f10 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onComplete, f1, f2, f3, f4));\n try {\n Thread.sleep(1);\n } catch (InterruptedException e) {\n // ignore\n }\n Future<?> f11 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onComplete, f4, f6, f7));\n Future<?> f12 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onComplete, f4, f6, f7));\n Future<?> f13 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onComplete, f4, f6, f7));\n Future<?> f14 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onComplete, f4, f6, f7));\n // // the next 4 onError events should wait on same as f10\n Future<?> f15 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onError, f1, f2, f3, f4));\n Future<?> f16 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onError, f1, f2, f3, f4));\n Future<?> f17 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onError, f1, f2, f3, f4));\n Future<?> f18 = tp.submit(new SerializedObserverTest.CompletionThread(w, SerializedObserverTest.TestConcurrencySubscriberEvent.onError, f1, f2, f3, f4));\n SerializedObserverTest.waitOnThreads(f1, f2, f3, f4, f5, f6, f7, f8, f10, f11, f12, f13, f14, f15, f16, f17, f18);\n @SuppressWarnings(\"unused\")\n int numNextEvents = tw.assertEvents(null);// no check of type since we don't want to test barging results here, just interleaving behavior\n\n // System.out.println(\"Number of events executed: \" + numNextEvents);\n for (int i = 0; i < (errors.size()); i++) {\n TestHelper.assertUndeliverable(errors, i, RuntimeException.class);\n }\n } catch (Throwable e) {\n Assert.fail((\"Concurrency test failed: \" + (e.getMessage())));\n e.printStackTrace();\n } finally {\n tp.shutdown();\n try {\n tp.awaitTermination(5000, TimeUnit.MILLISECONDS);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n RxJavaPlugins.reset();\n }\n }", "@Override\n public void run() {\n }", "@Override\n public void run() {\n }", "@Override\r\n\tpublic void internalWorked(double work) {\n\r\n\t}", "@Override\n public void run() {\n int instanceId = getContext().getInstanceId();\n if (!config.getTables().isEmpty() && !tableAssignments.containsKey(instanceId)) {\n LOG.warn(\"Instance {} was not assigned any tables when the pipeline was created and will be shut down.\",\n instanceId);\n return;\n }\n\n try {\n if (offset.get().isEmpty()) {\n deltaContext.setOK();\n }\n startFromLastCommit();\n } catch (RuntimeException e) {\n throw e;\n } catch (Exception e) {\n // if this fails at the start of the run, fail the entire run as it probably means there is something\n // wrong with the configuration or environment\n throw new RuntimeException(e.getMessage(), e);\n }\n\n AtomicReference<Throwable> error = new AtomicReference<>();\n // in most circumstances, the worker is stopped, which causes eventQueue.take() to be interrupted and break out\n // of the loop. However, it is also possible for the worker to be stopped before it gets here, in which case it\n // should just end immediately.\n while (!shouldStop.get()) {\n\n // create the retry policy for handling exceptions thrown from calls to applyEvent()\n // the worker will retry up to the configured maximum amount of time.\n // On each failed attempt, offset will be rolled back to the last commit, and any in-memory state\n // related to metrics and queued change events will be cleared away.\n RetryPolicy<Object> retryPolicy = new RetryPolicy<>()\n // max attempts defaults to 3 if it is not set. Set this to max value so that retries\n // are dictated by duration and not attempts\n .withMaxAttempts(Integer.MAX_VALUE)\n .withMaxDuration(Duration.of(maxRetrySeconds, ChronoUnit.SECONDS))\n .withDelay(retryDelaySeconds == 0 ? Duration.of(1, ChronoUnit.MILLIS) :\n Duration.of(retryDelaySeconds, ChronoUnit.SECONDS))\n // For some reason, Failsafe treats\n // .abortIf((result, throwable)\n // differently than\n // .abortIf(o -> shouldStop.get())\n // the latter Predicate gets turned into a BiPredicate that returns false whenever result is null,\n // which is always null in this code. In other words, it will never abort\n .abortIf((result, throwable) -> shouldStop.get())\n .onFailedAttempt(failureContext -> {\n Throwable failure = failureContext.getLastFailure();\n error.set(failure);\n if (failure instanceof DeltaFailureException) {\n LOG.warn(\"Encountered an error that cannot be retried. Failing the pipeline...\", failure);\n shouldStop.set(true);\n }\n\n // can be set if the failure is a DeltaFailure, or if the worker was stopped\n if (shouldStop.get()) {\n return;\n }\n\n LOG.warn(\"Encountered an error. Events will be replayed from the last successful commit.\", failure);\n // if there was an error applying the event, stop the current reader and consumer\n // and restart from the last commit. We cannot just retry applying the single event because that would force\n // targets to persist their changes before they can return from applyDML or applyDDL.\n // For example, a consumer may want to stream events to the file system as they get them, and periodically\n // load batches of 100 events into the target storage system. If there is an error writing to the file system\n // for event 50, there is no way for the consumer to rewind and write events 1-49 again.\n try {\n LOG.info(\"Stopping Event Reader...\");\n eventReader.stop();\n LOG.info(\"Stopped Event Reader.\");\n } catch (InterruptedException ex) {\n // if stopping is interrupted, it means the worker is shutting down.\n // in this scenario, we want to break out of the retry loop instead\n // of trying to reset the state and keep reading\n shouldStop.set(true);\n } catch (Exception ex) {\n // if we couldn't stop the reader, bail out.\n LOG.error(\"Unable to stop event reader. The replicator will be stopped.\", ex);\n shouldStop.set(true);\n }\n\n try {\n LOG.info(\"Stopping Event Consumer...\");\n eventConsumer.stop();\n LOG.info(\"Stopped Event Consumer.\");\n } catch (InterruptedException ex) {\n // if stopping is interrupted, it means the worker is shutting down.\n // in this scenario, we want to break out of the retry loop instead\n // of trying to reset the state and keep reading\n shouldStop.set(true);\n } catch (Exception ex) {\n // if we couldn't stop the consumer, bail out.\n LOG.error(\"Unable to stop event consumer. The replicator will be stopped.\", ex);\n shouldStop.set(true);\n }\n\n if (shouldStop.get()) {\n return;\n }\n\n // If startFromLastCommit fails here, it is likely a recoverable issue, since a successful call was\n // already performed. So in this scenario, retry for some time limit before failing.\n // this can fail, for example, if the offset store is unavailable due to a temporary outage.\n Failsafe.with(new RetryPolicy<>()\n .withBackoff(1, 120, ChronoUnit.SECONDS)\n .withMaxAttempts(Integer.MAX_VALUE)\n .withMaxDuration(Duration.of(60, ChronoUnit.MINUTES))\n .onFailedAttempt(e1 -> {\n // if it's the first failed attempt, or we have retried for longer than a minute,\n // log the fact that we are failing to start from the last commit\n if (e1.getAttemptCount() == 1 ||\n Duration.of(1, ChronoUnit.MINUTES).minus(e1.getElapsedTime()).isNegative()) {\n LOG.warn(\"Unable to reset state to the latest commit point.\", e1.getLastFailure());\n }\n }))\n .run(this::startFromLastCommit);\n })\n .onRetriesExceeded(failureContext -> {\n long secondsElapsed = failureContext.getElapsedTime().get(ChronoUnit.SECONDS);\n if (secondsElapsed < 60) {\n LOG.error(\"Failures have been ongoing for {} seconds. Failing the program.\", secondsElapsed);\n } else {\n LOG.error(\"Failures have been ongoing for {} minutes. Failing the program.\",\n failureContext.getElapsedTime().get(ChronoUnit.MINUTES));\n }\n });\n\n // take change events emitted by the source and tell the target to apply them, one by one.\n Failsafe.with(retryPolicy).run(() -> {\n Sequenced<? extends ChangeEvent> event;\n try {\n // set a 1 second limit on waiting for a new change event to allow the worker to\n // respond to a stop() call and break out of the run loop.\n event = eventQueue.poll(1, TimeUnit.SECONDS);\n } catch (InterruptedException e) {\n // happens if the worker is killed. Break out of the run loop and let it end.\n shouldStop.set(true);\n return;\n }\n\n try {\n deltaContext.throwFailureIfExists();\n } catch (Exception e) {\n throw e;\n } catch (Throwable throwable) {\n // if the failure wasn't an exception, fail right away since it should be some sort of\n // code issue and not something that can succeed on retry\n throw new DeltaFailureException(throwable.getMessage(), throwable);\n }\n\n // this is checked in case the worker was stopped in the middle of the eventQueue.poll() call\n if (shouldStop.get()) {\n return;\n }\n\n // this happens if the source hasn't emitted anything within the last second\n if (event == null) {\n return;\n }\n\n applyEvent(event);\n error.set(null);\n });\n }\n\n // if there was an error, throw it so that the program state goes to FAILED and not KILLED\n // to distinguish between pipelines that failed and pipelines that were stopped.\n if (error.get() != null) {\n throw new RuntimeException(error.get());\n }\n\n }", "@Override\r\n\tpublic void worked(int work) {\n\t}", "protected void runBeforeIteration() {}", "@Override\n @SuppressWarnings(\"unchecked\")\n protected void customSync() {\n Exchanger<Void>[] exchangers = (Exchanger<Void>[]) new Exchanger<?>[PRODUCERS_COUNT];\n\n for (int i = 0; i < PRODUCERS_COUNT; i++) {\n exchangers[i] = new Exchanger<>();\n new Producer(params.dataResults, params.postResult, exchangers[i]).start();\n }\n\n new Consumer(params.postFinish, exchangers).start();\n }", "public void run()\n\t{\n\t\tthis.partition();\n\t}", "public void doInWorkerThread_2() {\n doInWorkerThread();\n }", "protected void run() {\r\n\t\t//\r\n\t}", "@Override\n\tpublic Void call() throws Exception {\n\t\tList<Integer> list=new ArrayList<>(THRESHOLD);\n\t\tfor(int i=0;i<iterations;i++) {\n\t\t\tlist.add(ThreadLocalRandom.current().nextInt());\n\t\t\tif(list.size() == THRESHOLD) {\n\t\t\t\t//To avoid contention at queue level sending data in chunks.\n\t\t\t\tqueue.put(list);\n\t\t\t\tlist = new ArrayList<>(THRESHOLD);\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}", "@Override\n\t\tpublic void run() {\n\t\t\tArrayBlockingQueue<ByteBuffer> cachedBuffers = null;\n\t\t\tScheduledFuture<?> futureP = null;\n\t\t\tScheduledFuture<?> futureA = null;\n\t\t\tScheduledFuture<?> futureB = null;\n\t\t\ttry {\n\t\t\t\tScheduledThreadPoolExecutor executor = new ScheduledThreadPoolExecutor(1, new ThreadFactory() {\n\t\t\t\t\t@Override\n\t\t\t\t\tpublic Thread newThread(@Nonnull Runnable r) {\n\t\t\t\t\t\tThread t = new Thread(THREAD_GROUP, r);\n\t\t\t\t\t\tt.setDaemon(true);\n\t\t\t\t\t\treturn t;\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\tByteBuffer b = ByteBuffer.wrap(genId);\n\t\t\t\tb.putInt(workerId);\n\t\t\t\tb.putLong(Long.reverse(System.nanoTime()) ^ System.currentTimeMillis());\n\t\t\t\tb.putInt(ThreadLocalFixedSeedRandom.current().nextInt());\n\t\t\t\tb.flip();\n\t\t\t\tb.get(genId);\n\n\t\t\t\t// tasks should be removed if the future is canceled\n\t\t\t\texecutor.setRemoveOnCancelPolicy(true);\n\n\t\t\t\t// make sure shutdown removes all pending tasks\n\t\t\t\texecutor.setContinueExistingPeriodicTasksAfterShutdownPolicy(false);\n\t\t\t\texecutor.setExecuteExistingDelayedTasksAfterShutdownPolicy(false);\n\n\t\t\t\tcachedBuffers = new ArrayBlockingQueue<>(CACHED_BUFFERS);\n\t\t\t\tfor (int i = 0; i < CACHED_BUFFERS; i++) {\n\t\t\t\t\tByteBuffer buff = ByteBuffer.allocate(BUFFER_SIZE);\n\t\t\t\t\tif (rustMode) {\n\t\t\t\t\t\tbuff.order(ByteOrder.LITTLE_ENDIAN);\n\t\t\t\t\t}\n\t\t\t\t\tcachedBuffers.add(buff);\n\t\t\t\t}\n\n\t\t\t\tint personSize = personsGenerator.itemSize();\n\t\t\t\tint auctionSize = auctionsGenerator.itemSize();\n\t\t\t\tint bidSize = bidGenerator.itemSize();\n\n\t\t\t\tlong ratio = targetPartitionSize / TOTAL_EVENT_RATIO;\n\t\t\t\tlong personsToGenerate = (PERSON_EVENT_RATIO * ratio) / personSize;\n\t\t\t\tlong auctionsToGenerate = (AUCTION_EVENT_RATIO * ratio) / auctionSize;\n\t\t\t\tlong bidsToGenerate = (BID_EVENT_RATIO * ratio) / auctionSize;\n\t\t\t\tlong recordsToGenerate = personsToGenerate + auctionsToGenerate + bidsToGenerate;\n\n\t\t\t\tint itemsPerBufferPerson = (BUFFER_SIZE - METADATA_SIZE) / personSize;\n\t\t\t\tint itemsPerBufferAuction = (BUFFER_SIZE - METADATA_SIZE) / auctionSize;\n\t\t\t\tint itemsPerBufferBid = (BUFFER_SIZE - METADATA_SIZE) / bidSize;\n\n\t\t\t\tAtomicLong sharedCounterPerson = new AtomicLong();\n\t\t\t\tAtomicLong sharedCounterAuction = new AtomicLong();\n\t\t\t\tAtomicLong sharedCounterBid = new AtomicLong();\n\n\t\t\t\tstarter.countDown();\n\t\t\t\tfairStarter.await();\n\n\t\t\t\tThroughtputLogger personLogger = new ThroughtputLogger(sharedCounterPerson, csvDirectory, name, topicNamePerson + \"-\" + workerId, 5, personSize);\n\t\t\t\tfutureP = executor.scheduleAtFixedRate(personLogger, 5, 5, TimeUnit.SECONDS);\n\n\t\t\t\tThroughtputLogger auctionLogger = new ThroughtputLogger(sharedCounterAuction, csvDirectory, name, topicNameAuction + \"-\" + workerId,5, auctionSize);\n\t\t\t\tfutureA = executor.scheduleAtFixedRate(auctionLogger, 6, 5, TimeUnit.SECONDS);\n\n\t\t\t\tThroughtputLogger bidsLogger = new ThroughtputLogger(sharedCounterBid, csvDirectory, name, topicNameBid + \"-\" + workerId,5, bidSize);\n\t\t\t\tfutureB = executor.scheduleAtFixedRate(bidsLogger, 6, 5, TimeUnit.SECONDS);\n\n\t\t\t\tdouble startMs = System.currentTimeMillis();\n\t\t\t\tlong sentBytes = 0;\n\t\t\t\tThreadLocalFixedSeedRandom randomness = ThreadLocalFixedSeedRandom.current();\n\n\n\t\t\t\tlong desiredThroughputBytesPerSecondMax = desiredThroughputBytesPerSecond;\n\t\t\t\tlong desiredThroughputBytesPerSecondMin = varyingWorkload ? 1024 * 1024 : desiredThroughputBytesPerSecond; // 1 MB/s\n\t\t\t\tlong throughputDelta = varyingWorkload ? 512 * 1024 : 0;\n\t\t\t\tlong currentThroughput = desiredThroughputBytesPerSecondMin;\n\t\t\t\tlong throughputChangeTimestamp = 0;\n\n\t\t\t\tRateLimiter throughputThrottler = RateLimiter.create(currentThroughput, 5, TimeUnit.SECONDS);\n\t\t\t\tLOG.debug(\"Create throughputThrottler for {} -> << {} MB/sec : {} MB/sec >>\",\n\t\t\t\t\t\tworkerId, desiredThroughputBytesPerSecondMin / ONE_MEGABYTE, desiredThroughputBytesPerSecondMax / ONE_MEGABYTE);\n\t\t\t\tint chkP = personsGenerator.genChecksum();\n\t\t\t\tint chkA = auctionsGenerator.genChecksum();\n\t\t\t\tint chkB = bidGenerator.genChecksum();\n\t\t\t\tlong pendingPerson = (recordsToGenerate / TOTAL_EVENT_RATIO) * PERSON_EVENT_RATIO;\n\t\t\t\tlong pendingAuctions = (recordsToGenerate / TOTAL_EVENT_RATIO) * AUCTION_EVENT_RATIO;\n\t\t\t\tlong pendingBids = (recordsToGenerate / TOTAL_EVENT_RATIO) * BID_EVENT_RATIO;\n\t\t\t\tlong sentBytesDelta = 0;\n\t\t\t\tByteBuffer bufP = cachedBuffers.take();\n\t\t\t\tByteBuffer bufA = cachedBuffers.take();\n\t\t\t\tByteBuffer bufB = cachedBuffers.take();\n\t\t\t\tbufA.putInt(chkA);\n\t\t\t\tbufP.putInt(chkP);\n\t\t\t\tbufB.putInt(chkB);\n\t\t\t\tint itemsInThisBufferA = (int) Math.min(itemsPerBufferAuction, pendingAuctions);\n\t\t\t\tint itemsInThisBufferP = (int) Math.min(itemsPerBufferPerson, pendingPerson);\n\t\t\t\tint itemsInThisBufferB = (int) Math.min(itemsPerBufferBid, pendingBids);\n\t\t\t\tlong backlogPerson = pendingPerson - itemsInThisBufferP;\n\t\t\t\tlong backlogAuction = pendingAuctions - itemsInThisBufferA;\n\t\t\t\tlong backlogBid = pendingBids - itemsInThisBufferA;\n\t\t\t\tbufP.putInt(itemsInThisBufferP);\n\t\t\t\tbufP.putLong(backlogPerson);\n\t\t\t\tbufA.putInt(itemsInThisBufferA);\n\t\t\t\tbufA.putLong(backlogAuction);\n\t\t\t\tbufB.putInt(itemsInThisBufferB);\n\t\t\t\tbufB.putLong(backlogBid);\n\n\t\t\t\tlong sentPersons = 0;\n\t\t\t\tlong sentAuctions = 0;\n\t\t\t\tlong sentBids = 0;\n\t\t\t\tlong eventId = 0;\n\n\t\t\t\tfor (; eventId < recordsToGenerate; eventId++) {\n\n\t\t\t\t\tfinal long timestamp = System.currentTimeMillis();\n\n\t\t\t\t\tlong rem = eventId % TOTAL_EVENT_RATIO;\n\t\t\t\t\tif (rem < PERSON_EVENT_RATIO) {\n\t\t\t\t\t\tpersonsGenerator.writeItem(eventId, timestamp, randomness, bufP);\n\t\t\t\t\t\tpendingPerson--;\n\t\t\t\t\t\tif (bufP.remaining() < personSize) {\n\t\t\t\t\t\t\tbufP.position(bufP.position() + bufP.remaining());\n\t\t\t\t\t\t\tProducerRecord<byte[], ByteBuffer> kafkaRecord = new ProducerRecord<>(topicNamePerson, targetPartition, genId, bufP);\n\t\t\t\t\t\t\tkafkaProducerPersons.send(kafkaRecord, new InternalCallback(cachedBuffers, bufP, sharedCounterPerson, itemsInThisBufferP));\n\t\t\t\t\t\t\tsentPersons += itemsInThisBufferP;\n\t\t\t\t\t\t\tbufP = cachedBuffers.take();\n\t\t\t\t\t\t\tbufP.putInt(chkP);\n\t\t\t\t\t\t\titemsInThisBufferP = (int) Math.min(itemsPerBufferPerson, pendingPerson);\n\t\t\t\t\t\t\tbacklogPerson = pendingPerson - itemsInThisBufferP;\n\t\t\t\t\t\t\tbufP.putInt(itemsInThisBufferP);\n\t\t\t\t\t\t\tbufP.putLong(backlogPerson);\n\t\t\t\t\t\t\tsentBytes += BUFFER_SIZE;\n\t\t\t\t\t\t\tsentBytesDelta += BUFFER_SIZE;\n\t\t\t\t\t\t\tthroughputThrottler.acquire(BUFFER_SIZE);\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if (rem < (PERSON_EVENT_RATIO + AUCTION_EVENT_RATIO)) {\n\t\t\t\t\t\tauctionsGenerator.writeItem(eventId, timestamp, randomness, bufA);\n\t\t\t\t\t\tpendingAuctions--;\n\t\t\t\t\t\tif (bufA.remaining() < auctionSize) {\n\t\t\t\t\t\t\tbufA.position(bufA.position() + bufA.remaining());\n\t\t\t\t\t\t\tProducerRecord<byte[], ByteBuffer> kafkaRecord = new ProducerRecord<>(topicNameAuction, targetPartition, genId, bufA);\n\t\t\t\t\t\t\tkafkaProducerAuctions.send(kafkaRecord, new InternalCallback(cachedBuffers, bufA, sharedCounterAuction, itemsInThisBufferA));\n\t\t\t\t\t\t\tsentAuctions += itemsInThisBufferA;\n\t\t\t\t\t\t\tbufA = cachedBuffers.take();\n\t\t\t\t\t\t\tbufA.putInt(chkA);\n\t\t\t\t\t\t\titemsInThisBufferA = (int) Math.min(itemsPerBufferAuction, pendingAuctions);\n\t\t\t\t\t\t\tbacklogAuction = pendingAuctions - itemsInThisBufferA;\n\t\t\t\t\t\t\tbufA.putInt(itemsInThisBufferA);\n\t\t\t\t\t\t\tbufA.putLong(backlogAuction);\n\t\t\t\t\t\t\tsentBytes += BUFFER_SIZE;\n\t\t\t\t\t\t\tsentBytesDelta += BUFFER_SIZE;\n\t\t\t\t\t\t\tthroughputThrottler.acquire(BUFFER_SIZE);\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbidGenerator.writeItem(eventId, timestamp, randomness, bufB);\n\t\t\t\t\t\tpendingBids--;\n\t\t\t\t\t\tif (bufB.remaining() < bidSize) {\n\t\t\t\t\t\t\tbufB.position(bufB.position() + bufB.remaining());\n\t\t\t\t\t\t\tProducerRecord<byte[], ByteBuffer> kafkaRecord = new ProducerRecord<>(topicNameBid, targetPartition, genId, bufB);\n\t\t\t\t\t\t\tkafkaProducerBids.send(kafkaRecord, new InternalCallback(cachedBuffers, bufB, sharedCounterBid, itemsInThisBufferB));\n\t\t\t\t\t\t\tsentBids += itemsInThisBufferB;\n\t\t\t\t\t\t\tbufB = cachedBuffers.take();\n\t\t\t\t\t\t\tbufB.putInt(chkB);\n\t\t\t\t\t\t\titemsInThisBufferB = (int) Math.min(itemsPerBufferBid, pendingBids);\n\t\t\t\t\t\t\tbacklogBid = pendingBids - itemsInThisBufferB;\n\t\t\t\t\t\t\tbufB.putInt(itemsInThisBufferB);\n\t\t\t\t\t\t\tbufB.putLong(backlogBid);\n\t\t\t\t\t\t\tsentBytes += BUFFER_SIZE;\n\t\t\t\t\t\t\tsentBytesDelta += BUFFER_SIZE;\n\t\t\t\t\t\t\tthroughputThrottler.acquire(BUFFER_SIZE);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n//\n\n\t\t\t\t\tif (sentBytesDelta > LOGGING_THRESHOLD) {\n\t\t\t\t\t\tLOG.info(\"{} has just sent {} MB to kafka in {} sec - rate limiter {} bytes/sec\",\n\t\t\t\t\t\t\t\tname,\n\t\t\t\t\t\t\t\tsentBytes / ONE_MEGABYTE,\n\t\t\t\t\t\t\t\t(timestamp - startMs) / 1_000,\n\t\t\t\t\t\t\t\tthroughputThrottler.getRate());\n\t\t\t\t\t\tsentBytesDelta = 0;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ((timestamp - throughputChangeTimestamp) > 10_000) {\n\t\t\t\t\t\tcurrentThroughput += throughputDelta;\n\t\t\t\t\t\tif (currentThroughput > desiredThroughputBytesPerSecondMax) {\n\t\t\t\t\t\t\tthroughputDelta = -throughputDelta;\n\t\t\t\t\t\t} else if (currentThroughput < desiredThroughputBytesPerSecondMin) {\n\t\t\t\t\t\t\tcurrentThroughput = desiredThroughputBytesPerSecondMin;\n\t\t\t\t\t\t\tthroughputDelta = -throughputDelta;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tthroughputThrottler.setRate(currentThroughput);\n\t\t\t\t\t\tthroughputChangeTimestamp = timestamp;\n\t\t\t\t\t\tLOG.debug(\"Throttler changed to {}\", currentThroughput);\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t\twhile (!sharedCounterPerson.compareAndSet(sentPersons, 0)) {\n\t\t\t\t\tThread.sleep(100);\n\t\t\t\t}\n\t\t\t\twhile (!sharedCounterAuction.compareAndSet(sentAuctions, 0)) {\n\t\t\t\t\tThread.sleep(100);\n\t\t\t\t}\n\t\t\t\twhile (!sharedCounterAuction.compareAndSet(sentBids, 0)) {\n\t\t\t\t\tThread.sleep(100);\n\t\t\t\t}\n\t\t\t\tdouble end = System.currentTimeMillis();\n\t\t\t\tdouble diff = end - startMs;\n\t\t\t\tLOG.info(\"{} is finished after {} msec and {} GBs and {} items with an overall throughput of {}\",\n\t\t\t\t\t\tname,\n\t\t\t\t\t\tdiff,\n\t\t\t\t\t\tsentBytes / ONE_GIGABYTE,\n\t\t\t\t\t\trecordsToGenerate,\n\t\t\t\t\t\t(sentBytes * 1_000.0) / (diff * ONE_GIGABYTE));\n\t\t\t} catch (Throwable error) {\n\t\t\t\tLOG.error(\"Error: {}\", error);\n\t\t\t} finally {\n\t\t\t\tif (cachedBuffers != null) {\n\t\t\t\t\tcachedBuffers.clear();\n\t\t\t\t}\n\t\t\t\tkafkaProducerAuctions.close();\n\t\t\t\tkafkaProducerPersons.close();\n\t\t\t\tkafkaProducerBids.close();\n\t\t\t\tcontroller.countDown();\n\t\t\t\tif (futureA != null) {\n\t\t\t\t\tfutureA.cancel(false);\n\t\t\t\t}\n\t\t\t\tif (futureP != null) {\n\t\t\t\t\tfutureP.cancel(false);\n\t\t\t\t}\n\t\t\t\tif (futureB != null) {\n\t\t\t\t\tfutureB.cancel(false);\n\t\t\t\t}\n\t\t\t}\n\t\t}", "public void requestExtraSync()\n {\n executor.requestExtraSync();\n }", "public void processRestart(){\n destroyWorkerQueue();\n initWorkerQueue();\n }", "@Override\n\t\tpublic void run() {\n\n\t\t}", "private void tryToCreateNewConnByAsyn() {\r\n do {\r\n int curAddSize = needAddConnSize.get();\r\n int updAddSize = curAddSize + 1;\r\n if (connArray.length + updAddSize > poolMaxSize) return;\r\n if (needAddConnSize.compareAndSet(curAddSize, updAddSize)) {\r\n if (createConnThreadState.get() == THREAD_WAITING && createConnThreadState.compareAndSet(THREAD_WAITING, THREAD_WORKING))\r\n unpark(this);\r\n return;\r\n }\r\n } while (true);\r\n }", "public void run() {\n\n\t\t\tbumpCount = 0;\n\t\t}", "public void disableConcurrency() {\n concurrent = false;\n }", "@Override\r\n\t\t\t\tpublic void run() {\n\r\n\t\t\t\t}", "@Override\r\n\t\t\t\tpublic void run() {\n\r\n\t\t\t\t}", "@Override\n public void run()\n {\n }", "@Override\n public void run()\n {\n }", "private void concurrencyWrites5() {\n\t\ttry {\n\t\t\tlog.info(\"Starting TrxTableClient5: concurrencyWrites5\");\n\t\t\tlog.info(\"main--put[v1]\");\n\t\t\tlog.info(\"t1-----------beginTrans------------------------------------------put[v2]---commit\");\n\t\t\tlog.info(\"t2-------------------------beginTrans---put[v3]---commit\");\n\t\t\tlog.info(\"main---get[v3]\");\n\n\t\t\tSsccTableClientUtils.initialize();\n\t\t\tputValue();\n\n\t\t\tfinal P0Trx41 t1 = new P0Trx41();\n\t\t\tfinal P0Trx42 t2 = new P0Trx42();\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt1.doWork();\n\t\t\t\t\tlog.info(\" Trx1 finished\");\n\t\t\t\t\tcdl5.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx1\").start();\n\n\t\t\t// to make sure t2 is later than t1\n\t\t\ttry {\n\t\t\t\tThread.sleep(1000);\n\n\t\t\t} catch (InterruptedException e1) {\n\t\t\t\te1.printStackTrace();\n\t\t\t}\n\n\t\t\tnew Thread(new Runnable() {\n\t\t\t\t@Override\n\t\t\t\tpublic void run() {\n\t\t\t\t\tt2.doWork();\n\t\t\t\t\tlog.info(\" Trx2 finished\");\n\t\t\t\t\tcdl5.countDown();\n\t\t\t\t}\n\t\t\t}, \"Trx2\").start();\n\n\t\t\tcdl5.await();\n\n\t\t\tSsccTableClientUtils.testSsccBeginTransaction();\n\t\t\tInteger[] result = SsccTableClientUtils.testSsccGet();\n\t\t\tSsccTableClientUtils.testSsccCommitIfPossible();\n\t\t\tlog.info(\"Finish TrxTableClient5: concurrencyWrites5\");\n\n\t\t\tif (result.length == 1 && result[0] == 3) {\n\t\t\t\tsuccessNum++;\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"SUCCESS\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t} else {\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"FAILURE\");\n\t\t\t\tlog.info(\" \");\n\t\t\t\tlog.info(\"=========================================\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\n public void processClusterInvalidationsNext() {\n }", "@Override\n public void run() {\n BinaryOperator<Integer> avg = (Integer a, Integer b) -> (a + b) / 2;\n int replacement;\n\n System.out.println(\"++\" + Thread.currentThread().getName() + \" has arrived.\");\n\n replacement = avg.apply(oldArray[index - 1], oldArray[index + 1]);\n\n // All threads must wait for all numThreads threads to catch up\n // Phaser acting like a barrier\n ph.arriveAndAwaitAdvance();\n\n System.out.println(\"--\" + Thread.currentThread().getName() + \" has left.\");\n oldArray[index] = replacement;\n\n }", "@Override\n public void run() {\n syncToServer();\n }", "public void c() {\n /*\n r14 = this;\n io.b.o<? super U> r0 = r14.actual\n r1 = 1\n r2 = 1\n L_0x0004:\n boolean r3 = r14.d()\n if (r3 == 0) goto L_0x000b\n return\n L_0x000b:\n io.b.e.c.d<U> r3 = r14.queue\n if (r3 == 0) goto L_0x0023\n L_0x000f:\n boolean r4 = r14.d()\n if (r4 == 0) goto L_0x0016\n return\n L_0x0016:\n java.lang.Object r4 = r3.poll()\n if (r4 != 0) goto L_0x001f\n if (r4 != 0) goto L_0x000f\n goto L_0x0023\n L_0x001f:\n r0.a(r4)\n goto L_0x000f\n L_0x0023:\n boolean r3 = r14.done\n io.b.e.c.d<U> r4 = r14.queue\n java.util.concurrent.atomic.AtomicReference<io.b.e.e.d.i$a<?, ?>[]> r5 = r14.observers\n java.lang.Object r5 = r5.get()\n io.b.e.e.d.i$a[] r5 = (io.b.e.e.d.i.a[]) r5\n int r6 = r5.length\n int r7 = r14.maxConcurrency\n r8 = 2147483647(0x7fffffff, float:NaN)\n r9 = 0\n if (r7 == r8) goto L_0x0044\n monitor-enter(r14)\n java.util.Queue<io.b.m<? extends U>> r7 = r14.sources // Catch:{ all -> 0x0041 }\n int r7 = r7.size() // Catch:{ all -> 0x0041 }\n monitor-exit(r14) // Catch:{ all -> 0x0041 }\n goto L_0x0045\n L_0x0041:\n r0 = move-exception\n monitor-exit(r14) // Catch:{ all -> 0x0041 }\n throw r0\n L_0x0044:\n r7 = 0\n L_0x0045:\n if (r3 == 0) goto L_0x0067\n if (r4 == 0) goto L_0x004f\n boolean r3 = r4.isEmpty()\n if (r3 == 0) goto L_0x0067\n L_0x004f:\n if (r6 != 0) goto L_0x0067\n if (r7 != 0) goto L_0x0067\n io.b.e.h.c r1 = r14.errors\n java.lang.Throwable r1 = r1.a()\n java.lang.Throwable r2 = io.b.e.h.f.f33557a\n if (r1 == r2) goto L_0x0066\n if (r1 != 0) goto L_0x0063\n r0.a()\n goto L_0x0066\n L_0x0063:\n r0.a((java.lang.Throwable) r1)\n L_0x0066:\n return\n L_0x0067:\n if (r6 == 0) goto L_0x0106\n long r3 = r14.lastId\n int r7 = r14.lastIndex\n if (r6 <= r7) goto L_0x0077\n r10 = r5[r7]\n long r10 = r10.id\n int r12 = (r10 > r3 ? 1 : (r10 == r3 ? 0 : -1))\n if (r12 == 0) goto L_0x0098\n L_0x0077:\n if (r6 > r7) goto L_0x007a\n r7 = 0\n L_0x007a:\n r10 = r7\n r7 = 0\n L_0x007c:\n if (r7 >= r6) goto L_0x008f\n r11 = r5[r10]\n long r11 = r11.id\n int r13 = (r11 > r3 ? 1 : (r11 == r3 ? 0 : -1))\n if (r13 != 0) goto L_0x0087\n goto L_0x008f\n L_0x0087:\n int r10 = r10 + 1\n if (r10 != r6) goto L_0x008c\n r10 = 0\n L_0x008c:\n int r7 = r7 + 1\n goto L_0x007c\n L_0x008f:\n r14.lastIndex = r10\n r3 = r5[r10]\n long r3 = r3.id\n r14.lastId = r3\n r7 = r10\n L_0x0098:\n r3 = 0\n r4 = 0\n L_0x009a:\n if (r3 >= r6) goto L_0x00fd\n boolean r10 = r14.d()\n if (r10 == 0) goto L_0x00a3\n return\n L_0x00a3:\n r10 = r5[r7]\n L_0x00a5:\n boolean r11 = r14.d()\n if (r11 == 0) goto L_0x00ac\n return\n L_0x00ac:\n io.b.e.c.e<U> r11 = r10.queue\n if (r11 != 0) goto L_0x00b1\n goto L_0x00b9\n L_0x00b1:\n java.lang.Object r12 = r11.poll() // Catch:{ Throwable -> 0x00e2 }\n if (r12 != 0) goto L_0x00d8\n if (r12 != 0) goto L_0x00a5\n L_0x00b9:\n boolean r11 = r10.done\n io.b.e.c.e<U> r12 = r10.queue\n if (r11 == 0) goto L_0x00d2\n if (r12 == 0) goto L_0x00c7\n boolean r11 = r12.isEmpty()\n if (r11 == 0) goto L_0x00d2\n L_0x00c7:\n r14.b(r10)\n boolean r4 = r14.d()\n if (r4 == 0) goto L_0x00d1\n return\n L_0x00d1:\n r4 = 1\n L_0x00d2:\n int r7 = r7 + 1\n if (r7 != r6) goto L_0x00fb\n r7 = 0\n goto L_0x00fb\n L_0x00d8:\n r0.a(r12)\n boolean r12 = r14.d()\n if (r12 == 0) goto L_0x00b1\n return\n L_0x00e2:\n r4 = move-exception\n io.b.c.b.b(r4)\n r10.b()\n io.b.e.h.c r11 = r14.errors\n r11.a(r4)\n boolean r4 = r14.d()\n if (r4 == 0) goto L_0x00f5\n return\n L_0x00f5:\n r14.b(r10)\n int r3 = r3 + 1\n r4 = 1\n L_0x00fb:\n int r3 = r3 + r1\n goto L_0x009a\n L_0x00fd:\n r14.lastIndex = r7\n r3 = r5[r7]\n long r5 = r3.id\n r14.lastId = r5\n goto L_0x0107\n L_0x0106:\n r4 = 0\n L_0x0107:\n if (r4 == 0) goto L_0x0129\n int r3 = r14.maxConcurrency\n if (r3 == r8) goto L_0x0004\n monitor-enter(r14)\n java.util.Queue<io.b.m<? extends U>> r3 = r14.sources // Catch:{ all -> 0x0126 }\n java.lang.Object r3 = r3.poll() // Catch:{ all -> 0x0126 }\n io.b.m r3 = (io.b.m) r3 // Catch:{ all -> 0x0126 }\n if (r3 != 0) goto L_0x0120\n int r3 = r14.wip // Catch:{ all -> 0x0126 }\n int r3 = r3 - r1\n r14.wip = r3 // Catch:{ all -> 0x0126 }\n monitor-exit(r14) // Catch:{ all -> 0x0126 }\n goto L_0x0004\n L_0x0120:\n monitor-exit(r14) // Catch:{ all -> 0x0126 }\n r14.a(r3)\n goto L_0x0004\n L_0x0126:\n r0 = move-exception\n monitor-exit(r14) // Catch:{ all -> 0x0126 }\n throw r0\n L_0x0129:\n int r2 = -r2\n int r2 = r14.addAndGet(r2)\n if (r2 != 0) goto L_0x0004\n return\n */\n throw new UnsupportedOperationException(\"Method not decompiled: io.b.e.e.d.i.b.c():void\");\n }", "public void run() {\n\t\tSystem.out.println(\"fuseAdd\");\n\t\tAddConcurrent1 adder = new AddConcurrent1();\n\t\tValidateFusion validator = new ValidateFusion();\n\t\tint sum = adder.addConcurrent1(sortedSnapshot);\t\t\t \n\t\tvalidator.validate(sum, 2);\n\t\tGlobalInfo.completeThreads++;\n\t\ttry {\n\t\t\tThread.sleep(1000);\n\t\t} catch (InterruptedException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void run() {\n\t\t\t\t\t\t}", "private static void runGC () throws Exception \r\n {\n for (int r = 0; r < 4; ++ r) _runGC (); \r\n }", "@WorkerThread\n public abstract void zzaso();", "private void cancelHeavyLifting()\n {\n }", "private void m33138b() {\n synchronized (this.f26017d) {\n TaskExecutor.m3867a().mo11809a(11);\n }\n }", "public void m63703d() {\n Throwable th;\n ZipCoordinator zipCoordinator = this;\n if (getAndIncrement() == 0) {\n C17455a[] c17455aArr = zipCoordinator.f53839c;\n Observer observer = zipCoordinator.f53837a;\n Object obj = zipCoordinator.f53840d;\n boolean z = zipCoordinator.f53841e;\n int i = 1;\n while (true) {\n int length = c17455aArr.length;\n int i2 = 0;\n int i3 = 0;\n int i4 = 0;\n while (i2 < length) {\n int i5;\n C17455a c17455a = c17455aArr[i2];\n if (obj[i3] == null) {\n boolean z2 = c17455a.f53845c;\n Object poll = c17455a.f53844b.poll();\n boolean z3 = poll == null;\n i5 = i2;\n if (!m63700a(z2, z3, observer, z, c17455a)) {\n if (z3) {\n i4++;\n } else {\n obj[i3] = poll;\n }\n } else {\n return;\n }\n }\n C17455a c17455a2 = c17455a;\n i5 = i2;\n if (c17455a2.f53845c && !z) {\n th = c17455a2.f53846d;\n if (th != null) {\n m63698a();\n observer.onError(th);\n return;\n }\n }\n i3++;\n i2 = i5 + 1;\n }\n if (i4 != 0) {\n i = addAndGet(-i);\n if (i == 0) {\n return;\n }\n } else {\n try {\n observer.onNext(C15684a.m58895a(zipCoordinator.f53838b.apply(obj.clone()), \"The zipper returned a null value\"));\n Arrays.fill(obj, null);\n } catch (Throwable th2) {\n th = th2;\n C15678a.m58850b(th);\n m63698a();\n observer.onError(th);\n return;\n }\n }\n }\n }\n }", "public ChannelProgressivePromise syncUninterruptibly()\r\n/* 100: */ {\r\n/* 101:132 */ super.syncUninterruptibly();\r\n/* 102:133 */ return this;\r\n/* 103: */ }", "private static ArrayList<MyAbstractContainer> variousBBC_concurrency() {\n ArrayList<MyAbstractContainer> result = new ArrayList<MyAbstractContainer>();\n for (ByteBuffer bb : variousBB_concurrency(CONCURRENCY_TEST_SIZE)) {\n result.add(new MyBBContainer(bb));\n }\n return result;\n }", "public void run() {\n\t\tSystem.out.println(\"fuseMul\");\n\t\tMultiplyConcurrent1 multiplier = new MultiplyConcurrent1();\n\t\tValidateFusion validator = new ValidateFusion();\n\t\tint mul = multiplier.multiplyConcurrent1(sortedSnapshot);\t\t\t \n\t\tvalidator.validate(mul, 1);\n\t\tGlobalInfo.completeThreads++;\n\t\ttry {\n\t\t\tThread.sleep(1000);\n\t\t} catch (InterruptedException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void run() throws Exception {\n\t\t\n\t}", "@Override\n\t\tpublic void run() {\n\t\t\t\n\t\t}", "@Override\n\t\tpublic void run() {\n\t\t\t\n\t\t}", "@Override\r\n protected void compute() {\r\n //if count != 0 || splitA.length == 1 then go, else for loop to make splitA.length subtasks to run splitArrayB and then they all call mergeAB\r\n if(global_count == 0){\r\n splitArrayB();\r\n }\r\n if(global_count != 0 || splitA.length == 1){\r\n mergeAB();\r\n }\r\n else{\r\n List<ConcurrentMerge> subtasks = new ArrayList<>();\r\n ConcurrentMerge temp;\r\n for(int i = 0; i < splitA.length; i++){\r\n global_count++;\r\n temp = new ConcurrentMerge(A, B, splitA, splitB, C, global_count);\r\n subtasks.add(temp);\r\n }\r\n invokeAll(subtasks);\r\n }\r\n }", "static void unSynced () {\n\t\tList<Integer> linkedList = Collections.synchronizedList(new LinkedList<Integer>());\n\n\t\t// fill it with numbers 1 to 100\n\t\tfor (int i = 0; i < 100; i++) {\n\t\t\tlinkedList.add(i);\n\t\t}\n\n\t\t// launch a thread to add 100 more numbers\n\t\tnew Thread(new Runnable () {\n\t\t\t@Override\n\t\t\tpublic void run () {\n\t\t\t\tSystem.out.println(\"starting adding numbers\");\n\t\t\t\tfor (int i = 100; i < 200; i++) {\n\t\t\t\t\tlinkedList.add(i);\n\t\t\t\t\ttry {\n\t\t\t\t\t\tThread.sleep(1);\n\t\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(\"ending adding numbers\");\n\t\t\t}\n\t\t}).start();\n\n\t\t// try to iterate through the list in parallel with the numbers being added\n\t\t// interleaving occurs and the iterator throws a CME.\n\t\tIterator<Integer> iterator = linkedList.iterator();\n\t\tSystem.out.println(\"starting iteration\");\n\t\twhile (iterator.hasNext()) { \n\t\t\ttry {\n\t\t\t\tThread.sleep(4);\n\t\t\t} catch (InterruptedException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\tSystem.out.println(iterator.next());\n\t\t}\n\t\tSystem.out.println(\"finished iteration\");\n\t}", "@Override\r\n\tpublic void run() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void run() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void run() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void run() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void run() {\n\t\t\r\n\t}" ]
[ "0.62318605", "0.62127393", "0.6137334", "0.60045636", "0.594898", "0.5938181", "0.5878417", "0.5878417", "0.5867561", "0.58525026", "0.5850576", "0.58501416", "0.5817306", "0.5812142", "0.5802761", "0.58001226", "0.5794641", "0.5780566", "0.5770882", "0.5765298", "0.5764896", "0.5764896", "0.5750242", "0.57411164", "0.5739913", "0.57204574", "0.57145536", "0.5687898", "0.5656073", "0.5643131", "0.56405824", "0.56405824", "0.56405824", "0.563927", "0.563927", "0.5632362", "0.56227356", "0.5621206", "0.561888", "0.5609832", "0.5597881", "0.5583", "0.5583", "0.5583", "0.5583", "0.5583", "0.5583", "0.5583", "0.5577557", "0.55744606", "0.55744606", "0.55718267", "0.5565183", "0.5551096", "0.5550407", "0.5550407", "0.55419374", "0.55316514", "0.55266124", "0.5526007", "0.55188435", "0.5518843", "0.551595", "0.55108476", "0.55066615", "0.55018044", "0.54994303", "0.5481917", "0.54596984", "0.54568154", "0.5456043", "0.5450243", "0.54484797", "0.54484797", "0.5443024", "0.5443024", "0.5437145", "0.54328555", "0.5431157", "0.5430363", "0.5428194", "0.54224724", "0.54214096", "0.54118085", "0.5409552", "0.5408852", "0.54077244", "0.5404725", "0.54042953", "0.5396372", "0.53933704", "0.5390641", "0.5386979", "0.5386979", "0.5386676", "0.5381849", "0.5380648", "0.5380648", "0.5380648", "0.5380648", "0.5380648" ]
0.0
-1
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.hps.july.persistence.SuperRegionAcc com.hps.july.persistence.SuperRegionAccHome.findByPrimaryKey(com.hps.july.persistence.SuperRegionAccKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_accessid( int )
public SuperRegionAccAccessBean () { super(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public SuperRegionAccAccessBean ( javax.ejb.EJBObject o ) throws java.rmi.RemoteException {\n super(o);\n }", "public SuperRegionAccessBean () {\n super();\n }", "public SuperRegionAccAccessBean(int arg0, int arg1, int arg2, boolean arg3, boolean arg4, boolean arg5, boolean arg6) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException {\n ejbRef = ejbHome().create(arg0, arg1, arg2, arg3, arg4, arg5, arg6);\n }", "public SuperRegionAccessBean ( javax.ejb.EJBObject o ) throws java.rmi.RemoteException {\n super(o);\n }", "protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n if ( ejbRef() != null )\n return;\n\n com.hps.july.persistence.SuperRegionAccKey key = keyFromFields(initKey_accessid);\n ejbRef = ejbHome().findByPrimaryKey(key);\n }", "private com.hps.july.persistence.SuperRegionAccKey keyFromFields ( int f0 ) {\n com.hps.july.persistence.SuperRegionAccKey keyClass = new com.hps.july.persistence.SuperRegionAccKey();\n keyClass.accessid = f0;\n return keyClass;\n }", "public SuperRegionAccessBean(int arg0, java.lang.String arg1) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException {\n ejbRef = ejbHome().create(arg0, arg1);\n }", "public SuperRegionAccessBean(int arg0, java.lang.String arg1, int arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException {\n ejbRef = ejbHome().create(arg0, arg1, arg2);\n }", "public void privateSetSuperregionKey(com.hps.july.persistence.SuperRegionKey arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n\n instantiateEJB();\n ejbRef().privateSetSuperregionKey(arg0);\n }", "public java.util.Enumeration findSuperRegionAccsBySuperregion(com.hps.july.persistence.SuperRegionKey arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n com.hps.july.persistence.SuperRegionAccHome localHome = ejbHome();\n java.util.Enumeration ejbs = localHome.findSuperRegionAccsBySuperregion(arg0);\n return (java.util.Enumeration) createAccessBeans(ejbs);\n }", "public BankAccountKey() {\n\tsuper();\n}", "public BankAccountKey(java.lang.String argAccID) {\n\taccID = argAccID;\n}", "public AlManageOnAirDAOImpl() {\r\n super();\r\n }", "public void init(String id, Accessor accessItem) throws ThingsException;", "protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException {\n boolean result = false;\n\n if ( ejbRef() != null )\n return true;\n\n try {\n com.hps.july.persistence.SuperRegionAccKey pKey = (com.hps.july.persistence.SuperRegionAccKey) this.__getKey();\n if ( pKey != null ) {\n ejbRef = ejbHome().findByPrimaryKey(pKey);\n result = true;\n }\n }\n catch ( javax.ejb.FinderException e ) {\n }\n return result;\n }", "public EquipmentSetAccessBean () {\n super();\n }", "protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n if ( ejbRef() != null )\n return;\n\n com.hps.july.persistence.SuperRegionKey key = keyFromFields(initKey_supregid);\n ejbRef = ejbHome().findByPrimaryKey(key);\n }", "public java.util.Enumeration findSuperRegionAccsByOperator(com.hps.july.persistence.OperatorKey arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n com.hps.july.persistence.SuperRegionAccHome localHome = ejbHome();\n java.util.Enumeration ejbs = localHome.findSuperRegionAccsByOperator(arg0);\n return (java.util.Enumeration) createAccessBeans(ejbs);\n }", "private com.hps.july.persistence.SuperRegionKey keyFromFields ( int f0 ) {\n com.hps.july.persistence.SuperRegionKey keyClass = new com.hps.july.persistence.SuperRegionKey();\n keyClass.supregid = f0;\n return keyClass;\n }", "public HardZoneSearchKey()\n\t{\n\t\tsuper(new HardZone()) ;\n\t\t_Prefix = getTableName() + \".\";\n\t}", "public HProvinceFbDAOImpl() {\r\n super();\r\n }", "public ZyCorporationDAOImpl() {\r\n super();\r\n }", "public CarAccessBean () {\n super();\n }", "public HLCICPUserDAO() {\n }", "public RoleAccess(RoleAccessPK roleAccessPK) {\n this.roleAccessPK = roleAccessPK;\n }", "public OpticalHopAccessBean () {\n super();\n }", "protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException {\n boolean result = false;\n\n if ( ejbRef() != null )\n return true;\n\n try {\n com.hps.july.persistence.SuperRegionKey pKey = (com.hps.july.persistence.SuperRegionKey) this.__getKey();\n if ( pKey != null ) {\n ejbRef = ejbHome().findByPrimaryKey(pKey);\n result = true;\n }\n }\n catch ( javax.ejb.FinderException e ) {\n }\n return result;\n }", "public void addSuperRegionAccs(com.hps.july.persistence.SuperRegionAcc arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n\n instantiateEJB();\n ejbRef().addSuperRegionAccs(arg0);\n }", "private TableAccessET() {\n\n }", "public WkBscCoreDAOImpl() {\r\n super();\r\n }", "public PurchaseCaseDAO() {\n\t\tsuper(PurchaseCaseVO.class, \"purchaseCaseId\");\n\t}", "public RcivControlDAOImpl(){\r\n \r\n }", "public Init(String key, String desc) {\n super(key, desc);\n }", "public EquipmentSetAccessBean ( javax.ejb.EJBObject o ) throws java.rmi.RemoteException {\n super(o);\n }", "public KeyRecoveryInformation() {\n }", "public ModeOfPurchaseDAOImpl() {\r\n\r\n }", "public PaymentRecordKey() {\n super();\n }", "public EnvioPersonaPK() {\r\n }", "public CarAccessBean ( javax.ejb.EJBObject o ) throws java.rmi.RemoteException {\n super(o);\n }", "public AAccessLevel() {\n initComponents();\n }", "private void myInit() {\n init_key();\n }", "public EquipmentSetAccessBean(int arg0) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException {\n ejbRef = ejbHome().create(arg0);\n }", "public CustomerLogin() {\n super();\n }", "public VRpDyCellGprsCsBhDAOImpl() {\r\n super();\r\n }", "@Override\n public void initialize(URL url, ResourceBundle rb) {\n usuarioImplementacion=new Usuario_DAO_Imp();\n }", "public AccessPoint() {\n }", "public void initializeCustomer(Integer id, int authorizationLevel) throws BackendException;", "public OpticalHopAccessBean ( javax.ejb.EJBObject o ) throws java.rmi.RemoteException {\n super(o);\n }", "public DAOImpl(String baseDatos, String usuario, String clave){\n this.baseDatos = baseDatos;\n this.usuario = usuario;\n this.clave = clave;\n }", "public TAppAccess() {\n\t}", "private void myInit() {\n init_key();\n\n }", "public OnibusDAO() {}", "public DAOBaseImpl() {\n\t\tsuper();\n\t}", "public PIEBankPlatinumKey() {\n\tsuper();\n}", "public void secondaryAddSuperRegionAccs(com.hps.july.persistence.SuperRegionAcc arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n\n instantiateEJB();\n ejbRef().secondaryAddSuperRegionAccs(arg0);\n }", "private HpcSystemAccountLocator() {}", "public TbAdminMenuDAOImpl() {\n super();\n }", "public Menu_perfilKey() {\n\t}", "private AccessList() {\r\n\r\n }", "public OpticalHopAccessBean(int arg0) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException {\n ejbRef = ejbHome().create(arg0);\n }", "protected void _init(){}", "public VRpDyHlrforbeDAOImpl() {\r\n super();\r\n }", "public void setSuperregion(com.hps.july.persistence.SuperRegion arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n\n instantiateEJB();\n ejbRef().setSuperregion(arg0);\n }", "public PrideDBAccessControllerImpl(Comparable experimentAcc) throws DataAccessException {\n this(DEFAULT_ACCESS_MODE, experimentAcc);\n }", "public BankImpl() {\n accounts = new HashMap<Integer,Account>();\n }", "public HRouterDAOImpl() {\r\n super();\r\n }", "public StateDAOImpl() {\n super();\n }", "public MyKeyAdapter() {\r\n super();\r\n }", "public SufficientFundsDaoOjb() {\n }", "public Student3TierImpl() throws RemoteException {\r\n initializeDB();\r\n }", "public CPerfilDAOImpl(SqlMapClient sqlMapClient) {\r\n\t\tsuper();\r\n\t\tthis.sqlMapClient = sqlMapClient;\r\n\t}", "public DyMscMgwSccpDAOImpl() {\r\n super();\r\n }", "public SubordinationDAOImpl(Connection connection) {\n\t\tsuper(connection);\n\t}", "public UserLoginDAOImpl() {\r\n\r\n }", "public SchoolCourseStudentDAOImpl() {\r\n\t\tsuper();\r\n\t}", "@SuppressWarnings(\"LawOfDemeter\")\n public AccessoryBO() throws PersistenceException {\n this.dao = DAOFactory.getDAOFactory().getAccessoryDAO();\n }", "public MapsAccountProperties() {\n }", "public CarAccessBean(int arg0, java.lang.Boolean arg1, java.lang.String arg2, java.lang.String arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException {\n ejbRef = ejbHome().create(arg0, arg1, arg2, arg3);\n }", "public RoleAccess() {\n }", "public com.hps.july.persistence.SuperRegionKey getSuperregionKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException {\n return (((com.hps.july.persistence.SuperRegionKey) __getCache(\"superregionKey\")));\n }", "private AttributeTypeHome( )\n {\n }", "private com.hps.july.persistence.SuperRegionAccHome ejbHome() throws java.rmi.RemoteException, javax.naming.NamingException {\n return (com.hps.july.persistence.SuperRegionAccHome) PortableRemoteObject.narrow(getHome(), com.hps.july.persistence.SuperRegionAccHome.class);\n }", "protected ElevationDataCache() {\n }", "public AccountResource() {\n\n try {\n customerRef = (CustomerFacadeLocal) new InitialContext().lookup(\"java:global/FoodDelivery-ear/FoodDelivery-ejb-1.0-SNAPSHOT/CustomerEJB\");\n } catch (NamingException ex) {\n Logger.getLogger(AccountResource.class.getName()).log(Level.SEVERE, null, ex);\n }\n }", "protected void init(){\n }", "public VRpHrStpDAOImpl() {\r\n super();\r\n }", "public CDAccount() {\r\n\t\t//termOfCD = 0;\r\n\t\t//maturityDate = new DateInfo();\r\n\t}", "public CardTrackKey() {\n\tsuper();\n}", "public GlAccountBank () {\n\t\tsuper();\n\t}", "public VendorLocationsDAOImpl() {\n\t\tsuper();\n\t}", "void privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;", "public interface TeamStudentPKDao extends GenericDAO<TeamStudentPK, Serializable> {\r\n\t// constructor only\r\n}", "protected _AccessibleState(String key) {\n super(key);\n }", "public dc_wallet() {}", "public void secondarySetSuperregion(com.hps.july.persistence.SuperRegion arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException {\n\n instantiateEJB();\n ejbRef().secondarySetSuperregion(arg0);\n }", "public LoginOra() {\n super(\"Oracle Login\");\n\n }", "public StockCardReportDAO () {}", "public ScOrgSeqDAOImpl() {\n super();\n }", "private Registry() {\n dbgLog.fine(\"Registry constructor is called\");\n }", "public ElemFeatureDAOImpl() {\r\n\t\tsuper();\r\n\t}" ]
[ "0.72291803", "0.66690737", "0.6645569", "0.6607714", "0.652195", "0.64326483", "0.6343222", "0.62036943", "0.61383265", "0.6018947", "0.6001868", "0.5951312", "0.5936688", "0.58624536", "0.5825027", "0.58155763", "0.5792745", "0.5775194", "0.56838244", "0.5668126", "0.5645717", "0.56293786", "0.5612419", "0.5588467", "0.5581447", "0.5574836", "0.5525274", "0.55204725", "0.5510899", "0.54987353", "0.54966223", "0.5486022", "0.546893", "0.5443404", "0.54414177", "0.5431724", "0.5421361", "0.5407597", "0.5405639", "0.5391176", "0.5375411", "0.53728986", "0.53606117", "0.5357359", "0.53520083", "0.5351244", "0.5351034", "0.53506845", "0.5346222", "0.53294545", "0.53291196", "0.5327564", "0.53217196", "0.5312889", "0.5278121", "0.52628046", "0.5252529", "0.52481055", "0.52349734", "0.5233147", "0.5215724", "0.5212729", "0.5209052", "0.52068037", "0.52006185", "0.51922935", "0.5186926", "0.5173162", "0.51680166", "0.5162456", "0.51594716", "0.515727", "0.514926", "0.5141835", "0.51415205", "0.5135615", "0.5133331", "0.5127076", "0.5122887", "0.51141256", "0.5111668", "0.5110137", "0.5103673", "0.50968784", "0.509514", "0.50910074", "0.5085326", "0.506728", "0.5065726", "0.50623035", "0.5061554", "0.50601065", "0.5059328", "0.50526524", "0.5049883", "0.50455844", "0.504352", "0.5042864", "0.503577", "0.50355965" ]
0.73728365
0
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public SuperRegionAccAccessBean ( javax.ejb.EJBObject o ) throws java.rmi.RemoteException { super(o); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public SuperRegionAccAccessBean(int arg0, int arg1, int arg2, boolean arg3, boolean arg4, boolean arg5, boolean arg6) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException { ejbRef = ejbHome().create(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public java.util.Enumeration findAllOrderByCodeAsc() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { com.hps.july.persistence.SuperRegionAccHome localHome = ejbHome(); java.util.Enumeration ejbs = localHome.findAllOrderByCodeAsc(); return (java.util.Enumeration) createAccessBeans(ejbs); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public java.util.Enumeration findByOperator(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { com.hps.july.persistence.SuperRegionAccHome localHome = ejbHome(); java.util.Enumeration ejbs = localHome.findByOperator(arg0); return (java.util.Enumeration) createAccessBeans(ejbs); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public java.util.Enumeration findByOperatorAndId(java.lang.Integer arg0, java.lang.Integer arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { com.hps.july.persistence.SuperRegionAccHome localHome = ejbHome(); java.util.Enumeration ejbs = localHome.findByOperatorAndId(arg0, arg1); return (java.util.Enumeration) createAccessBeans(ejbs); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public java.util.Enumeration findSuperRegionAccsByOperator(com.hps.july.persistence.OperatorKey arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { com.hps.july.persistence.SuperRegionAccHome localHome = ejbHome(); java.util.Enumeration ejbs = localHome.findSuperRegionAccsByOperator(arg0); return (java.util.Enumeration) createAccessBeans(ejbs); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public java.util.Enumeration findSuperRegionAccsBySuperregion(com.hps.july.persistence.SuperRegionKey arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { com.hps.july.persistence.SuperRegionAccHome localHome = ejbHome(); java.util.Enumeration ejbs = localHome.findSuperRegionAccsBySuperregion(arg0); return (java.util.Enumeration) createAccessBeans(ejbs); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void setInitKey_accessid( int newValue ) { this.initKey_accessid = (newValue); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
protected String defaultJNDIName() { return "com/hps/july/persistence/SuperRegionAcc"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
private com.hps.july.persistence.SuperRegionAccHome ejbHome() throws java.rmi.RemoteException, javax.naming.NamingException { return (com.hps.july.persistence.SuperRegionAccHome) PortableRemoteObject.narrow(getHome(), com.hps.july.persistence.SuperRegionAccHome.class); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
private com.hps.july.persistence.SuperRegionAcc ejbRef() throws java.rmi.RemoteException { if ( ejbRef == null ) return null; if ( __ejbRef == null ) __ejbRef = (com.hps.july.persistence.SuperRegionAcc) PortableRemoteObject.narrow(ejbRef, com.hps.july.persistence.SuperRegionAcc.class); return __ejbRef; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { if ( ejbRef() != null ) return; com.hps.july.persistence.SuperRegionAccKey key = keyFromFields(initKey_accessid); ejbRef = ejbHome().findByPrimaryKey(key); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
private com.hps.july.persistence.SuperRegionAccKey keyFromFields ( int f0 ) { com.hps.july.persistence.SuperRegionAccKey keyClass = new com.hps.july.persistence.SuperRegionAccKey(); keyClass.accessid = f0; return keyClass; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException { boolean result = false; if ( ejbRef() != null ) return true; try { com.hps.july.persistence.SuperRegionAccKey pKey = (com.hps.july.persistence.SuperRegionAccKey) this.__getKey(); if ( pKey != null ) { ejbRef = ejbHome().findByPrimaryKey(pKey); result = true; } } catch ( javax.ejb.FinderException e ) { } return result; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { commitCopyHelper(ejbRef()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { refreshCopyHelper(ejbRef()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public com.hps.july.persistence.SuperRegionKey getSuperregionKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { return (((com.hps.july.persistence.SuperRegionKey) __getCache("superregionKey"))); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public com.hps.july.persistence.OperatorKey getOperatorKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { return (((com.hps.july.persistence.OperatorKey) __getCache("operatorKey"))); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public boolean getEditfact() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { return (((Boolean) __getCache("editfact")).booleanValue()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void setEditfact( boolean newValue ) { __setCache("editfact", new Boolean(newValue)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public boolean getViewfact() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { return (((Boolean) __getCache("viewfact")).booleanValue()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void setViewfact( boolean newValue ) { __setCache("viewfact", new Boolean(newValue)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public boolean getEditplan() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { return (((Boolean) __getCache("editplan")).booleanValue()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void setEditplan( boolean newValue ) { __setCache("editplan", new Boolean(newValue)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public int getAccessid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { return (((Integer) __getCache("accessid")).intValue()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public boolean getViewplan() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException { return (((Boolean) __getCache("viewplan")).booleanValue()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void setViewplan( boolean newValue ) { __setCache("viewplan", new Boolean(newValue)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public com.hps.july.persistence.OperatorAccessBean getOperator() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { instantiateEJB(); com.hps.july.persistence.Operator localEJBRef = ejbRef().getOperator(); if ( localEJBRef != null ) return new com.hps.july.persistence.OperatorAccessBean(localEJBRef); else return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public com.hps.july.persistence.SuperRegionAccessBean getSuperregion() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { instantiateEJB(); com.hps.july.persistence.SuperRegion localEJBRef = ejbRef().getSuperregion(); if ( localEJBRef != null ) return new com.hps.july.persistence.SuperRegionAccessBean(localEJBRef); else return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void privateSetOperatorKey(com.hps.july.persistence.OperatorKey arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { instantiateEJB(); ejbRef().privateSetOperatorKey(arg0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void privateSetSuperregionKey(com.hps.july.persistence.SuperRegionKey arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { instantiateEJB(); ejbRef().privateSetSuperregionKey(arg0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void secondarySetOperator(com.hps.july.persistence.Operator arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { instantiateEJB(); ejbRef().secondarySetOperator(arg0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void secondarySetSuperregion(com.hps.july.persistence.SuperRegion arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { instantiateEJB(); ejbRef().secondarySetSuperregion(arg0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public void mo38117a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\n public String getName(){\n return Name; \n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.59541506", "0.58615094", "0.57869136", "0.57798046", "0.5766217", "0.5759594", "0.5757054", "0.5738239", "0.57295096", "0.57217026", "0.56885856", "0.5636801", "0.5636801", "0.56227463", "0.56097996", "0.55985194", "0.5588409", "0.5581504", "0.5580689", "0.55790657", "0.55675775", "0.5567108", "0.55576587", "0.55576587", "0.55446035", "0.5544027", "0.5528159", "0.5514819", "0.5509163", "0.55052084", "0.5496528", "0.5474518", "0.54738164", "0.54732674", "0.54732674", "0.547007", "0.5461037", "0.54601574", "0.545879", "0.5453597", "0.5452632", "0.5452632", "0.5451846", "0.54497033", "0.5447771", "0.5443706", "0.54428566", "0.5441805", "0.54385984", "0.54263645", "0.5424067", "0.5417973", "0.54144114", "0.5414188", "0.54031694", "0.54020613", "0.5400298", "0.5395296", "0.5387226", "0.5384947", "0.5383677", "0.5383677", "0.5377784", "0.5376324", "0.537152", "0.5365981", "0.5364368", "0.5361353", "0.5352851", "0.53527915", "0.5351406", "0.53432566", "0.53425354", "0.5339902", "0.53398603", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.5339688", "0.53384346", "0.53367364", "0.53276116", "0.5324291", "0.53201413", "0.5317909", "0.53163624", "0.53147835", "0.5309378", "0.53078926", "0.5305006", "0.52904034", "0.5288519", "0.5285622", "0.5283825", "0.52834064", "0.52824026", "0.52818745", "0.5281335" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void setOperator(com.hps.july.persistence.Operator arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { instantiateEJB(); ejbRef().setOperator(arg0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "protected MetadataUGWD() {/* intentionally empty block */}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "private void m50366E() {\n }", "@Override\n protected void prot() {\n }" ]
[ "0.5952373", "0.58600783", "0.57866794", "0.57785434", "0.57656926", "0.57574415", "0.575699", "0.5737692", "0.5728438", "0.5721362", "0.5688742", "0.56363094", "0.56363094", "0.56233734", "0.5608275", "0.5597642", "0.55892277", "0.55807465", "0.5580092", "0.55782354", "0.55672723", "0.5566954", "0.5556408", "0.5556408", "0.5543525", "0.5541587", "0.5526345", "0.5513998", "0.55103564", "0.550554", "0.549473", "0.54745096", "0.54732144", "0.54722536", "0.54722536", "0.54705405", "0.5460712", "0.54596335", "0.54574126", "0.5454106", "0.5452536", "0.5452536", "0.5450871", "0.5448264", "0.54478544", "0.5443101", "0.5442714", "0.5442235", "0.543732", "0.54258657", "0.5423839", "0.54170483", "0.5413526", "0.5412886", "0.5402607", "0.54025674", "0.54015577", "0.5393933", "0.5387181", "0.5384605", "0.5383797", "0.5383797", "0.53773296", "0.5374325", "0.53699404", "0.5366843", "0.53631985", "0.5359678", "0.5353214", "0.535302", "0.5351185", "0.53427464", "0.53417486", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.5339726", "0.53390276", "0.5338584", "0.53381026", "0.5335457", "0.5326297", "0.5323783", "0.531984", "0.531691", "0.5316858", "0.5314239", "0.53093505", "0.53090626", "0.5304874", "0.52911955", "0.5288626", "0.528395", "0.52824736", "0.5282386", "0.52816904", "0.5281611", "0.52812886" ]
0.0
-1
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
public void setSuperregion(com.hps.july.persistence.SuperRegion arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException { instantiateEJB(); ejbRef().setSuperregion(arg0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_DocLine_ICMS \n{\n\n /** TableName=LBR_DocLine_ICMS */\n public static final String Table_Name = \"LBR_DocLine_ICMS\";\n\n /** AD_Table_ID=1000027 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsTaxIncluded */\n public static final String COLUMNNAME_IsTaxIncluded = \"IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setIsTaxIncluded (boolean IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isTaxIncluded();\n\n /** Column name LBR_CEST_ID */\n public static final String COLUMNNAME_LBR_CEST_ID = \"LBR_CEST_ID\";\n\n\t/** Set CEST\t */\n\tpublic void setLBR_CEST_ID (int LBR_CEST_ID);\n\n\t/** Get CEST\t */\n\tpublic int getLBR_CEST_ID();\n\n\tpublic I_LBR_CEST getLBR_CEST() throws RuntimeException;\n\n /** Column name LBR_DIFAL_RateICMSInterPart */\n public static final String COLUMNNAME_LBR_DIFAL_RateICMSInterPart = \"LBR_DIFAL_RateICMSInterPart\";\n\n\t/** Set DIFAL Share Rate (%)\t */\n\tpublic void setLBR_DIFAL_RateICMSInterPart (BigDecimal LBR_DIFAL_RateICMSInterPart);\n\n\t/** Get DIFAL Share Rate (%)\t */\n\tpublic BigDecimal getLBR_DIFAL_RateICMSInterPart();\n\n /** Column name LBR_DIFAL_TaxAmtFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtFCPUFDest = \"LBR_DIFAL_TaxAmtFCPUFDest\";\n\n\t/** Set DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxAmtFCPUFDest (BigDecimal LBR_DIFAL_TaxAmtFCPUFDest);\n\n\t/** Get DIFAL Tax Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFDest = \"LBR_DIFAL_TaxAmtICMSUFDest\";\n\n\t/** Set DIFAL Tax Amt in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFDest (BigDecimal LBR_DIFAL_TaxAmtICMSUFDest);\n\n\t/** Get DIFAL Tax Amt in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFDest();\n\n /** Column name LBR_DIFAL_TaxAmtICMSUFRemet */\n public static final String COLUMNNAME_LBR_DIFAL_TaxAmtICMSUFRemet = \"LBR_DIFAL_TaxAmtICMSUFRemet\";\n\n\t/** Set DIFAL Tax Amt in Sender UF\t */\n\tpublic void setLBR_DIFAL_TaxAmtICMSUFRemet (BigDecimal LBR_DIFAL_TaxAmtICMSUFRemet);\n\n\t/** Get DIFAL Tax Amt in Sender UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxAmtICMSUFRemet();\n\n /** Column name LBR_DIFAL_TaxBaseFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxBaseFCPUFDest = \"LBR_DIFAL_TaxBaseFCPUFDest\";\n\n\t/** Set DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxBaseFCPUFDest (BigDecimal LBR_DIFAL_TaxBaseFCPUFDest);\n\n\t/** Get DIFAL Tax Base Amt of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxBaseFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateFCPUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateFCPUFDest = \"LBR_DIFAL_TaxRateFCPUFDest\";\n\n\t/** Set DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic void setLBR_DIFAL_TaxRateFCPUFDest (BigDecimal LBR_DIFAL_TaxRateFCPUFDest);\n\n\t/** Get DIFAL Tax Rate of \"Fundo de Combate a Pobreza\"\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateFCPUFDest();\n\n /** Column name LBR_DIFAL_TaxRateICMSUFDest */\n public static final String COLUMNNAME_LBR_DIFAL_TaxRateICMSUFDest = \"LBR_DIFAL_TaxRateICMSUFDest\";\n\n\t/** Set DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic void setLBR_DIFAL_TaxRateICMSUFDest (BigDecimal LBR_DIFAL_TaxRateICMSUFDest);\n\n\t/** Get DIFAL Internal Tax Rate in Receiver UF\t */\n\tpublic BigDecimal getLBR_DIFAL_TaxRateICMSUFDest();\n\n /** Column name LBR_DocLine_Details_ID */\n public static final String COLUMNNAME_LBR_DocLine_Details_ID = \"LBR_DocLine_Details_ID\";\n\n\t/** Set Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic void setLBR_DocLine_Details_ID (int LBR_DocLine_Details_ID);\n\n\t/** Get Doc Line Details.\n\t * Doc Line Details\n\t */\n\tpublic int getLBR_DocLine_Details_ID();\n\n\tpublic I_LBR_DocLine_Details getLBR_DocLine_Details() throws RuntimeException;\n\n /** Column name LBR_DocLine_ICMS_ID */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_ID = \"LBR_DocLine_ICMS_ID\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_ID (int LBR_DocLine_ICMS_ID);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic int getLBR_DocLine_ICMS_ID();\n\n /** Column name LBR_DocLine_ICMS_UU */\n public static final String COLUMNNAME_LBR_DocLine_ICMS_UU = \"LBR_DocLine_ICMS_UU\";\n\n\t/** Set Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic void setLBR_DocLine_ICMS_UU (String LBR_DocLine_ICMS_UU);\n\n\t/** Get Doc Line ICMS.\n\t * Doc Line ICMS\n\t */\n\tpublic String getLBR_DocLine_ICMS_UU();\n\n /** Column name LBR_ICMS_OwnTaxStatus */\n public static final String COLUMNNAME_LBR_ICMS_OwnTaxStatus = \"LBR_ICMS_OwnTaxStatus\";\n\n\t/** Set Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic void setLBR_ICMS_OwnTaxStatus (String LBR_ICMS_OwnTaxStatus);\n\n\t/** Get Declarant ICMS Tax Status.\n\t * ICMS tax status from the point of view of the declarant\n\t */\n\tpublic String getLBR_ICMS_OwnTaxStatus();\n\n /** Column name LBR_ICMS_TaxAmtOp */\n public static final String COLUMNNAME_LBR_ICMS_TaxAmtOp = \"LBR_ICMS_TaxAmtOp\";\n\n\t/** Set ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic void setLBR_ICMS_TaxAmtOp (BigDecimal LBR_ICMS_TaxAmtOp);\n\n\t/** Get ICMS Tax Operation Amount.\n\t * Identifies the ICMS Tax Operation Amount\n\t */\n\tpublic BigDecimal getLBR_ICMS_TaxAmtOp();\n\n /** Column name LBR_ICMS_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMS_TaxBaseType = \"LBR_ICMS_TaxBaseType\";\n\n\t/** Set ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic void setLBR_ICMS_TaxBaseType (String LBR_ICMS_TaxBaseType);\n\n\t/** Get ICMS Tax Base Type.\n\t * Identifies a ICMS Tax Base Type\n\t */\n\tpublic String getLBR_ICMS_TaxBaseType();\n\n /** Column name LBR_ICMS_TaxReliefType */\n public static final String COLUMNNAME_LBR_ICMS_TaxReliefType = \"LBR_ICMS_TaxReliefType\";\n\n\t/** Set ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic void setLBR_ICMS_TaxReliefType (String LBR_ICMS_TaxReliefType);\n\n\t/** Get ICMS Tax Relief Type.\n\t * Identifies the ICMS Tax Relief Type\n\t */\n\tpublic String getLBR_ICMS_TaxReliefType();\n\n /** Column name LBR_ICMS_TaxStatusSN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusSN = \"LBR_ICMS_TaxStatusSN\";\n\n\t/** Set ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusSN (String LBR_ICMS_TaxStatusSN);\n\n\t/** Get ICMS Tax Status (Simple).\n\t * Identifies a ICMS Tax Status in a simple taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusSN();\n\n /** Column name LBR_ICMS_TaxStatusTN */\n public static final String COLUMNNAME_LBR_ICMS_TaxStatusTN = \"LBR_ICMS_TaxStatusTN\";\n\n\t/** Set ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic void setLBR_ICMS_TaxStatusTN (String LBR_ICMS_TaxStatusTN);\n\n\t/** Get ICMS Tax Status (Standard Taxation).\n\t * Identifies a ICMS Tax Status in a standard taxation\n\t */\n\tpublic String getLBR_ICMS_TaxStatusTN();\n\n /** Column name LBR_ICMSRegime */\n public static final String COLUMNNAME_LBR_ICMSRegime = \"LBR_ICMSRegime\";\n\n\t/** Set ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic void setLBR_ICMSRegime (String LBR_ICMSRegime);\n\n\t/** Get ICMS Regime.\n\t * Identifies a ICMS Regime for taxes\n\t */\n\tpublic String getLBR_ICMSRegime();\n\n /** Column name LBR_ICMSST_IsTaxIncluded */\n public static final String COLUMNNAME_LBR_ICMSST_IsTaxIncluded = \"LBR_ICMSST_IsTaxIncluded\";\n\n\t/** Set Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic void setLBR_ICMSST_IsTaxIncluded (boolean LBR_ICMSST_IsTaxIncluded);\n\n\t/** Get Price includes Tax.\n\t * Tax is included in the price \n\t */\n\tpublic boolean isLBR_ICMSST_IsTaxIncluded();\n\n /** Column name LBR_ICMSST_TaxAdded */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAdded = \"LBR_ICMSST_TaxAdded\";\n\n\t/** Set ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic void setLBR_ICMSST_TaxAdded (BigDecimal LBR_ICMSST_TaxAdded);\n\n\t/** Get ICMS-ST Added Amount Margin (%).\n\t * Identifies the ICMS-ST Added Amount Margin in percentage\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAdded();\n\n /** Column name LBR_ICMSST_TaxAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmt = \"LBR_ICMSST_TaxAmt\";\n\n\t/** Set ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmt (BigDecimal LBR_ICMSST_TaxAmt);\n\n\t/** Get ICMS-ST Tax Amount.\n\t * Defines the ICMS-ST Tax Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmt();\n\n /** Column name LBR_ICMSST_TaxAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFDes = \"LBR_ICMSST_TaxAmtUFDes\";\n\n\t/** Set ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFDes (BigDecimal LBR_ICMSST_TaxAmtUFDes);\n\n\t/** Get ICMS-ST Amount in Receiver UF.\n\t * Identifies the ICMS-ST Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtUFSen = \"LBR_ICMSST_TaxAmtUFSen\";\n\n\t/** Set ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtUFSen (BigDecimal LBR_ICMSST_TaxAmtUFSen);\n\n\t/** Get ICMS-ST Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxAmtWhd = \"LBR_ICMSST_TaxAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxAmtWhd (BigDecimal LBR_ICMSST_TaxAmtWhd);\n\n\t/** Get ICMS-ST Withheld Amount.\n\t * Identifies the ICMS-ST Withheld Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBAmtUFDes */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFDes = \"LBR_ICMSST_TaxBAmtUFDes\";\n\n\t/** Set ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFDes (BigDecimal LBR_ICMSST_TaxBAmtUFDes);\n\n\t/** Get ICMS-ST Base Amount in Receiver UF.\n\t * Identifies the ICMS-ST Base Amount in Receiver UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFDes();\n\n /** Column name LBR_ICMSST_TaxBAmtUFSen */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtUFSen = \"LBR_ICMSST_TaxBAmtUFSen\";\n\n\t/** Set ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtUFSen (BigDecimal LBR_ICMSST_TaxBAmtUFSen);\n\n\t/** Get ICMS-ST Base Amount withheld in Sender UF.\n\t * Identifies the ICMS-ST Base Amount withheld in Sender UF\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtUFSen();\n\n /** Column name LBR_ICMSST_TaxBAmtWhd */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBAmtWhd = \"LBR_ICMSST_TaxBAmtWhd\";\n\n\t/** Set ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBAmtWhd (BigDecimal LBR_ICMSST_TaxBAmtWhd);\n\n\t/** Get ICMS-ST Withheld Base Amount.\n\t * Identifies the ICMS-ST Withheld Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBAmtWhd();\n\n /** Column name LBR_ICMSST_TaxBase */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBase = \"LBR_ICMSST_TaxBase\";\n\n\t/** Set ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic void setLBR_ICMSST_TaxBase (BigDecimal LBR_ICMSST_TaxBase);\n\n\t/** Get ICMS-ST Tax Base.\n\t * Indicates the ICMS-ST Tax Base\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBase();\n\n /** Column name LBR_ICMSST_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseAmt = \"LBR_ICMSST_TaxBaseAmt\";\n\n\t/** Set ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseAmt (BigDecimal LBR_ICMSST_TaxBaseAmt);\n\n\t/** Get ICMS-ST Tax Base Amount.\n\t * Defines the ICMS-ST Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxBaseAmt();\n\n /** Column name LBR_ICMSST_TaxBaseType */\n public static final String COLUMNNAME_LBR_ICMSST_TaxBaseType = \"LBR_ICMSST_TaxBaseType\";\n\n\t/** Set ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic void setLBR_ICMSST_TaxBaseType (String LBR_ICMSST_TaxBaseType);\n\n\t/** Get ICMS-ST Tax Base Type.\n\t * Identifies a ICMS-ST Tax Base Type\n\t */\n\tpublic String getLBR_ICMSST_TaxBaseType();\n\n /** Column name LBR_ICMSST_TaxRate */\n public static final String COLUMNNAME_LBR_ICMSST_TaxRate = \"LBR_ICMSST_TaxRate\";\n\n\t/** Set ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic void setLBR_ICMSST_TaxRate (BigDecimal LBR_ICMSST_TaxRate);\n\n\t/** Get ICMS-ST Tax Rate.\n\t * Indicates the ICMS-ST Tax Rate\n\t */\n\tpublic BigDecimal getLBR_ICMSST_TaxRate();\n\n /** Column name LBR_ICMSST_TaxUFDue_ID */\n public static final String COLUMNNAME_LBR_ICMSST_TaxUFDue_ID = \"LBR_ICMSST_TaxUFDue_ID\";\n\n\t/** Set ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic void setLBR_ICMSST_TaxUFDue_ID (int LBR_ICMSST_TaxUFDue_ID);\n\n\t/** Get ICMS-ST UF Due.\n\t * Identifies the ICMS-ST UF Due\n\t */\n\tpublic int getLBR_ICMSST_TaxUFDue_ID();\n\n\tpublic org.compiere.model.I_C_Region getLBR_ICMSST_TaxUFDue() throws RuntimeException;\n\n /** Column name LBR_ProductSource */\n public static final String COLUMNNAME_LBR_ProductSource = \"LBR_ProductSource\";\n\n\t/** Set Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic void setLBR_ProductSource (String LBR_ProductSource);\n\n\t/** Get Product Source.\n\t * Identifies a Product Source\n\t */\n\tpublic String getLBR_ProductSource();\n\n /** Column name LBR_TaxAmt */\n public static final String COLUMNNAME_LBR_TaxAmt = \"LBR_TaxAmt\";\n\n\t/** Set Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic void setLBR_TaxAmt (BigDecimal LBR_TaxAmt);\n\n\t/** Get Tax Amount.\n\t * Defines the Tax Amount\n\t */\n\tpublic BigDecimal getLBR_TaxAmt();\n\n /** Column name LBR_TaxAmtCredit */\n public static final String COLUMNNAME_LBR_TaxAmtCredit = \"LBR_TaxAmtCredit\";\n\n\t/** Set Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic void setLBR_TaxAmtCredit (BigDecimal LBR_TaxAmtCredit);\n\n\t/** Get Tax Amount Credit.\n\t * Identifies the Tax Amount Credit\n\t */\n\tpublic BigDecimal getLBR_TaxAmtCredit();\n\n /** Column name LBR_TaxBase */\n public static final String COLUMNNAME_LBR_TaxBase = \"LBR_TaxBase\";\n\n\t/** Set Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic void setLBR_TaxBase (BigDecimal LBR_TaxBase);\n\n\t/** Get Tax Base.\n\t * Indicates the Tax Base\n\t */\n\tpublic BigDecimal getLBR_TaxBase();\n\n /** Column name LBR_TaxBaseAmt */\n public static final String COLUMNNAME_LBR_TaxBaseAmt = \"LBR_TaxBaseAmt\";\n\n\t/** Set Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic void setLBR_TaxBaseAmt (BigDecimal LBR_TaxBaseAmt);\n\n\t/** Get Tax Base Amount.\n\t * Defines the Tax Base Amount\n\t */\n\tpublic BigDecimal getLBR_TaxBaseAmt();\n\n /** Column name LBR_TaxBaseOwnOperation */\n public static final String COLUMNNAME_LBR_TaxBaseOwnOperation = \"LBR_TaxBaseOwnOperation\";\n\n\t/** Set Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic void setLBR_TaxBaseOwnOperation (BigDecimal LBR_TaxBaseOwnOperation);\n\n\t/** Get Tax Base Own Operation (%).\n\t * Identifies the Tax Base Own Operation in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxBaseOwnOperation();\n\n /** Column name LBR_TaxDeferralAmt */\n public static final String COLUMNNAME_LBR_TaxDeferralAmt = \"LBR_TaxDeferralAmt\";\n\n\t/** Set Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic void setLBR_TaxDeferralAmt (BigDecimal LBR_TaxDeferralAmt);\n\n\t/** Get Tax Deferral Amount.\n\t * Identifies the Tax Deferral Amount\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralAmt();\n\n /** Column name LBR_TaxDeferralRate */\n public static final String COLUMNNAME_LBR_TaxDeferralRate = \"LBR_TaxDeferralRate\";\n\n\t/** Set Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic void setLBR_TaxDeferralRate (BigDecimal LBR_TaxDeferralRate);\n\n\t/** Get Tax Deferral Rate (%).\n\t * Identifies the Tax Deferral Rate (%)\n\t */\n\tpublic BigDecimal getLBR_TaxDeferralRate();\n\n /** Column name LBR_TaxRate */\n public static final String COLUMNNAME_LBR_TaxRate = \"LBR_TaxRate\";\n\n\t/** Set Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic void setLBR_TaxRate (BigDecimal LBR_TaxRate);\n\n\t/** Get Tax Rate.\n\t * Indicates the Tax Rate\n\t */\n\tpublic BigDecimal getLBR_TaxRate();\n\n /** Column name LBR_TaxRateCredit */\n public static final String COLUMNNAME_LBR_TaxRateCredit = \"LBR_TaxRateCredit\";\n\n\t/** Set Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic void setLBR_TaxRateCredit (BigDecimal LBR_TaxRateCredit);\n\n\t/** Get Tax Rate Credit (%).\n\t * Identifies the Tax Rate Credit in percentage\n\t */\n\tpublic BigDecimal getLBR_TaxRateCredit();\n\n /** Column name LBR_TaxReliefAmt */\n public static final String COLUMNNAME_LBR_TaxReliefAmt = \"LBR_TaxReliefAmt\";\n\n\t/** Set Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic void setLBR_TaxReliefAmt (BigDecimal LBR_TaxReliefAmt);\n\n\t/** Get Tax Relief Amount.\n\t * Identifies the Tax Relief Amount\n\t */\n\tpublic BigDecimal getLBR_TaxReliefAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tprotected void getExras() {\n\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_Collection_Default \n{\n\n /** TableName=LBR_Collection_Default */\n public static final String Table_Name = \"LBR_Collection_Default\";\n\n /** AD_Table_ID=1000052 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_Accepted */\n public static final String COLUMNNAME_LBR_Accepted = \"LBR_Accepted\";\n\n\t/** Set Accepted\t */\n\tpublic void setLBR_Accepted (String LBR_Accepted);\n\n\t/** Get Accepted\t */\n\tpublic String getLBR_Accepted();\n\n /** Column name LBR_CNAB240DocType */\n public static final String COLUMNNAME_LBR_CNAB240DocType = \"LBR_CNAB240DocType\";\n\n\t/** Set Febraban Document Type\t */\n\tpublic void setLBR_CNAB240DocType (String LBR_CNAB240DocType);\n\n\t/** Get Febraban Document Type\t */\n\tpublic String getLBR_CNAB240DocType();\n\n /** Column name LBR_Collection_Default_ID */\n public static final String COLUMNNAME_LBR_Collection_Default_ID = \"LBR_Collection_Default_ID\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_ID (int LBR_Collection_Default_ID);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic int getLBR_Collection_Default_ID();\n\n /** Column name LBR_Collection_Default_UU */\n public static final String COLUMNNAME_LBR_Collection_Default_UU = \"LBR_Collection_Default_UU\";\n\n\t/** Set Bank Collection Defaults\t */\n\tpublic void setLBR_Collection_Default_UU (String LBR_Collection_Default_UU);\n\n\t/** Get Bank Collection Defaults\t */\n\tpublic String getLBR_Collection_Default_UU();\n\n /** Column name LBR_CollectionRegType */\n public static final String COLUMNNAME_LBR_CollectionRegType = \"LBR_CollectionRegType\";\n\n\t/** Set Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic void setLBR_CollectionRegType (String LBR_CollectionRegType);\n\n\t/** Get Registration Type.\n\t * Collection Registration Type\n\t */\n\tpublic String getLBR_CollectionRegType();\n\n /** Column name LBR_CollectionReturnCode */\n public static final String COLUMNNAME_LBR_CollectionReturnCode = \"LBR_CollectionReturnCode\";\n\n\t/** Set Collection Return Code\t */\n\tpublic void setLBR_CollectionReturnCode (String LBR_CollectionReturnCode);\n\n\t/** Get Collection Return Code\t */\n\tpublic String getLBR_CollectionReturnCode();\n\n /** Column name LBR_CollectionReturnDays */\n public static final String COLUMNNAME_LBR_CollectionReturnDays = \"LBR_CollectionReturnDays\";\n\n\t/** Set Collection Return Days\t */\n\tpublic void setLBR_CollectionReturnDays (int LBR_CollectionReturnDays);\n\n\t/** Get Collection Return Days\t */\n\tpublic int getLBR_CollectionReturnDays();\n\n /** Column name LBR_CollectionType */\n public static final String COLUMNNAME_LBR_CollectionType = \"LBR_CollectionType\";\n\n\t/** Set Collection Type\t */\n\tpublic void setLBR_CollectionType (String LBR_CollectionType);\n\n\t/** Get Collection Type\t */\n\tpublic String getLBR_CollectionType();\n\n /** Column name LBR_DirectDebitNotice */\n public static final String COLUMNNAME_LBR_DirectDebitNotice = \"LBR_DirectDebitNotice\";\n\n\t/** Set Direct Debit Notice\t */\n\tpublic void setLBR_DirectDebitNotice (String LBR_DirectDebitNotice);\n\n\t/** Get Direct Debit Notice\t */\n\tpublic String getLBR_DirectDebitNotice();\n\n /** Column name LBR_InterestAP */\n public static final String COLUMNNAME_LBR_InterestAP = \"LBR_InterestAP\";\n\n\t/** Set Interest Amount/Percentage\t */\n\tpublic void setLBR_InterestAP (BigDecimal LBR_InterestAP);\n\n\t/** Get Interest Amount/Percentage\t */\n\tpublic BigDecimal getLBR_InterestAP();\n\n /** Column name LBR_InterestCharge_ID */\n public static final String COLUMNNAME_LBR_InterestCharge_ID = \"LBR_InterestCharge_ID\";\n\n\t/** Set Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic void setLBR_InterestCharge_ID (int LBR_InterestCharge_ID);\n\n\t/** Get Interest Charge.\n\t * Charge to allocate interests\n\t */\n\tpublic int getLBR_InterestCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_InterestCharge() throws RuntimeException;\n\n /** Column name LBR_InterestCode */\n public static final String COLUMNNAME_LBR_InterestCode = \"LBR_InterestCode\";\n\n\t/** Set Late Payment Interest Code\t */\n\tpublic void setLBR_InterestCode (String LBR_InterestCode);\n\n\t/** Get Late Payment Interest Code\t */\n\tpublic String getLBR_InterestCode();\n\n /** Column name LBR_InterestDays */\n public static final String COLUMNNAME_LBR_InterestDays = \"LBR_InterestDays\";\n\n\t/** Set Interest Days\t */\n\tpublic void setLBR_InterestDays (int LBR_InterestDays);\n\n\t/** Get Interest Days\t */\n\tpublic int getLBR_InterestDays();\n\n /** Column name LBR_LatePaymentPenaltyAP */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyAP = \"LBR_LatePaymentPenaltyAP\";\n\n\t/** Set Late Payment Penaulty Amount/Percentage\t */\n\tpublic void setLBR_LatePaymentPenaltyAP (BigDecimal LBR_LatePaymentPenaltyAP);\n\n\t/** Get Late Payment Penaulty Amount/Percentage\t */\n\tpublic BigDecimal getLBR_LatePaymentPenaltyAP();\n\n /** Column name LBR_LatePaymentPenaltyCode */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyCode = \"LBR_LatePaymentPenaltyCode\";\n\n\t/** Set Late Payment Penaulty Code\t */\n\tpublic void setLBR_LatePaymentPenaltyCode (String LBR_LatePaymentPenaltyCode);\n\n\t/** Get Late Payment Penaulty Code\t */\n\tpublic String getLBR_LatePaymentPenaltyCode();\n\n /** Column name LBR_LatePaymentPenaltyDays */\n public static final String COLUMNNAME_LBR_LatePaymentPenaltyDays = \"LBR_LatePaymentPenaltyDays\";\n\n\t/** Set Late Payment Penaulty Days\t */\n\tpublic void setLBR_LatePaymentPenaltyDays (int LBR_LatePaymentPenaltyDays);\n\n\t/** Get Late Payment Penaulty Days\t */\n\tpublic int getLBR_LatePaymentPenaltyDays();\n\n /** Column name LBR_Message1 */\n public static final String COLUMNNAME_LBR_Message1 = \"LBR_Message1\";\n\n\t/** Set Message 1\t */\n\tpublic void setLBR_Message1 (String LBR_Message1);\n\n\t/** Get Message 1\t */\n\tpublic String getLBR_Message1();\n\n /** Column name LBR_Message2 */\n public static final String COLUMNNAME_LBR_Message2 = \"LBR_Message2\";\n\n\t/** Set Message 2\t */\n\tpublic void setLBR_Message2 (String LBR_Message2);\n\n\t/** Get Message 2\t */\n\tpublic String getLBR_Message2();\n\n /** Column name LBR_PartialPayment */\n public static final String COLUMNNAME_LBR_PartialPayment = \"LBR_PartialPayment\";\n\n\t/** Set Authorize Partial Payment\t */\n\tpublic void setLBR_PartialPayment (String LBR_PartialPayment);\n\n\t/** Get Authorize Partial Payment\t */\n\tpublic String getLBR_PartialPayment();\n\n /** Column name LBR_PaymentAllocationPriority */\n public static final String COLUMNNAME_LBR_PaymentAllocationPriority = \"LBR_PaymentAllocationPriority\";\n\n\t/** Set Payment Allocation Priority\t */\n\tpublic void setLBR_PaymentAllocationPriority (String LBR_PaymentAllocationPriority);\n\n\t/** Get Payment Allocation Priority\t */\n\tpublic String getLBR_PaymentAllocationPriority();\n\n /** Column name LBR_PenaltyCharge_ID */\n public static final String COLUMNNAME_LBR_PenaltyCharge_ID = \"LBR_PenaltyCharge_ID\";\n\n\t/** Set Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic void setLBR_PenaltyCharge_ID (int LBR_PenaltyCharge_ID);\n\n\t/** Get Penalty Charge.\n\t * Charge to allocate penalty payments\n\t */\n\tpublic int getLBR_PenaltyCharge_ID();\n\n\tpublic org.compiere.model.I_C_Charge getLBR_PenaltyCharge() throws RuntimeException;\n\n /** Column name LBR_ProtestCode */\n public static final String COLUMNNAME_LBR_ProtestCode = \"LBR_ProtestCode\";\n\n\t/** Set Protest Code.\n\t * Protest Code\n\t */\n\tpublic void setLBR_ProtestCode (String LBR_ProtestCode);\n\n\t/** Get Protest Code.\n\t * Protest Code\n\t */\n\tpublic String getLBR_ProtestCode();\n\n /** Column name LBR_ProtestDays */\n public static final String COLUMNNAME_LBR_ProtestDays = \"LBR_ProtestDays\";\n\n\t/** Set Protest Days.\n\t * Protest Days\n\t */\n\tpublic void setLBR_ProtestDays (int LBR_ProtestDays);\n\n\t/** Get Protest Days.\n\t * Protest Days\n\t */\n\tpublic int getLBR_ProtestDays();\n\n /** Column name Name */\n public static final String COLUMNNAME_Name = \"Name\";\n\n\t/** Set Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic void setName (String Name);\n\n\t/** Get Name.\n\t * Alphanumeric identifier of the entity\n\t */\n\tpublic String getName();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public interface I13nAct extends com.hps.july.persistence.Document, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCard getAgregate() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.StorageCardKey getAgregateKey() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.Integer\n * @exception String The exception description.\n */\njava.lang.Integer getAgregateresource() throws java.rmi.RemoteException;\n/**\n * \n * @return java.lang.String\n * @exception String The exception description.\n */\njava.lang.String getAgregateserial() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nActResourceSet() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic java.util.Enumeration getI13nDateSaving() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * \n * @return java.lang.Boolean\n * @exception String The exception description.\n */\njava.lang.Boolean getRecalcagrprice() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.Worker getTechStuff() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getTechStuffKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetAgregateKey(com.hps.july.persistence.StorageCardKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetTechStuffKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryAddI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nActResourceSet2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nActResourceSet(com.hps.july.persistence.I13nActResourceSet anI13nActResourceSet) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nDateSaving2I13nAct. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondaryRemoveI13nDateSaving(com.hps.july.persistence.I13nDateSaving anI13nDateSaving) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid secondarySetTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Agregate. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setAgregate(com.hps.july.persistence.StorageCard anAgregate) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Integer\n * @exception String The exception description.\n */\nvoid setAgregateresource(java.lang.Integer newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.String\n * @exception String The exception description.\n */\nvoid setAgregateserial(java.lang.String newValue) throws java.rmi.RemoteException;\n/**\n * \n * @return void\n * @param newValue java.lang.Boolean\n * @exception String The exception description.\n */\nvoid setRecalcagrprice(java.lang.Boolean newValue) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named I13nAct2Techstuff. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid setTechStuff(com.hps.july.persistence.Worker aTechStuff) throws java.rmi.RemoteException;\n}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "@ServoyClientSupport(ng = false, mc = true, wc = false, sc = false)\r\npublic interface IMobileSMHasTitle\r\n{\r\n\t/**\r\n\t * Get title label for the field or label.\r\n\t * \r\n\t * @sample\r\n\t * var form = solutionModel.newForm('someForm', 'db:/example_data/parent_table');\r\n\t * var field = form.newField('parent_table_text', JSField.TEXT_FIELD, 1);\r\n\t * field.getTitle().text = 'Parent table'\r\n\t * forms['someForm'].controller.show()\r\n\t */\r\n\tpublic IMobileSMTitle getTitle();\r\n}", "@Override\n public void memoria() {\n \n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "public interface DataReference extends java.rmi.Remote{\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.4BCCE1AB-78B5-AA3C-932B-883E5D1775B5]\n // </editor-fold>\n /**\n * Getter for the CreationDate attribute.\n * @return Date\n * @throws java.rmi.RemoteException\n */\n Date getCreationDate()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FCABA384-0469-0962-060E-28BE0D0E7C82]\n // </editor-fold>\n /**\n * Getter for the ID attribute.\n * @return int\n * @throws java.rmi.RemoteException\n */\n int getID()\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.86FD70C6-270D-42C5-EFB5-AB6602CF95B1]\n // </editor-fold>\n /**\n * Setter for the CreationDate attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setCreationDate(Date val)\n throws RemoteException;\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \">\n // #[regen=yes,regenBody=yes,id=DCE.FDCE10AB-E236-B3C7-2407-6A09EA4717F4]\n // </editor-fold>\n /**\n * Setter for the ID attribute.\n * @param val\n * @throws java.rmi.RemoteException\n */\n void setID(int val)\n throws RemoteException;\n \n}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public interface IListViewRecord {\r\n\r\n /**\r\n * element : columns of type {urn:partner.soap.sforce.com}ListViewRecordColumn\r\n * java type: com.sforce.soap.partner.ListViewRecordColumn[]\r\n */\r\n\r\n public com.sforce.soap.partner.IListViewRecordColumn[] getColumns();\r\n\r\n public void setColumns(com.sforce.soap.partner.IListViewRecordColumn[] columns);\r\n\r\n\r\n}", "public void mo38117a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_C_Decoris_PreOrderLine \n{\n\n /** TableName=C_Decoris_PreOrderLine */\n public static final String Table_Name = \"C_Decoris_PreOrderLine\";\n\n /** AD_Table_ID=1000199 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Decoris_PreOrder_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrder_ID = \"C_Decoris_PreOrder_ID\";\n\n\t/** Set C_Decoris_PreOrder\t */\n\tpublic void setC_Decoris_PreOrder_ID (int C_Decoris_PreOrder_ID);\n\n\t/** Get C_Decoris_PreOrder\t */\n\tpublic int getC_Decoris_PreOrder_ID();\n\n\tpublic I_C_Decoris_PreOrder getC_Decoris_PreOrder() throws RuntimeException;\n\n /** Column name C_Decoris_PreOrderLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_ID = \"C_Decoris_PreOrderLine_ID\";\n\n\t/** Set C_Decoris_PreOrderLine\t */\n\tpublic void setC_Decoris_PreOrderLine_ID (int C_Decoris_PreOrderLine_ID);\n\n\t/** Get C_Decoris_PreOrderLine\t */\n\tpublic int getC_Decoris_PreOrderLine_ID();\n\n /** Column name C_Decoris_PreOrderLine_UU */\n public static final String COLUMNNAME_C_Decoris_PreOrderLine_UU = \"C_Decoris_PreOrderLine_UU\";\n\n\t/** Set C_Decoris_PreOrderLine_UU\t */\n\tpublic void setC_Decoris_PreOrderLine_UU (String C_Decoris_PreOrderLine_UU);\n\n\t/** Get C_Decoris_PreOrderLine_UU\t */\n\tpublic String getC_Decoris_PreOrderLine_UU();\n\n /** Column name C_Decoris_PreSalesLine_ID */\n public static final String COLUMNNAME_C_Decoris_PreSalesLine_ID = \"C_Decoris_PreSalesLine_ID\";\n\n\t/** Set Decoris Presales Line\t */\n\tpublic void setC_Decoris_PreSalesLine_ID (int C_Decoris_PreSalesLine_ID);\n\n\t/** Get Decoris Presales Line\t */\n\tpublic int getC_Decoris_PreSalesLine_ID();\n\n\tpublic I_C_Decoris_PreSalesLine getC_Decoris_PreSalesLine() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LineNetAmt */\n public static final String COLUMNNAME_LineNetAmt = \"LineNetAmt\";\n\n\t/** Set Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic void setLineNetAmt (BigDecimal LineNetAmt);\n\n\t/** Get Line Amount.\n\t * Line Extended Amount (Quantity * Actual Price) without Freight and Charges\n\t */\n\tpublic BigDecimal getLineNetAmt();\n\n /** Column name LineNo */\n public static final String COLUMNNAME_LineNo = \"LineNo\";\n\n\t/** Set Line No.\n\t * Unique line for this document\n\t */\n\tpublic void setLineNo (int LineNo);\n\n\t/** Get Line No.\n\t * Unique line for this document\n\t */\n\tpublic int getLineNo();\n\n /** Column name M_AttributeSetInstance_ID */\n public static final String COLUMNNAME_M_AttributeSetInstance_ID = \"M_AttributeSetInstance_ID\";\n\n\t/** Set Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID);\n\n\t/** Get Attribute Set Instance.\n\t * Product Attribute Set Instance\n\t */\n\tpublic int getM_AttributeSetInstance_ID();\n\n\tpublic I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;\n\n /** Column name M_Fifapps_Objcodes_ID */\n public static final String COLUMNNAME_M_Fifapps_Objcodes_ID = \"M_Fifapps_Objcodes_ID\";\n\n\t/** Set M_Fifapps_Objcodes\t */\n\tpublic void setM_Fifapps_Objcodes_ID (int M_Fifapps_Objcodes_ID);\n\n\t/** Get M_Fifapps_Objcodes\t */\n\tpublic int getM_Fifapps_Objcodes_ID();\n\n\tpublic I_M_Fifapps_Objcodes getM_Fifapps_Objcodes() throws RuntimeException;\n\n /** Column name M_Fifapps_Supplier_ID */\n public static final String COLUMNNAME_M_Fifapps_Supplier_ID = \"M_Fifapps_Supplier_ID\";\n\n\t/** Set M_Fifapps_Supplier\t */\n\tpublic void setM_Fifapps_Supplier_ID (int M_Fifapps_Supplier_ID);\n\n\t/** Get M_Fifapps_Supplier\t */\n\tpublic int getM_Fifapps_Supplier_ID();\n\n\tpublic I_M_Fifapps_Supplier getM_Fifapps_Supplier() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name PriceEntered */\n public static final String COLUMNNAME_PriceEntered = \"PriceEntered\";\n\n\t/** Set Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic void setPriceEntered (BigDecimal PriceEntered);\n\n\t/** Get Price.\n\t * Price Entered - the price based on the selected/base UoM\n\t */\n\tpublic BigDecimal getPriceEntered();\n\n /** Column name QtyEntered */\n public static final String COLUMNNAME_QtyEntered = \"QtyEntered\";\n\n\t/** Set Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic void setQtyEntered (BigDecimal QtyEntered);\n\n\t/** Get Quantity.\n\t * The Quantity Entered is based on the selected UoM\n\t */\n\tpublic BigDecimal getQtyEntered();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public final void mo51373a() {\n }", "@Override\n protected void getExras() {\n }", "@Override\n public int describeContents() { return 0; }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "public void mo21880v() {\n }", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tpublic void view() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\n\tprotected void GetDataFromNative() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tpublic void acomodaVista() {\n\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\n // <editor-fold defaultstate=\"collapsed\" desc=\" UML Marker \"> \n // #[regen=yes,id=DCE.E1700BD9-298C-DA86-4BFF-194B41A6CF5E]\n // </editor-fold> \n protected String getProperties() {\n\n return \"Size = \" + size + \", Index = \" + value;\n\n }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "private void cargartabla() {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "public int getNewProperty_descriptionType(){\n return localNewProperty_descriptionType;\n }", "protected MetadataUGWD() {/* intentionally empty block */}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_PartnerDFe \n{\n\n /** TableName=LBR_PartnerDFe */\n public static final String Table_Name = \"LBR_PartnerDFe\";\n\n /** AD_Table_ID=1120461 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPName */\n public static final String COLUMNNAME_BPName = \"BPName\";\n\n\t/** Set BP Name\t */\n\tpublic void setBPName (String BPName);\n\n\t/** Get BP Name\t */\n\tpublic String getBPName();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DocumentNote */\n public static final String COLUMNNAME_DocumentNote = \"DocumentNote\";\n\n\t/** Set Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic void setDocumentNote (String DocumentNote);\n\n\t/** Get Document Note.\n\t * Additional information for a Document\n\t */\n\tpublic String getDocumentNote();\n\n /** Column name DocumentType */\n public static final String COLUMNNAME_DocumentType = \"DocumentType\";\n\n\t/** Set Document Type.\n\t * Document Type\n\t */\n\tpublic void setDocumentType (String DocumentType);\n\n\t/** Get Document Type.\n\t * Document Type\n\t */\n\tpublic String getDocumentType();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name IsSOTrx */\n public static final String COLUMNNAME_IsSOTrx = \"IsSOTrx\";\n\n\t/** Set Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic void setIsSOTrx (boolean IsSOTrx);\n\n\t/** Get Sales Transaction.\n\t * This is a Sales Transaction\n\t */\n\tpublic boolean isSOTrx();\n\n /** Column name LBR_EventType */\n public static final String COLUMNNAME_LBR_EventType = \"LBR_EventType\";\n\n\t/** Set Event Type\t */\n\tpublic void setLBR_EventType (String LBR_EventType);\n\n\t/** Get Event Type\t */\n\tpublic String getLBR_EventType();\n\n /** Column name LBR_IsManifested */\n public static final String COLUMNNAME_LBR_IsManifested = \"LBR_IsManifested\";\n\n\t/** Set Manifested\t */\n\tpublic void setLBR_IsManifested (boolean LBR_IsManifested);\n\n\t/** Get Manifested\t */\n\tpublic boolean isLBR_IsManifested();\n\n /** Column name LBR_IsXMLValid */\n public static final String COLUMNNAME_LBR_IsXMLValid = \"LBR_IsXMLValid\";\n\n\t/** Set XML Valid\t */\n\tpublic void setLBR_IsXMLValid (boolean LBR_IsXMLValid);\n\n\t/** Get XML Valid\t */\n\tpublic boolean isLBR_IsXMLValid();\n\n /** Column name LBR_PartnerDFe_ID */\n public static final String COLUMNNAME_LBR_PartnerDFe_ID = \"LBR_PartnerDFe_ID\";\n\n\t/** Set Partner Doc Fiscal\t */\n\tpublic void setLBR_PartnerDFe_ID (int LBR_PartnerDFe_ID);\n\n\t/** Get Partner Doc Fiscal\t */\n\tpublic int getLBR_PartnerDFe_ID();\n\n /** Column name LBR_PartnerDFe_UU */\n public static final String COLUMNNAME_LBR_PartnerDFe_UU = \"LBR_PartnerDFe_UU\";\n\n\t/** Set LBR_PartnerDFe_UU\t */\n\tpublic void setLBR_PartnerDFe_UU (String LBR_PartnerDFe_UU);\n\n\t/** Get LBR_PartnerDFe_UU\t */\n\tpublic String getLBR_PartnerDFe_UU();\n\n /** Column name LBR_SitNF */\n public static final String COLUMNNAME_LBR_SitNF = \"LBR_SitNF\";\n\n\t/** Set NF Status.\n\t * NF Status\n\t */\n\tpublic void setLBR_SitNF (String LBR_SitNF);\n\n\t/** Get NF Status.\n\t * NF Status\n\t */\n\tpublic String getLBR_SitNF();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_CPF */\n public static final String COLUMNNAME_lbr_CPF = \"lbr_CPF\";\n\n\t/** Set CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic void setlbr_CPF (String lbr_CPF);\n\n\t/** Get CPF.\n\t * Used to identify individuals in Brazil\n\t */\n\tpublic String getlbr_CPF();\n\n /** Column name lbr_DigestValue */\n public static final String COLUMNNAME_lbr_DigestValue = \"lbr_DigestValue\";\n\n\t/** Set Digest Value\t */\n\tpublic void setlbr_DigestValue (String lbr_DigestValue);\n\n\t/** Get Digest Value\t */\n\tpublic String getlbr_DigestValue();\n\n /** Column name lbr_IE */\n public static final String COLUMNNAME_lbr_IE = \"lbr_IE\";\n\n\t/** Set IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic void setlbr_IE (String lbr_IE);\n\n\t/** Get IE.\n\t * Used to Identify the IE (State Tax ID)\n\t */\n\tpublic String getlbr_IE();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n\n /** Column name lbr_NFeStatus */\n public static final String COLUMNNAME_lbr_NFeStatus = \"lbr_NFeStatus\";\n\n\t/** Set NFe Status.\n\t * Status of NFe\n\t */\n\tpublic void setlbr_NFeStatus (String lbr_NFeStatus);\n\n\t/** Get NFe Status.\n\t * Status of NFe\n\t */\n\tpublic String getlbr_NFeStatus();\n}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public interface CfgAntenna extends javax.ejb.EJBObject, com.ibm.ivj.ejb.runtime.CopyHelper {\n\n\n\n\n\n\t/**\n\t * Get accessor for persistent attribute: resource\n\t */\n\tpublic int getResource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: resource\n\t */\n\tpublic void setResource(int newResource) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: num_ant\n\t */\n\tpublic java.lang.String getNum_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: num_ant\n\t */\n\tpublic void setNum_ant(java.lang.String newNum_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kind_ant\n\t */\n\tpublic java.lang.String getKind_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kind_ant\n\t */\n\tpublic void setKind_ant(java.lang.String newKind_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl\n\t */\n\tpublic java.math.BigDecimal getNakl() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl\n\t */\n\tpublic void setNakl(java.math.BigDecimal newNakl)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_ant\n\t */\n\tpublic java.math.BigDecimal getAz_ant() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_ant\n\t */\n\tpublic void setAz_ant(java.math.BigDecimal newAz_ant)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: kswn\n\t */\n\tpublic java.math.BigDecimal getKswn() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: kswn\n\t */\n\tpublic void setKswn(java.math.BigDecimal newKswn)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: h_set1\n\t */\n\tpublic java.math.BigDecimal getH_set1() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: h_set1\n\t */\n\tpublic void setH_set1(java.math.BigDecimal newH_set1)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: len_cable\n\t */\n\tpublic java.math.BigDecimal getLen_cable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: len_cable\n\t */\n\tpublic void setLen_cable(java.math.BigDecimal newLen_cable)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: cableres\n\t */\n\tpublic java.lang.Integer getCableres() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: cableres\n\t */\n\tpublic void setCableres(java.lang.Integer newCableres)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: equipment\n\t */\n\tpublic int getEquipment() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: equipment\n\t */\n\tpublic void setEquipment(int newEquipment) throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: az_variation\n\t */\n\tpublic java.lang.String getAz_variation() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: az_variation\n\t */\n\tpublic void setAz_variation(java.lang.String newAz_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: nakl_variation\n\t */\n\tpublic java.lang.String getNakl_variation()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: nakl_variation\n\t */\n\tpublic void setNakl_variation(java.lang.String newNakl_variation)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: input_power\n\t */\n\tpublic java.math.BigDecimal getInput_power()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: input_power\n\t */\n\tpublic void setInput_power(java.math.BigDecimal newInput_power)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: operator\n\t */\n\tpublic java.lang.Integer getOperator() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: operator\n\t */\n\tpublic void setOperator(java.lang.Integer newOperator)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: byhand\n\t */\n\tpublic java.lang.Boolean getByhand() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: byhand\n\t */\n\tpublic void setByhand(java.lang.Boolean newByhand)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundresource\n\t */\n\tpublic java.lang.Integer getGroundresource()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundresource\n\t */\n\tpublic void setGroundresource(java.lang.Integer newGroundresource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: groundcnt\n\t */\n\tpublic java.lang.Integer getGroundcnt() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: groundcnt\n\t */\n\tpublic void setGroundcnt(java.lang.Integer newGroundcnt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: locationtype\n\t */\n\tpublic java.lang.String getLocationtype() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: locationtype\n\t */\n\tpublic void setLocationtype(java.lang.String newLocationtype)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: electricaltilt\n\t */\n\tpublic java.math.BigDecimal getElectricaltilt()\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: electricaltilt\n\t */\n\tpublic void setElectricaltilt(java.math.BigDecimal newElectricaltilt)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: StorageCard\n\t */\n\tpublic java.lang.Integer getStorageCard() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: StorageCard\n\t */\n\tpublic void setStorageCard(java.lang.Integer newStorageCard)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: qty\n\t */\n\tpublic java.math.BigDecimal getQty() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: qty\n\t */\n\tpublic void setQty(java.math.BigDecimal newQty)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: datasource\n\t */\n\tpublic int getDatasource() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: datasource\n\t */\n\tpublic void setDatasource(int newDatasource)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic java.lang.String getObjectStatus() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: ObjectStatus\n\t */\n\tpublic void setObjectStatus(java.lang.String newObjectStatus)\n\t\tthrows java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getId_anten() throws java.rmi.RemoteException;\n\t/**\n\t * @return\n\t */\n\tpublic int getSavconfigid() throws java.rmi.RemoteException;\n\t/**\n\t * Get accessor for persistent attribute: commcable\n\t */\n\tpublic java.lang.Boolean getCommcable() throws java.rmi.RemoteException;\n\t/**\n\t * Set accessor for persistent attribute: commcable\n\t */\n\tpublic void setCommcable(java.lang.Boolean newCommcable)\n\t\tthrows java.rmi.RemoteException;\n}", "private void atualizar_tbl_pro_profs() {\n throw new UnsupportedOperationException(\"Not supported yet.\");\n//To change body of generated methods, choose Tools | Templates.\n }", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public int getOldProperty_descriptionType(){\n return localOldProperty_descriptionType;\n }", "@Override\n public String getDescription() {\n return DESCRIPTION;\n }", "public int getOldValues_descriptionType(){\n return localOldValues_descriptionType;\n }", "@Override\r\n\tprotected void initVentajas() {\n\r\n\t}", "@Override\n public String getName(){\n return Name; \n }", "@Override \n\t public String getDescription() {\n\t \t return \"(*.MXD)\"; \n\t }", "public String _designercreateview(Object _base,anywheresoftware.b4a.objects.LabelWrapper _lbl,anywheresoftware.b4a.objects.collections.Map _props) throws Exception{\n_mbase = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_base));\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_tag = _mbase.getTag();\n //BA.debugLineNum = 35;BA.debugLine=\"Tag = mBase.Tag : mBase.Tag = Me\";\n_mbase.setTag(this);\n //BA.debugLineNum = 36;BA.debugLine=\"cvs.Initialize(mBase)\";\n_cvs.Initialize(_mbase);\n //BA.debugLineNum = 37;BA.debugLine=\"mMin = Props.Get(\\\"Min\\\")\";\n_mmin = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Min\"))));\n //BA.debugLineNum = 38;BA.debugLine=\"mMax = Props.Get(\\\"Max\\\")\";\n_mmax = (int)(BA.ObjectToNumber(_props.Get((Object)(\"Max\"))));\n //BA.debugLineNum = 39;BA.debugLine=\"pnl = xui.CreatePanel(\\\"pnl\\\")\";\n_pnl = _xui.CreatePanel(ba,\"pnl\");\n //BA.debugLineNum = 40;BA.debugLine=\"xlbl = Lbl\";\n_xlbl = (anywheresoftware.b4a.objects.B4XViewWrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.B4XViewWrapper(), (java.lang.Object)(_lbl.getObject()));\n //BA.debugLineNum = 41;BA.debugLine=\"mBase.AddView(xlbl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_xlbl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 42;BA.debugLine=\"mBase.AddView(pnl, 0, 0, 0, 0)\";\n_mbase.AddView((android.view.View)(_pnl.getObject()),(int) (0),(int) (0),(int) (0),(int) (0));\n //BA.debugLineNum = 43;BA.debugLine=\"ValueColor = xui.PaintOrColorToColor(Props.Get(\\\"V\";\n_valuecolor = _xui.PaintOrColorToColor(_props.Get((Object)(\"ValueColor\")));\n //BA.debugLineNum = 44;BA.debugLine=\"If xui.IsB4A Or xui.IsB4i Then\";\nif (_xui.getIsB4A() || _xui.getIsB4i()) { \n //BA.debugLineNum = 45;BA.debugLine=\"stroke = 8dip\";\n_stroke = __c.DipToCurrent((int) (8));\n }else if(_xui.getIsB4J()) { \n //BA.debugLineNum = 47;BA.debugLine=\"stroke = 6dip\";\n_stroke = __c.DipToCurrent((int) (6));\n };\n //BA.debugLineNum = 49;BA.debugLine=\"Base_Resize(mBase.Width, mBase.Height)\";\n_base_resize(_mbase.getWidth(),_mbase.getHeight());\n //BA.debugLineNum = 50;BA.debugLine=\"End Sub\";\nreturn \"\";\n}", "@SuppressWarnings(\"all\")\npublic interface I_LBR_MDFeUnloadDoc \n{\n\n /** TableName=LBR_MDFeUnloadDoc */\n public static final String Table_Name = \"LBR_MDFeUnloadDoc\";\n\n /** AD_Table_ID=1120355 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name C_Region_ID */\n public static final String COLUMNNAME_C_Region_ID = \"C_Region_ID\";\n\n\t/** Set Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic void setC_Region_ID (int C_Region_ID);\n\n\t/** Get Region.\n\t * Identifies a geographical Region\n\t */\n\tpublic int getC_Region_ID();\n\n\tpublic org.compiere.model.I_C_Region getC_Region() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateDoc */\n public static final String COLUMNNAME_DateDoc = \"DateDoc\";\n\n\t/** Set Document Date.\n\t * Date of the Document\n\t */\n\tpublic void setDateDoc (Timestamp DateDoc);\n\n\t/** Get Document Date.\n\t * Date of the Document\n\t */\n\tpublic Timestamp getDateDoc();\n\n /** Column name DateTrx */\n public static final String COLUMNNAME_DateTrx = \"DateTrx\";\n\n\t/** Set Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic void setDateTrx (Timestamp DateTrx);\n\n\t/** Get Transaction Date.\n\t * Transaction Date\n\t */\n\tpublic Timestamp getDateTrx();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name GrandTotal */\n public static final String COLUMNNAME_GrandTotal = \"GrandTotal\";\n\n\t/** Set Grand Total.\n\t * Total amount of document\n\t */\n\tpublic void setGrandTotal (BigDecimal GrandTotal);\n\n\t/** Get Grand Total.\n\t * Total amount of document\n\t */\n\tpublic BigDecimal getGrandTotal();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name LBR_MDFeDocType */\n public static final String COLUMNNAME_LBR_MDFeDocType = \"LBR_MDFeDocType\";\n\n\t/** Set MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic void setLBR_MDFeDocType (String LBR_MDFeDocType);\n\n\t/** Get MDFe Document Type.\n\t * MDFe Document Type\n\t */\n\tpublic String getLBR_MDFeDocType();\n\n /** Column name LBR_MDFeUnloadDoc_ID */\n public static final String COLUMNNAME_LBR_MDFeUnloadDoc_ID = \"LBR_MDFeUnloadDoc_ID\";\n\n\t/** Set Documento de Descarregamento do MDFe\t */\n\tpublic void setLBR_MDFeUnloadDoc_ID (int LBR_MDFeUnloadDoc_ID);\n\n\t/** Get Documento de Descarregamento do MDFe\t */\n\tpublic int getLBR_MDFeUnloadDoc_ID();\n\n /** Column name LBR_MDFeUnload_ID */\n public static final String COLUMNNAME_LBR_MDFeUnload_ID = \"LBR_MDFeUnload_ID\";\n\n\t/** Set Descarregamento do Manifesto\t */\n\tpublic void setLBR_MDFeUnload_ID (int LBR_MDFeUnload_ID);\n\n\t/** Get Descarregamento do Manifesto\t */\n\tpublic int getLBR_MDFeUnload_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_MDFeUnload getLBR_MDFeUnload() throws RuntimeException;\n\n /** Column name LBR_NotaFiscal_ID */\n public static final String COLUMNNAME_LBR_NotaFiscal_ID = \"LBR_NotaFiscal_ID\";\n\n\t/** Set Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic void setLBR_NotaFiscal_ID (int LBR_NotaFiscal_ID);\n\n\t/** Get Nota Fiscal.\n\t * Primary key table LBR_NotaFiscal\n\t */\n\tpublic int getLBR_NotaFiscal_ID();\n\n\tpublic org.adempierelbr.model.I_LBR_NotaFiscal getLBR_NotaFiscal() throws RuntimeException;\n\n /** Column name LBR_SubSerie */\n public static final String COLUMNNAME_LBR_SubSerie = \"LBR_SubSerie\";\n\n\t/** Set Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic void setLBR_SubSerie (String LBR_SubSerie);\n\n\t/** Get Sub Serie.\n\t * Sub Serie\n\t */\n\tpublic String getLBR_SubSerie();\n\n /** Column name PIN */\n public static final String COLUMNNAME_PIN = \"PIN\";\n\n\t/** Set PIN.\n\t * Personal Identification Number\n\t */\n\tpublic void setPIN (String PIN);\n\n\t/** Get PIN.\n\t * Personal Identification Number\n\t */\n\tpublic String getPIN();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name lbr_Barcode2 */\n public static final String COLUMNNAME_lbr_Barcode2 = \"lbr_Barcode2\";\n\n\t/** Set Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic void setlbr_Barcode2 (String lbr_Barcode2);\n\n\t/** Get Barcode 2.\n\t * Second Barcode of the Nota Fiscal\n\t */\n\tpublic String getlbr_Barcode2();\n\n /** Column name lbr_CNPJ */\n public static final String COLUMNNAME_lbr_CNPJ = \"lbr_CNPJ\";\n\n\t/** Set CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic void setlbr_CNPJ (String lbr_CNPJ);\n\n\t/** Get CNPJ.\n\t * Used to identify Legal Entities in Brazil\n\t */\n\tpublic String getlbr_CNPJ();\n\n /** Column name lbr_NFSerie */\n public static final String COLUMNNAME_lbr_NFSerie = \"lbr_NFSerie\";\n\n\t/** Set NF Serie\t */\n\tpublic void setlbr_NFSerie (String lbr_NFSerie);\n\n\t/** Get NF Serie\t */\n\tpublic String getlbr_NFSerie();\n\n /** Column name lbr_NFeID */\n public static final String COLUMNNAME_lbr_NFeID = \"lbr_NFeID\";\n\n\t/** Set NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic void setlbr_NFeID (String lbr_NFeID);\n\n\t/** Get NFe ID.\n\t * Identification of NFe\n\t */\n\tpublic String getlbr_NFeID();\n\n /** Column name lbr_NFeProt */\n public static final String COLUMNNAME_lbr_NFeProt = \"lbr_NFeProt\";\n\n\t/** Set NFe Protocol\t */\n\tpublic void setlbr_NFeProt (String lbr_NFeProt);\n\n\t/** Get NFe Protocol\t */\n\tpublic String getlbr_NFeProt();\n}", "@Override\n\tpublic void getDetail() {\n\t\t\n\t}", "public interface CustomerInfo extends EObject {\n\t/**\n\t * Returns the name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCustomerLastName(String bookingRef);\n\n\t/**\n\t * Returns the age of the customer associated to the booking reference. \n\t * Returns -1 if the booking reference does not exist.\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getCustomerAge(String bookingRef);\n\n\t/**\n\t * Returns the email of the customer associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */ \n\tString getCustomerEmail(String bookingRef);\n\n\t/**\n\t * Returns the ccnr of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcNr(String bookingRef);\n\n\t/**\n\t * Returns the ccv of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCcV(String bookingRef);\n\n\t/**\n\t * Returns the expiry month of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpMonth(String bookingRef);\n\n\t/**\n\t * Returns the expiry year of the bank card associated to the booking reference\n\t * @model dataType=\"types.Integer\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tint getExpYear(String bookingRef);\n\n\t/**\n\t * Returns the first name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardFirstName(String bookingRef);\n\n\t/**\n\t * Returns the last name of the bank card associated to the booking reference\n\t * @model dataType=\"types.String\" required=\"true\" ordered=\"false\" bookingRefDataType=\"types.String\" bookingRefRequired=\"true\" bookingRefOrdered=\"false\"\n\t * @generated NOT\n\t */\n\tString getCardLastName(String bookingRef);\n\n}", "@Override public String toString() {\n return \"\" + super.toString(); // NOI18N\n }", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\n\tpublic void name() {\n\t\t\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "public void mo21779D() {\n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@DSComment(\"Private Method\")\n @DSBan(DSCat.PRIVATE_METHOD)\n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 13:00:49.426 -0500\", hash_original_method = \"26D71A046B8A5E21DEFC65FB89CD9FDA\", hash_generated_method = \"2293476E78FCC8BDA181F927AEA93BD1\")\n \nprivate void copyTables ()\n {\n if (prefixTable != null) {\n prefixTable = (Hashtable)prefixTable.clone();\n } else {\n prefixTable = new Hashtable();\n }\n if (uriTable != null) {\n uriTable = (Hashtable)uriTable.clone();\n } else {\n uriTable = new Hashtable();\n }\n elementNameTable = new Hashtable();\n attributeNameTable = new Hashtable();\n declSeen = true;\n }", "public void mo55254a() {\n }", "@SuppressWarnings(\"all\")\npublic interface I_I_BankDataJP \n{\n\n /** TableName=I_BankDataJP */\n public static final String Table_Name = \"I_BankDataJP\";\n\n /** AD_Table_ID=1000307 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Tenant.\n\t * Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within tenant\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AccountNo */\n public static final String COLUMNNAME_AccountNo = \"AccountNo\";\n\n\t/** Set Account No.\n\t * Account Number\n\t */\n\tpublic void setAccountNo (String AccountNo);\n\n\t/** Get Account No.\n\t * Account Number\n\t */\n\tpublic String getAccountNo();\n\n /** Column name BankAccountType */\n public static final String COLUMNNAME_BankAccountType = \"BankAccountType\";\n\n\t/** Set Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic void setBankAccountType (String BankAccountType);\n\n\t/** Get Bank Account Type.\n\t * Bank Account Type\n\t */\n\tpublic String getBankAccountType();\n\n /** Column name C_BankAccount_ID */\n public static final String COLUMNNAME_C_BankAccount_ID = \"C_BankAccount_ID\";\n\n\t/** Set Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic void setC_BankAccount_ID (int C_BankAccount_ID);\n\n\t/** Get Bank Account.\n\t * Account at the Bank\n\t */\n\tpublic int getC_BankAccount_ID();\n\n\tpublic org.compiere.model.I_C_BankAccount getC_BankAccount() throws RuntimeException;\n\n /** Column name C_Bank_ID */\n public static final String COLUMNNAME_C_Bank_ID = \"C_Bank_ID\";\n\n\t/** Set Bank.\n\t * Bank\n\t */\n\tpublic void setC_Bank_ID (int C_Bank_ID);\n\n\t/** Get Bank.\n\t * Bank\n\t */\n\tpublic int getC_Bank_ID();\n\n\tpublic org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name I_BankDataJP_ID */\n public static final String COLUMNNAME_I_BankDataJP_ID = \"I_BankDataJP_ID\";\n\n\t/** Set I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic void setI_BankDataJP_ID (int I_BankDataJP_ID);\n\n\t/** Get I_BankDataJP.\n\t * JPIERE-0595:JPBP\n\t */\n\tpublic int getI_BankDataJP_ID();\n\n /** Column name I_BankDataJP_UU */\n public static final String COLUMNNAME_I_BankDataJP_UU = \"I_BankDataJP_UU\";\n\n\t/** Set I_BankDataJP_UU\t */\n\tpublic void setI_BankDataJP_UU (String I_BankDataJP_UU);\n\n\t/** Get I_BankDataJP_UU\t */\n\tpublic String getI_BankDataJP_UU();\n\n /** Column name I_ErrorMsg */\n public static final String COLUMNNAME_I_ErrorMsg = \"I_ErrorMsg\";\n\n\t/** Set Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic void setI_ErrorMsg (String I_ErrorMsg);\n\n\t/** Get Import Error Message.\n\t * Messages generated from import process\n\t */\n\tpublic String getI_ErrorMsg();\n\n /** Column name I_IsImported */\n public static final String COLUMNNAME_I_IsImported = \"I_IsImported\";\n\n\t/** Set Imported.\n\t * Has this import been processed\n\t */\n\tpublic void setI_IsImported (boolean I_IsImported);\n\n\t/** Get Imported.\n\t * Has this import been processed\n\t */\n\tpublic boolean isI_IsImported();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name JP_A_Name */\n public static final String COLUMNNAME_JP_A_Name = \"JP_A_Name\";\n\n\t/** Set Account Name\t */\n\tpublic void setJP_A_Name (String JP_A_Name);\n\n\t/** Get Account Name\t */\n\tpublic String getJP_A_Name();\n\n /** Column name JP_A_Name_Kana */\n public static final String COLUMNNAME_JP_A_Name_Kana = \"JP_A_Name_Kana\";\n\n\t/** Set Account Name(Kana)\t */\n\tpublic void setJP_A_Name_Kana (String JP_A_Name_Kana);\n\n\t/** Get Account Name(Kana)\t */\n\tpublic String getJP_A_Name_Kana();\n\n /** Column name JP_AcctDate */\n public static final String COLUMNNAME_JP_AcctDate = \"JP_AcctDate\";\n\n\t/** Set Date of Account Date\t */\n\tpublic void setJP_AcctDate (String JP_AcctDate);\n\n\t/** Get Date of Account Date\t */\n\tpublic String getJP_AcctDate();\n\n /** Column name JP_AcctMonth */\n public static final String COLUMNNAME_JP_AcctMonth = \"JP_AcctMonth\";\n\n\t/** Set Month of Account Date\t */\n\tpublic void setJP_AcctMonth (String JP_AcctMonth);\n\n\t/** Get Month of Account Date\t */\n\tpublic String getJP_AcctMonth();\n\n /** Column name JP_BankAccountType */\n public static final String COLUMNNAME_JP_BankAccountType = \"JP_BankAccountType\";\n\n\t/** Set Bank Account Type\t */\n\tpublic void setJP_BankAccountType (String JP_BankAccountType);\n\n\t/** Get Bank Account Type\t */\n\tpublic String getJP_BankAccountType();\n\n /** Column name JP_BankAccount_Value */\n public static final String COLUMNNAME_JP_BankAccount_Value = \"JP_BankAccount_Value\";\n\n\t/** Set Bank Account(Search Key)\t */\n\tpublic void setJP_BankAccount_Value (String JP_BankAccount_Value);\n\n\t/** Get Bank Account(Search Key)\t */\n\tpublic String getJP_BankAccount_Value();\n\n /** Column name JP_BankDataCustomerCode1 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode1 = \"JP_BankDataCustomerCode1\";\n\n\t/** Set Bank Data Customer Code1\t */\n\tpublic void setJP_BankDataCustomerCode1 (String JP_BankDataCustomerCode1);\n\n\t/** Get Bank Data Customer Code1\t */\n\tpublic String getJP_BankDataCustomerCode1();\n\n /** Column name JP_BankDataCustomerCode2 */\n public static final String COLUMNNAME_JP_BankDataCustomerCode2 = \"JP_BankDataCustomerCode2\";\n\n\t/** Set Bank Data Customer Code2\t */\n\tpublic void setJP_BankDataCustomerCode2 (String JP_BankDataCustomerCode2);\n\n\t/** Get Bank Data Customer Code2\t */\n\tpublic String getJP_BankDataCustomerCode2();\n\n /** Column name JP_BankDataLine_ID */\n public static final String COLUMNNAME_JP_BankDataLine_ID = \"JP_BankDataLine_ID\";\n\n\t/** Set Import Bank Data Line\t */\n\tpublic void setJP_BankDataLine_ID (int JP_BankDataLine_ID);\n\n\t/** Get Import Bank Data Line\t */\n\tpublic int getJP_BankDataLine_ID();\n\n\tpublic I_JP_BankDataLine getJP_BankDataLine() throws RuntimeException;\n\n /** Column name JP_BankData_EDI_Info */\n public static final String COLUMNNAME_JP_BankData_EDI_Info = \"JP_BankData_EDI_Info\";\n\n\t/** Set BankData EDI Info\t */\n\tpublic void setJP_BankData_EDI_Info (String JP_BankData_EDI_Info);\n\n\t/** Get BankData EDI Info\t */\n\tpublic String getJP_BankData_EDI_Info();\n\n /** Column name JP_BankData_ID */\n public static final String COLUMNNAME_JP_BankData_ID = \"JP_BankData_ID\";\n\n\t/** Set Import Bank Data\t */\n\tpublic void setJP_BankData_ID (int JP_BankData_ID);\n\n\t/** Get Import Bank Data\t */\n\tpublic int getJP_BankData_ID();\n\n\tpublic I_JP_BankData getJP_BankData() throws RuntimeException;\n\n /** Column name JP_BankData_ReferenceNo */\n public static final String COLUMNNAME_JP_BankData_ReferenceNo = \"JP_BankData_ReferenceNo\";\n\n\t/** Set Bank Data ReferenceNo\t */\n\tpublic void setJP_BankData_ReferenceNo (String JP_BankData_ReferenceNo);\n\n\t/** Get Bank Data ReferenceNo\t */\n\tpublic String getJP_BankData_ReferenceNo();\n\n /** Column name JP_BankName_Kana */\n public static final String COLUMNNAME_JP_BankName_Kana = \"JP_BankName_Kana\";\n\n\t/** Set Bank Name(Kana)\t */\n\tpublic void setJP_BankName_Kana (String JP_BankName_Kana);\n\n\t/** Get Bank Name(Kana)\t */\n\tpublic String getJP_BankName_Kana();\n\n /** Column name JP_BankName_Kana_Line */\n public static final String COLUMNNAME_JP_BankName_Kana_Line = \"JP_BankName_Kana_Line\";\n\n\t/** Set Bank Name(Kana) Line\t */\n\tpublic void setJP_BankName_Kana_Line (String JP_BankName_Kana_Line);\n\n\t/** Get Bank Name(Kana) Line\t */\n\tpublic String getJP_BankName_Kana_Line();\n\n /** Column name JP_Bank_Name */\n public static final String COLUMNNAME_JP_Bank_Name = \"JP_Bank_Name\";\n\n\t/** Set Bank Name\t */\n\tpublic void setJP_Bank_Name (String JP_Bank_Name);\n\n\t/** Get Bank Name\t */\n\tpublic String getJP_Bank_Name();\n\n /** Column name JP_BranchCode */\n public static final String COLUMNNAME_JP_BranchCode = \"JP_BranchCode\";\n\n\t/** Set Branch Code\t */\n\tpublic void setJP_BranchCode (String JP_BranchCode);\n\n\t/** Get Branch Code\t */\n\tpublic String getJP_BranchCode();\n\n /** Column name JP_BranchName */\n public static final String COLUMNNAME_JP_BranchName = \"JP_BranchName\";\n\n\t/** Set Branch Name\t */\n\tpublic void setJP_BranchName (String JP_BranchName);\n\n\t/** Get Branch Name\t */\n\tpublic String getJP_BranchName();\n\n /** Column name JP_BranchName_Kana */\n public static final String COLUMNNAME_JP_BranchName_Kana = \"JP_BranchName_Kana\";\n\n\t/** Set Branch Name(Kana)\t */\n\tpublic void setJP_BranchName_Kana (String JP_BranchName_Kana);\n\n\t/** Get Branch Name(Kana)\t */\n\tpublic String getJP_BranchName_Kana();\n\n /** Column name JP_BranchName_Kana_Line */\n public static final String COLUMNNAME_JP_BranchName_Kana_Line = \"JP_BranchName_Kana_Line\";\n\n\t/** Set Branch Name(Kana) Line\t */\n\tpublic void setJP_BranchName_Kana_Line (String JP_BranchName_Kana_Line);\n\n\t/** Get Branch Name(Kana) Line\t */\n\tpublic String getJP_BranchName_Kana_Line();\n\n /** Column name JP_Date */\n public static final String COLUMNNAME_JP_Date = \"JP_Date\";\n\n\t/** Set Date.\n\t * Date\n\t */\n\tpublic void setJP_Date (String JP_Date);\n\n\t/** Get Date.\n\t * Date\n\t */\n\tpublic String getJP_Date();\n\n /** Column name JP_Line_Description */\n public static final String COLUMNNAME_JP_Line_Description = \"JP_Line_Description\";\n\n\t/** Set Line Description\t */\n\tpublic void setJP_Line_Description (String JP_Line_Description);\n\n\t/** Get Line Description\t */\n\tpublic String getJP_Line_Description();\n\n /** Column name JP_Month */\n public static final String COLUMNNAME_JP_Month = \"JP_Month\";\n\n\t/** Set Month\t */\n\tpublic void setJP_Month (String JP_Month);\n\n\t/** Get Month\t */\n\tpublic String getJP_Month();\n\n /** Column name JP_OrgTrx_Value */\n public static final String COLUMNNAME_JP_OrgTrx_Value = \"JP_OrgTrx_Value\";\n\n\t/** Set Trx Organization(Search Key)\t */\n\tpublic void setJP_OrgTrx_Value (String JP_OrgTrx_Value);\n\n\t/** Get Trx Organization(Search Key)\t */\n\tpublic String getJP_OrgTrx_Value();\n\n /** Column name JP_Org_Value */\n public static final String COLUMNNAME_JP_Org_Value = \"JP_Org_Value\";\n\n\t/** Set Organization(Search Key)\t */\n\tpublic void setJP_Org_Value (String JP_Org_Value);\n\n\t/** Get Organization(Search Key)\t */\n\tpublic String getJP_Org_Value();\n\n /** Column name JP_RequesterName */\n public static final String COLUMNNAME_JP_RequesterName = \"JP_RequesterName\";\n\n\t/** Set Requester Name\t */\n\tpublic void setJP_RequesterName (String JP_RequesterName);\n\n\t/** Get Requester Name\t */\n\tpublic String getJP_RequesterName();\n\n /** Column name JP_SalesRep_EMail */\n public static final String COLUMNNAME_JP_SalesRep_EMail = \"JP_SalesRep_EMail\";\n\n\t/** Set Sales Rep(E-Mail)\t */\n\tpublic void setJP_SalesRep_EMail (String JP_SalesRep_EMail);\n\n\t/** Get Sales Rep(E-Mail)\t */\n\tpublic String getJP_SalesRep_EMail();\n\n /** Column name JP_SalesRep_Name */\n public static final String COLUMNNAME_JP_SalesRep_Name = \"JP_SalesRep_Name\";\n\n\t/** Set Sales Rep(Name)\t */\n\tpublic void setJP_SalesRep_Name (String JP_SalesRep_Name);\n\n\t/** Get Sales Rep(Name)\t */\n\tpublic String getJP_SalesRep_Name();\n\n /** Column name JP_SalesRep_Value */\n public static final String COLUMNNAME_JP_SalesRep_Value = \"JP_SalesRep_Value\";\n\n\t/** Set Sales Rep(Search Key)\t */\n\tpublic void setJP_SalesRep_Value (String JP_SalesRep_Value);\n\n\t/** Get Sales Rep(Search Key)\t */\n\tpublic String getJP_SalesRep_Value();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name RoutingNo */\n public static final String COLUMNNAME_RoutingNo = \"RoutingNo\";\n\n\t/** Set Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic void setRoutingNo (String RoutingNo);\n\n\t/** Get Routing No.\n\t * Bank Routing Number\n\t */\n\tpublic String getRoutingNo();\n\n /** Column name SalesRep_ID */\n public static final String COLUMNNAME_SalesRep_ID = \"SalesRep_ID\";\n\n\t/** Set Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic void setSalesRep_ID (int SalesRep_ID);\n\n\t/** Get Sales Rep.\n\t * Sales Representative or Company Agent\n\t */\n\tpublic int getSalesRep_ID();\n\n\tpublic org.compiere.model.I_AD_User getSalesRep() throws RuntimeException;\n\n /** Column name StatementDate */\n public static final String COLUMNNAME_StatementDate = \"StatementDate\";\n\n\t/** Set Statement date.\n\t * Date of the statement\n\t */\n\tpublic void setStatementDate (Timestamp StatementDate);\n\n\t/** Get Statement date.\n\t * Date of the statement\n\t */\n\tpublic Timestamp getStatementDate();\n\n /** Column name StmtAmt */\n public static final String COLUMNNAME_StmtAmt = \"StmtAmt\";\n\n\t/** Set Statement amount.\n\t * Statement Amount\n\t */\n\tpublic void setStmtAmt (BigDecimal StmtAmt);\n\n\t/** Get Statement amount.\n\t * Statement Amount\n\t */\n\tpublic BigDecimal getStmtAmt();\n\n /** Column name TrxAmt */\n public static final String COLUMNNAME_TrxAmt = \"TrxAmt\";\n\n\t/** Set Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic void setTrxAmt (BigDecimal TrxAmt);\n\n\t/** Get Transaction Amount.\n\t * Amount of a transaction\n\t */\n\tpublic BigDecimal getTrxAmt();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "public interface Expedition extends com.hps.july.persistence.StoragePlace, com.ibm.ivj.ejb.runtime.CopyHelper {\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Worker getExpeditor() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.WorkerKey getExpeditorKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic com.hps.july.persistence.Organization getOrganization() throws java.rmi.RemoteException, javax.ejb.FinderException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\ncom.hps.july.persistence.OrganizationKey getOrganizationKey() throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetExpeditorKey(com.hps.july.persistence.WorkerKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Organization. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\nvoid privateSetOrganizationKey(com.hps.july.persistence.OrganizationKey inKey) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void secondarySetOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2Expeditor. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setExpeditor(com.hps.july.persistence.Worker anExpeditor) throws java.rmi.RemoteException;\n/**\n * This method was generated for supporting the association named Expedition2ExpeditionOrg. \n * \tIt will be deleted/edited when the association is deleted/edited.\n */\n/* WARNING: THIS METHOD WILL BE REGENERATED. */\npublic void setOrganization(com.hps.july.persistence.Organization anOrganization) throws java.rmi.RemoteException;\n}", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\r\n\tpublic void carDashboar() {\n\t\t\r\n\t}", "@Override\n\t\t\tpublic void modifier(Catalogue catalogue) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void definitionListItem()\n {\n }", "public int getNewValues_descriptionType(){\n return localNewValues_descriptionType;\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tpublic void verkaufen() {\n\t}", "@Override\n public String getName() {\n return null;\n }", "public void mo115190b() {\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@SuppressWarnings(\"all\")\npublic interface I_BSCA_PriceChange \n{\n\n /** TableName=BSCA_PriceChange */\n public static final String Table_Name = \"BSCA_PriceChange\";\n\n /** AD_Table_ID=1000276 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name AD_OrgTrx_ID */\n public static final String COLUMNNAME_AD_OrgTrx_ID = \"AD_OrgTrx_ID\";\n\n\t/** Set Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic void setAD_OrgTrx_ID (int AD_OrgTrx_ID);\n\n\t/** Get Trx Organization.\n\t * Performing or initiating organization\n\t */\n\tpublic int getAD_OrgTrx_ID();\n\n /** Column name BSCA_CompletedBy_ID */\n public static final String COLUMNNAME_BSCA_CompletedBy_ID = \"BSCA_CompletedBy_ID\";\n\n\t/** Set BSCA_CompletedBy_ID\t */\n\tpublic void setBSCA_CompletedBy_ID (int BSCA_CompletedBy_ID);\n\n\t/** Get BSCA_CompletedBy_ID\t */\n\tpublic int getBSCA_CompletedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_CompletedBy() throws RuntimeException;\n\n /** Column name BSCA_PreparedBy_ID */\n public static final String COLUMNNAME_BSCA_PreparedBy_ID = \"BSCA_PreparedBy_ID\";\n\n\t/** Set BSCA_PreparedBy_ID\t */\n\tpublic void setBSCA_PreparedBy_ID (int BSCA_PreparedBy_ID);\n\n\t/** Get BSCA_PreparedBy_ID\t */\n\tpublic int getBSCA_PreparedBy_ID();\n\n\tpublic org.compiere.model.I_AD_User getBSCA_PreparedBy() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_ID */\n public static final String COLUMNNAME_BSCA_PriceChange_ID = \"BSCA_PriceChange_ID\";\n\n\t/** Set Price Change\t */\n\tpublic void setBSCA_PriceChange_ID (int BSCA_PriceChange_ID);\n\n\t/** Get Price Change\t */\n\tpublic int getBSCA_PriceChange_ID();\n\n /** Column name BSCA_PriceChangePrev_ID */\n public static final String COLUMNNAME_BSCA_PriceChangePrev_ID = \"BSCA_PriceChangePrev_ID\";\n\n\t/** Set Price Change Previus\t */\n\tpublic void setBSCA_PriceChangePrev_ID (int BSCA_PriceChangePrev_ID);\n\n\t/** Get Price Change Previus\t */\n\tpublic int getBSCA_PriceChangePrev_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_PriceChange getBSCA_PriceChangePrev() throws RuntimeException;\n\n /** Column name BSCA_PriceChange_UU */\n public static final String COLUMNNAME_BSCA_PriceChange_UU = \"BSCA_PriceChange_UU\";\n\n\t/** Set BSCA_PriceChange_UU\t */\n\tpublic void setBSCA_PriceChange_UU (String BSCA_PriceChange_UU);\n\n\t/** Get BSCA_PriceChange_UU\t */\n\tpublic String getBSCA_PriceChange_UU();\n\n /** Column name BSCA_PrintPrice */\n public static final String COLUMNNAME_BSCA_PrintPrice = \"BSCA_PrintPrice\";\n\n\t/** Set Print Price\t */\n\tpublic void setBSCA_PrintPrice (String BSCA_PrintPrice);\n\n\t/** Get Print Price\t */\n\tpublic String getBSCA_PrintPrice();\n\n /** Column name BSCA_PrintPrice2 */\n public static final String COLUMNNAME_BSCA_PrintPrice2 = \"BSCA_PrintPrice2\";\n\n\t/** Set Print Price 2\t */\n\tpublic void setBSCA_PrintPrice2 (String BSCA_PrintPrice2);\n\n\t/** Get Print Price 2\t */\n\tpublic String getBSCA_PrintPrice2();\n\n /** Column name BSCA_ProductValue_ID */\n public static final String COLUMNNAME_BSCA_ProductValue_ID = \"BSCA_ProductValue_ID\";\n\n\t/** Set BSCA_ProductValue\t */\n\tpublic void setBSCA_ProductValue_ID (int BSCA_ProductValue_ID);\n\n\t/** Get BSCA_ProductValue\t */\n\tpublic int getBSCA_ProductValue_ID();\n\n\tpublic com.bucaresystems.model.I_BSCA_ProductValue getBSCA_ProductValue() throws RuntimeException;\n\n /** Column name BSCA_ProfitPriceLimit */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimit = \"BSCA_ProfitPriceLimit\";\n\n\t/** Set Profit Price Limit\t */\n\tpublic void setBSCA_ProfitPriceLimit (BigDecimal BSCA_ProfitPriceLimit);\n\n\t/** Get Profit Price Limit\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimit();\n\n /** Column name BSCA_ProfitPriceLimitEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceLimitEntered = \"BSCA_ProfitPriceLimitEntered\";\n\n\t/** Set Profit Price Limit Entered\t */\n\tpublic void setBSCA_ProfitPriceLimitEntered (BigDecimal BSCA_ProfitPriceLimitEntered);\n\n\t/** Get Profit Price Limit Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceLimitEntered();\n\n /** Column name BSCA_ProfitPriceList */\n public static final String COLUMNNAME_BSCA_ProfitPriceList = \"BSCA_ProfitPriceList\";\n\n\t/** Set Profit Price List\t */\n\tpublic void setBSCA_ProfitPriceList (BigDecimal BSCA_ProfitPriceList);\n\n\t/** Get Profit Price List\t */\n\tpublic BigDecimal getBSCA_ProfitPriceList();\n\n /** Column name BSCA_ProfitPriceListEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceListEntered = \"BSCA_ProfitPriceListEntered\";\n\n\t/** Set Profit Price List Entered\t */\n\tpublic void setBSCA_ProfitPriceListEntered (BigDecimal BSCA_ProfitPriceListEntered);\n\n\t/** Get Profit Price List Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceListEntered();\n\n /** Column name BSCA_ProfitPriceStd */\n public static final String COLUMNNAME_BSCA_ProfitPriceStd = \"BSCA_ProfitPriceStd\";\n\n\t/** Set Profit Price Std\t */\n\tpublic void setBSCA_ProfitPriceStd (BigDecimal BSCA_ProfitPriceStd);\n\n\t/** Get Profit Price Std\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStd();\n\n /** Column name BSCA_ProfitPriceStdEntered */\n public static final String COLUMNNAME_BSCA_ProfitPriceStdEntered = \"BSCA_ProfitPriceStdEntered\";\n\n\t/** Set Profit Price Std Entered\t */\n\tpublic void setBSCA_ProfitPriceStdEntered (BigDecimal BSCA_ProfitPriceStdEntered);\n\n\t/** Get Profit Price Std Entered\t */\n\tpublic BigDecimal getBSCA_ProfitPriceStdEntered();\n\n /** Column name BSCA_QtyCurrent */\n public static final String COLUMNNAME_BSCA_QtyCurrent = \"BSCA_QtyCurrent\";\n\n\t/** Set Qty Current\t */\n\tpublic void setBSCA_QtyCurrent (BigDecimal BSCA_QtyCurrent);\n\n\t/** Get Qty Current\t */\n\tpublic BigDecimal getBSCA_QtyCurrent();\n\n /** Column name BSCA_SendTxtScale */\n public static final String COLUMNNAME_BSCA_SendTxtScale = \"BSCA_SendTxtScale\";\n\n\t/** Set Send Txt Scale\t */\n\tpublic void setBSCA_SendTxtScale (String BSCA_SendTxtScale);\n\n\t/** Get Send Txt Scale\t */\n\tpublic String getBSCA_SendTxtScale();\n\n /** Column name C_DocType_ID */\n public static final String COLUMNNAME_C_DocType_ID = \"C_DocType_ID\";\n\n\t/** Set Document Type.\n\t * Document type or rules\n\t */\n\tpublic void setC_DocType_ID (int C_DocType_ID);\n\n\t/** Get Document Type.\n\t * Document type or rules\n\t */\n\tpublic int getC_DocType_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;\n\n /** Column name C_DocTypeTarget_ID */\n public static final String COLUMNNAME_C_DocTypeTarget_ID = \"C_DocTypeTarget_ID\";\n\n\t/** Set Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic void setC_DocTypeTarget_ID (int C_DocTypeTarget_ID);\n\n\t/** Get Target Document Type.\n\t * Target document type for conversing documents\n\t */\n\tpublic int getC_DocTypeTarget_ID();\n\n\tpublic org.compiere.model.I_C_DocType getC_DocTypeTarget() throws RuntimeException;\n\n /** Column name C_Invoice_ID */\n public static final String COLUMNNAME_C_Invoice_ID = \"C_Invoice_ID\";\n\n\t/** Set Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic void setC_Invoice_ID (int C_Invoice_ID);\n\n\t/** Get Invoice.\n\t * Invoice Identifier\n\t */\n\tpublic int getC_Invoice_ID();\n\n\tpublic org.compiere.model.I_C_Invoice getC_Invoice() throws RuntimeException;\n\n /** Column name C_Order_ID */\n public static final String COLUMNNAME_C_Order_ID = \"C_Order_ID\";\n\n\t/** Set Order.\n\t * Order\n\t */\n\tpublic void setC_Order_ID (int C_Order_ID);\n\n\t/** Get Order.\n\t * Order\n\t */\n\tpublic int getC_Order_ID();\n\n\tpublic org.compiere.model.I_C_Order getC_Order() throws RuntimeException;\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name DateAcct */\n public static final String COLUMNNAME_DateAcct = \"DateAcct\";\n\n\t/** Set Account Date.\n\t * Accounting Date\n\t */\n\tpublic void setDateAcct (Timestamp DateAcct);\n\n\t/** Get Account Date.\n\t * Accounting Date\n\t */\n\tpublic Timestamp getDateAcct();\n\n /** Column name DateCompleted */\n public static final String COLUMNNAME_DateCompleted = \"DateCompleted\";\n\n\t/** Set Date Completed\t */\n\tpublic void setDateCompleted (Timestamp DateCompleted);\n\n\t/** Get Date Completed\t */\n\tpublic Timestamp getDateCompleted();\n\n /** Column name DateInvoiced */\n public static final String COLUMNNAME_DateInvoiced = \"DateInvoiced\";\n\n\t/** Set Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic void setDateInvoiced (Timestamp DateInvoiced);\n\n\t/** Get Date Invoiced.\n\t * Date printed on Invoice\n\t */\n\tpublic Timestamp getDateInvoiced();\n\n /** Column name DateOrdered */\n public static final String COLUMNNAME_DateOrdered = \"DateOrdered\";\n\n\t/** Set Date Ordered.\n\t * Date of Order\n\t */\n\tpublic void setDateOrdered (Timestamp DateOrdered);\n\n\t/** Get Date Ordered.\n\t * Date of Order\n\t */\n\tpublic Timestamp getDateOrdered();\n\n /** Column name DatePrepared */\n public static final String COLUMNNAME_DatePrepared = \"DatePrepared\";\n\n\t/** Set Date Prepared\t */\n\tpublic void setDatePrepared (Timestamp DatePrepared);\n\n\t/** Get Date Prepared\t */\n\tpublic Timestamp getDatePrepared();\n\n /** Column name DocAction */\n public static final String COLUMNNAME_DocAction = \"DocAction\";\n\n\t/** Set Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic void setDocAction (String DocAction);\n\n\t/** Get Document Action.\n\t * The targeted status of the document\n\t */\n\tpublic String getDocAction();\n\n /** Column name DocStatus */\n public static final String COLUMNNAME_DocStatus = \"DocStatus\";\n\n\t/** Set Document Status.\n\t * The current status of the document\n\t */\n\tpublic void setDocStatus (String DocStatus);\n\n\t/** Get Document Status.\n\t * The current status of the document\n\t */\n\tpublic String getDocStatus();\n\n /** Column name DocumentNo */\n public static final String COLUMNNAME_DocumentNo = \"DocumentNo\";\n\n\t/** Set Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic void setDocumentNo (String DocumentNo);\n\n\t/** Get Document No.\n\t * Document sequence number of the document\n\t */\n\tpublic String getDocumentNo();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsApproved */\n public static final String COLUMNNAME_IsApproved = \"IsApproved\";\n\n\t/** Set Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic void setIsApproved (boolean IsApproved);\n\n\t/** Get Approved.\n\t * Indicates if this document requires approval\n\t */\n\tpublic boolean isApproved();\n\n /** Column name IsFixPrice */\n public static final String COLUMNNAME_IsFixPrice = \"IsFixPrice\";\n\n\t/** Set Is Fix Price\t */\n\tpublic void setIsFixPrice (String IsFixPrice);\n\n\t/** Get Is Fix Price\t */\n\tpublic String getIsFixPrice();\n\n /** Column name IsFromMassUpdate */\n public static final String COLUMNNAME_IsFromMassUpdate = \"IsFromMassUpdate\";\n\n\t/** Set Is From Mass Update\t */\n\tpublic void setIsFromMassUpdate (boolean IsFromMassUpdate);\n\n\t/** Get Is From Mass Update\t */\n\tpublic boolean isFromMassUpdate();\n\n /** Column name IsSetPriceLimit */\n public static final String COLUMNNAME_IsSetPriceLimit = \"IsSetPriceLimit\";\n\n\t/** Set Is Set Price Limit\t */\n\tpublic void setIsSetPriceLimit (boolean IsSetPriceLimit);\n\n\t/** Get Is Set Price Limit\t */\n\tpublic boolean isSetPriceLimit();\n\n /** Column name IsSetPriceList */\n public static final String COLUMNNAME_IsSetPriceList = \"IsSetPriceList\";\n\n\t/** Set Is Set Price List\t */\n\tpublic void setIsSetPriceList (boolean IsSetPriceList);\n\n\t/** Get Is Set Price List\t */\n\tpublic boolean isSetPriceList();\n\n /** Column name IsSetPriceStd */\n public static final String COLUMNNAME_IsSetPriceStd = \"IsSetPriceStd\";\n\n\t/** Set Is Set Price Std\t */\n\tpublic void setIsSetPriceStd (boolean IsSetPriceStd);\n\n\t/** Get Is Set Price Std\t */\n\tpublic boolean isSetPriceStd();\n\n /** Column name IsVoidPrevDocs */\n public static final String COLUMNNAME_IsVoidPrevDocs = \"IsVoidPrevDocs\";\n\n\t/** Set Is Void Previous Documents\t */\n\tpublic void setIsVoidPrevDocs (boolean IsVoidPrevDocs);\n\n\t/** Get Is Void Previous Documents\t */\n\tpublic boolean isVoidPrevDocs();\n\n /** Column name Limit_Base */\n public static final String COLUMNNAME_Limit_Base = \"Limit_Base\";\n\n\t/** Set Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic void setLimit_Base (String Limit_Base);\n\n\t/** Get Limit price Base.\n\t * Base price for calculation of the new price\n\t */\n\tpublic String getLimit_Base();\n\n /** Column name List_Base */\n public static final String COLUMNNAME_List_Base = \"List_Base\";\n\n\t/** Set List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic void setList_Base (String List_Base);\n\n\t/** Get List price Base.\n\t * Price used as the basis for price list calculations\n\t */\n\tpublic String getList_Base();\n\n /** Column name M_InOut_ID */\n public static final String COLUMNNAME_M_InOut_ID = \"M_InOut_ID\";\n\n\t/** Set Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic void setM_InOut_ID (int M_InOut_ID);\n\n\t/** Get Shipment/Receipt.\n\t * Material Shipment Document\n\t */\n\tpublic int getM_InOut_ID();\n\n\tpublic org.compiere.model.I_M_InOut getM_InOut() throws RuntimeException;\n\n /** Column name M_MovementConfirm_ID */\n public static final String COLUMNNAME_M_MovementConfirm_ID = \"M_MovementConfirm_ID\";\n\n\t/** Set Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic void setM_MovementConfirm_ID (int M_MovementConfirm_ID);\n\n\t/** Get Move Confirm.\n\t * Inventory Move Confirmation\n\t */\n\tpublic int getM_MovementConfirm_ID();\n\n\tpublic org.compiere.model.I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException;\n\n /** Column name MovementDate */\n public static final String COLUMNNAME_MovementDate = \"MovementDate\";\n\n\t/** Set Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic void setMovementDate (Timestamp MovementDate);\n\n\t/** Get Movement Date.\n\t * Date a product was moved in or out of inventory\n\t */\n\tpublic Timestamp getMovementDate();\n\n /** Column name M_PriceList_Version_ID */\n public static final String COLUMNNAME_M_PriceList_Version_ID = \"M_PriceList_Version_ID\";\n\n\t/** Set Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic void setM_PriceList_Version_ID (int M_PriceList_Version_ID);\n\n\t/** Get Price List Version.\n\t * Identifies a unique instance of a Price List\n\t */\n\tpublic int getM_PriceList_Version_ID();\n\n\tpublic org.compiere.model.I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException;\n\n /** Column name M_Product_ID */\n public static final String COLUMNNAME_M_Product_ID = \"M_Product_ID\";\n\n\t/** Set Product.\n\t * Product, Service, Item\n\t */\n\tpublic void setM_Product_ID (int M_Product_ID);\n\n\t/** Get Product.\n\t * Product, Service, Item\n\t */\n\tpublic int getM_Product_ID();\n\n\tpublic org.compiere.model.I_M_Product getM_Product() throws RuntimeException;\n\n /** Column name M_Production_ID */\n public static final String COLUMNNAME_M_Production_ID = \"M_Production_ID\";\n\n\t/** Set Production.\n\t * Plan for producing a product\n\t */\n\tpublic void setM_Production_ID (int M_Production_ID);\n\n\t/** Get Production.\n\t * Plan for producing a product\n\t */\n\tpublic int getM_Production_ID();\n\n\tpublic org.compiere.model.I_M_Production getM_Production() throws RuntimeException;\n\n /** Column name PercentageProfitPLimit */\n public static final String COLUMNNAME_PercentageProfitPLimit = \"PercentageProfitPLimit\";\n\n\t/** Set Percentage Profit Price Limit\t */\n\tpublic void setPercentageProfitPLimit (BigDecimal PercentageProfitPLimit);\n\n\t/** Get Percentage Profit Price Limit\t */\n\tpublic BigDecimal getPercentageProfitPLimit();\n\n /** Column name PercentageProfitPList */\n public static final String COLUMNNAME_PercentageProfitPList = \"PercentageProfitPList\";\n\n\t/** Set Percentage Profit Price List\t */\n\tpublic void setPercentageProfitPList (BigDecimal PercentageProfitPList);\n\n\t/** Get Percentage Profit Price List\t */\n\tpublic BigDecimal getPercentageProfitPList();\n\n /** Column name PercentageProfitPStd */\n public static final String COLUMNNAME_PercentageProfitPStd = \"PercentageProfitPStd\";\n\n\t/** Set Percentage Profit Price Standart\t */\n\tpublic void setPercentageProfitPStd (BigDecimal PercentageProfitPStd);\n\n\t/** Get Percentage Profit Price Standart\t */\n\tpublic BigDecimal getPercentageProfitPStd();\n\n /** Column name PriceActual */\n public static final String COLUMNNAME_PriceActual = \"PriceActual\";\n\n\t/** Set Unit Price.\n\t * Actual Price \n\t */\n\tpublic void setPriceActual (BigDecimal PriceActual);\n\n\t/** Get Unit Price.\n\t * Actual Price \n\t */\n\tpublic BigDecimal getPriceActual();\n\n /** Column name PriceLastInv */\n public static final String COLUMNNAME_PriceLastInv = \"PriceLastInv\";\n\n\t/** Set Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic void setPriceLastInv (BigDecimal PriceLastInv);\n\n\t/** Get Last Invoice Price.\n\t * Price of the last invoice for the product\n\t */\n\tpublic BigDecimal getPriceLastInv();\n\n /** Column name PriceLastOrd */\n public static final String COLUMNNAME_PriceLastOrd = \"PriceLastOrd\";\n\n\t/** Set Price Last Order\t */\n\tpublic void setPriceLastOrd (BigDecimal PriceLastOrd);\n\n\t/** Get Price Last Order\t */\n\tpublic BigDecimal getPriceLastOrd();\n\n /** Column name PriceLastProduction */\n public static final String COLUMNNAME_PriceLastProduction = \"PriceLastProduction\";\n\n\t/** Set PriceLastProduction\t */\n\tpublic void setPriceLastProduction (BigDecimal PriceLastProduction);\n\n\t/** Get PriceLastProduction\t */\n\tpublic BigDecimal getPriceLastProduction();\n\n /** Column name PriceLimit */\n public static final String COLUMNNAME_PriceLimit = \"PriceLimit\";\n\n\t/** Set Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic void setPriceLimit (BigDecimal PriceLimit);\n\n\t/** Get Limit Price.\n\t * Lowest price for a product\n\t */\n\tpublic BigDecimal getPriceLimit();\n\n /** Column name PriceLimitEntered */\n public static final String COLUMNNAME_PriceLimitEntered = \"PriceLimitEntered\";\n\n\t/** Set Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic void setPriceLimitEntered (BigDecimal PriceLimitEntered);\n\n\t/** Get Limit Price.\n\t * Entered Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitEntered();\n\n /** Column name PriceLimitOld */\n public static final String COLUMNNAME_PriceLimitOld = \"PriceLimitOld\";\n\n\t/** Set Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic void setPriceLimitOld (BigDecimal PriceLimitOld);\n\n\t/** Get Limit Price Old.\n\t * Old Limit Price\n\t */\n\tpublic BigDecimal getPriceLimitOld();\n\n /** Column name PriceLimitWTax */\n public static final String COLUMNNAME_PriceLimitWTax = \"PriceLimitWTax\";\n\n\t/** Set Price Limit With Tax\t */\n\tpublic void setPriceLimitWTax (BigDecimal PriceLimitWTax);\n\n\t/** Get Price Limit With Tax\t */\n\tpublic BigDecimal getPriceLimitWTax();\n\n /** Column name PriceList */\n public static final String COLUMNNAME_PriceList = \"PriceList\";\n\n\t/** Set List Price.\n\t * List Price\n\t */\n\tpublic void setPriceList (BigDecimal PriceList);\n\n\t/** Get List Price.\n\t * List Price\n\t */\n\tpublic BigDecimal getPriceList();\n\n /** Column name PriceListEntered */\n public static final String COLUMNNAME_PriceListEntered = \"PriceListEntered\";\n\n\t/** Set List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic void setPriceListEntered (BigDecimal PriceListEntered);\n\n\t/** Get List Price Entered.\n\t * Entered List Price\n\t */\n\tpublic BigDecimal getPriceListEntered();\n\n /** Column name PriceListOld */\n public static final String COLUMNNAME_PriceListOld = \"PriceListOld\";\n\n\t/** Set List Price Old.\n\t * Old List Price\n\t */\n\tpublic void setPriceListOld (BigDecimal PriceListOld);\n\n\t/** Get List Price Old.\n\t * Old List Price\n\t */\n\tpublic BigDecimal getPriceListOld();\n\n /** Column name PriceListWTax */\n public static final String COLUMNNAME_PriceListWTax = \"PriceListWTax\";\n\n\t/** Set PriceList With Tax\t */\n\tpublic void setPriceListWTax (BigDecimal PriceListWTax);\n\n\t/** Get PriceList With Tax\t */\n\tpublic BigDecimal getPriceListWTax();\n\n /** Column name PriceStd */\n public static final String COLUMNNAME_PriceStd = \"PriceStd\";\n\n\t/** Set Standard Price.\n\t * Standard Price\n\t */\n\tpublic void setPriceStd (BigDecimal PriceStd);\n\n\t/** Get Standard Price.\n\t * Standard Price\n\t */\n\tpublic BigDecimal getPriceStd();\n\n /** Column name PriceStdEntered */\n public static final String COLUMNNAME_PriceStdEntered = \"PriceStdEntered\";\n\n\t/** Set Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic void setPriceStdEntered (BigDecimal PriceStdEntered);\n\n\t/** Get Standart Price.\n\t * Entered Standart Price\n\t */\n\tpublic BigDecimal getPriceStdEntered();\n\n /** Column name PriceStdOld */\n public static final String COLUMNNAME_PriceStdOld = \"PriceStdOld\";\n\n\t/** Set Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic void setPriceStdOld (BigDecimal PriceStdOld);\n\n\t/** Get Standart Price Old.\n\t * Old Standart Price\n\t */\n\tpublic BigDecimal getPriceStdOld();\n\n /** Column name PriceStdWTax */\n public static final String COLUMNNAME_PriceStdWTax = \"PriceStdWTax\";\n\n\t/** Set Price Standard With Tax\t */\n\tpublic void setPriceStdWTax (BigDecimal PriceStdWTax);\n\n\t/** Get Price Standard With Tax\t */\n\tpublic BigDecimal getPriceStdWTax();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name ProcessedOn */\n public static final String COLUMNNAME_ProcessedOn = \"ProcessedOn\";\n\n\t/** Set Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic void setProcessedOn (BigDecimal ProcessedOn);\n\n\t/** Get Processed On.\n\t * The date+time (expressed in decimal format) when the document has been processed\n\t */\n\tpublic BigDecimal getProcessedOn();\n\n /** Column name Processing */\n public static final String COLUMNNAME_Processing = \"Processing\";\n\n\t/** Set Process Now\t */\n\tpublic void setProcessing (boolean Processing);\n\n\t/** Get Process Now\t */\n\tpublic boolean isProcessing();\n\n /** Column name Product */\n public static final String COLUMNNAME_Product = \"Product\";\n\n\t/** Set Product\t */\n\tpublic void setProduct (String Product);\n\n\t/** Get Product\t */\n\tpublic String getProduct();\n\n /** Column name Std_Base */\n public static final String COLUMNNAME_Std_Base = \"Std_Base\";\n\n\t/** Set Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic void setStd_Base (String Std_Base);\n\n\t/** Get Standard price Base.\n\t * Base price for calculating new standard price\n\t */\n\tpublic String getStd_Base();\n\n /** Column name TaxAmtPriceLimit */\n public static final String COLUMNNAME_TaxAmtPriceLimit = \"TaxAmtPriceLimit\";\n\n\t/** Set Tax Amt Price Limit\t */\n\tpublic void setTaxAmtPriceLimit (BigDecimal TaxAmtPriceLimit);\n\n\t/** Get Tax Amt Price Limit\t */\n\tpublic BigDecimal getTaxAmtPriceLimit();\n\n /** Column name TaxAmtPriceList */\n public static final String COLUMNNAME_TaxAmtPriceList = \"TaxAmtPriceList\";\n\n\t/** Set Tax Amt Price List\t */\n\tpublic void setTaxAmtPriceList (BigDecimal TaxAmtPriceList);\n\n\t/** Get Tax Amt Price List\t */\n\tpublic BigDecimal getTaxAmtPriceList();\n\n /** Column name TaxAmtPriceStd */\n public static final String COLUMNNAME_TaxAmtPriceStd = \"TaxAmtPriceStd\";\n\n\t/** Set Tax Amt Price Standard\t */\n\tpublic void setTaxAmtPriceStd (BigDecimal TaxAmtPriceStd);\n\n\t/** Get Tax Amt Price Standard\t */\n\tpublic BigDecimal getTaxAmtPriceStd();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n\n /** Column name User1_ID */\n public static final String COLUMNNAME_User1_ID = \"User1_ID\";\n\n\t/** Set User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1_ID (int User1_ID);\n\n\t/** Get User Element List 1.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1() throws RuntimeException;\n\n /** Column name User1W_ID */\n public static final String COLUMNNAME_User1W_ID = \"User1W_ID\";\n\n\t/** Set User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1W_ID (int User1W_ID);\n\n\t/** Get User Element List 1 W.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1W_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1W() throws RuntimeException;\n\n /** Column name User1X_ID */\n public static final String COLUMNNAME_User1X_ID = \"User1X_ID\";\n\n\t/** Set User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1X_ID (int User1X_ID);\n\n\t/** Get User Element List 1 X.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1X_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1X() throws RuntimeException;\n\n /** Column name User1Y_ID */\n public static final String COLUMNNAME_User1Y_ID = \"User1Y_ID\";\n\n\t/** Set User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Y_ID (int User1Y_ID);\n\n\t/** Get User Element List 1 Y.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Y_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Y() throws RuntimeException;\n\n /** Column name User1Z_ID */\n public static final String COLUMNNAME_User1Z_ID = \"User1Z_ID\";\n\n\t/** Set User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic void setUser1Z_ID (int User1Z_ID);\n\n\t/** Get User Element List 1 Z.\n\t * User defined list element #1\n\t */\n\tpublic int getUser1Z_ID();\n\n\tpublic org.compiere.model.I_C_ElementValue getUser1Z() throws RuntimeException;\n}", "public void mo21825b() {\n }", "public void mo4359a() {\n }", "public void mo21782G() {\n }", "public interface I_IHC_JobDataChange \n{\n\n /** TableName=IHC_JobDataChange */\n public static final String Table_Name = \"IHC_JobDataChange\";\n\n /** AD_Table_ID=1100135 */\n public static final int Table_ID = MTable.getTable_ID(Table_Name);\n\n KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);\n\n /** AccessLevel = 3 - Client - Org \n */\n BigDecimal accessLevel = BigDecimal.valueOf(3);\n\n /** Load Meta Data */\n\n /** Column name AD_Client_ID */\n public static final String COLUMNNAME_AD_Client_ID = \"AD_Client_ID\";\n\n\t/** Get Client.\n\t * Client/Tenant for this installation.\n\t */\n\tpublic int getAD_Client_ID();\n\n /** Column name AD_Org_ID */\n public static final String COLUMNNAME_AD_Org_ID = \"AD_Org_ID\";\n\n\t/** Set Organization.\n\t * Organizational entity within client\n\t */\n\tpublic void setAD_Org_ID (int AD_Org_ID);\n\n\t/** Get Organization.\n\t * Organizational entity within client\n\t */\n\tpublic int getAD_Org_ID();\n\n /** Column name BPJSRegistrationDate */\n public static final String COLUMNNAME_BPJSRegistrationDate = \"BPJSRegistrationDate\";\n\n\t/** Set BPJS Registration Date\t */\n\tpublic void setBPJSRegistrationDate (Timestamp BPJSRegistrationDate);\n\n\t/** Get BPJS Registration Date\t */\n\tpublic Timestamp getBPJSRegistrationDate();\n\n /** Column name Created */\n public static final String COLUMNNAME_Created = \"Created\";\n\n\t/** Get Created.\n\t * Date this record was created\n\t */\n\tpublic Timestamp getCreated();\n\n /** Column name CreatedBy */\n public static final String COLUMNNAME_CreatedBy = \"CreatedBy\";\n\n\t/** Get Created By.\n\t * User who created this records\n\t */\n\tpublic int getCreatedBy();\n\n /** Column name Description */\n public static final String COLUMNNAME_Description = \"Description\";\n\n\t/** Set Description.\n\t * Optional short description of the record\n\t */\n\tpublic void setDescription (String Description);\n\n\t/** Get Description.\n\t * Optional short description of the record\n\t */\n\tpublic String getDescription();\n\n /** Column name DescriptionNew */\n public static final String COLUMNNAME_DescriptionNew = \"DescriptionNew\";\n\n\t/** Set Description New\t */\n\tpublic void setDescriptionNew (String DescriptionNew);\n\n\t/** Get Description New\t */\n\tpublic String getDescriptionNew();\n\n /** Column name HC_Compensation1 */\n public static final String COLUMNNAME_HC_Compensation1 = \"HC_Compensation1\";\n\n\t/** Set Compensation 1\t */\n\tpublic void setHC_Compensation1 (BigDecimal HC_Compensation1);\n\n\t/** Get Compensation 1\t */\n\tpublic BigDecimal getHC_Compensation1();\n\n /** Column name HC_Compensation2 */\n public static final String COLUMNNAME_HC_Compensation2 = \"HC_Compensation2\";\n\n\t/** Set Compensation 2\t */\n\tpublic void setHC_Compensation2 (BigDecimal HC_Compensation2);\n\n\t/** Get Compensation 2\t */\n\tpublic BigDecimal getHC_Compensation2();\n\n /** Column name HC_Compensation3 */\n public static final String COLUMNNAME_HC_Compensation3 = \"HC_Compensation3\";\n\n\t/** Set Compensation 3\t */\n\tpublic void setHC_Compensation3 (BigDecimal HC_Compensation3);\n\n\t/** Get Compensation 3\t */\n\tpublic BigDecimal getHC_Compensation3();\n\n /** Column name HC_Compensation4 */\n public static final String COLUMNNAME_HC_Compensation4 = \"HC_Compensation4\";\n\n\t/** Set Compensation 4\t */\n\tpublic void setHC_Compensation4 (BigDecimal HC_Compensation4);\n\n\t/** Get Compensation 4\t */\n\tpublic BigDecimal getHC_Compensation4();\n\n /** Column name HC_EffectiveSeq */\n public static final String COLUMNNAME_HC_EffectiveSeq = \"HC_EffectiveSeq\";\n\n\t/** Set Effective Sequence\t */\n\tpublic void setHC_EffectiveSeq (int HC_EffectiveSeq);\n\n\t/** Get Effective Sequence\t */\n\tpublic int getHC_EffectiveSeq();\n\n /** Column name HC_Employee_ID */\n public static final String COLUMNNAME_HC_Employee_ID = \"HC_Employee_ID\";\n\n\t/** Set Employee Data\t */\n\tpublic void setHC_Employee_ID (int HC_Employee_ID);\n\n\t/** Get Employee Data\t */\n\tpublic int getHC_Employee_ID();\n\n\tpublic I_HC_Employee getHC_Employee() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade_ID = \"HC_EmployeeGrade_ID\";\n\n\t/** Set Employee Grade\t */\n\tpublic void setHC_EmployeeGrade_ID (int HC_EmployeeGrade_ID);\n\n\t/** Get Employee Grade\t */\n\tpublic int getHC_EmployeeGrade_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade() throws RuntimeException;\n\n /** Column name HC_EmployeeGrade2_ID */\n public static final String COLUMNNAME_HC_EmployeeGrade2_ID = \"HC_EmployeeGrade2_ID\";\n\n\t/** Set Employee Grade To\t */\n\tpublic void setHC_EmployeeGrade2_ID (int HC_EmployeeGrade2_ID);\n\n\t/** Get Employee Grade To\t */\n\tpublic int getHC_EmployeeGrade2_ID();\n\n\tpublic I_HC_EmployeeGrade getHC_EmployeeGrade2() throws RuntimeException;\n\n /** Column name HC_EmployeeJob_ID */\n public static final String COLUMNNAME_HC_EmployeeJob_ID = \"HC_EmployeeJob_ID\";\n\n\t/** Set Employee Job Data\t */\n\tpublic void setHC_EmployeeJob_ID (int HC_EmployeeJob_ID);\n\n\t/** Get Employee Job Data\t */\n\tpublic int getHC_EmployeeJob_ID();\n\n\tpublic I_HC_EmployeeJob getHC_EmployeeJob() throws RuntimeException;\n\n /** Column name HC_Job_ID */\n public static final String COLUMNNAME_HC_Job_ID = \"HC_Job_ID\";\n\n\t/** Set Job\t */\n\tpublic void setHC_Job_ID (int HC_Job_ID);\n\n\t/** Get Job\t */\n\tpublic int getHC_Job_ID();\n\n\tpublic I_HC_Job getHC_Job() throws RuntimeException;\n\n /** Column name HC_JobAction */\n public static final String COLUMNNAME_HC_JobAction = \"HC_JobAction\";\n\n\t/** Set Job Action\t */\n\tpublic void setHC_JobAction (String HC_JobAction);\n\n\t/** Get Job Action\t */\n\tpublic String getHC_JobAction();\n\n /** Column name HC_JobDataChange_ID */\n public static final String COLUMNNAME_HC_JobDataChange_ID = \"HC_JobDataChange_ID\";\n\n\t/** Set Job Data Change\t */\n\tpublic void setHC_JobDataChange_ID (int HC_JobDataChange_ID);\n\n\t/** Get Job Data Change\t */\n\tpublic int getHC_JobDataChange_ID();\n\n\tpublic I_HC_JobDataChange getHC_JobDataChange() throws RuntimeException;\n\n /** Column name HC_Manager_ID */\n public static final String COLUMNNAME_HC_Manager_ID = \"HC_Manager_ID\";\n\n\t/** Set Manager Name\t */\n\tpublic void setHC_Manager_ID (int HC_Manager_ID);\n\n\t/** Get Manager Name\t */\n\tpublic int getHC_Manager_ID();\n\n\tpublic I_HC_Employee getHC_Manager() throws RuntimeException;\n\n /** Column name HC_ManagerTo_ID */\n public static final String COLUMNNAME_HC_ManagerTo_ID = \"HC_ManagerTo_ID\";\n\n\t/** Set Manager To ID\t */\n\tpublic void setHC_ManagerTo_ID (int HC_ManagerTo_ID);\n\n\t/** Get Manager To ID\t */\n\tpublic int getHC_ManagerTo_ID();\n\n\tpublic I_HC_Employee getHC_ManagerTo() throws RuntimeException;\n\n /** Column name HC_Org_ID */\n public static final String COLUMNNAME_HC_Org_ID = \"HC_Org_ID\";\n\n\t/** Set HC Organization\t */\n\tpublic void setHC_Org_ID (int HC_Org_ID);\n\n\t/** Get HC Organization\t */\n\tpublic int getHC_Org_ID();\n\n\tpublic I_HC_Org getHC_Org() throws RuntimeException;\n\n /** Column name HC_Org2_ID */\n public static final String COLUMNNAME_HC_Org2_ID = \"HC_Org2_ID\";\n\n\t/** Set HC Organization To\t */\n\tpublic void setHC_Org2_ID (int HC_Org2_ID);\n\n\t/** Get HC Organization To\t */\n\tpublic int getHC_Org2_ID();\n\n\tpublic I_HC_Org getHC_Org2() throws RuntimeException;\n\n /** Column name HC_PayGroup_ID */\n public static final String COLUMNNAME_HC_PayGroup_ID = \"HC_PayGroup_ID\";\n\n\t/** Set Payroll Group\t */\n\tpublic void setHC_PayGroup_ID (int HC_PayGroup_ID);\n\n\t/** Get Payroll Group\t */\n\tpublic int getHC_PayGroup_ID();\n\n\tpublic I_HC_PayGroup getHC_PayGroup() throws RuntimeException;\n\n /** Column name HC_PreviousJob_ID */\n public static final String COLUMNNAME_HC_PreviousJob_ID = \"HC_PreviousJob_ID\";\n\n\t/** Set Job Sekarang\t */\n\tpublic void setHC_PreviousJob_ID (int HC_PreviousJob_ID);\n\n\t/** Get Job Sekarang\t */\n\tpublic int getHC_PreviousJob_ID();\n\n\tpublic I_HC_Job getHC_PreviousJob() throws RuntimeException;\n\n /** Column name HC_Reason_ID */\n public static final String COLUMNNAME_HC_Reason_ID = \"HC_Reason_ID\";\n\n\t/** Set HC Reason\t */\n\tpublic void setHC_Reason_ID (int HC_Reason_ID);\n\n\t/** Get HC Reason\t */\n\tpublic int getHC_Reason_ID();\n\n\tpublic I_HC_Reason getHC_Reason() throws RuntimeException;\n\n /** Column name HC_Status */\n public static final String COLUMNNAME_HC_Status = \"HC_Status\";\n\n\t/** Set HC Status\t */\n\tpublic void setHC_Status (String HC_Status);\n\n\t/** Get HC Status\t */\n\tpublic String getHC_Status();\n\n /** Column name HC_WorkEndDate */\n public static final String COLUMNNAME_HC_WorkEndDate = \"HC_WorkEndDate\";\n\n\t/** Set Work End Date\t */\n\tpublic void setHC_WorkEndDate (Timestamp HC_WorkEndDate);\n\n\t/** Get Work End Date\t */\n\tpublic Timestamp getHC_WorkEndDate();\n\n /** Column name HC_WorkPeriodDate */\n public static final String COLUMNNAME_HC_WorkPeriodDate = \"HC_WorkPeriodDate\";\n\n\t/** Set WorkPeriodDate\t */\n\tpublic void setHC_WorkPeriodDate (String HC_WorkPeriodDate);\n\n\t/** Get WorkPeriodDate\t */\n\tpublic String getHC_WorkPeriodDate();\n\n /** Column name HC_WorkStartDate */\n public static final String COLUMNNAME_HC_WorkStartDate = \"HC_WorkStartDate\";\n\n\t/** Set WorkStartDate\t */\n\tpublic void setHC_WorkStartDate (Timestamp HC_WorkStartDate);\n\n\t/** Get WorkStartDate\t */\n\tpublic Timestamp getHC_WorkStartDate();\n\n /** Column name HC_WorkStartDate2 */\n public static final String COLUMNNAME_HC_WorkStartDate2 = \"HC_WorkStartDate2\";\n\n\t/** Set Work Start Date Baru\t */\n\tpublic void setHC_WorkStartDate2 (Timestamp HC_WorkStartDate2);\n\n\t/** Get Work Start Date Baru\t */\n\tpublic Timestamp getHC_WorkStartDate2();\n\n /** Column name IHC_JobDataChange_ID */\n public static final String COLUMNNAME_IHC_JobDataChange_ID = \"IHC_JobDataChange_ID\";\n\n\t/** Set IHC_JobDayaChange\t */\n\tpublic void setIHC_JobDataChange_ID (int IHC_JobDataChange_ID);\n\n\t/** Get IHC_JobDayaChange\t */\n\tpublic int getIHC_JobDataChange_ID();\n\n /** Column name IHC_JobDataChange_UU */\n public static final String COLUMNNAME_IHC_JobDataChange_UU = \"IHC_JobDataChange_UU\";\n\n\t/** Set IHC_JobDataChange_UU\t */\n\tpublic void setIHC_JobDataChange_UU (String IHC_JobDataChange_UU);\n\n\t/** Get IHC_JobDataChange_UU\t */\n\tpublic String getIHC_JobDataChange_UU();\n\n /** Column name IsActive */\n public static final String COLUMNNAME_IsActive = \"IsActive\";\n\n\t/** Set Active.\n\t * The record is active in the system\n\t */\n\tpublic void setIsActive (boolean IsActive);\n\n\t/** Get Active.\n\t * The record is active in the system\n\t */\n\tpublic boolean isActive();\n\n /** Column name IsCancelled */\n public static final String COLUMNNAME_IsCancelled = \"IsCancelled\";\n\n\t/** Set Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic void setIsCancelled (boolean IsCancelled);\n\n\t/** Get Cancelled.\n\t * The transaction was cancelled\n\t */\n\tpublic boolean isCancelled();\n\n /** Column name NomorSK */\n public static final String COLUMNNAME_NomorSK = \"NomorSK\";\n\n\t/** Set Nomor SK\t */\n\tpublic void setNomorSK (String NomorSK);\n\n\t/** Get Nomor SK\t */\n\tpublic String getNomorSK();\n\n /** Column name NomorSK2 */\n public static final String COLUMNNAME_NomorSK2 = \"NomorSK2\";\n\n\t/** Set Nomor SK Baru\t */\n\tpublic void setNomorSK2 (String NomorSK2);\n\n\t/** Get Nomor SK Baru\t */\n\tpublic String getNomorSK2();\n\n /** Column name OriginalServiceData */\n public static final String COLUMNNAME_OriginalServiceData = \"OriginalServiceData\";\n\n\t/** Set Original Service Date\t */\n\tpublic void setOriginalServiceData (Timestamp OriginalServiceData);\n\n\t/** Get Original Service Date\t */\n\tpublic Timestamp getOriginalServiceData();\n\n /** Column name Processed */\n public static final String COLUMNNAME_Processed = \"Processed\";\n\n\t/** Set Processed.\n\t * The document has been processed\n\t */\n\tpublic void setProcessed (boolean Processed);\n\n\t/** Get Processed.\n\t * The document has been processed\n\t */\n\tpublic boolean isProcessed();\n\n /** Column name SeqNo */\n public static final String COLUMNNAME_SeqNo = \"SeqNo\";\n\n\t/** Set Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic void setSeqNo (int SeqNo);\n\n\t/** Get Sequence.\n\t * Method of ordering records;\n lowest number comes first\n\t */\n\tpublic int getSeqNo();\n\n /** Column name Updated */\n public static final String COLUMNNAME_Updated = \"Updated\";\n\n\t/** Get Updated.\n\t * Date this record was updated\n\t */\n\tpublic Timestamp getUpdated();\n\n /** Column name UpdatedBy */\n public static final String COLUMNNAME_UpdatedBy = \"UpdatedBy\";\n\n\t/** Get Updated By.\n\t * User who updated this records\n\t */\n\tpublic int getUpdatedBy();\n}", "@Override\r\n\tpublic void billGenerate() {\n\t\t\r\n\t}", "public void consulterCatalog() {\n\t\t\n\t}", "public interface IDescribeLayoutResult {\r\n\r\n /**\r\n * element : layouts of type {urn:partner.soap.sforce.com}DescribeLayout\r\n * java type: com.sforce.soap.partner.DescribeLayout[]\r\n */\r\n\r\n public com.sforce.soap.partner.IDescribeLayout[] getLayouts();\r\n\r\n public void setLayouts(com.sforce.soap.partner.IDescribeLayout[] layouts);\r\n\r\n /**\r\n * element : recordTypeMappings of type {urn:partner.soap.sforce.com}RecordTypeMapping\r\n * java type: com.sforce.soap.partner.RecordTypeMapping[]\r\n */\r\n\r\n public com.sforce.soap.partner.IRecordTypeMapping[] getRecordTypeMappings();\r\n\r\n public void setRecordTypeMappings(com.sforce.soap.partner.IRecordTypeMapping[] recordTypeMappings);\r\n\r\n /**\r\n * element : recordTypeSelectorRequired of type {http://www.w3.org/2001/XMLSchema}boolean\r\n * java type: boolean\r\n */\r\n\r\n public boolean getRecordTypeSelectorRequired();\r\n\r\n public boolean isRecordTypeSelectorRequired();\r\n\r\n public void setRecordTypeSelectorRequired(boolean recordTypeSelectorRequired);\r\n\r\n\r\n}", "@Override\r\n\tpublic void exportThis()\r\n\t{\n\t\tsuper.exportThis();\r\n\t}", "@Override\n protected void prot() {\n }", "private void m50366E() {\n }" ]
[ "0.5953131", "0.58600646", "0.5787224", "0.5778468", "0.5765259", "0.5757716", "0.57563645", "0.57382214", "0.5728218", "0.5722344", "0.5687278", "0.5636496", "0.5636496", "0.56228137", "0.5609387", "0.5597283", "0.55888283", "0.55804783", "0.5580272", "0.5579374", "0.5566587", "0.55664635", "0.5556975", "0.5556975", "0.55426276", "0.55421317", "0.55255735", "0.55148095", "0.55097497", "0.5504126", "0.54953474", "0.54750013", "0.5473994", "0.5473994", "0.547378", "0.54707754", "0.5460217", "0.54598397", "0.54574543", "0.54528403", "0.54528403", "0.5451912", "0.54501617", "0.5448231", "0.5447838", "0.5442984", "0.54423666", "0.54399776", "0.5438132", "0.5424787", "0.54231036", "0.54167044", "0.54152954", "0.54128784", "0.5402994", "0.540211", "0.540182", "0.53943735", "0.5386022", "0.5383484", "0.5382625", "0.5382625", "0.5377019", "0.5375367", "0.53699154", "0.5365814", "0.536376", "0.5358977", "0.5352757", "0.53508854", "0.53505456", "0.5342164", "0.534192", "0.5339941", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.5339563", "0.53393", "0.5337875", "0.5335085", "0.5326233", "0.5324449", "0.53191924", "0.5316463", "0.5316002", "0.53144735", "0.53088874", "0.5308203", "0.5304723", "0.52899617", "0.52872574", "0.5284048", "0.52834487", "0.5282593", "0.52819735", "0.52808154", "0.5280587" ]
0.0
-1
/ Given a square matrix of size , calculate the absolute difference between the sums of its diagonals. Input Format The first line contains a single integer, . The next lines denote the matrix's rows, with each line containing spaceseparated integers describing the columns. Output Format Print the absolute difference between the two sums of the matrix's diagonals as a single integer. Sample Input 3 11 2 4 4 5 6 10 8 12 Sample Output 15
public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); System.out.println("enter: "); int n = sc.nextInt(); int[][] two_d_a= new int[n][n]; int f_diag=0; int b_diag=0; for (int i=0; i<n; i++){ for (int j=0; j<n; j++){ two_d_a[i][j] = sc.nextInt(); if (i==j) f_diag += two_d_a[i][j]; if (i==n-j-1) b_diag += two_d_a[i][j]; } } int val = f_diag-b_diag; System.out.println(val >= 0 ? val : -val); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "static int diagonalDifference(int[][] matrix) {\n int ltr = 0;\n int rtl = 0;\n for (int i = 0; i < matrix.length; i++) {\n System.out.println(\"matrix[\" + i + \"][\" + i + \"]: \" + matrix[i][i]);\n ltr += matrix[i][i];\n System.out.println(\"matrix[ \" + (i) + \"][\" + (matrix.length - 1 - i) + \"]: \" + matrix[matrix.length - 1 - i][matrix.length - 1 - i]);\n rtl += matrix[i][matrix.length - 1 - i];\n }\n int result = ltr - rtl;\n return result < 0 ? result * -1 : result;\n }", "static int diagonalDifference(int[][] arr) {\n return Math.abs(leftDiagonalSum(arr) - rightDiagonalSum(arr));\n }", "public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int n = scanner.nextInt();\n int[][] matrrix = new int[n][n];\n\n for (int i = 0; i < n; i++) {\n for (int j = 0; j < n; j++) {\n matrrix[i][j] = scanner.nextInt();\n }\n }\n int mainDiagonal = 0, secondDiagonal = 0;\n for (int i = 0; i < n; i++) {\n for (int j = 0; j < n; j++) {\n if (i == j) {\n mainDiagonal += matrrix[i][j];\n }\n if (Math.abs(i + j) == (n - 1)) {\n secondDiagonal += matrrix[i][j];\n }\n }\n }\n System.out.println(Math.abs(mainDiagonal - secondDiagonal));\n\n }", "static int diagonalDifference(int[][] arr) {\n int leftDiag=0;\n int rigthDiag=0;\n for(int i =0;i<arr.length;i++){\n for(int j=0;j<arr.length;j++){\n if(i==j){\n leftDiag+=arr[i][j];\n }\n if(i+j==arr.length-1){\n rigthDiag+=arr[i][j];\n }\n }\n }\n return Math.abs(leftDiag-rigthDiag);\n }", "public static int diagonalDifference(List<List<Integer>> arr) {\n int pDia = 0;\n int sDia = 0;\n int counter = arr.size();\n for (int i = 0; i < arr.size(); i++) {\n List<Integer> row = arr.get(i);\n\n pDia = pDia + row.get(i);\n counter = counter-1;\n sDia = sDia + row.get(counter);\n }\n return Math.abs(pDia-sDia) ;\n }", "public static void main(String args[]) \n {\n Scanner sc = new Scanner(System.in);\n int row_size = sc.nextInt();\n int col_size = sc.nextInt();\n int matrix1[][] = new int[row_size][col_size];\n for(int i = 0 ; i<row_size; i ++)\n {\n for(int j = 0; j<col_size;j++ )\n {\n matrix1[i][j]=sc.nextInt();\n }\n }\n int matrix2[][]=new int[row_size][col_size];\n for(int i = 0 ; i<row_size; i ++)\n {\n for(int j = 0; j<col_size;j++ )\n {\n matrix2[i][j]=sc.nextInt();\n }\n }\n int result[][] = new int[row_size][col_size];\n for(int i = 0 ; i<row_size; i ++)\n {\n for(int j = 0; j<col_size;j++ )\n {\n result[i][j] = matrix1[i][j] - matrix2[i][j];\n }\n }\n for(int i = 0 ; i<row_size; i ++)\n {\n for(int j = 0; j<col_size;j++ )\n {\n System.out.print(result[i][j]+\" \");\n }\n System.out.println();\n }\n }", "private static long sumOfDiagonalsInSquareSpiral(int m) {\n assert m % 2 == 1 : \"Square matrix must be of odd numbered size!\";\n long sum = 0;\n final List<Integer> coefficients = Lists.newArrayList(4, 3, 8, -9);\n final int denominator = 6;\n for (int coefficient : coefficients) {\n sum = sum * m + coefficient;\n }\n return sum / denominator;\n }", "public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int N = in.nextInt();\n //System.out.println(N);\n int[][] array = new int[N][N];\n for(int i = 0 ; i < N ; i++){\n for(int j =0 ; j < N; j++){\n int val = in.nextInt();\n array[i][j] = val; \n } \n }\n int sum1 = 0;\n for(int i = 0 ; i < N ; i++){\n sum1+= array[i][i];\n }\n //System.out.println(sum1);\n int sum2 = 0;\n int tempCol =N-1;\n for(int i =0 ; i < N ; i++){\n sum2+= array[i][tempCol];\n tempCol--;\n }\n //System.out.println(sum2);\n sum1 = Math.abs(sum1-sum2);\n System.out.println(sum1);\n }", "public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\r\n\t\tint n = scan.nextInt();\r\n\t\t\r\n\t\tint matrix[][] = new int[n][n];\r\n\t\tfor(int i = 0 ; i < n ; i++) {\r\n\t\t\tfor(int j = 0 ; j < n ; j++) {\r\n\t\t\t\tmatrix[i][j] = scan.nextInt();\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t\tint firstDigonal = sumOfFirstDigonal(matrix);\r\n\t\tint secondDigonal = sumOfSecondDigonal(matrix);\r\n\t\t\r\n\t\tint difference = Math.abs(firstDigonal - secondDigonal);\r\n\t\tSystem.out.print(difference);\r\n\t}", "public static int diagSum(int[][] a) {\r\n\t\tint rowNum = a.length;\r\n\t\tint colNum = a[0].length;\r\n\t\tint sum = 0;\r\n\t\tfor (int i = 0; i < rowNum; i++) {\r\n\t\t\tfor (int j = 0; j < colNum; j++) {\r\n\t\t\t\tif (i == j) {\r\n\t\t\t\t\tsum += a[i][j];\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn sum;\r\n\t}", "public static int noDiagSum(int[][] a) {\r\n\t\tint rowNum = a.length;\r\n\t\tint colNum = a[0].length;\r\n\t\tint sum = 0;\r\n\t\tfor (int i = 0; i < rowNum; i++) {\r\n\t\t\tfor (int j = 0; j < colNum; j++) {\r\n\t\t\t\tif (i != j) {\r\n\t\t\t\t\tsum += a[i][j];\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn sum;\r\n\t}", "static int performSum(int[][] ar){\n\n int pDia = 0;\n int sDia = 0;\n int counter = ar.length;\n for (int i = 0; i < ar.length; i++) {\n\n pDia = pDia + ar[i][i];\n\n // keeping track of counter for second diagonal\n counter = counter-1;\n\n sDia = sDia + ar[i][counter];\n\n }\n System.out.println(sDia);\n return pDia;\n }", "private static void findMaxSumMatrix(int[][] matrix) {\n int maxSum = Integer.MIN_VALUE;\n int row = 0;\n int col = 0;\n for (int rows = 0; rows <matrix.length - 2; rows++) {\n for (int column = 0; column <matrix[rows].length - 2; column++) {\n int currentItem = matrix[rows][column];\n int neighborItem = matrix[rows][column + 1];\n int nextNeighborItem = matrix[rows][column + 2];\n\n int currentDownNeighborItem = matrix[rows + 1][column];\n int downNeighborItem = matrix[rows + 1][column + 1];\n int nextDownNeighborItem = matrix[rows + 1][column + 2];\n\n int lastItem = matrix[rows + 2][column];\n int lastNeighborItem = matrix[rows + 2][column + 1];\n int nextLastNeighborItem = matrix[rows + 2][column + 2];\n\n int sum = getSum(currentItem, neighborItem, nextNeighborItem, currentDownNeighborItem, downNeighborItem, nextDownNeighborItem, lastItem, lastNeighborItem, nextLastNeighborItem);\n\n if(maxSum <=sum){\n maxSum = sum;\n row = rows;\n col = column;\n }\n }\n }\n System.out.println(\"Sum = \" + maxSum);\n System.out.printf(\"%s %s %s\\n\",matrix[row][col], matrix[row][col + 1],matrix[row][col + 2]);\n System.out.printf(\"%s %s %s\\n\",matrix[row + 1][col],matrix[row + 1][col + 1], matrix[row + 1][col + 2]);\n System.out.printf(\"%s %s %s\",matrix[row + 2][col], matrix[row + 2][col + 1], matrix[row + 2][col + 2]);\n }", "public int diagonalSum(int[][] mat) {\r\n\r\n int rows = mat.length;\r\n int cols = mat[0].length;\r\n int sum = 0;\r\n for (int r = 0; r < rows; r++) {\r\n //sum of right diagonal\r\n sum += mat[r][cols - r - 1];\r\n for (int c = 0; c < cols; c++) {\r\n //sum of left diagonal\r\n if (r == c) {\r\n sum += mat[r][c];\r\n }\r\n }\r\n }\r\n //If N is odd, deduct the duplicate count\r\n return rows % 2 == 1 ? sum - mat[rows / 2][cols / 2] : sum;\r\n }", "public static void main(String args[]) \n {\n Scanner in = new Scanner(System.in);\n int r = in.nextInt();\n int c = in.nextInt();\n int mat[][] = new int[r][c];\n int mtx[][] = new int[r][c];\n for(int i = 0; i < r;i++)\n {\n for(int j = 0; j < c;j++)\n {\n mat[i][j] = in.nextInt();\n }\n }\n for(int i = 0; i < r;i++)\n {\n for(int j = 0; j < c;j++)\n {\n mtx[i][j] = in.nextInt();\n }\n }\n for(int i = 0; i < r;i++)\n {\n for(int j = 0; j < c;j++)\n {\n System.out.print((mat[i][j] - mtx[i][j]) +\" \");\n }\n System.out.println();\n }\n }", "public int getMaxLineSum() {\n int result = 0;\n int maxRowSum = getMaxRowSum();\n int maxColumnSum = getMaxColumnSum();\n int maxDiagonalSum = getMaxDiagonalSum();\n if (abs(maxRowSum) > abs(result))\n result = maxRowSum;\n if (abs(maxColumnSum) > abs(result))\n result = maxColumnSum;\n if (abs(maxDiagonalSum) > abs(result))\n result = maxDiagonalSum;\n return result;\n }", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tSystem.out.println(\"enter the number of rows\");\n\t\tint m=sc.nextInt();\n\t\tSystem.out.println(\"enter the number of columns\");\n\t\tint n=sc.nextInt();\n\t\t\n\t\tint matrix1[][]= new int[m][n];\n\t\tint matrix2[][]= new int[m][n];\n\t\tint sumMatrix[][]= new int[m][n];\n\t\tint diffMatrix[][]= new int[m][n];\n\t\tint proMatrix[][]= new int[m][n];\n\t\tSystem.out.println(\"enter matrix one\");\n\t\t\n\t\tfor(int i=0;i<m;i++)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t\tmatrix1[i][j]=sc.nextInt();\n\t\t}\n\t\t\n\t\tSystem.out.println(\"enter matrix two\");\n\t\t\n\t\tfor(int i=0;i<m;i++)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t\tmatrix2[i][j]=sc.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i=0;i<m;i++)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t\tsumMatrix[i][j]=matrix1[i][j]+matrix2[i][j];\n\t\t}\n\t\t\n\t\tSystem.out.println(\"Sum matrix\");\n\t\tfor(int i=0;i<m;i++)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t\tSystem.out.print(sumMatrix[i][j]+\"\\t\");\n\t\t\tSystem.out.println();\n\t\t}\n\t\t\n\t\tfor(int i=0;i<m;i++)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t\tdiffMatrix[i][j]=matrix1[i][j]-matrix2[i][j];\n\t\t}\n\t\t\n\t\tSystem.out.println(\"Difference matrix\");\n\t\tfor(int i=0;i<m;i++)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t\tSystem.out.print(diffMatrix[i][j]+\"\\t\");\n\t\t\tSystem.out.println();\n\t\t}\n\t\t\n\t\t\n\t\tfor(int i=0;i<m;i++)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t{\n\t\t\t\tfor(int k=0;k<n;k++)\n\t\t\t\t\tproMatrix[i][j]=matrix1[i][k]*matrix2[k][j];\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(\"Product matrix\");\n\t\tfor(int i=0;i<m;i++)\n\t\t{\n\t\t\tfor(int j=0;j<n;j++)\n\t\t\t\tSystem.out.print(proMatrix[i][j]+\"\\t\");\n\t\t\tSystem.out.println();\n\t\t}\n\t\t\n\t}", "public static void main(String args[]) \n {\n Scanner in = new Scanner(System.in);\n int r = in.nextInt();\n int c = in.nextInt();\n int mat1[][]=new int [r][c];\n int mat2[][]=new int [r][c];\n for (int i = 0; i < r; i++)\n {\n for (int j = 0; j < c; j++)\n {\n mat1[i][j]=in.nextInt();\n }\n }\n for (int i = 0; i < r; i++)\n {\n for (int j = 0; j < c; j++)\n {\n mat2[i][j]=in.nextInt();\n }\n }\n for (int i =0; i < r; i++)\n {\n for (int j = 0; j < c; j++)\n {\n System.out.print(mat1[i][j]-mat2[i][j]+\" \");\n }\n System.out.println();\n }\n }", "public static int calculate(int[][] matrix) {\n if (matrix.length == 0) {\n return 0;\n }\n\n int[] temp = new int[matrix[0].length];\n int maxArea = 0;\n\n for (int i = 0; i < matrix.length; i++) {\n for (int j = 0; j < matrix[0].length; j++) {\n\n if (matrix[i][j] != 0) {\n temp[j] += matrix[i][j];\n } else {\n temp[j] += 0;\n }\n }\n\n int area = LargestRectangle.calculate(temp);\n if (maxArea < area) {\n maxArea = area;\n }\n }\n\n return maxArea;\n }", "public double determinant(Matrix matr){\n double[][] matrix = matr.data;\n int sum=0;\n int s;\n if(matrix.length==1){ //bottom case of recursion. size 1 matrix determinant is itself.\n return(matrix[0][0]);\n }\n for(int i=0;i<matrix.length;i++){ //finds determinant using row-by-row expansion\n double[][]smaller= new double[matrix.length-1][matrix.length-1]; //creates smaller matrix- values not in same row, column\n for(int a=1;a<matrix.length;a++){\n for(int b=0;b<matrix.length;b++){\n if(b<i){\n smaller[a-1][b]=matrix[a][b];\n }\n else if(b>i){\n smaller[a-1][b-1]=matrix[a][b];\n }\n }\n }\n if(i%2==0){ //sign changes based on i\n s=1;\n }\n else{\n s=-1;\n }\n sum+=s*matrix[0][i]*(determinant( new Matrix( smaller )));\n// recursive step: determinant of larger determined by smaller.\n }\n return(sum); //returns determinant value. once stack is finished, returns final determinant.\n }", "public static void main(String[] args) {\n int n;\n Scanner in=new Scanner(System.in);\n n=in.nextInt();\n int a[][]=new int[n][n];\n for(int i=0;i<n;i++){\n \tfor(int j=0;j<n;j++){\n \t\ta[i][j]=in.nextInt();\n \t}\n }\n int pd=0,npd=0;\n for(int i=0;i<n;i++){\n \tfor(int j=0;j<n;j++){\n \t\tif(j==i)\n \t\t\tpd=pd+a[i][j];\n \t}\n }\n for(int i=0;i<n;i++){\n \tfor(int j=0;j<n;j++){\n \t\tif(i==n-j-1){\n \t\t\tnpd=npd+a[i][j];\n \t\t}\n \t}\n }\n int dif=npd-pd;\n dif=Math.abs(dif);\n System.out.println(dif);\n }", "public int matrixScore(int[][] A) {\n int n = A.length, m = A[0].length, ans = 0;\n for (int i = 0; i < n; ++i) {\n if (A[i][0] == 0) {\n flipRow(A, i);\n }\n }\n for (int j = 1; j < m; ++j) {\n int cnt = 0;\n for (int i = 0; i < n; ++i) {\n cnt += A[i][j];\n }\n if (cnt * 2 < n) {\n flipCol(A, j);\n }\n }\n for (int i = 0; i < n; ++i) {\n int cur = 0;\n for (int j = 0; j < m; ++j) {\n cur = (cur << 1) + A[i][j];\n }\n ans += cur;\n }\n return ans;\n}", "public void diagonalSum()\r\n {\r\n // Queue which stores tree nodes\r\n Queue<Node> queue = new LinkedList<Node>();\r\n \r\n // Map to store sum of node's data lying diagonally\r\n Map<Integer, Integer> map = new TreeMap<>();\r\n \r\n root.vd = 0;\r\n queue.add(root);\r\n \r\n while (!queue.isEmpty())\r\n {\r\n \tNode current = queue.remove();\r\n int vd = current.vd;\r\n \r\n while (current != null)\r\n {\r\n map.put(vd, map.getOrDefault(vd, 0)+current.data);\r\n \r\n if (current.leftChild != null)\r\n {\r\n current.leftChild.vd = vd+1;\r\n queue.add(current.leftChild);\r\n }\r\n \r\n current = current.rightChild;\r\n }\r\n }\r\n \r\n System.out.println(\"Diagonal sum : \");\r\n for(int val: map.values())\r\n {\r\n \tSystem.out.println(val);\r\n }\r\n }", "public static int[][] verticalSums(int[][] a, int sumToFind){\r\n\t\tint b[][]=new int[a.length][a[0].length];\r\n\t\tboolean verify[][]=new boolean[a.length][a[0].length];\r\n\t\tfor (int c=0;c<a[0].length;c++){\r\n\t\t\tint r=0; \r\n\t\t\tint confirm=0;\r\n\t\t\tint sum=0;\r\n\t\t\twhile(r<a.length){\r\n\t\t\t\r\n\t\t\t\tif(sum<sumToFind){\r\n\t\t\t\t\tsum+=a[r][c];\r\n\t\t\t\t\t\r\n\t\t\t\t\tr++; \r\n\t\t\t\t}\r\n\t\t\t\tif(sum>sumToFind){\r\n\t\t\t\t\tconfirm++;\r\n\t\t\t\t\tr=confirm;\r\n\t\t\t\t\tsum=0; \r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\tif (sum==sumToFind){\r\n\t\t\t\t\tfor(int x=confirm;x<r;x++){\r\n\t\t\t\t\t\tverify[x][c] = true;\r\n\t\t\t\t\tconfirm++;\r\n\t\t\t\t\tr=confirm;\r\n\t\t\t\t\tsum=0;\r\n\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t}\r\n\t\t\tfor(int i=0;i<a.length;i++){\r\n\t\t\t\tfor(int j=0;j<a.length;j++){\r\n\t\t\t\t\tif (verify[i][j]){\r\n\t\t\t\t\t\tb[i][j]=a[i][j]; \r\n\t\t\t\t\t}\r\n\t\t\t\t\telse \r\n\t\t\t\t\t\tb[i][j]=0 ;\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\r\n\t\t\r\n\t\t\r\n\t\t\t}\r\n\t\t\t\r\n\r\n}\r\n\t\treturn b;\r\n}", "protected int sumAll() {\n\t\tint total = 0;\n\t\t//iterate all rows\n\t\tfor(int i = 0;i<size();i++){\n\t\t\t//itreate all columns\n\t\t\tfor(int j = 0;j<size();j++){\n\t\t\t\tInteger cell = matrix.get(i).get(j);\n\t\t\t\ttotal+=cell;\n\t\t\t}\n\t\t}\n\t\treturn total;\n\t}", "private int[] columnSum(int[][] matrix) {\n int[] result = new int[matrix.length];\n for(int i = 0; i < matrix.length; i++) {\n result[i] = 0;\n for(int j = 0; j < matrix[i].length; j++) {\n result[i] += matrix[i][j];\n }\n }\n return result;\n }", "public static void main(String[] args) {\n int[][] array = new int[6][6];\n int sum=0, result=0, sub=0;\n Scanner sc = new Scanner(System.in);\n //System.out.println(\"Enter array elements\")\n for(int x=0 ; x < 6; x++){\n for( int y=0; y < 6; y++) {\n array[x][y]= sc.nextInt();\n }\n }\n //System.out.println(\"Desired Sum : \")\n for( int k=0; k < 4; k++){\n for( int m=0; m < 4; m++){\n for ( int i=k; i < k+3; i++ ){\n int j=0; \n for ( j=m; j < m+3; j++){\n if( i != k+1){\n sum += array[i][j];\n }\n else{\n sum += array[i][j+1];\n break;\n }\n }\n }\n result = Math.max(result, sum);\n sum = 0; \n }\n }\n System.out.println(result);\n \n }", "private static int[][] fillWithSum(int[][] matrix) {\n if (null == matrix || matrix.length == 0) {\n return null;\n }\n\n int M = matrix.length;\n int N = matrix[0].length;\n\n // fill leetcoce.matrix such that at given [i,j] it carries the sum from [0,0] to [i,j];\n int aux[][] = new int[M][N];\n\n // 1 2 3\n // 4 5 6\n // 7 8 9\n\n // 1. copy first row of leetcoce.matrix to aux\n for (int j = 0; j < N; j++) {\n aux[0][j] = matrix[0][j];\n }\n // after 1,\n // 1 2 3\n // 0 0 0\n // 0 0 0\n\n // 2. Do column wise sum\n for (int i = 1; i < M; i++) {\n for (int j = 0; j < N; j++) {\n aux[i][j] = matrix[i][j] + aux[i-1][j]; // column wise sum\n }\n }\n // after 2,\n // 1 2 3\n // 5 7 9\n // 12 15 18\n\n // 3. Do row wise sum\n for (int i = 0; i < M; i++) {\n for (int j = 1; j < N; j++) {\n aux[i][j] += aux[i][j-1];\n }\n }\n // after 3,\n // 1 3 6\n // 5 12 21\n // 12 27 45\n\n // sum between [1,1] to [2,2] = 45 + 1 - 12 - 6 = 46 - 18 = 28\n return aux;\n }", "public int maxSumSubmatrix(int[][] matrix, int target) {\n int row = matrix.length;\n if(row==0)return 0;\n int col = matrix[0].length;\n int m = Math.min(row,col);\n int n = Math.max(row,col);\n //indicating sum up in every row or every column\n boolean colIsBig = col>row;\n int res = Integer.MIN_VALUE;\n for(int i = 0;i<m;i++){\n int[] array = new int[n];\n // sum from row j to row i\n for(int j = i;j>=0;j--){\n int val = 0;\n TreeSet<Integer> set = new TreeSet<Integer>();\n set.add(0);\n //traverse every column/row and sum up\n for(int k = 0;k<n;k++){\n array[k]=array[k]+(colIsBig?matrix[j][k]:matrix[k][j]);\n val = val + array[k];\n //use TreeMap to binary search previous sum to get possible result \n Integer subres = set.ceiling(val-target);\n if(null!=subres){\n res=Math.max(res,val-subres);\n }\n set.add(val);\n }\n }\n }\n return res;\n}", "public static void main(String[] args) {\n\t\t\n\t\tSystem.out.println(\"Enter n :\");\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num = scanner.nextInt();\n\t\t\n\t\tint mat[][] = new int[num][num];\n\t\tint mirr[][] = new int[num][num];\n\t\t\n\t\tint sum =0;\n\t\t\n\t\tfor(int i =0; i<num;i++)\n\t\t{\n\t\t\tfor(int j=0;j<num;j++)\n\t\t\t{\n\t\t\t System.out.println(\"Enter \"+i+\"\"+j+\" matrix\");\n\t\t\t int data = scanner.nextInt();\n\t\t\t\tmat[i][j]=data;\n\t\t\t\t\n\t\t\t}\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\t System.out.println(\"Original Matrix is :\");\n\t \n\t \n\t for(int i =0; i<num;i++)\n\t\t\t{\n\t\t\t\tfor(int j=0;j<num;j++)\n\t\t\t\t{\n\t\t\t\t \n\t System.out.print(mat[i][j]+\" \");\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tSystem.out.println();\n\t\t\t}\n\t \n\t\t\n\t\t\n\t\tfor(int i =0; i<num;i++)\n\t\t{\n\t\t\tint img = 0;\n\t\t\tfor(int j=num-1;j>=0;j--)\n\t\t\t{\n\t\t\t \n\n int temp = mat[i][j];\n mirr[i][img]=temp;\n img++;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t}\n\t\t}\n\t\t\n\t\n\t \n\t\t\n\t\t\n\t\t\n System.out.println(\"\\n2Mirror Matrix is :\");\n \n \n for(int i =0; i<num;i++)\n\t\t{\n\t\t\tfor(int j=0;j<num;j++)\n\t\t\t{\n\t\t\t \n System.out.print(mirr[i][j]+\" \");\n\t\t\t\n\t\t\t\t\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t}\n \n \n \n\t}", "public int manhattan() {\n int sum = 0;\n for (int i = 0; i < blocks.length; i++){\n for (int j = 0; j < blocks.length; j++){\n int value = blocks[i][j];\n if (value == 0)\n continue;\n\n sum += Math.abs((value-1) / dimension() - i);\n sum += Math.abs((value-1) % dimension() - j);\n }\n }\n return sum;\n }", "public static long checksum(int[][] m){\n long s = 0;\n for (int i = 0; i < m.length; i++)\n for (int j = 0; j < m[0].length; j++)\n s += m[i][j];\n return s;\n }", "public int manhattan() {\n int sum = 0;\n int index = 0;\n\n for (int row = 0; row < N; row++)\n for (int col = 0; col < N; col++) {\n int correctIdx = tiles[row][col] - 1;\n\n if (correctIdx != -1 && correctIdx != index) {\n sum += Math.abs((correctIdx / N) - row);\n sum += Math.abs((correctIdx % N) - col);\n }\n index++;\n }\n return sum;\n }", "public static void main(String[] args) {\n System.out.println(\"Enter the 4 x 4 matrix: \");\n Scanner input = new Scanner(System.in);\n double[][] matrix = new double[4][4];\n for (int i = 0; i < 4; i++) {\n for (int j = 0; j < 4; j++) {\n matrix[i][j] = input.nextDouble();\n }\n }\n\n // Invoke the sumColumn method\n double sum = sumMajorDiagonal(matrix);\n\n // Output the result\n System.out.println(\"The sum of the diagonal is \" + sum);\n }", "private int getSumD2(int[][] a) {\n int sum = 0;\n\n int jd1 = 0;\n int jd2 = a.length - 1;\n while (jd1 < a.length) {\n sum += a[jd1][jd2];\n jd2--;\n jd1++;\n }\n return sum;\n }", "public static int sum2( int [][] m )\n {\n int sum = 0; //initialize sum\n int v = 0; //initialize a row counter\n for (int[] i : m) { //for each array in m, make an array called i\n\t sum += sumRow( v, m); //add the sumRow of the row counter and\n\t //original array to the stated sum\n\t v++; //add 1 to the counter\n }\n return sum; //return sum, an int\n }", "@Override\n\tpublic double calculaDiagonal() {\n\t\treturn 0;\n\t}", "public static int exerciseEightSolution(int[][] matrix) {\n\t int sum = 0;\n\t \n\t /*Populate the matrix with random values between 0 and maxNumber and print the \n\t *generated matrix. Just to facilitate test. Not a part of the given problem.\n\t * \n\t *If you want to use your own values just change or comment these lines. \n\t */\n\t int maxNumber = 5;\n\t Random randNumber = new Random();\n\t for(int i = 0; i < matrix.length; i++) {\n\t \tfor (int j = 0; j < matrix[0].length; j++) {\n\t \t\tmatrix[i][j] = randNumber.nextInt(maxNumber);\n\t \t\tSystem.out.print(matrix[i][j] + \" \");\n\t \t}\n\t \tSystem.out.println();\n\t }\n\t\tSystem.out.println();\n\n\t//My solution for the problem.\n\t//Iterate through the matrix. If a 0 is found, all the \"rooms\" below it receive 0.\n\t for(int i = 0; i < matrix.length; i++){\n\t for(int j = 0; j < matrix[i].length; j++){\n\t if(matrix[i][j] == 0){\n\t int aux = i;\n\t while(aux < matrix.length){\n\t matrix[aux][j] = 0;\n\t aux += 1;\n\t }\n\t }\n\t }\n\t }\n\n\t//Store the sum of valid room values.\n\t for(int i = 0; i < matrix.length; i++){\n\t for(int j = 0; j < matrix[i].length; j++){\n\t sum += matrix[i][j];\n\t }\n\t }\n\t \n\t return sum;\n\t}", "public int calculateDifference(int n) {\r\n\t\tdouble sumOfSquare=0;\r\n\t\tdouble diff=0;\r\n\t\tint squareOfSum=0;\r\n\t\tfor(int i=0;i<=n;i++) {\r\n\t\t\t//sum of square of number\r\n\t\t\tsumOfSquare=sumOfSquare+Math.pow(i, 2);\r\n\t\t\tsquareOfSum=squareOfSum+i;\r\n\t\t}\r\n\t\t//square of sum of natural number\r\n\t\tsquareOfSum=squareOfSum*squareOfSum;\r\n\t\t//difference between sum of square and square of natural number\r\n\t\tdiff=sumOfSquare-squareOfSum;\r\n\t\treturn (int) -diff;\r\n\t\t}", "public int manhattan() {\n int s = 0;\n for (int i = 0; i < n; i++) {\n for (int j = 0; j < n; j++) {\n int x = tiles[i][j];\n if (x == 0) continue;\n x--;\n if (x != i*n + j) {\n s = s + Math.abs(i - x / n) + Math.abs(j - x % n);\n }\n }\n }\n return s;\n }", "public static int[] findDiagonalOrder(int[][] matrix){\n if( matrix == null || matrix.length == 0)\n return new int[0];\n int i = 0;\n int j =0;\n int k = 0;\n int size = matrix.length * matrix[0].length;\n int[] result = new int[size];\n boolean moveUp =true;\n while(k< size){\n\n if(moveUp){\n for(;i >=0 && j<= matrix[0].length-1;i--, j++){\n result[k] = matrix[i][j];\n k++;\n }\n // while moving up there are two conditions\n// 1. only row moves beyod 0 th row and column is in range (check for both row and column)\n //2. both row and column moves out ( check for column only)\n //case 1\n if(i<0 && j <= matrix[0].length-1){\n i = 0; // reset row to 0 and move down\n moveUp = !moveUp;\n }\n //case 2\n if(j == matrix[0].length){\n i = i+2; // reset row\n j--; // reduce column and move down\n moveUp = !moveUp;\n }\n\n }\n else\n {\n // moving down increment row and decrement column\n for(;j>=0 && i <= matrix.length - 1; i++, j-- ){\n result[k] = matrix[i][j];\n k++;\n }\n // while moving down there are two cases\n // 1. column goes out but rows in order (we need to check both)\n // 2. both column and row goes out (we can only have row check)\n if(j < 0 && i<= matrix.length-1){\n j = 0;\n moveUp = !moveUp;\n }\n if( i == matrix.length){\n j = j+2;\n i--;\n moveUp = !moveUp;\n }\n\n }\n\n\n }\n return result;\n }", "public int maxSumSubmatrix(int[][] matrix, int k) {\n int res=Integer.MIN_VALUE; \n int rows=matrix.length, cols=matrix[0].length; \n int[][] areas=new int[rows][cols];\n for(int i=0; i<rows; i++){\n for(int j=0; j<cols; j++){\n int area=matrix[i][j];\n if(i>0) area+=areas[i-1][j];\n if(j>0) area+=areas[i][j-1];\n if(i>0 && j>0) area-=areas[i-1][j-1];\n areas[i][j]=area;\n }\n }\n \n for(int r1=0; r1<rows; r1++){\n for(int c1=0; c1<cols; c1++){\n for(int r2=r1; r2<rows; r2++){\n for(int c2=c1; c2<cols; c2++){\n int sec=areas[r2][c2];\n if(r1>0) sec-=areas[r1-1][c2];\n if(c1>0) sec-=areas[r2][c1-1];\n if(r1>0 && c1>0) sec+= areas[r1-1][c1-1];\n if(sec<=k) res=Math.max(sec, res);\n }\n }\n }\n }\n return res;\n }", "private int diagonalCount() {\n\t\treturn Math.abs(destRow-curRow) > Math.abs(destCol-curCol) ?\n\t\t\t Math.abs(destCol-curCol) : Math.abs(destRow-curRow);\n\t}", "public static Matrix subtract(Matrix first, Matrix second) {\n \n Matrix result = new Matrix(first.getRows(), first.getClumns());\n \n for (int row = 0; row < first.getRows(); row++) {\n for (int col = 0; col < first.getClumns(); col++) {\n result.matrix[row][col] = first.matrix[row][col] - second.matrix[row][col];\n }\n }\n \n return result;\n }", "public static void main(String[] args) {\n int[][] matrix = {{1,2}, {3,4}};\n // int[][] matrix = {{1,2}, {3,4}};\n// printMatrixDiagonal (matrix, matrix.length);\n int[] result = findDiagonalOrder (matrix);\n for ( int i:result ){\n System.out.println (i);\n }\n\n }", "public static int maxSquare(int[][] matrix) {\n if(matrix==null)\r\n return 0;\r\n int m = matrix.length;\r\n if(m ==0 )\r\n return 0;\r\n int n = matrix[0].length;\r\n if( n==0 )\r\n return 0;\r\n int res = -1;\r\n for(int i = 1;i<m;i++){\r\n for(int j = 1;j<n;j++){\r\n if(matrix[i][j]!=0 ){\r\n matrix[i][j] = min3(matrix[i-1][j-1],matrix[i][j-1],matrix[i-1][j]) + 1;\r\n }\r\n res = Math.max(res,matrix[i][j]);\r\n \r\n }\r\n }\r\n return res;\r\n }", "public static double sumMajorDiagonal(double[][] m) {\n double total = 0;\n for (int i = 0; i < m.length; i++) {\n total += m[i][i];\n }\n return total;\n }", "public int[] getSumAbsoluteDifferences(int[] nums) {\n int n = nums.length;\n int[] right = new int[n + 1];\n for (int i = n - 1; i >= 0; i--) {\n right[i] = right[i + 1] + nums[i];\n }\n int[] res = new int[n];\n for (int i = 0, leftSum = 0; i < n; i++) {\n res[i] = right[i + 1] - leftSum + (i * 2 + 1 - n) * nums[i];\n leftSum += nums[i];\n }\n return res;\n }", "public void printMaxSubSquare(int M[][]) {\n int i, j;\n int R = M.length; //no of rows in M[][]\n int C = M[0].length; //no of columns in M[][]\n int S[][] = new int[R][C];\n //记录对应的 最大矩阵的位置\n int max_of_s, max_i, max_j;\n\n /* Set first column of S[][]*/\n for (i = 0; i < R; i++)\n S[i][0] = M[i][0];\n\n /* Set first row of S[][]*/\n for (j = 0; j < C; j++)\n S[0][j] = M[0][j];\n\n /* Construct other entries of S[][]*/\n for (i = 1; i < R; i++) {\n for (j = 1; j < C; j++) {\n if (M[i][j] == 1)\n S[i][j] = Math.min(S[i][j - 1], Math.min(S[i - 1][j], S[i - 1][j - 1])) + 1;\n else\n S[i][j] = 0;\n }\n }\n\n /* Find the maximum entry, and indexes of maximum entry\n in S[][] */\n max_of_s = S[0][0];\n max_i = 0;\n max_j = 0;\n for (i = 0; i < R; i++) {\n for (j = 0; j < C; j++) {\n if (max_of_s < S[i][j]) {\n max_of_s = S[i][j];\n max_i = i;\n max_j = j;\n }\n }\n }\n System.out.println(\"Result in the Matrix S[][]\");\n for(i = 0;i < R ; i ++){\n for(j =0; j < C;j ++){\n System.out.print(S[i][j] + \"\\t\");\n }\n System.out.println();\n }\n\n System.out.println(\"Maximum size sub-matrix is: \");\n for (i = max_i; i > max_i - max_of_s; i--) {\n for (j = max_j; j > max_j - max_of_s; j--) {\n System.out.print(M[i][j] + \" \");\n }\n System.out.println();\n }\n\n }", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br= new BufferedReader(new InputStreamReader (System.in));\n\t\tBufferedWriter bw= new BufferedWriter(new OutputStreamWriter(System.out));\n\t\tString[] str;\n\t\tstr=br.readLine().split(\" \");\n\t\tint n=Integer.parseInt(str[0]);\n\t\tint m=Integer.parseInt(str[1]);\n\t\tint[][] num=new int[n][n];\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\tfor(int j=0;j<n;j++) {num[i][j]=Integer.parseInt(str[j]);}\n\t\t}\n\t\tint [][] loc=new int[4][m];\n\t\tfor(int i=0;i<m;i++) {\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\tloc[0][i]=Integer.parseInt(str[0])-1;\n\t\t\tloc[1][i]=Integer.parseInt(str[1])-1;\n\t\t\tloc[2][i]=Integer.parseInt(str[2])-1;\n\t\t\tloc[3][i]=Integer.parseInt(str[3])-1;\n\t\t}\n\t\tint[][] sumDP=new int[n][n];\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<n;j++) {\n\t\t\t\tif(i==0) {\n\t\t\t\t\tif(j==0) sumDP[i][j]=num[i][j];\n\t\t\t\t\telse sumDP[i][j]=num[i][j]+sumDP[i][j-1];\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tif(j==0) sumDP[i][j]=num[i][j]+sumDP[i-1][j];\n\t\t\t\t\telse{\n\t\t\t\t\t\tsumDP[i][j]=num[i][j]+sumDP[i-1][j]+sumDP[i][j-1]-sumDP[i-1][j-1];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tfor(int i=0;i<m;i++) {\n\t\t\tint x1=loc[0][i];\n\t\t\tint y1=loc[1][i];\n\t\t\tint x2=loc[2][i];\n\t\t\tint y2=loc[3][i];\n\t\t\tint ans;\n\t\t\tif(x1==0&&y1==0) ans=sumDP[x2][y2];\n\t\t\telse if(x1==0) ans=sumDP[x2][y2]-sumDP[x2][y1-1];\n\t\t\telse if(y1==0) ans=sumDP[x2][y2]-sumDP[x1-1][y2];\n\t\t\telse ans=sumDP[x2][y2]-sumDP[x1-1][y2]-sumDP[x2][y1-1]+sumDP[x1-1][y1-1];\n\t\t\tbw.write(String.valueOf(ans)+\"\\n\");\n\t\t}\n\t\t\n\t\tbr.close();\n\t\tbw.close();\n\t}", "public static List<List<Integer>> findMatrix(List<List<Integer>> a) {\n List<List<Integer>> res = new ArrayList<>();\n for (int i = 0; i < a.size(); i++) {\n List<Integer> rowi = a.get(i);\n List<Integer> temp = new ArrayList<>();\n int prev = 0;\n for (int j = 0; j < rowi.size(); j++) {\n if (i == 0) {\n int curr = rowi.get(j);\n temp.add(prev + curr);\n prev += curr;\n } else {\n int curr = rowi.get(j);\n int lastSum = res.get(i - 1).get(j);\n temp.add(prev + curr + lastSum);\n prev += curr;\n }\n }\n res.add(temp);\n }\n return res;\n }", "public int maximumSquareSubMatrix(int[][] matrix) {\n int m = matrix.length;\n if (m < 1) return 0;\n\n int n = matrix[0].length;\n\n int[][] dp = new int[m+1][n+1];\n for (int i = 1; i <= m; i++) {\n for (int j = 1; j <= n; j++) {\n if (matrix[i-1][j-1] == 1) {\n dp[i][j] = Math.min(dp[i-1][j], Math.min(dp[i][j-1], dp[i-1][j-1]))+1;\n }\n }\n }\n\n return dp[m][n];\n }", "public static void SumRowsColumns(int[][] array) {\n\n }", "public static double matrixDeterminant (double[][] matrix) {\r\n double temporary[][];\r\n double result = 0;\r\n\r\n if (matrix.length == 1) {\r\n result = matrix[0][0];\r\n return (result);\r\n }\r\n\r\n if (matrix.length == 2) {\r\n result = ((matrix[0][0] * matrix[1][1]) - (matrix[0][1] * matrix[1][0]));\r\n return (result);\r\n }\r\n\r\n for (int i = 0; i < matrix[0].length; i++) {\r\n temporary = new double[matrix.length - 1][matrix[0].length - 1];\r\n\r\n for (int j = 1; j < matrix.length; j++) {\r\n for (int k = 0; k < matrix[0].length; k++) {\r\n if (k < i) {\r\n temporary[j - 1][k] = matrix[j][k];\r\n } else if (k > i) {\r\n temporary[j - 1][k - 1] = matrix[j][k];\r\n }\r\n }\r\n }\r\n\r\n result += matrix[0][i] * Math.pow (-1, (double) i) * matrixDeterminant (temporary);\r\n }\r\n return (result);\r\n }", "private double calculeDistanceLinaire(int[] tableauDeIntRandom) {\n double resultat = 0;\n for (int i = 0; i < tableauDeIntRandom.length; i++) {\n resultat += Math.abs(tableauDeIntRandom[i] - tableauDeIntRandom[(i + 1) % tableauDeIntRandom.length]);\n }\n return resultat;\n }", "public static int sum2( int [][] m )\n {\n\t int sum = 0;\t\t\t\t\t\t\t//initialize variable to hold/track sum so far\n\t\n\t for (int i = 0; i < m.length; i++) { \t//loop through the arrays\n\n\t\t sum += sumRow1(i, m);\t\t\t\t//procure the sum of each row, and add it to the sum variable\n\n\t }\n\n\t return sum;\t\t\t\t\t\t\t//return the sum\n }", "public static void main(String[] args) {\n\t\t\r\n\t\tint [][] matrix={\r\n\t\t\t\t{10,15,2,76,-9},\r\n\t\t\t\t{85,-22,4,35,99},\r\n\t\t\t\t{64,68,31,7,-3},\r\n\t\t\t\t{1,53,94,33,8}\r\n\t\t};\r\n\t\t\r\n\t\tfor(int[] fila:matrix){\r\n\t\t\tSystem.out.println();//le da salto de linea cuando termina cada fila\r\n\t\t\tfor (int z:fila){\r\n\t\t\t\tSystem.out.print(z + \" \");\r\n\t\t\t}\r\n\t\t}\r\n\t\t/*int [][] matrix= new int[4][5];//primera dimension, segunda dimension\r\n\t\t\r\n\t\tmatrix [0][0]=5;\r\n\t\tmatrix [0][1]=18;\r\n\t\tmatrix [0][2]=29;\r\n\t\tmatrix [0][3]=80;\r\n\t\tmatrix [0][4]=3;\r\n\t\t\r\n\t\tmatrix [1][0]=-9;\r\n\t\tmatrix [1][1]=71;\r\n\t\tmatrix [1][2]=32;\r\n\t\tmatrix [1][3]=-24;\r\n\t\tmatrix [1][4]=62;\r\n\t\t\r\n\t\tmatrix [2][0]=54;\r\n\t\tmatrix [2][1]=22;\r\n\t\tmatrix [2][2]=-39;\r\n\t\tmatrix [2][3]=1;\r\n\t\tmatrix [2][4]=97;\r\n\t\t\r\n\t\tmatrix [3][0]=74;\r\n\t\tmatrix [3][1]=43;\r\n\t\tmatrix [3][2]=39;\r\n\t\tmatrix [3][3]=96;\r\n\t\tmatrix [3][4]=-63;\r\n\r\n\t\tfor (int i=0; i<4; i++){\r\n\t\t\tSystem.out.println();\r\n\t\t\tfor (int j=0; j<5; j++){\r\n\t\t\t\tSystem.out.print(matrix[i][j] + \" \");\r\n\t\t\t}\r\n\t\t}*/\r\n\t}", "int maxPathSum(int tri[][], int m, int n)\n {\n // loop for bottom-up calculation\n //i是row,j是column\n for (int i = m - 1; i >= 0; i--)\n {\n for (int j = 0; j <= i; j++)\n {\n // for each element, check both\n // elements just below the number\n // and below right to the number\n // add the maximum of them to it\n if (tri[i + 1][j] > tri[i + 1][j + 1])\n tri[i][j] += tri[i+1][j];\n else\n tri[i][j] += tri[i + 1][j + 1];\n }\n }\n\n // return the top element\n // which stores the maximum sum\n return tri[0][0];\n }", "public int manhattan() {\n int distance = 0;\n for (int i = 0; i < _N; i++) {\n for (int j = 0; j < _N; j++) {\n int value = _tiles[i][j];\n if (value != 0) {\n int yDim = (value - 1) % _N;\n int xDim = (value - 1) / _N;\n distance = distance + Math.abs(xDim - i) + Math.abs(yDim - j);\n }\n }\n }\n return distance;\n }", "private double deltaAbs(DMatrixRMaj M1, DMatrixRMaj M2){\n int nElements = M1.numCols*M1.numCols;\n\n Equation eq = new Equation();\n eq.alias(M1, \"M1\", M2, \"M2\", nElements, \"n\");\n\n eq.process(\"d = sum(abs(M2 - M1)) / n\");\n\n return eq.lookupDouble(\"d\");\n }", "public static void main(String[] args) {\n\t\tSystem.out.println(\"Enter the rows and columns of first matrix\");\n\t\tint m = Utility.inputInt();\n\t\tint n = Utility.inputInt();\n\t\tint N[][] = new int [m][n];\n\t\tSystem.out.println(\"Enter the first matrix\");\n\t\tfor(int i = 0; i < m; i++) {\n\t\t\tfor(int j = 0; j < n; j++) {\n\t\t\t\tN[i][j] = Utility.inputInt();\n\t\t\t}\n\t\t}\n\t\t int d = N[1][1]*N[2][2]-N[1][2]*N[2][1];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix4 is:\" + d);\n\t\t int b = N[0][1]*N[1][2]-N[0][2]*N[1][1];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix1 is:\" + b);\n\t\t int a = N[0][0]*N[1][1]-N[0][1]*N[1][0];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix is:\" + a);\n\t\t int s = N[0][0]*N[1][2]-N[0][2]*N[1][0];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix5 is:\" + s);\n\t\t\n\t\t int c = N[1][0]*N[2][1]-N[1][1]*N[2][0];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix2 is:\" + b);\n\t\t int x = N[1][0]*N[2][2]-N[1][2]*N[2][0];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix3 is:\" + c);\n\t\t\n\t\t\n\t\t int p = N[0][0]*N[2][2]-N[0][2]*N[2][0];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix6 is:\" + p);\n\t\t int q = N[0][0]*N[2][1]-N[0][1]*N[2][0];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix7 is:\" + q);\n\t\t int r = N[0][1]*N[2][2]-N[0][2]*N[2][1];\n\t\t System.out.println(\"Determinant of 2 by 2 matrix8 is:\" + r);\n\t\t \n\n\t}", "private void reduceMatrix( final double[][] matrix )\n\t{\n\n\t\tfor ( int i = 0; i < matrix.length; i++ )\n\t\t{\n\n\t\t\t// find the min value in the row\n\t\t\tdouble minValInRow = Double.MAX_VALUE;\n\t\t\tfor ( int j = 0; j < matrix[ i ].length; j++ )\n\t\t\t{\n\t\t\t\tif ( minValInRow > matrix[ i ][ j ] )\n\t\t\t\t{\n\t\t\t\t\tminValInRow = matrix[ i ][ j ];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// subtract it from all values in the row\n\t\t\tfor ( int j = 0; j < matrix[ i ].length; j++ )\n\t\t\t{\n\t\t\t\tmatrix[ i ][ j ] -= minValInRow;\n\t\t\t}\n\t\t}\n\n\t\tfor ( int i = 0; i < matrix[ 0 ].length; i++ )\n\t\t{\n\t\t\tdouble minValInCol = Double.MAX_VALUE;\n\t\t\tfor ( int j = 0; j < matrix.length; j++ )\n\t\t\t{\n\t\t\t\tif ( minValInCol > matrix[ j ][ i ] )\n\t\t\t\t{\n\t\t\t\t\tminValInCol = matrix[ j ][ i ];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( int j = 0; j < matrix.length; j++ )\n\t\t\t{\n\t\t\t\tmatrix[ j ][ i ] -= minValInCol;\n\t\t\t}\n\n\t\t}\n\n\t}", "public void substract(double skalar) {\r\n for (int i = 0; i < matrix.length; i++) {\r\n for (int j = 0; j < matrix[0].length; j++) {\r\n matrix[i][j] -= skalar;\r\n }\r\n }\r\n }", "public int solution(int[] A) {\n int sum = sum(A);\n int stackingSum = 0;\n int diff = Integer.MAX_VALUE;\n\n for (int i = 0; i < A.length; i++) {\n stackingSum = stackingSum + A[i];\n sum = sum - A[i];\n System.out.println(Math.abs(stackingSum - sum));\n int expr = Math.abs(stackingSum - sum);\n\n if (diff > expr) {\n diff = expr;\n }\n }\n\n return diff;\n }", "public static int[][] verticalSums(int[][] a, int sumToFind) {\n\t\tint[][] verticalSums = copyArray(a);\n\t\tfor(int column = 0; column < verticalSums[0].length; column++) {\n\t\t\tint sum = 0;\n\t\t\tint start = 0;\n\t\t\tint indexToKeep = -1;\n\t\t\tfor (int row = 0; row < verticalSums.length; row++) {\n\t\t\t\tsum += verticalSums[row][column];\n\t\t\t\tif (sum == sumToFind) {\n\t\t\t\t\tindexToKeep = row;\n\t\t\t\t\tstart++;\n\t\t\t\t\trow = start - 1;\n\t\t\t\t\tsum = 0;\n\t\t\t\t}\n\t\t\t\telse if (sum > sumToFind) {\n\t\t\t\t\tif (start > indexToKeep) {\n\t\t\t\t\t\tverticalSums[start][column] = 0;\n\t\t\t\t\t}\n\t\t\t\t\tstart++;\n\t\t\t\t\trow = start - 1;\n\t\t\t\t\tsum = 0;\n\t\t\t\t}\n\t\t\t\telse if (sum < sumToFind && row == verticalSums.length - 1) {\n\t\t\t\t\tif (start > indexToKeep) {\n\t\t\t\t\t\tfor (int i = start; i < verticalSums.length; i++) {\n\t\t\t\t\t\t\tverticalSums[i][column] = 0;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tstart++;\n\t\t\t\t\t\trow = start - 1;\n\t\t\t\t\t\tsum = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t\treturn verticalSums;\n\n\t}", "private static int calculateDifferences(int value2) {\n\t\tint sum=0,squaresum=0;\r\n\t\tfor(int i=1;i<=value;i++)\r\n\t\t{\r\n\t\t\tsum=sum+i;\r\n\t\t\t\r\n\t\t\tsquaresum=squaresum+(i*i);\r\n\t\t\t\r\n\t\t}\r\n\t\tsum=sum*sum;\r\n\t\tint diff=sum-squaresum;\r\n\t\r\n\t\t\r\n\t\treturn diff;\r\n\t}", "public int minDifference2(int[] array) {\n\t\tint sum = sum(array);\n\t\tboolean[][] matrix = new boolean[array.length][sum + 1];\n\t\tfor (int i = 0; i < array.length; i++) {\n\t\t\tfor (int j = 0; j <= sum; j++) {\n\t\t\t\tif (i == 0) {\n\t\t\t\t\tmatrix[i][j] = (j == 0) || (array[i] == j);\n\t\t\t\t} else {\n\t\t\t\t\tmatrix[i][j] = matrix[i - 1][j] || (j - array[i] >= 0 && matrix[i - 1][j - array[i]]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// post processing\n\t\tint offset = 0, index = sum / 2;\n\t\twhile (!matrix[array.length - 1][index + offset] && !matrix[array.length - 1][index - offset]) {\n\t\t\toffset++;\n\t\t}\n\t\treturn Math.min(\n\t\t\t\t(matrix[array.length - 1][index - offset]) ? Integer.MAX_VALUE : Math.abs(sum - 2 * (index - offset)),\n\t\t\t\t(matrix[array.length - 1][index + offset]) ? Integer.MAX_VALUE : Math.abs(sum - 2 * (index + offset)));\n\t}", "public int manhattan() {\n int manhattanDis = 0;\n for (int i = 0; i < N; i++) {\n for (int j = 0; j < N; j++) {\n if (matrix[i][j] == 0) continue;\n int x, y;\n if (matrix[i][j] % N == 0) {\n x = matrix[i][j] / N - 1;\n y = N - 1;\n } else {\n x = matrix[i][j] / N;\n y = matrix[i][j] % N - 1;\n }\n manhattanDis += Math.abs(i-x) + Math.abs(j-y);\n }\n }\n return manhattanDis;\n }", "public int maxSumSubmatrix(int[][] matrix, int k) {\n int res=Integer.MIN_VALUE; \n int rows=matrix.length, cols=matrix[0].length; \n int[][] areas=new int[rows][cols];\n for(int i=0; i<rows; i++){\n for(int j=0; j<cols; j++){\n int area=matrix[i][j];\n if(i>0) area+=areas[i-1][j];\n if(j>0) area+=areas[i][j-1];\n if(i>0 && j>0) area-=areas[i-1][j-1];\n areas[i][j]=area;\n }\n }\n \n for(int r1=0; r1<rows; r1++){\n for(int r2=r1; r2<rows; r2++){\n TreeSet<Integer> set=new TreeSet<Integer>();\n set.add(0);\n for(int c=0; c<cols; c++){\n int sec=areas[r2][c];\n if(r1>0) sec-= areas[r1-1][c];\n Integer ceiling=set.ceiling(sec-k);\n if(ceiling!=null)\n res=Math.max(res, sec-ceiling);\n set.add(sec);\n }\n }\n }\n return res;\n }", "public static void LargestSumRow(int[][] array) {\n\n }", "public static void main(String[] args)\n throws IOException {\n\n\n\n for (int[] row : getMatrix(getLines(FILENAME), \"\\\\s+\")) {\n\n\n\n String grid = Arrays.toString(row);\n\n System.out.println(grid);\n\n int product = 0;\n int largest = 0;\n\n // check right\n for (int i = 0; i < 20; i++) {\n for (int j = 0; j < 17; j++) {\n// product = grid[i][j] * grid[i][j + 1] * grid[i][j + 2] * grid[i][j + 3];\n if (product > largest) {\n largest = product;\n }\n }\n }\n\n // check down\n for (int i = 0; i < 17; i++) {\n for (int j = 0; j < 20; j++) {\n// product = grid[i][j] * grid[i + 1][j] * grid[i + 2][j] * grid[i + 3][j];\n if (product > largest) {\n largest = product;\n }\n }\n }\n\n // check diagonal right down\n for (int i = 0; i < 17; i++) {\n for (int j = 0; j < 17; j++) {\n// product = grid[i][j] * grid[i + 1][j + 1] * grid[i + 2][j + 2] * grid[i + 3][j + 3];\n if (product > largest) {\n largest = product;\n }\n }\n }\n\n // check diagonal right up\n for (int i = 0; i < 20; i++) {\n for (int j = 0; j < 17; j++) {\n// product = grid[i][j] * grid[i + 1][j - 1] * grid[i+ 2][j - 1] * grid[i + 3][j -3];\n if (product > largest) {\n largest = product;\n }\n }\n }\n\n System.out.println(product);\n\n }\n }", "public static double determinant(Matrix amat){\r\n \tint n = amat.nrow;\r\n \tif(n!=amat.ncol)throw new IllegalArgumentException(\"Matrix is not square\");\r\n \tdouble det = 0.0D;\r\n \tMatrix ludmat = amat.luDecomp();\r\n\r\n\t \tdet = ludmat.dswap;\r\n \tfor(int j=0; j<n; j++){\r\n \t\tdet *= (ludmat.matrix[j][j]);\r\n \t}\r\n \treturn det;\r\n \t}", "public static int subMatrixSum(int[][] a, int startCol, int endCol,\r\n\t\t\tint startRow, int endRow) {\r\n\t\tint rowNum = a.length;\r\n\t\tint colNum = a[0].length;\r\n\t\tint sum = 0;\r\n\t\tfor (int i = 0; i < rowNum; i++) {\r\n\t\t\tfor (int j = 0; j < colNum; j++) {\r\n\t\t\t\tif (i >= startRow && i <= endRow && j >= startCol\r\n\t\t\t\t\t\t&& j <= endCol) {\r\n\t\t\t\t\tsum += a[i][j];\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn sum;\r\n\t}", "public int sumRegion(int row1, int col1, int row2, int col2) {\n int ret = 0;\n\n for (int j = row1; j <= row2; j++){\n if (col1 == 0) \n ret += rowSums[j][col2];\n else \n ret += rowSums[j][col2] - rowSums[j][col1 - 1];\n }\n\n return ret;\n }", "public double MAD(String first,String second) throws IOException{\r\n\t\t \r\n\t\tBufferedImage image;\r\n\t\ttry{\r\n\t\t image = ImageIO.read(new File(first));\r\n\t\t \r\n\t int width = image.getWidth();\r\n\t int height = image.getHeight();\r\n\t int [][] fr = CUtils.ColorImageTo2DArray(first);\r\n\t int [][] sec = CUtils.ColorImageTo2DArray(second);\r\n\r\n\r\n\t double sum = 0;\r\n\t for (int row = 0; row < width; row++){ \r\n\t for (int col =0; col < height; col++) {\r\n\t \t if(row <= height-1)\r\n\t \t sum += Math.abs(fr[row][col]-sec[row][col]);\r\n\t }\r\n\t }\n\t sum = (1/Math.pow(width, 2.0))*sum;\r\n\t System.out.println(\"the sum is:\" +sum);\n\t return sum;\r\n\t\t}\r\n\t\tcatch (IOException e){\r\n\t\t\treturn -44;\r\n\t\t}\r\n\r\n\t}", "public int calcDeterminant(MyLinkedMatrix matrix) {\r\n\t\tint determinant = 0;\r\n\t\tif ( matrix.head.getOrder() == 1){ //base case\r\n\t\t\treturn matrix.head.gethead().getData();\r\n\t\t}else{\r\n\t\t\t/*\r\n\t\t\t * The co-factors ( determinants of the minor matrices ) of the first row\r\n\t\t\t * elements are calculated multiplied by the corresponding element and these products \r\n\t\t\t * are summed with an alternating sign. The determinant of a co-factor leads to \r\n\t\t\t * a recursive call, which follows the same pattern taking its first row elements, \r\n\t\t\t * calculating its co-factors, multiplying them and then adding the product like its\r\n\t\t\t * superior matrix until the base case of 1*1 minor matrix is reached.\r\n\t\t\t * \r\n\t\t\t */\r\n\t\t\tElementNode e = matrix.head.gethead();\r\n\t\t\tfor (int i = 0; i < matrix.head.getOrder(); i++) {\r\n\t\t\t\tdeterminant += (int)Math.pow(-1, i) * e.getData() * \r\n\t\t\t\t\t\tcalcDeterminant(buildMinorMatrix(matrix, 0, i));\r\n\t\t\t\te = e.getNextColumn();\r\n\t\t\t}\r\n\t\t\treturn determinant;\r\n\t\t} \r\n\t}", "private static long[] sums(Mat m,boolean byRow) {\r\n\t\tint rows = m.rows();\r\n\t\tint cols = m.cols();\r\n\t\tbyte[] data = new byte[rows*cols];\r\n\t\tlong[] retSums = null;\r\n\t\t\r\n\t\tint status = m.get(0, 0,data);\r\n\t\t\r\n\t\tlong total = 0;\r\n\t\tfor (int k=0;k<data.length;k++) {\r\n\t\t\ttotal += Byte.toUnsignedInt(data[k]);\r\n\t\t}\r\n\t\tif (byRow) {\r\n\t\t\tretSums = new long[cols];\r\n\t\t\tfor (int col=0;col<cols;col++) {\r\n\t\t\t\tretSums[col] = 0;\r\n\t\t\t\tfor (int row=0;row<rows;row++) {\r\n\t\t\t\t\tint k = row*cols+col;\r\n\t\t\t\t\tretSums[col] += Byte.toUnsignedInt(data[k]);\r\n\t\t\t\t}\r\n \t\t\t}\r\n \t\t}\r\n \t\telse {\r\n \t\t\tretSums = new long[rows];\r\n \t\t\tfor (int row=0;row<rows;row++) {\r\n \t\t\t\tretSums[row] = 0;\r\n \t\t\t\tfor (int col=0;col<cols;col++) {\r\n \t\t\t\t\tint k = row*cols+col;\r\n \t\t\t\t\tretSums[row] += Byte.toUnsignedInt(data[k]);\r\n \t\t\t\t}\r\n \t\t\t}\r\n \t\t}\r\n\t\t\r\n\t\tint total1 = 0;\r\n\t\tfor (int k=0; k < retSums.length; k++) {\r\n\t\t\ttotal1 += retSums[k];\r\n\t\t}\r\n\t\r\n\t\treturn retSums;\r\n\t}", "public static void findLargest(int input[][]){\n int numRows = input.length;\n\t\tint numCols = input[0].length;\n int num = 0;\n \n int ans = Integer.MIN_VALUE;\n String row_or_col = \"NA\";\n\n\t\tfor (int i = 0; i < numRows; i++) {\n\t\t\tint sum = 0;\n\t\t\tfor (int j = 0; j < numCols; j++) {\n\t\t\t\tsum += input[i][j];\n\t\t\t}\n if (sum > ans) {\n ans = sum;\n num = i;\n row_or_col = \"row\";\n }\n\t\t}\n \n for (int i = 0; i < numCols; i++) {\n\t\t\tint sum = 0;\n\t\t\tfor (int j = 0; j < numRows; j++) {\n\t\t\t\tsum += input[i][j];\n\t\t\t}\n if (sum > ans) {\n ans = sum;\n num = i;\n row_or_col = \"column\";\n }\n\t\t}\n \n System.out.println(row_or_col+\" \"+num+\" \"+ans);\n\t}", "private int[] diagnalUpward(List<Integer> resList, int rowIdx, int colIdx, int[][] matrix) {\n int row = matrix.length;\n int col = matrix[0].length;\n\n while ((rowIdx >= 0 && rowIdx < row) && (colIdx >= 0 && colIdx < col)) {\n resList.add(matrix[rowIdx][colIdx]);\n rowIdx--;\n colIdx++;\n }\n rowIdx++;\n colIdx--;\n // Compute new starting point: try to go right, if reaches the end then go down.\n if (colIdx == col - 1) return new int[]{rowIdx + 1, colIdx};\n return new int[]{rowIdx, colIdx + 1};\n }", "public Matrix subtract(Matrix m2)\n\t{\n\t\tMatrix result = new Matrix(new double[m2.matrix.length][m2.matrix.length]); \n\t\tfor (int i = 0; i < m2.matrix.length; i++)\n\t\t{\n\t\t\tfor (int j = 0; j < m2.matrix.length; j++)\n\t\t\t{\n\t\t\t\tresult.matrix[i][j] = matrix[i][j] - m2.matrix[i][j];\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}", "public static void main(String[] args) throws IOException {\n sc = new Reader();\n //out = new Printer(\"./src/answer.txt\");\n out = new Printer();\n int testCases, n, m, k;\n long c;\n long[][] matrix, rsum, csum, oddLastCalc, evenLastCalc;\n// boolean flag;\n testCases = sc.nextInt();\n while (testCases-- > 0) {\n n = sc.nextInt();\n m = sc.nextInt();\n k = sc.nextInt();\n matrix = new long[n][m];\n rsum = new long[n+1][m+1];\n csum = new long[n+1][m+1];\n oddLastCalc = new long[n][m];\n evenLastCalc = new long[n][m];\n c = 0l;\n for (int i = 0; i < n; i++) {\n for (int j = 0; j < m; j++) {\n matrix[i][j] = sc.nextLong();\n oddLastCalc[i][j] = matrix[i][j];\n if(matrix[i][j]>=k)\n c++;\n }\n }\n\n for (int i = 0; i < n; i++) {\n rsum[i][m-1] = matrix[i][m-1];\n }\n for (int i = 0; i < m; i++) {\n csum[n-1][i] = matrix[n-1][i];\n }\n for (int i = 0; i < n; i++) {\n for (int j = m-2; j >=0; j--) {\n rsum[i][j] = rsum[i][j+1] + matrix[i][j];\n }\n }\n for (int i = 0; i < m; i++) {\n for (int j = n-2; j >=0; j--) {\n csum[j][i] = csum[j+1][i] + matrix[j][i];\n }\n }\n PRINT.ArrayMatrix(rsum);\n PRINT.ArrayMatrix(csum);\n System.out.println(\"-------------------------------------------------------\");\n\n for (int size = 2; size <= n; size++) {\n// flag = false;\n for (int i = n-size; i >= 0; i--) {\n for (int j = m - size; j >= 0; j--) {\n if(size%2==0){\n evenLastCalc[i][j] = matrix[i][j]\n + oddLastCalc[i+1][j+1]\n + csum[i+1][j] - csum[i+size][j]\n + rsum[i][j+1] - rsum[i][j+size];\n if(1.0*evenLastCalc[i][j]/(size*size)<k){\n// flag = true;\n break;\n }\n } else {\n oddLastCalc[i][j] = matrix[i][j]\n + evenLastCalc[i+1][j+1]\n + csum[i+1][j] - csum[i+size][j]\n + rsum[i][j+1] - rsum[i][j+size];\n if(1.0*oddLastCalc[i][j]/(size*size)<k){\n// flag = true;\n break;\n }\n }\n System.out.println(size + \"\\t\" + i + \"\\t\" + j);\n PRINT.ArrayMatrix(oddLastCalc);\n PRINT.ArrayMatrix(evenLastCalc);\n System.out.println(\"-------------------------------------------------------\");\n c++;\n }\n// if(flag)\n// break;\n }\n }\n System.out.println(c);\n }\n\n out.close();\n }", "public int downwardRightDiag(int row, int col) {\n\t\tint count = 0;\n\t\tfor(int i = 0; i < board.length; i++) {\n\t\t\t\n\t\t\tif(row >= 0 && row < 8 && col >=0 && col <8) {\n\t\t\t\t\n\t\t\t\tif(board[row][col] != 1)\n\t\t\t\t\tcount++;\n\t\t\t\n\t\t\t\trow++; col++;\n\t\t\t}\n\t\t}\n\t\n\t\treturn count -1;\n\n\t\t\n\t}", "static int determinant(int A[][], int n) \n { \n int D = 0; // Initialize result \n \n // Base case : if matrix contains single element \n if (n == 1) \n return A[0][0]; \n \n int [][]temp = new int[N][N]; // To store cofactors \n \n int sign = 1; // To store sign multiplier \n \n // Iterate for each element of first row \n for (int f = 0; f < n; f++) \n { \n // Getting Cofactor of A[0][f] \n getCofactor(A, temp, 0, f, n); \n D += sign * A[0][f] * determinant(temp, n - 1); \n \n // terms are to be added with alternate sign \n sign = -sign; \n } \n \n return D; \n }", "public int manhattan() {\n int count = 0;\n for (int i = 0; i < N; i++) {\n for (int j = 0; j < N; j++) {\n if (blocks[i][j] != 0) {\n int row = (blocks[i][j] - 1) / N;\n int col = (blocks[i][j] - 1) % N;\n count += (Math.abs(row - i) + Math.abs(col - j));\n }\n }\n }\n return count;\n }", "public static void main(String[] args) {\n\n\t\tint i,j,m,n,sum=0;\n\t\tint a[]=new int[20];\n\t\tScanner sc=new Scanner(System.in);\n\t\tSystem.out.println(\"\\n enter the rows of matrix\");\n\t\tn=sc.nextInt();\n\t\t\n\t\tSystem.out.println(\"\\n enter the \" + (n)+ \" values\");\n\t\tfor(i=0;i<n;i++) {\n\t\t\ta[i]=sc.nextInt();\n\t\t\t}\n\t\t\n\t\tSystem.out.println(\"\\n the values of matrix are\");\n\t\t\n\t\tfor(i=0;i<n;i++) {\n\t\t\tsum+=a[i];\n\t\t\tSystem.out.println(sum);\n\t\t}\n\n}", "public int getDistance(int row1, int col1, int row2, int col2) throws EnvironmentException\r\n\t{\r\n\t\tif(row1 < rows && row2 < rows && col1 < columns && col2 < columns &&\r\n\t\t\t\trow1 >= 0 && row2 >= 0 && col1 >= 0 && col2 >= 0)\r\n\t\t{\r\n\t\t\t//if same row, return the absolute value of column difference times 5\r\n\t\t\tif(row1 == row2)\r\n\t\t\t{\r\n\t\t\t\treturn Math.abs(col1-col2)*5;\r\n\t\t\t}\r\n\t\t\t//if same col, return the absolute value of row difference times 5\r\n\t\t\telse if(col1 == col2)\r\n\t\t\t{\r\n\t\t\t\treturn Math.abs(row1-row2)*5;\r\n\t\t\t}\r\n\t\t\t//if different rows and columns, use Pythagorean Theorem to compute distance\r\n\t\t\treturn (int)Math.sqrt(Math.pow((row1-row2)*5, 2)+Math.pow((col1-col2)*5, 2));\t\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\tthrow new EnvironmentException();\r\n\t\t}\r\n\t}", "private int checkDiagonal() {\n if ((this.board[0][0] == this.board[1][1]) && this.board[0][0] == this.board[2][2]) {\n return this.board[0][0];\n } else if ((this.board[0][2] == this.board[1][1]) && this.board[0][2] == this.board[2][0]) {\n return this.board[0][2];\n } else {\n return 0;\n }\n }", "public static int formingMagicSquare(List<List<Integer>> s) {\r\n // Write your code here\r\n int cost[] = {0,0,0,0,0,0,0,0};\r\n int t[][] = \r\n {\r\n {4,9,2,3,5,7,8,1,6},\r\n {4,3,8,9,5,1,2,7,6},\r\n {2,9,4,7,5,3,6,1,8},\r\n {2,7,6,9,5,1,4,3,8},\r\n {8,1,6,3,5,7,4,9,2},\r\n {8,3,4,1,5,9,6,7,2},\r\n {6,7,2,1,5,9,8,3,4},\r\n {6,1,8,7,5,3,2,9,4},\r\n };\r\n\r\n for(int i=0;i<8;i++)\r\n { \r\n cost[i] = Math.abs(t[i][0]-s.get(0).get(0)) + Math.abs(t[i][1]-s.get(0).get(1)) + Math.abs(t[i][2]-s.get(0).get(2));\r\n cost[i] = cost[i] + Math.abs(t[i][3]-s.get(1).get(0)) + Math.abs(t[i][4]-s.get(1).get(1)) + Math.abs(t[i][5]-s.get(1).get(2));\r\n cost[i] = cost[i] + Math.abs(t[i][6]-s.get(2).get(0)) + Math.abs(t[i][7]-s.get(2).get(1)) + Math.abs(t[i][8]-s.get(2).get(2));\r\n } \r\n\r\n Arrays.sort(cost);\r\n return cost[0];\r\n\r\n }", "public static void main(String[] args) {\n\t\tint row, col;\n\t\tScanner s = new Scanner(System.in);\n\t\tSystem.out.println(\"Enter number of rows for matrix: \");\n\t\trow = s.nextInt();\n\t\tSystem.out.println(\"Enter number of columns for matrix: \");\n\t\tcol = s.nextInt();\n\t\tint[][] mat1 = new int[row][col];\n\t\tSystem.out.println(\"Enter the elements\");\n\t\tfor (int i = 0; i < row; i++) {\n\t\t\tfor (int j = 0; j < col; j++) {\n\t\t\t\tSystem.out.println(\"Enter [\" + i + \"][\" + j + \"] : \");\n\t\t\t\tmat1[i][j] = s.nextInt();\n\t\t\t}\n\t\t}\n\t\tint[][] mat2 = new int[row][col];\n\t\tSystem.out.println(\"Enter the elements\");\n\t\tfor (int i = 0; i < row; i++) {\n\t\t\tfor (int j = 0; j < col; j++) {\n\t\t\t\tSystem.out.println(\"Enter [\" + i + \"][\" + j + \"] : \");\n\t\t\t\tmat2[i][j] = s.nextInt();\n\t\t\t}\n\t\t}\n\t\tint[][] res = new int[row][col];\n\t\tfor (int i = 0; i < row; i++) {\n\t\t\tfor (int j = 0; j < col; j++) {\n\t\t\t\tres[i][j] = mat1[i][j] + mat2[i][j];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"The result of matrix addition is\");\n\t\tfor (int i = 0; i < row; i++) {\n\t\t\tfor (int j = 0; j < col; j++) {\n\t\t\t\tSystem.out.print(res[i][j]+ \" \");\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t}\n\n\t}", "public int[] getSumAbsoluteDifferences2(int[] nums) {\n int n = nums.length;\n int[] res = new int[n];\n for (int i = 1; i < n; i++) {\n res[0] += nums[i] - nums[0];\n }\n for (int i = 1; i < n; i++) {\n res[i] = res[i - 1] + (nums[i] - nums[i - 1]) * (i * 2 - n);\n }\n return res;\n }", "public double determinant(){\r\n \tint n = this.nrow;\r\n \tif(n!=this.ncol)throw new IllegalArgumentException(\"Matrix is not square\");\r\n \tdouble det = 0.0D;\r\n \tMatrix ludmat = this.luDecomp();\r\n\r\n\t \tdet = ludmat.dswap;\r\n \tfor(int j=0; j<n; j++){\r\n \t\tdet *= ludmat.matrix[j][j];\r\n \t}\r\n \treturn det;\r\n \t}", "private static void sum(int[][] first, int[][] second) {\r\n\t\tint row = first.length;\r\n\t\tint column = first[0].length;\r\n\t\tint[][] sum = new int[row][column];\r\n\r\n\t\tfor (int r = 0; r < row; r++) {\r\n\t\t\tfor (int c = 0; c < column; c++) {\r\n\t\t\t\tsum[r] = first[r] + second[r];\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tSystem.out.println(\"\\nSum of Matrices:\\n\");\r\n\t\tprint2dArray(sum);\r\n\t}", "public static void main(String[] args) {\n\t\t\r\n\t\tint d1 = 0;\r\n\t\tint d2 = 0;\r\n\t\tint d3 = 0;\r\n\t\tScanner in = new Scanner(System.in);\r\n\t\t\r\n\t\tint n = in.nextInt();\r\n\t\t\r\n\t\tint a[][] = new int[n][n];\r\n\t\t\r\n\t\tfor(int i = 0; i < n; i++){\r\n\t\t\tfor(int j = 0; j < n; j++){\r\n\t\t\t\t\r\n\t\t\t\ta[i][j] = in.nextInt();\r\n\t\t\t\tif(a[i] == a[j]){\r\n\t\t\t\t\t\r\n\t\t\t\t\td1 = d1 + a[i][j];\r\n\t\t\t\t\t\r\n\t\t\t\t}\t\r\n\t\t\t\t\r\n\t\t\t\tif(a[i] == a[n-j-1]){\r\n\t\t\t\t\td2 = d2 + a[i][j];\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\td3 = d1 - d2;\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\tSystem.out.println(\"d1 : \" + d1);\r\n\t\tSystem.out.println(\"d2 : \" + d2);\r\n\t\tSystem.out.println(\"the difference is : \"+ d3);\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\r\n\t}", "public int sumOfEvenNumbers()\n {\n // TODO: Return the sum of all the numbers which are even\n int sum = 0;\n for (int i =0; i< matrix.length; i++){\n for (int j = 0; j< matrix[0].length; j++){\n if(matrix[i][j]%2==0){\n sum+= matrix[i][j];\n }\n }\n }\n return sum;\n }", "Matrix sub(Matrix m){\n if(m.cols != this.cols || m.rows != this.rows) throw new RuntimeException(String.format(\"Wrong dimensions\"));\n Matrix matrix_to_return = new Matrix(m.rows, m.cols);\n for(int i=0; i<m.rows * m.cols; i++){\n matrix_to_return.data[i] = this.data[i] - m.data[i];\n }\n return matrix_to_return;\n }", "private int manhattanDistance(int i, int j) {\n int index = tiles[i][j] - 1;\n int row = Math.abs(index / dimension - i);\n int col = Math.abs(index % dimension - j);\n return row + col;\n }", "public static void main(String[] args) throws Exception {\n \n Scanner scn=new Scanner(System.in);\n int n1=scn.nextInt();\n \n int[] a1=new int[n1];\n for(int i=0;i<a1.length;i++){\n a1[i]=scn.nextInt();\n }\n \n int n2=scn.nextInt();\n int[] a2=new int[n2];\n for(int i=0;i<a2.length;i++){\n a2[i]=scn.nextInt();\n }\n \n int[] diff=new int[n2];\n int c=0;\n \n int i=a1.length-1;\n int j=a2.length-1;\n int k=diff.length-1;\n \n while(k >= 0){\n int d=0;\n int a1v= i >= 0? a1[i]: 0;\n \n if(a2[j] +c >= a1v){\n d= a2[j] + c -a1v;\n c=0;\n }else{\n d= a2[j] + c + 10 -a1v;\n c=-1;\n }\n \n diff[k] = d;\n \n i--;\n j--;\n k--;\n }\n \n int idx = 0;\n while(idx < diff.length){\n if(diff[idx] == 0){\n idx++;\n }else{\n break;\n }\n }\n \n while(idx < diff.length){\n System.out.println(diff[idx]);\n idx++;\n }\n \n\n \n \n}", "public int maximalSquare(char[][] matrix) {\n if(matrix == null || matrix.length < 1) return 0;\n int[][] dp = new int[matrix.length][matrix[0].length];\n int max = 0;\n for(int i = 0; i < matrix.length; i++) {\n for(int j = 0; j < matrix[0].length; j++) {\n if(matrix[i][j] == '0') continue;\n if(i > 0 && j > 0 && dp[i - 1][j - 1] > 0) {\n int pre = dp[i - 1][j - 1];\n int cur = 1;\n while (cur <= pre && matrix[i - cur][j] == '1' && matrix[i][j - cur] == '1') cur++;\n// dp[i][j] += (cur -1);\n dp[i][j] = cur;\n }\n max = Math.max(max, dp[i][j] * dp[i][j]);\n }\n }\n return max;\n }", "public double determinant(double[][] M, int n) {\n\t\tif (n == 1)\n\t\t\treturn M[0][0];\n\t\telse {\n\t\t\tdouble cof, sum = 0;\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tdouble[][] S = new double[n - 1][n - 1];\n\t\t\t\tint row_no = 0, col_no = 0;\n\t\t\t\tfor (int k = 1; k < n; k++) {\n\t\t\t\t\tfor (int l = 0; l < n; l++)\n\t\t\t\t\t\tif (l != i) {\n\t\t\t\t\t\t\tS[row_no][col_no] = M[k][l];\n\t\t\t\t\t\t\tcol_no++;\n\t\t\t\t\t\t}\n\t\t\t\t\trow_no++;\n\t\t\t\t\tcol_no = 0;\n\t\t\t\t}\n\t\t\t\tcof = Math.pow(-1, i) * determinant(S, n - 1);\n\t\t\t\tsum += M[0][i] * cof;\n\t\t\t}\n\t\t\treturn sum;\n\t\t}\n\t}", "public static Matrix sum(Matrix m) {\n int rows_c = m.rows(), cols_c = m.cols();\n Matrix d;\n if (rows_c == 1) {\n return m;\n } else {\n d = MatrixFactory.getMatrix(1, cols_c,m);\n for (int col = 1; col <= cols_c; col++) {\n double sumCol = 0D;\n for (int row = 1; row <= rows_c; row++) {\n sumCol += m.get(row, col);\n }\n d.set(1, col, sumCol);\n }\n }\n return d;\n }" ]
[ "0.7183472", "0.664487", "0.6635687", "0.6610676", "0.660264", "0.6329759", "0.6231209", "0.62264305", "0.6169381", "0.6144283", "0.6053257", "0.6039041", "0.60091084", "0.5986592", "0.588612", "0.5736427", "0.5666706", "0.56136197", "0.5605224", "0.55746895", "0.554764", "0.54866475", "0.548312", "0.54702127", "0.546258", "0.5461884", "0.5457143", "0.5450665", "0.543567", "0.5434889", "0.5430992", "0.54217774", "0.5370543", "0.53662604", "0.53547096", "0.53392565", "0.53318286", "0.53304535", "0.5328143", "0.53177214", "0.53069055", "0.53015053", "0.53009343", "0.5292152", "0.5288872", "0.5279855", "0.5279232", "0.5269521", "0.5267127", "0.5265395", "0.5246126", "0.52425015", "0.5240905", "0.52306366", "0.5224104", "0.5222223", "0.52090275", "0.5204328", "0.5200599", "0.51970285", "0.51930404", "0.518801", "0.5187078", "0.51867974", "0.5153812", "0.51465887", "0.51399934", "0.5135082", "0.5130963", "0.5128028", "0.51232785", "0.51183325", "0.511596", "0.5096887", "0.50944346", "0.50785685", "0.5077507", "0.50740486", "0.5061225", "0.5054917", "0.50421536", "0.5041348", "0.5039349", "0.5039072", "0.5030708", "0.5027145", "0.5026204", "0.5024761", "0.500679", "0.49955082", "0.4972383", "0.49565417", "0.49484122", "0.4938486", "0.49358398", "0.49334532", "0.49333546", "0.49326852", "0.49289334", "0.49264556" ]
0.556271
20
Assumed that caller has checked hasArray() already
public static void write( OutputStream os, ByteBuffer buf ) throws IOException { inputs.notNull( os, "os" ); inputs.notNull( buf, "buf" ); os.write( buf.array(), arrayPosOf( buf ), buf.remaining() ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "boolean hasArray();", "public boolean hasArray()\r\n/* 122: */ {\r\n/* 123:151 */ return true;\r\n/* 124: */ }", "@Override\r\n public boolean isArray() throws Exception\r\n {\n return false;\r\n }", "public void testCheckArray() {\n Object[] objects = new Object[] {\"one\"};\n Util.checkArray(objects, \"test\");\n }", "public boolean hasArrayFiller() {\n return get(ARRAY_FILLER).isPresent();\n }", "public static boolean isArray_counter() {\n return false;\n }", "@Override\n public boolean isArray() {\n return false;\n }", "public boolean isArray(){\n\t\treturn false;\n\t}", "public static boolean isArray_quality() {\n return false;\n }", "protected static boolean isBackedBySimpleArray(Buffer b) {\n return b.hasArray() && (b.arrayOffset() == 0);\n }", "public boolean isArray() {\n return false;\n }", "public boolean isArray() {\n return false;\n }", "private void checkIfArrayFull() {\n\n if(this.arrayList.length == this.elementsInArray) {\n size *= 2;\n arrayList = Arrays.copyOf(arrayList, size);\n }\n }", "public static boolean isArray_estLength() {\n return false;\n }", "public static boolean isArray_data() {\n return true;\n }", "public boolean isArrayType()\n/* */ {\n/* 138 */ return true;\n/* */ }", "public static boolean isArray_hop() {\n return false;\n }", "public static boolean isArray_count() {\n return false;\n }", "public static boolean isArray_cost() {\n return false;\n }", "public static boolean isArray_reading() {\n return false;\n }", "public static boolean isArray_length() {\n return false;\n }", "default boolean isArray() {\n return false;\n }", "private boolean isArray() {\n return this.stack.peek() instanceof JsonArray;\n }", "public boolean isArray();", "public static boolean isArray_source() {\n return false;\n }", "public boolean isArray() {\n\t\treturn _array;\n\t}", "public static boolean isArray_sum_e() {\n return false;\n }", "private boolean checkEmpty() {\n\t\treturn this.array[0] == null;\n\t}", "public static boolean isArray_parent() {\n return false;\n }", "public static boolean isArray_dataType() {\n return false;\n }", "public static boolean isArray_sum_a() {\n return false;\n }", "public abstract boolean isArrayParams();", "public static boolean isArray_infos_size_data() {\n return false;\n }", "public static boolean isArray_sampleCnt() {\n return false;\n }", "public boolean isArrOne() {\n\t\treturn isArrOne;\n\t}", "public static boolean isArray_dest() {\n return false;\n }", "public static boolean isArray_min() {\n return false;\n }", "public static boolean isArray_amtype() {\n return false;\n }", "static boolean checkSplitsArray (double[][] splitsArray) { throw new RuntimeException(); }", "public static boolean isArray_infos_type() {\n return false;\n }", "private boolean checkFull() {\n\t\treturn this.array.length - 1 == this.lastNotNull();\n\t}", "public static void arrayDemo() {\n\t}", "public static boolean isArray_infos_noise() {\n return true;\n }", "public static boolean ArrayTest(PsiBuilder b, int l) {\n if (!recursion_guard_(b, l, \"ArrayTest\")) return false;\n if (!nextTokenIs(b, K_ARRAY)) return false;\n boolean r;\n Marker m = enter_section_(b);\n r = AnyArrayTest(b, l + 1);\n if (!r) r = TypedArrayTest(b, l + 1);\n exit_section_(b, m, ARRAY_TEST, r);\n return r;\n }", "public boolean needsAllocArrays() {\n return this.table == null;\n }", "public default boolean isArrayScanpath() {\n\t\treturn false;\n\t}", "static boolean AnyArrayTest(PsiBuilder b, int l) {\n if (!recursion_guard_(b, l, \"AnyArrayTest\")) return false;\n if (!nextTokenIs(b, K_ARRAY)) return false;\n boolean r, p;\n Marker m = enter_section_(b, l, _NONE_);\n r = consumeTokens(b, 3, K_ARRAY, L_PAR, STAR_SIGN, R_PAR);\n p = r; // pin = 3\n exit_section_(b, l, m, r, p, null);\n return r || p;\n }", "static boolean array(PsiBuilder b, int l) {\n if (!recursion_guard_(b, l, \"array\")) return false;\n if (!nextTokenIs(b, L_BRACKET)) return false;\n boolean r, p;\n Marker m = enter_section_(b, l, _NONE_);\n r = consumeToken(b, L_BRACKET);\n p = r; // pin = 1\n r = r && report_error_(b, array_1(b, l + 1));\n r = p && consumeToken(b, R_BRACKET) && r;\n exit_section_(b, l, m, r, p, null);\n return r || p;\n }", "@Override\n\tpublic boolean visit(ArrayAccess node) {\n\n\t\treturn super.visit(node);\n\t}", "private ArraySetHelper() {\n\t\t// nothing\n\t}", "public static boolean isArray_group() {\n return false;\n }", "public static boolean isArray_reply() {\n return false;\n }", "private static boolean arrayAccess_0(PsiBuilder b, int l) {\n if (!recursion_guard_(b, l, \"arrayAccess_0\")) return false;\n boolean r;\n Marker m = enter_section_(b, l, _NOT_);\n r = !arrayAccess_0_0(b, l + 1);\n exit_section_(b, l, m, r, false, null);\n return r;\n }", "@Override\r\n\tpublic void visit(Array array) {\n\r\n\t}", "public boolean isArrAll() {\n\t\treturn isArrAll;\n\t}", "public static boolean isArray_crc() {\n return false;\n }", "@Test\n public void testEmptyArrayCreation() {\n final String[] array = ArrayUtils.<String>toArray();\n assertEquals(0, array.length);\n }", "public static boolean isArray_addr() {\n return false;\n }", "@Override\n public Boolean isSuitableAs(Type rhs) {\n //since an array can be null\n if (rhs == null || rhs == virtualArrayType) return true;\n return rhs instanceof ArrayType\n && baseType.isSuitableAs(((ArrayType) rhs).baseType);\n }", "Boolean isSingleValueOrArray();", "@Override\n @CheckReturnValue\n public boolean hasNext() {\n return offset < array.length;\n }", "public boolean hasArrayIndex() {\n return hasArrayIndex;\n }", "private boolean arrayrefOfArrayType(Instruction o, Type arrayref){\n\t\tif (! ((arrayref instanceof ArrayType) || arrayref.equals(Type.NULL)) )\n\t\t\t\tconstraintViolated(o, \"The 'arrayref' does not refer to an array but is of type \"+arrayref+\".\");\n\t\treturn (arrayref instanceof ArrayType);\n\t}", "@Test\n public void testIndirectEmptyArrayCreation() {\n final String[] array = ArrayUtilsTest.<String>toArrayPropagatingType();\n assertEquals(0, array.length);\n }", "private boolean adicionaArrayAgencias(Agencia ag) {\n if (this.agencias.length <= numAgenciasAbertas) {\n System.out.println(\"Banco ERROR: Nao foi possivel criar uma nova agencia\");\n return false;\n } else {\n System.out.println(\"Banco DEBUG: Agencia adicionada ao array \" + numAgenciasAbertas);\n this.agencias[numAgenciasAbertas] = ag;\n numAgenciasAbertas++;\n return true;\n }\n }", "static boolean TypedArrayTest(PsiBuilder b, int l) {\n if (!recursion_guard_(b, l, \"TypedArrayTest\")) return false;\n if (!nextTokenIs(b, K_ARRAY)) return false;\n boolean r, p;\n Marker m = enter_section_(b, l, _NONE_);\n r = consumeTokens(b, 2, K_ARRAY, L_PAR);\n p = r; // pin = 2\n r = r && report_error_(b, SequenceType(b, l + 1));\n r = p && consumeToken(b, R_PAR) && r;\n exit_section_(b, l, m, r, p, null);\n return r || p;\n }", "public abstract void startArray();", "public static boolean isArray_infos_log_src() {\n return false;\n }", "public static boolean isArray_seqnum() {\n return false;\n }", "static private boolean isArray(Object[] ids) \n { \n boolean result = true; \n for (Object id : ids) \n { \n if (id instanceof Integer == false) \n { \n result = false; \n break; \n } \n } \n return result; \n }", "public static boolean isArray_max() {\n return false;\n }", "@Override\r\n\t\tpublic boolean hasNext() {\r\n\t\t\treturn arr[index] != null && index < arr.length;\r\n\t\t}", "public void testCheckArray_NullArg() {\n try {\n Util.checkArray(null, \"test\");\n fail(\"IllegalArgumentException expected.\");\n } catch (IllegalArgumentException iae) {\n //good\n }\n }", "public static boolean isArray_entries_receiveEst() {\n return true;\n }", "default ArrayHandler<? extends T> handleArray() {\n throw new UnsupportedOperationException();\n }", "public static boolean isArray_infos_valid_noise_samples() {\n return false;\n }", "@SuppressWarnings(\"all\")\n protected static boolean writeArrayType(Output out, Object arrType) {\n log.trace(\"writeArrayType\");\n if (arrType instanceof Collection) {\n out.writeArray((Collection<Object>) arrType);\n } else if (arrType instanceof Iterator) {\n writeIterator(out, (Iterator<Object>) arrType);\n } else if (arrType.getClass().isArray() && arrType.getClass().getComponentType().isPrimitive()) {\n out.writeArray(arrType);\n } else if (arrType instanceof Object[]) {\n out.writeArray((Object[]) arrType);\n } else {\n return false;\n }\n return true;\n }", "@Test(expected = PathMismatchException.class)\n public void testArrayAddUniqueInNonArray() {\n DocumentFragment<String> fragment = DocumentFragment.create(key, \"sub\", \"arrayInsert\");\n DocumentFragment<String> result = ctx.bucket().addUniqueIn(fragment, false, PersistTo.NONE, ReplicateTo.NONE);\n\n assertNotNull(result);\n assertNotEquals(fragment.cas(), result.cas());\n JsonArray storedArray = ctx.bucket().get(key).content().getArray(\"array\");\n assertEquals(1, storedArray.size());\n assertEquals(\"arrayInsert\", storedArray.getString(0));\n }", "@Test(expected = PathMismatchException.class)\n public void testArrayAddUniqueInArrayWithNonPrimitives() {\n JsonObject root = JsonObject.create().put(\"array\", JsonArray.create().add(JsonArray.empty()));\n ctx.bucket().upsert(JsonDocument.create(key, root));\n\n //not a primitive only array => MISMATCH\n DocumentFragment<String> fragment = DocumentFragment.create(key, \"array\", \"arrayInsert\");\n DocumentFragment<String> result = ctx.bucket().addUniqueIn(fragment, false, PersistTo.NONE, ReplicateTo.NONE);\n }", "public void testCheckArray_NullInArg() {\n Object[] objects = new Object[] {\"one\", null};\n try {\n Util.checkArray(objects, \"test\");\n fail(\"IllegalArgumentException expected.\");\n } catch (IllegalArgumentException iae) {\n //good\n }\n }", "@Override\n\t\tpublic <T> T[] toArray(T[] a) {\n\t\t\treturn null;\n\t\t}", "@Override\n public int size() {\n return array.length;\n }", "@Test\n public void testArrayExists() throws Exception {\n Assert.assertFalse(Array.exists(ctx, arrayURI));\n Array.create(arrayURI, schemaCreate());\n Assert.assertTrue(Array.exists(ctx, arrayURI));\n\n // Test that we can load the schema\n try (ArraySchema schema = new ArraySchema(ctx, arrayURI)) {\n Assert.assertEquals(schema.getArrayType(), ArrayType.TILEDB_DENSE);\n }\n }", "@Override\r\n\tpublic void visit(ArrayExpression arrayExpression) {\n\r\n\t}", "public static boolean isArray_p_sendts() {\n return false;\n }", "public abstract void endArray();", "public static boolean isArray_infos_seq_num() {\n return false;\n }", "@Override\n public AnnotatedTypeMirror visitArray(AnnotatedArrayType type, AnnotatedTypeMirror p) {\n if (shouldStop(p, type)) {\n return type;\n }\n for (AnnotatedTypeMirror st : type.directSuperTypes()) {\n AnnotatedTypeMirror x = asSuper(types, atypeFactory, st, p);\n if (x != null) {\n return isErased(types, x, p) ? x.getErased() : x;\n }\n }\n return null;\n }", "@Override\n\tpublic boolean checkHomogeneous(List<int[]> input) {\n\t\treturn false;\n\t}", "protected boolean arrayIsEmpty(Object arr[]) {\n boolean empty = true;\n \n for (Object obj : arr) {\n \tif (obj != null) {\n \t\tempty = false;\n \t\tbreak;\n \t}\n }\n \treturn empty;\n }", "public boolean isArray(Class paramClass) {\n/* 140 */ boolean bool = false;\n/* */ \n/* 142 */ if (paramClass == null) {\n/* 143 */ throw new IllegalArgumentException();\n/* */ }\n/* */ \n/* 146 */ if (paramClass.isArray()) {\n/* 147 */ Class<?> clazz = paramClass.getComponentType();\n/* */ \n/* */ \n/* */ \n/* 151 */ bool = (isPrimitive(clazz) || isRemoteInterface(clazz) || isEntity(clazz) || isException(clazz) || isValue(clazz) || isObjectReference(clazz)) ? true : false;\n/* */ } \n/* */ \n/* 154 */ return bool;\n/* */ }", "@Override\r\n\tpublic <T> T[] toArray(T[] a) {\n\t\treturn null;\r\n\t}", "@Override\n\tpublic <T> T[] toArray(T[] a) {\n\t\treturn null;\n\t}", "public static boolean isArray_skew_cmp() {\n return false;\n }", "HRESULT SafeArrayRedim(SAFEARRAY psa, SAFEARRAYBOUND psaboundNew);", "public double[] getArray(){\n\t\t\treturn anArray; //FAIL\n\t\t}", "public boolean isArray(Class<?> aClass) {\n\t\treturn aClass.getTypeName().endsWith(\"[]\");\n\t}", "@Test\n public void testToArray_0args() {\n SegmentedOasisList<Integer> instance = new SegmentedOasisList<>(2, 2);\n instance.add(1);\n instance.add(2);\n instance.add(3);\n instance.add(4);\n instance.add(5);\n instance.add(6);\n\n Integer[] expResult = { 1, 2, 3, 4, 5, 6 };\n Object[] result = instance.toArray();\n assertArrayEquals(expResult, result);\n\n }", "public abstract void notifyArrayEnd();", "void arrays_hierarchy_may_lead_to_unsafety() {\n\r\n Object[] objectArray = new Long[1];\r\n objectArray[0] = \"boom\"; // Throws ArrayStoreException\r\n\r\n // Generic Collections are invariant (don't preserve inheritance):\r\n // i.e. if Child extends Parent, then List<Child> isn't a subtype of List<Parent>.\r\n\r\n // Using Collections, it raises issue at compile time:\r\n\r\n /**\r\n * List<Object> numbers = new ArrayList<Number>();\r\n * numbers.add(\"boom\");\r\n */\r\n\r\n }", "@Test\n public void testArrayCreationWithGeneralReturnType() {\n final Object obj = ArrayUtils.toArray(\"foo\", \"bar\");\n assertTrue(obj instanceof String[]);\n }" ]
[ "0.7742013", "0.76545775", "0.69859016", "0.6824964", "0.68139714", "0.6811822", "0.6757711", "0.6690808", "0.6678645", "0.6667685", "0.6603536", "0.6603536", "0.6592831", "0.6563629", "0.65535545", "0.6551086", "0.6547714", "0.6533972", "0.6532131", "0.6490654", "0.6483343", "0.6444007", "0.6433052", "0.6430495", "0.6411378", "0.640507", "0.6359769", "0.63186336", "0.6290507", "0.6270807", "0.6223493", "0.6222156", "0.62107354", "0.6193739", "0.6185362", "0.6172419", "0.6139695", "0.61294276", "0.6089264", "0.6063499", "0.6033537", "0.601205", "0.59934986", "0.5991409", "0.5988369", "0.5951946", "0.5936899", "0.5927221", "0.5927024", "0.5908222", "0.5903819", "0.5898958", "0.58773446", "0.58750427", "0.5855921", "0.58529454", "0.58415043", "0.5822045", "0.5820079", "0.58113766", "0.5796606", "0.5772461", "0.57703745", "0.5764745", "0.5750293", "0.57472354", "0.57466465", "0.573597", "0.5687941", "0.5678721", "0.56727755", "0.5671054", "0.5664491", "0.566262", "0.5653642", "0.56440395", "0.5641413", "0.56358993", "0.56204563", "0.5617886", "0.5612922", "0.55996865", "0.559716", "0.5592986", "0.55880195", "0.557882", "0.5569981", "0.5565853", "0.555796", "0.5557023", "0.55407065", "0.55324125", "0.55315113", "0.5527976", "0.5523297", "0.55194086", "0.5508655", "0.5493198", "0.549009", "0.54893637", "0.54868877" ]
0.0
-1
closes is regardless of how this method completes
public static List< String > readLines( InputStream is, String charset ) throws IOException { inputs.notNull( is, "is" ); try { inputs.notNull( charset, "charset" ); List< String > res = Lang.newList(); BufferedReader br = new BufferedReader( new InputStreamReader( is, charset ) ); String line; while ( ( line = br.readLine() ) != null ) res.add( line ); return res; } finally { is.close(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void close() {\n\t\t\r\n\t}", "@Override\n public void close() {\n \n }", "@Override\n public void close() {\n }", "public void close() {\t\t\n\t}", "@Override\r\n\tpublic void close()\r\n\t{\n\t\t\r\n\t}", "@Override\r\n\tpublic void close() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void close() {\n\t\t\r\n\t}", "public void close() {\n\t\t}", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "public void close() {\r\n\t}", "@Override\r\n\tpublic void close() {\n\t\t\r\n\t}", "@Override\n\t\tpublic void close() {\n\t\t\t\n\t\t}", "public void close() {\n\t\t\n\t}", "public void close() {\n\t\t\n\t}", "public void close() {\n\t\t\n\t}", "public void close() {}", "public void close() {\n\n\t}", "public void close() {\n\n\t}", "public void close()\n\t\t{\n\t\t}", "@Override\r\n public void close() {\n \r\n }", "public void close() {\n\t}", "@Override\r\n public void close ()\r\n {\r\n }", "public void close(){\n \n }", "@Override\r\n\tpublic void close() {\n\t}", "@Override\r\n\tpublic void close() {\n\t}", "@Override\r\n\tpublic void close() {\n\t}", "@Override\n public void close() { }", "@Override\n\tpublic void close() {\n\t\t\n\t}", "@Override\n\tpublic void close() {\n\t\t\n\t}", "@Override\n\tpublic void close() {\n\t\t\n\t}", "@Override\n\tpublic void close() {\n\t\t\n\t}", "@Override\n public void close()\n {\n }", "@Override public abstract void close();", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n public void close() {\n }", "@Override\n void close();", "@Override\n void close();", "@Override\n\tpublic void close() {\n\t}", "@Override\n\tpublic void close() {\n\t}", "@Override\n\tpublic void close() {\n\t}", "@Override\n\tpublic void close() {\n\t}", "@Override\n\tpublic void close() {\n\t}", "public void close() {\n }", "public void close() {\n }", "public void close() {\n }", "public synchronized void close() {}", "@Override\n\tpublic void close() {\n\n\t}", "@Override\n\tpublic void close() {\n\n\t}", "@Override\r\n\tpublic void close() {\n\t\tsuper.close();\r\n\t}", "public void close() {\n }", "public void close() {\n }", "public void close() {\n }", "public void close()\r\n {\r\n }", "@Override\n\tpublic void close() {\n\t\tthis.ok = false;\n\t}", "@Override\n public void closing() {\n }", "@Override\n void close();", "@Override\n void close();", "@Override\n void close();", "@Override\n void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void close();", "public void closed();", "public void close()\n {\n }", "public void close() {\n\n }", "@Override\n public void close() {\n \n }", "@Override public void closed() {\n\t\t}", "@Override\r\n\tpublic synchronized void close() {\n\t\tsuper.close();\r\n\t}", "public void closed() \r\n\t{\r\n\t\t\r\n\t}", "void close();", "void close();", "void close();", "void close();", "void close();", "void close();", "void close();", "void close();", "void close();" ]
[ "0.772056", "0.7646998", "0.76205444", "0.7616347", "0.7616137", "0.76059216", "0.76059216", "0.7589231", "0.7585063", "0.7585063", "0.7574456", "0.756642", "0.75618565", "0.7552641", "0.7552641", "0.7552641", "0.75383246", "0.75373775", "0.75373775", "0.75186235", "0.7515541", "0.7500941", "0.749948", "0.7487709", "0.7472161", "0.7472161", "0.7472161", "0.7471359", "0.7470297", "0.7470297", "0.7470297", "0.7470297", "0.7458108", "0.7444269", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7426034", "0.7425675", "0.7425675", "0.7405468", "0.7405468", "0.7405468", "0.7405468", "0.7405468", "0.74046075", "0.74046075", "0.74046075", "0.7401638", "0.7400379", "0.7400379", "0.7399517", "0.73977834", "0.73977834", "0.73977834", "0.7383634", "0.7369376", "0.73682994", "0.73675376", "0.73675376", "0.73675376", "0.73675376", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7346987", "0.7342362", "0.73217136", "0.7320341", "0.73189807", "0.73189676", "0.7299434", "0.7295308", "0.72926265", "0.72926265", "0.72926265", "0.72926265", "0.72926265", "0.72926265", "0.72926265", "0.72926265", "0.72926265" ]
0.0
-1
Fills dest from is, throwing EOFException if there is not sufficient data in the stream to do so
public static void fill( InputStream is, byte[] dest, int offset, int len ) throws IOException { inputs.notNull( is, "is" ); inputs.notNull( dest, "dest" ); inputs.nonnegativeI( offset, "offset" ); inputs.nonnegativeI( len, "len" ); inputs.isTruef( offset + len <= dest.length, "offset (%d) + length (%d) > dest.length (%d)", offset, len, dest.length ); while ( len > 0 ) { int i = is.read( dest, offset, len ); if ( i < 0 ) throw new EOFException(); else { offset += i; len -= i; } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void fill() throws IOException {\n ensureOpen();\n len = in.read(buf, 0, buf.length);\n if (len == -1) {\n throw new EOFException(\"Unexpected end of ZLIB input stream\");\n }\n inf.setInput(buf, 0, len);\n }", "private int fillBuffer(InputStream is) throws IOException {\n int len = buffer.length;\n int pos = 0;\n while (pos < buffer.length) {\n int read = is.read(buffer, pos, len);\n if (read == -1)\n return pos;\n pos += read;\n len -= read;\n }\n return pos;\n }", "private synchronized void read(byte[] dest, int amt) throws IOException {\n\t\tread(in, dest, amt);\n\t}", "public static void CopyStream(InputStream is, OutputStream os)\n {\n //int total = 0;\n //int size =0;\n\n try\n {\n byte[] bytes = new byte[DEFAULT_BUFFER_SIZE];\n int count;\n while ((count = is.read(bytes, 0, DEFAULT_BUFFER_SIZE)) != -1)\n os.write(bytes, 0, count);\n }\n catch (Exception exp)\n {\n exp.printStackTrace();\n }\n finally\n {\n closeSilently(is, os);\n }\n }", "void fill( byte b[] , int len )\n \tthrows IOException {\n\t int remaining = _l - _o;\n\t //\n\t // Did we alread read enough bytes?\n\t if(remaining >= len) {\n\t \tSystem.arraycopy(_random, _o, b, 0, len);\t \t\n\t \t_o += len;\n\t \t\n\t \treturn;\n\t }\n\t //\n\t // Take the complete remaining bytes from buffer\n\t if(remaining > 0) {\n\t \tSystem.arraycopy(_random, _o, b, 0, remaining);\n\t \t//\n\t \t// Reduced needed bytes\n\t \tlen -= remaining;\n\t \t//\n\t \t// leave it up to the next ensure a continuous block\n\t \t_o = _l;\n\t }\n\t //\n\t // Read the rest direct from the InputStream\n\t while ( len > 0 ) {\n\t final int bytesRead = _in.read( b , remaining , len );\n\t \t//\n\t \t// Reduced needed bytes\t \n\t len -= bytesRead;\n\t //\n\t // Increase the number of read bytes because we reading directly from _in\n\t _read += bytesRead;\n\n\t remaining += bytesRead;\n\t }\n\t }", "private void fillBuf(int need) throws IOException {\n\n\t\tif (count > pos) {\n\t\t\tSystem.arraycopy(buf, pos, buf, 0, count - pos);\n\t\t\tcount -= pos;\n\t\t\tneed -= count;\n\t\t\tpos = 0;\n\t\t} else {\n\t\t\tcount = 0;\n\t\t\tpos = 0;\n\t\t}\n\n\t\twhile (need > 0) {\n\n\t\t\tint len = in.read(buf, count, buf.length - count);\n\t\t\tif (len <= 0) {\n\t\t\t\tthrow new EOFException();\n\t\t\t}\n\t\t\tcount += len;\n\t\t\tneed -= len;\n\t\t}\n\n\t}", "private static void copy(InputStream is, OutputStream os) throws IOException {\n\t\t int i;\n\t\t byte[] b = new byte[1024];\n\t\t while((i=is.read(b))!=-1) {\n\t\t os.write(b, 0, i);\n\t\t }\n\n\t\t}", "protected void writeFromStreamToStream(InputStream source, OutputStream destination) throws IOException {\n byte[] buffer = new byte[4096]; // A buffer to hold file contents\n int bytesRead; \n while((bytesRead = source.read(buffer)) != -1) { // Read bytes until EOF\n destination.write(buffer, 0, bytesRead); \n }\n \t}", "private int readFill(InputStream stream, byte[] buffer)\n throws IOException {\n int r = buffer.length;\n while (r > 0) {\n int p = buffer.length - r;\n int c = stream.read(buffer, p, r);\n if (c == -1) {\n break;\n }\n r -= c;\n }\n return buffer.length - r;\n\n }", "private void streamCopy(InputStream from, OutputStream to) {\r\n\t\ttry {\r\n\t\t\tint count = 0;\r\n\t\t\tbyte[] buffer = new byte[16*1024];\r\n\t\t\twhile ((count = from.read(buffer)) > 0) {\r\n\t\t\t\tto.write(buffer, 0, count);\r\n\t\t\t}\r\n\t\t} catch (IOException e) {\r\n\t\t\tEventLogger.logConnectionException(logger, socket, e);\r\n\t\t}\r\n\t}", "private static void copyFile(InputStream is, OutputStream os) throws IOException {\n\n final byte[] buf = new byte[4096];\n int cnt = is.read(buf, 0, buf.length);\n while (cnt >= 0) {\n os.write(buf, 0, cnt);\n cnt = is.read(buf, 0, buf.length);\n }\n os.flush();\n }", "public void read() throws IOException {\n\t\twhile (this.in.getReadBytes() != size) {\n\t\t\tString chunkID;\n\t\t\ttry {\n\t\t\t\tchunkID = readString(4);\n\t\t\t} catch (EmptyReadException e) {\n\t\t\t\t/**\n\t\t\t\t * T4L bug 15259: Some encoders must write a byte \"0\" to signify\n\t\t\t\t * EOF?\n\t\t\t\t */\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tlong chunkSize = readLong(4);\n\t\t\treadChunk(chunkID, chunkSize);\n\t\t}\n\t}", "private static void copy(InputStream in, OutputStream out) throws IOException {\n byte[] buffer = new byte[4096];\n while (true) {\n int bytesRead = in.read(buffer);\n if (bytesRead < 0) {\n break;\n }\n out.write(buffer, 0, bytesRead);\n }\n }", "public static void transfer(InputStream in, OutputStream out, int offset, int size) throws IOException\n {\n // Read bytes and write to destination until eof\n byte[] buf = new byte[size];\n System.out.println(\"What is it here?\\n\"+buf);\n int lengthBuff = in.read(buf);\n System.out.println(\"The length is: \"+lengthBuff);\n while (lengthBuff != 0)\n {\n out.write(buf, 0, lengthBuff);\n }\n System.out.println(\"End!\");\n }", "@Test(groups = \"Integration\")\n public void testCopyStreamTo() throws Exception {\n String contents = \"abc\";\n File dest = new File(Os.tmp(), \"sssMachineLocationTest_dest.tmp\");\n try {\n host.copyTo(Streams.newInputStreamWithContents(contents), dest.getAbsolutePath());\n assertEquals(\"abc\", Files.readFirstLine(dest, Charsets.UTF_8));\n } finally {\n dest.delete();\n }\n }", "private void streamCopy(InputStream in, OutputStream out) throws IOException {\t \n\t\tsynchronized (in) {\n\t\t\tsynchronized (out) {\n\t\t\t\tbyte[] buffer = new byte[256];\n\t\t\t\twhile (true) {\n\t \t\tint bytesRead = in.read(buffer);\n\t \t\tif (bytesRead == -1) break;\n\t \t\tout.write(buffer, 0, bytesRead);\n\t \t}\n\t \t}\n\t }\n\t}", "private void readMoreBytesFromStream() throws IOException {\n if (!innerStreamHasMoreData) {\n return;\n }\n\n int bufferSpaceAvailable = buffer.length - bytesInBuffer;\n if (bufferSpaceAvailable <= 0) {\n return;\n }\n\n int bytesRead =\n stream.read(buffer, bytesInBuffer, bufferSpaceAvailable);\n\n if (bytesRead == -1) {\n innerStreamHasMoreData = false;\n } else {\n bytesInBuffer += bytesRead;\n }\n }", "private void readFromStream(InputStream in) throws IOException {\n\n\t\tdataValue = null;\t// allow gc of the old value before the new.\n\t\tbyte[] tmpData = new byte[32 * 1024];\n\n\t\tint off = 0;\n\t\tfor (;;) {\n\n\t\t\tint len = in.read(tmpData, off, tmpData.length - off);\n\t\t\tif (len == -1)\n\t\t\t\tbreak;\n\t\t\toff += len;\n\n\t\t\tint available = Math.max(1, in.available());\n\t\t\tint extraSpace = available - (tmpData.length - off);\n\t\t\tif (extraSpace > 0)\n\t\t\t{\n\t\t\t\t// need to grow the array\n\t\t\t\tint size = tmpData.length * 2;\n\t\t\t\tif (extraSpace > tmpData.length)\n\t\t\t\t\tsize += extraSpace;\n\n\t\t\t\tbyte[] grow = new byte[size];\n\t\t\t\tSystem.arraycopy(tmpData, 0, grow, 0, off);\n\t\t\t\ttmpData = grow;\n\t\t\t}\n\t\t}\n\n\t\tdataValue = new byte[off];\n\t\tSystem.arraycopy(tmpData, 0, dataValue, 0, off);\n\t}", "public static void copyStream(InputStream input, OutputStream output,\n int expected) throws IOException {\n if (input == null || output == null) {\n return;\n }\n if (expected <= 0) {\n copyStream(input, output);\n }\n else {\n byte[] bytes = new byte[Math.min(expected, BUFSIZE)];\n\n int totalRead = 0;\n int bytesRead = 0;\n\n while (totalRead < expected) {\n bytesRead = input.read(bytes, 0, bytes.length);\n output.write(bytes, 0, bytesRead);\n totalRead = totalRead + bytesRead;\n }\n output.flush();\n }\n }", "private static long copy(InputStream from, OutputStream to) throws IOException {\n byte[] buf = new byte[BUFFER];\n long total = 0;\n while (true) {\n int r = from.read(buf);\n if (r == -1) {\n break;\n }\n to.write(buf, 0, r);\n total += r;\n }\n return total;\n }", "private int fillBuffer() throws IOException {\r\n int n = super.read(buffer, 0, BUF_SIZE);\r\n if (n >= 0) {\r\n file_pos +=n;\r\n buf_end = n;\r\n buf_pos = 0;\r\n }\r\n return n;\r\n }", "public static void copyStream(InputStream is, OutputStream os, int bufferSize) throws IOException {\r\n if(is != null && os != null) {\r\n final byte[] buffer = new byte[bufferSize];\r\n int read;\r\n while((read = is.read(buffer)) >= 0) {\r\n os.write(buffer, 0, read);\r\n }\r\n }\r\n }", "private boolean fill() throws IOException {\n if (in == null)\n return false;\n if (bufEnd == buf.length) {\n Tokenizer.movePosition(buf, posOff, bufStart, pos);\n /* The last read was complete. */\n int keep = bufEnd - bufStart;\n if (keep == 0)\n\tbufEnd = 0;\n else if (keep + READSIZE <= buf.length) {\n\t/*\n\t * There is space in the buffer for at least READSIZE bytes.\n\t * Choose bufEnd so that it is the least non-negative integer\n\t * greater than or equal to <code>keep</code>, such\n\t * <code>bufLength - keep</code> is a multiple of READSIZE.\n\t */\n\tbufEnd = buf.length - (((buf.length - keep)/READSIZE) * READSIZE);\n\tfor (int i = 0; i < keep; i++)\n\t buf[bufEnd - keep + i] = buf[bufStart + i];\n }\n else {\n\tchar newBuf[] = new char[buf.length << 1];\n\tbufEnd = buf.length;\n\tSystem.arraycopy(buf, bufStart, newBuf, bufEnd - keep, keep);\n\tbuf = newBuf;\n }\n bufStart = bufEnd - keep;\n posOff = bufStart;\n }\n int nChars = in.read(buf, bufEnd, buf.length - bufEnd);\n if (nChars < 0) {\n in.close();\n in = null;\n return false;\n }\n bufEnd += nChars;\n bufEndStreamOffset += nChars;\n return true;\n }", "public static void copyStream(InputStream is, OutputStream os) throws IOException {\r\n copyStream(is, os, DEFAULT_STREAM_BUFFER_SIZE);\r\n }", "public int read(byte[] dest) {\n try {\n return in.read(dest);\n } catch (IOException e) {\n print(\"Error reading bytes from \" + portName);\n }\n return -1;\n }", "@Override\n public void copyFrom(DataFile from, long size) {\n if (size > 0) {\n throw emptyDataFileException();\n }\n }", "private void copyFile(InputStream ins, OutputStream outs) throws IOException {\n byte[] buffer = new byte[1024];\n int read;\n while((read = ins.read(buffer)) != -1) {\n outs.write(buffer, 0, read);\n }\n }", "@Override\n\tpublic void transferTo(File dest) throws IOException, IllegalStateException {\n\n\t}", "public void copy(){\n\t\tFileInputStream is = null;\n\t\tFileOutputStream os = null;\n\t\ttry {\n\t\t\tis = new FileInputStream(source);\n\t\t\tos = new FileOutputStream(dest);\n\t\t\tif(dest.exists())\n\t\t\t\tdest.delete();\n\t\t\tint i = -1;\n\t\t\twhile((i = is.read()) != -1)\n\t\t\t\tos.write(i);\n\t\t\tsource.deleteOnExit();\n\t\t} catch (IOException e) {\n\t\t\tJOptionPane.showMessageDialog(null, e);\n\t\t} finally {\n\t\t\tif(is != null)\n\t\t\t\ttry {\n\t\t\t\t\tis.close();\n\t\t\t\t} catch (IOException ignored) {}\n\t\t\tif(os != null)\n\t\t\t\ttry {\n\t\t\t\t\tos.close();\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tJOptionPane.showMessageDialog(null, e);\n\t\t\t\t}\n\t\t}\n\t}", "private void trySendData(InputStream from, Socket to) {\r\n\t\ttry {\r\n\t\t\tstreamCopy(from, to.getOutputStream());\r\n\t\t\tcontrolHandler.sendFTPResponse(FTPResponse.CLOSING_DATA_CONN_SUCC, \"Transfer complete, data connection closing\");\r\n\t\t} catch (IOException e) {\r\n\t\t\tEventLogger.logConnectionException(logger, to, e);\r\n\t\t\tcontrolHandler.sendFTPResponse(FTPResponse.CLOSING_DATA_CONN_ABRT, \"Transfer failed, data connection closing\");\r\n\t\t}\r\n\t\t// Clean up the connection\r\n\t\ttry {\r\n\t\t\tfrom.close();\r\n\t\t\tto.getInputStream().close();\r\n\t\t\tto.getOutputStream().close();\r\n\t\t\tto.close();\r\n\t\t} catch (IOException e) {\r\n\t\t\tEventLogger.logConnectionException(logger, to, e);\r\n\t\t}\r\n\t}", "static void copyFile(File src, File dest) throws IOException {\r\n\t\tFileInputStream fis = new FileInputStream(src);\r\n\t\tFileOutputStream fos = new FileOutputStream (dest);\r\n\t\tbyte[] bytes = new byte[4*1048576];\r\n\t\tint numRead;\r\n\t\twhile ((numRead = fis.read(bytes)) > 0) {\r\n\t\t\tfos.write(bytes, 0, numRead);\r\n\t\t}\r\n\t\tfis.close();\r\n\t\tfos.close();\r\n\t}", "protected synchronized void populateQueue() throws IOException {\n\t\twhile (m_queueLength < m_queue.length) {\n\t\t\tint off = (m_queuePosition + m_queueLength) % m_queue.length;\n\t\t\tint len = Math.min(m_queue.length - m_queueLength, m_queue.length\n\t\t\t\t\t- off);\n\n\t\t\tint i = m_reader.read(m_queue, off, len);\n\t\t\tif (i == -1) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tm_queueLength += i;\n\t\t}\n\t}", "public static void copyFileFromInputStream(InputStream is, String newPath) throws IOException {\n FileOutputStream fs = null;\n try {\n int bytesum = 0;\n int byteread = 0;\n if (is != null) {\n\n fs = new FileOutputStream(newPath);\n byte[] buffer = new byte[1024];\n int length;\n while ((byteread = is.read(buffer)) != -1) {\n bytesum += byteread;\n System.out.println(bytesum);\n fs.write(buffer, 0, byteread);\n }\n is.close();\n }\n } catch (Exception e) {\n System.out.println(\"Copy Failed\");\n e.printStackTrace();\n\n } finally {\n try {\n is.close();\n fs.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n\n }", "void scanDataBufferForEndOfData() {\n while (!allRowsReceivedFromServer() &&\n (dataBuffer_.readerIndex() != lastValidBytePosition_)) {\n stepNext(false);\n }\n }", "@Override\n public int read() throws IOException {\n if (pos >= count) {\n fill();\n if (pos >= count) {\n return -1;\n }\n }\n checkIfClosed();\n return buf[pos++] & 0xFF;\n }", "private static void extractFile(ZipInputStream inStreamZip, FSDataOutputStream destDirectory) throws IOException {\n BufferedOutputStream bos = new BufferedOutputStream(destDirectory);\n byte[] bytesIn = new byte[BUFFER_SIZE];\n int read = 0;\n while ((read = inStreamZip.read(bytesIn)) != -1) {\n bos.write(bytesIn, 0, read);\n }\n bos.close();\n }", "public void fill(EndPoint endpoint, int offset, int size) throws IOException, Pausable {\n int total = offset + size;\n int currentPos = buffer.position();\n if (total > buffer.position()) {\n buffer = endpoint.fill(buffer, (total - currentPos));\n }\n }", "@Override\n protected int read0(@NonNull byte[] dst, int start, @Positive int length) throws IOException {\n int count = min(this.delegate.remaining(), length);\n if (count <= 0) {\n return RESULT_EOF;\n } else {\n this.delegate.get(dst, start, count);\n return count;\n }\n }", "@Override\r\n\tpublic void putFile(InputStream is, String targetLocation) throws FileSystemUtilException {\r\n\t\tthrow new FileSystemUtilException(\"000000\",null,Level.ERROR,null);\t\r\n\r\n\t}", "synchronized void receive(int preknownDataLength) throws EOFException, IOException {\n byte[] buffer = new byte[preknownDataLength];\n dataInput.readFully(buffer);\n pipedOutputStream.write(buffer);\n }", "private static void put(ByteString source, int offset, int size, ByteBuffer dest) {\n ByteString croppedSource = source.substring(offset, offset + size);\n for (ByteBuffer sourcePiece : croppedSource.asReadOnlyByteBufferList()) {\n dest.put(sourcePiece);\n }\n }", "private static void sendBytes(FileInputStream fis, OutputStream op) throws Exception {\n\t\tbyte[] buffer = new byte[1024];\n\t\tint bytes = 0;\n\n\t\t// Copy requested file into the socket’s output stream.\n\t\twhile ((bytes = fis.read(buffer)) != -1) {\n\t\t\top.write(buffer, 0, bytes);\n\t\t}\n\n\t}", "private static void cp(File f1,File f2) throws IOException{\n\t\tFileInputStream fi=new FileInputStream(f1);\r\n\t\tFileOutputStream fo=new FileOutputStream(f2);\r\n\t\tBufferedOutputStream bof=new BufferedOutputStream(fo);\r\n\t\tBufferedInputStream bis=new BufferedInputStream(fi);\r\n\t\tbyte[] buffer=new byte[1024];\r\n\t\tint off=0;\r\n\t\tint length=1024;\r\n\t\twhile(true){\r\n\t\t\tif(fi.available()<1024){\r\n\t\t\t\tlength=fi.available();}\r\n\t\tbis.read(buffer, off, length);\r\n\t\tbof.write(buffer, off, length);\r\n//\t\tfi.read(buffer, off,length);\r\n//\t\tfo.write(buffer, off, length);\r\n\t\tif(length<1024){\r\n\t\t\tSystem.out.println(f1+\"-->\"+f2+\"复制完成!\");\r\n\t\t\tbof.flush();\r\n\t\t\tfi.close();\r\n\t\t\tfo.close();\r\n\t\t\treturn;}\r\n\t\t}\r\n\t\t\r\n\t}", "public int copyTo(FloatSampleBuffer dest, int destOffset, int count) {\n\t\treturn copyTo(0, dest, destOffset, count);\n\t}", "public int getProcessedDataLength() { return destPos; }", "public static void decompress(PfssCompressed _src, PfssDecompressed _dest)\n\t{\n\t\tif (!_src.isLoaded())\n\t\t\treturn;\n\n\t\tif (_dest.isDataAssigned())\n\t\t\treturn;\n\t\t\n\t\ttry (InputStream is = new ByteArrayInputStream(UnRar.unrarData(_src).toByteArray()))\n\t\t{\n\t\t\tFits fits = new Fits(is, false);\n\t\t\tBasicHDU hdus[] = fits.read();\n\t\t\tBinaryTableHDU bhdu = (BinaryTableHDU) hdus[1];\n\n\t\t\tfloat b0 = bhdu.getHeader().getFloatValue(\"B0\");\n\t\t\tfloat l0 = bhdu.getHeader().getFloatValue(\"L0\");\n\t\t\tfloat Q1 = bhdu.getHeader().getFloatValue(\"Q1\");\n\t\t\tfloat Q2 = bhdu.getHeader().getFloatValue(\"Q2\");\n\t\t\tfloat Q3 = bhdu.getHeader().getFloatValue(\"Q3\");\n\n\t\t\tbyte[] line_length = ((byte[][]) bhdu.getColumn(\"LEN\"))[0];\n\t\t\tbyte[] xRaw = ((byte[][]) bhdu.getColumn(\"X\"))[0];\n\t\t\tbyte[] yRaw = ((byte[][]) bhdu.getColumn(\"Y\"))[0];\n\t\t\tbyte[] zRaw = ((byte[][]) bhdu.getColumn(\"Z\"))[0];\n\n\t\t\tint[] lengths = ByteDecoder.decodeAdaptiveUnsigned(line_length);\n\t\t\tint[] xInt = ByteDecoder.decodeAdaptive(xRaw);\n\t\t\tint[] yInt = ByteDecoder.decodeAdaptive(yRaw);\n\t\t\tint[] zInt = ByteDecoder.decodeAdaptive(zRaw);\n\n\t\t\tIntermediateLineData[] lines = IntermediateLineData.splitToLines(lengths, xInt, yInt, zInt);\n\t\t\tfor (IntermediateLineData l : lines)\n\t\t\t\tl.decodePrediction(Q1, Q2, Q3);\n\n\t\t\tArrayList<DecompressedLine> decompressedLines = new ArrayList<>(lines.length);\n\t\t\tfor (IntermediateLineData line : lines)\n\t\t\t\tdecompressedLines.add(new DecompressedLine(line));\n\n\t\t\tconvertToBuffers(decompressedLines, l0, b0, _dest);\n\t\t}\n\t\tcatch (FitsException | IOException e)\n\t\t{\n\t\t\tTelemetry.trackException(e);\n\t\t}\n\t}", "public void transfer(InputStream in, OutputStream out, int numberOfBytes, int limit) throws IOException {\n long s= limit-numberOfBytes-1;\n in.skip(s);\n for(int n=0; n<numberOfBytes; n++){\n out.write(in.read());\n }\n out.flush();\n }", "@Override\n public void copyBlockdata(URI destination) throws IOException {\n getFileIoProvider().nativeCopyFileUnbuffered(\n getVolume(), getBlockFile(), new File(destination), true);\n }", "public void transferTo(File dest) throws IOException, IllegalStateException {\r\n mFile.transferTo(dest);\r\n }", "@Test(timeout = 4000)\n public void test137() throws Throwable {\n JavaCharStream javaCharStream0 = new JavaCharStream((Reader) null);\n PipedInputStream pipedInputStream0 = new PipedInputStream();\n javaCharStream0.ReInit((InputStream) pipedInputStream0, 122, 122);\n assertEquals((-1), javaCharStream0.bufpos);\n }", "public void read(CCompatibleInputStream is) throws Exception {\n header.read(is);\n super.read(is);\n }", "private static int read(InputStream in, byte[] dest, int bytesToRead)\n\t\t\tthrows IOException {\n\t\tint read = 0;\n\t\tif (bytesToRead % 2 == 1)\n\t\t\tbytesToRead--;\n\t\tread = in.read(dest, 0, bytesToRead);\n\t\tif (read == -1)\n\t\t\treturn read;\n\t\twhile ((read % 2) == 1) {\n\t\t\tint k = in.read(dest, read, bytesToRead - read);\n\t\t\tif (k == -1)\n\t\t\t\treturn read;\n\t\t\tread += k;\n\t\t}\n\t\treturn read;\n\t}", "public void load(DataInput stream)\n throws IOException\n {\n final int MAX = 8192;\n byte[] abBuf = new byte[MAX];\n ByteArrayOutputStream streamRaw = new ByteArrayOutputStream(MAX);\n\n int of = 0;\n try\n {\n while (true)\n {\n byte b = stream.readByte();\n\n abBuf[of++] = b;\n\t\t\t\tif (of == MAX)\n {\n streamRaw.write(abBuf, 0, MAX);\n of = 0;\n }\n }\n }\n catch (EOFException e)\n {\n if (of > 0)\n {\n streamRaw.write(abBuf, 0, of);\n }\n }\n\n\n setBytes(streamRaw.toByteArray());\n }", "public void read(BufferedDataInputStream i) throws FitsException {\n\n readTrueData(i);\n int pad = getPadding();\n try {\n byte[] buf = new byte[pad];\n while(pad > 0) {\n int len = i.read(buf, 0, pad);\n if (len == 0) {\n throw new FitsException(\"Data Padding EOF\");\n }\n pad -= len;\n }\n // i.skipBytes(getPadding());\n } catch (EOFException e) {\n\t // ignore EOF messages while reading padded data\n } catch (IOException e) {\n throw new FitsException(\"Error skipping padding:\"+e);\n }\n\n }", "public void loadFromStream(InputStream is) throws IOException {\n\t\tfor (int i = 0; i <= mem.length; i++) {\n\t\t\tint data = is.read();\n\t\t\tif (data == -1) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmem[i] = data;\n\t\t}\n\t\tif (is.read() != -1) {\n\t\t\tlogger.log(Level.WARNING, \"Truncating boot.rom to \" + mem.length);\n\t\t}\n\t}", "public boolean copyTo( final String _dest )\n\t{\n\t\tfinal FileStream destination = GlobalFileSystem.getFile( new File( _dest ).getParent() ) ;\n\t\tif( destination.exists() == false && destination.mkdirs() == false )\n\t\t{\n\t\t\tSystem.out.println( \"Failed to create directories.\" ) ;\n\t\t\treturn false ;\n\t\t}\n\n\t\tfinal FileStream stream = GlobalFileSystem.getFile( _dest ) ;\n\t\tif( stream == null )\n\t\t{\n\t\t\tSystem.out.println( \"Unable to acquire file stream for: \" + _dest ) ;\n\t\t\treturn false ;\n\t\t}\n\n\t\ttry( final ByteInStream in = getByteInStream() ;\n\t\t\t final ByteOutStream out = stream.getByteOutStream() )\n\t\t{\n\t\t\tif( out == null )\n\t\t\t{\n\t\t\t\treturn false ;\n\t\t\t}\n\n\t\t\tint length = 0 ;\n\t\t\tfinal byte[] buffer = new byte[48] ;\n\n\t\t\twhile( ( length = in.readBytes( buffer, 0, buffer.length ) ) > 0 )\n\t\t\t{\n\t\t\t\tout.writeBytes( buffer, 0, length ) ;\n\t\t\t}\n\n\t\t\treturn true ;\n\t\t}\n\t\tcatch( Exception ex )\n\t\t{\n\t\t\treturn false ;\n\t\t}\n\t}", "private static int readFully(InputStream in, byte[] buf, int off, int len) throws IOException {\n/* 1144 */ if (len == 0)\n/* 1145 */ return 0; \n/* 1146 */ int total = 0;\n/* 1147 */ while (len > 0) {\n/* 1148 */ int bsize = in.read(buf, off, len);\n/* 1149 */ if (bsize <= 0)\n/* */ break; \n/* 1151 */ off += bsize;\n/* 1152 */ total += bsize;\n/* 1153 */ len -= bsize;\n/* */ } \n/* 1155 */ return (total > 0) ? total : -1;\n/* */ }", "public static final void duplicateStream(int bufferSize, InputStream in, OutputStream... out) throws IOException {\r\n\t\tbyte[] buffer = new byte[bufferSize];\r\n\t\tint len;\r\n\t\t\r\n\t while((len = in.read(buffer)) >= 0) {\r\n\t \tfor(OutputStream o : out)\r\n\t\t o.write(buffer, 0, len);\r\n\t }\r\n\t \r\n\t for(OutputStream o : out) {\r\n\t \to.flush();\r\n\t \to.close();\r\n\t }\r\n\t \r\n\t in.close();\r\n\t\t\r\n\t}", "void drain() {\n if (stdOutReader != null) {\n stdOutReader.drain();\n }\n if (stdErrReader != null) {\n stdErrReader.drain();\n }\n }", "private void uploadStreamInternal(String stageName,\n String destPrefix,\n InputStream inputStream,\n String destFileName,\n boolean compressData)\n throws SQLException\n {\n logger.debug(\"upload data from stream: stageName={}\" +\n \", destPrefix={}, destFileName={}\",\n stageName, destPrefix, destFileName);\n\n if (stageName == null)\n throw new SnowflakeSQLException(SqlState.INTERNAL_ERROR,\n ErrorCode.INTERNAL_ERROR.getMessageCode(),\n \"stage name is null\");\n\n if (destFileName == null)\n throw new SnowflakeSQLException(SqlState.INTERNAL_ERROR,\n ErrorCode.INTERNAL_ERROR.getMessageCode(),\n \"stage name is null\");\n\n SnowflakeStatementV1 stmt = new SnowflakeStatementV1(this);\n\n StringBuilder putCommand = new StringBuilder();\n\n // use a placeholder for source file\n putCommand.append(\"put file:///tmp/placeholder \");\n\n // add stage name\n if (!stageName.startsWith(\"@\"))\n putCommand.append(\"@\");\n putCommand.append(stageName);\n\n // add dest prefix\n if (destPrefix != null)\n {\n if (!destPrefix.startsWith(\"/\"))\n putCommand.append(\"/\");\n putCommand.append(destPrefix);\n }\n\n putCommand.append(\" overwrite=true\");\n\n SnowflakeFileTransferAgent transferAgent = null;\n transferAgent = new SnowflakeFileTransferAgent(putCommand.toString(),\n sfSession, stmt.getSfStatement());\n\n transferAgent.setSourceStream(inputStream);\n transferAgent.setDestFileNameForStreamSource(destFileName);\n transferAgent.setCompressSourceFromStream(compressData);\n transferAgent.execute();\n\n stmt.close();\n }", "@Override\n protected long transfer0(@NonNull DataOut dst, @Positive long count) throws NoMoreSpaceException, IOException {\n count = min(count, this.delegate.remaining());\n int oldLimit = this.delegate.limit();\n this.delegate.limit(this.delegate.position() + (int) count);\n int read = dst.write(this.delegate);\n checkState(read == count, \"only transferred %s/%s bytes?!?\", read, count);\n this.delegate.limit(oldLimit);\n return count;\n }", "@Override\n public int read() throws IOException {\n if (stream.available() > 0) {\n return stream.read();\n } else {\n layer.receiveMoreDataForHint(getHint());\n // either the stream is now filled, or we ran into a timeout\n // or the next stream is available\n return stream.read();\n }\n }", "private void skipBytes(int count) throws IOException {\n long currentPosition = archive.position();\n long newPosition = currentPosition + count;\n if (newPosition > archive.size()) {\n throw new EOFException();\n }\n archive.position(newPosition);\n }", "public void finish( OutputStream stream ) throws IOException\n {\n }", "public ByteArrayOutputStream drainTo(ByteArrayOutputStream stream) {\n while (hasNext()) {\n stream.write(next());\n }\n return stream;\n }", "@Test\r\n\tpublic void testCompressing() throws ClassNotFoundException,\r\n\t\t\tInstantiationException, IllegalAccessException {\n\r\n\t\tAbstractStream abstractStream = Factory\r\n\t\t\t\t.getStream(\"by.bsu.decorator.bean.FileStream\");\r\n\t\tCompressingStream stream = (CompressingStream) Factory\r\n\t\t\t\t.getStream(\"by.bsu.decorator.bean.CompressingStream\");\r\n\t\tstream.setAbstractStream(abstractStream);\r\n\t\tString str = stream.handleBufferFull();\r\n\r\n\t\tbyte[] b = new byte[10];\r\n\t\tfor (int i = 0; i < 10; i++)\r\n\t\t\tb[i] = (byte) i;\r\n\t\tstream.putByte(b);\r\n\t\tSystem.out.println(str);\r\n\t\tassertEquals(\"Compressing Stream. File Stream. \", str);\r\n\t}", "public void copy(String scrpath,String destpath) throws IOException \n\t{\n\t\ttry {\n\t\t\tInputStream in=new FileInputStream(scrpath);\n\t\t\tFileOutputStream out=new FileOutputStream(destpath);\n\t\t\tbyte[] buffer=new byte[1024];\n\t\t\tint length=0;\n\t\t\twhile((length=in.read(buffer))>0) {\n\t\t\t\tSystem.out.println(length);\n\t\t\t\tout.write(buffer,0,length);\n\t\t\t}\n\t\t\tin.close();\n\t\t\tout.close();\n\t\t\t\n\t\t} catch (FileNotFoundException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "private boolean copyFile(FileInputStream srcStream, String filePath) {\n FileChannel srcChannel;\n FileOutputStream destStream;\n Throwable th;\n if (srcStream != null) {\n if (filePath != null) {\n FileOutputStream destStream2 = null;\n FileChannel dstChannel = null;\n FileChannel dstChannel2 = null;\n try {\n destStream2 = new FileOutputStream(createDestFile(filePath));\n FileChannel srcChannel2 = srcStream.getChannel();\n try {\n FileChannel dstChannel3 = destStream2.getChannel();\n try {\n srcChannel2.transferTo(0, srcChannel2.size(), dstChannel3);\n boolean isSuccess = true;\n try {\n srcChannel2.close();\n } catch (IOException e) {\n isSuccess = false;\n Log.e(TAG, \"rcChannel close error, IOException:\");\n }\n try {\n destStream2.close();\n } catch (IOException e2) {\n isSuccess = false;\n Log.e(TAG, \"destStream close error, IOException:\");\n }\n if (dstChannel3 != null) {\n try {\n dstChannel3.close();\n } catch (IOException e3) {\n Log.e(TAG, \"dstChannel close error, IOException:\");\n return false;\n }\n }\n return isSuccess;\n } catch (FileNotFoundException e4) {\n dstChannel2 = dstChannel3;\n dstChannel = srcChannel2;\n boolean isSuccess2 = false;\n Log.e(TAG, \"copyFile FileNotFoundException.\");\n if (dstChannel != null) {\n try {\n dstChannel.close();\n } catch (IOException e5) {\n isSuccess2 = false;\n Log.e(TAG, \"rcChannel close error, IOException:\");\n }\n }\n if (destStream2 != null) {\n try {\n destStream2.close();\n } catch (IOException e6) {\n Log.e(TAG, \"destStream close error, IOException:\");\n isSuccess2 = false;\n }\n }\n if (dstChannel2 == null) {\n return isSuccess2;\n }\n dstChannel2.close();\n return isSuccess2;\n } catch (IOException e7) {\n dstChannel2 = dstChannel3;\n dstChannel = srcChannel2;\n boolean isSuccess3 = false;\n try {\n Log.e(TAG, \"init IO error, IOException:\");\n if (dstChannel != null) {\n try {\n dstChannel.close();\n } catch (IOException e8) {\n isSuccess3 = false;\n Log.e(TAG, \"rcChannel close error, IOException:\");\n }\n }\n if (destStream2 != null) {\n try {\n destStream2.close();\n } catch (IOException e9) {\n Log.e(TAG, \"destStream close error, IOException:\");\n isSuccess3 = false;\n }\n }\n if (dstChannel2 == null) {\n return isSuccess3;\n }\n try {\n dstChannel2.close();\n return isSuccess3;\n } catch (IOException e10) {\n Log.e(TAG, \"dstChannel close error, IOException:\");\n return false;\n }\n } catch (Throwable th2) {\n srcChannel = dstChannel2;\n destStream = destStream2;\n th = th2;\n }\n } catch (Throwable th3) {\n destStream = destStream2;\n th = th3;\n srcChannel = dstChannel3;\n dstChannel = srcChannel2;\n if (dstChannel != null) {\n try {\n dstChannel.close();\n } catch (IOException e11) {\n Log.e(TAG, \"rcChannel close error, IOException:\");\n }\n }\n if (destStream != null) {\n try {\n destStream.close();\n } catch (IOException e12) {\n Log.e(TAG, \"destStream close error, IOException:\");\n }\n }\n if (srcChannel != null) {\n try {\n srcChannel.close();\n } catch (IOException e13) {\n Log.e(TAG, \"dstChannel close error, IOException:\");\n }\n }\n throw th;\n }\n } catch (FileNotFoundException e14) {\n dstChannel = srcChannel2;\n boolean isSuccess22 = false;\n Log.e(TAG, \"copyFile FileNotFoundException.\");\n if (dstChannel != null) {\n }\n if (destStream2 != null) {\n }\n if (dstChannel2 == null) {\n }\n } catch (IOException e15) {\n dstChannel = srcChannel2;\n boolean isSuccess32 = false;\n Log.e(TAG, \"init IO error, IOException:\");\n if (dstChannel != null) {\n }\n if (destStream2 != null) {\n }\n if (dstChannel2 == null) {\n }\n } catch (Throwable th4) {\n dstChannel = srcChannel2;\n srcChannel = null;\n destStream = destStream2;\n th = th4;\n if (dstChannel != null) {\n }\n if (destStream != null) {\n }\n if (srcChannel != null) {\n }\n throw th;\n }\n } catch (FileNotFoundException e16) {\n boolean isSuccess222 = false;\n Log.e(TAG, \"copyFile FileNotFoundException.\");\n if (dstChannel != null) {\n }\n if (destStream2 != null) {\n }\n if (dstChannel2 == null) {\n }\n } catch (IOException e17) {\n boolean isSuccess322 = false;\n Log.e(TAG, \"init IO error, IOException:\");\n if (dstChannel != null) {\n }\n if (destStream2 != null) {\n }\n if (dstChannel2 == null) {\n }\n }\n }\n }\n return false;\n }", "private IntStream createStream() {\n DataInputStream dataInputStream = null;\n try {\n dataInputStream = new DataInputStream(new BufferedInputStream(new FileInputStream(fileName)));\n } catch (FileNotFoundException e) {\n System.out.println(\"File not found\");\n }\n DataInputStream finalDin = dataInputStream;\n return IntStream.generate(() -> {\n try {\n assert finalDin != null;\n return finalDin.readInt();\n } catch (IOException e) {\n System.out.println(\"Stream problem\");\n }\n return 0;\n })\n .limit(20);\n }", "public static void copy(InputStream input, OutputStream output) throws IOException {\n try {\n byte[] buffer = new byte[GCSFetcher.BUFFER_SIZE];\n int bytesRead = input.read(buffer);\n while (bytesRead != -1) {\n output.write(buffer, 0, bytesRead);\n bytesRead = input.read(buffer);\n }\n } finally {\n input.close();\n output.close();\n }\n }", "private void initStreams() throws IOException {\n OutputStream os = socket.getOutputStream();\n InputStream is = socket.getInputStream();\n dos = new DataOutputStream(new BufferedOutputStream(os));\n dis = new DataInputStream(new BufferedInputStream(is));\n }", "static public void skip(InputStream is, int size) throws IOException {\n\t long n;\n\t\twhile (size > 0) {\n\t n = is.skip(size);\n\t if (n <= 0)\n\t break;\n\t\t\tsize -= n;\n\t\t}\n\t}", "public void getFileData(int dLength,String charset) throws FileSystemUtilException\r\n\t{\r\n\t\tlogger.debug(\"Begin: \"+getClass().getName()+\":getFileData()\");\r\n\t\tFileOutputStream fOut=null;\r\n\t\tByteArrayOutputStream bOut = null;\r\n\t\tFileSystemUtilsPlugin zu = new FileSystemUtilPluginFactory().getFileUtils(FileSystemTypeConstants.ZIP);\r\n\t\tlong fileLen = 0;\r\n\t\tlong dataLength = dLength;\r\n\t\tif(isSample)\r\n\t\t{\r\n\t\t\tbOut = new ByteArrayOutputStream();\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\ttry \r\n\t\t\t{\r\n\t\t\t\tlogger.debug(\"Opening output stream to file \"+localFilePath);\r\n\t\t\t\tlogger.debug(\"localFilePath:\"+localFilePath);\r\n\t\t\t\tfOut=new FileOutputStream(\"temp.txt\");\r\n\t\t\t\tlogger.debug(\"Output stream to file \"+localFilePath+\" is opened\");\r\n\t\t\t} \r\n\t\t\tcatch(FileNotFoundException fnfEx) \r\n\t\t\t{ fnfEx.printStackTrace();\r\n\t\t\t\t logger.info(new Date()+\":: File not found on connecting with parameters, \" +\r\n\t\t\t\t\t\t\t\" username= \"+ username +\" , remotefilePath = \"+remoteFilePath +\", \" +\r\n\t\t\t\t\t\t\t\"localFilePath = \"+ localFilePath +\" , host= \"+ hostname +\" and port =\"+ port );\r\n\t\t\t\tthrow new FileSystemUtilException(\"ET0028\",null,Level.ERROR,fnfEx);\r\n\t\t\t}\t\t\t\t\r\n\t\t}\r\n\t\tString command = \"scp -f \"+remoteFilePath;\r\n\t\tObject[] ios= execCommand(command);\r\n\t\toutputstream=(OutputStream)ios[0];\r\n\t\tinputstream=(InputStream)ios[1];\r\n\t\tbyte[] buf = new byte[1024];\r\n\t\t// send '\\0'\r\n\t\tbuf[0] = 0;\r\n\t\ttry \r\n\t\t{\r\n\t\t\t//returning acknowledgement\r\n\t\t\toutputstream.write(buf, 0, 1);\t\t\r\n\t\t\toutputstream.flush();\r\n\t\t\tcheckAcknowledgement(inputstream);\r\n\t\t\t//getting filesize\r\n\t\t\t// read '0644 '\r\n\t\t\tinputstream.read(buf, 0, 5);\r\n\t\t\twhile (true) \r\n\t\t\t{\r\n\t\t\t\tinputstream.read(buf, 0, 1);\r\n\t\t\t\tif (buf[0] == ' ')\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tfileLen = fileLen * 10 + (buf[0] - '0');\t\t\t\t\t\r\n\t\t\t}\r\n\t\t\tString file = null;\r\n\t\t\tfor (int i = 0;; i++) \r\n\t\t\t{\r\n\t\t\t\tinputstream.read(buf, i, 1);\r\n\t\t\t\tif (buf[i] == (byte) 0x0a) \r\n\t\t\t\t{\r\n\t\t\t\t\tfile = new String(buf, 0, i);\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tlogger.debug(\"filesize=\"+fileLen+\", file=\"+file);\r\n\t\t\tif(dataLength == 0)\r\n\t\t\t{\r\n\t\t\t\tdataLength = fileLen;\r\n\t\t\t}\r\n\t\t\telse if(dataLength >= fileLen)\r\n\t\t\t{\r\n\t\t\t\tdataLength = fileLen;\r\n\t\t\t}else if(fileLen > dataLength * 10){\r\n\t\t\t\tdataLength = 1024 * 10;\r\n\t\t\t}\r\n\t\t\t// send '\\0'\r\n\t\t\tbuf[0] = 0;\r\n\t\t\toutputstream.write(buf, 0, 1);\r\n\t\t\toutputstream.flush();\r\n\t\t\tlong b=0;\r\n\t\t\tint l=0;\r\n\t\t\tint len=10240;\r\n\t\t\tif(len >= dataLength)\r\n\t\t\t{\r\n\t\t\t\tlen = (int)dataLength;\r\n\t\t\t}\r\n\t\t\tbyte[] barray = new byte[len];\r\n\t\t\tboolean noData = false;\r\n\t\t\tlong startTime = System.currentTimeMillis();\r\n\t\t\twhile( b < dataLength)\r\n\t\t\t{\r\n\t\t\t\tl=inputstream.read(barray,0,len);\r\n\t\t\t\tif(l != -1)\r\n\t\t\t\t{\r\n\t\t\t\t noData = false;\r\n\t\t\t\t\tb=b+l;\r\n\t\t\t\t\tif(isSample)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tbOut.write(barray,0,l);\r\n\t\t\t\t\t}\r\n\t\t\t\t\telse\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t//check whether the data is crossed fileLength\r\n\t\t\t\t\t\tif(b > dataLength)\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tl = l - (int)(b - dataLength);\t\r\n\t\t\t\t\t\t}\t\t\t\t\t\t\r\n\t\t\t\t\t\tfOut.write(barray,0,l);\r\n\t\t\t\t\t}\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t\telse\r\n\t\t\t\t{\r\n\t\t\t\t\t/* BUG-FIX thread hang due to network outage */\r\n\t\t\t\t //implementing readTImeout at client side.\r\n\t\t\t\t if(noData == false)\r\n\t\t\t\t {\r\n\t\t\t\t //this is first iteration with out data \r\n\t\t\t\t startTime = System.currentTimeMillis();\r\n\t\t\t\t noData = true;\r\n\t\t\t\t }\r\n\t\t\t\t else\r\n\t\t\t\t {\r\n\t\t\t\t //there is no data on prev iteration too\r\n\t\t\t\t if((System.currentTimeMillis()-startTime) >= this.readTimeOut)\r\n\t\t\t\t {\r\n\t\t\t\t throw new Exception(\"SCP fileDownload failed. readTimeout occured\");\r\n\t\t\t\t }\r\n\t\t\t\t }\r\n\t\t\t\t}\r\n //check stop flag, if true throw FileSystemUtilException with errorcode 999\r\n if(stop)\r\n {\r\n \tthrow new FileSystemUtilException(\"999\");\r\n }\r\n\t\t\t}\t\r\n\t\t\t// send '\\0'\r\n\t\t\tbuf[0] = 0;\r\n\t\t\toutputstream.write(buf, 0, 1);\r\n\t\t\toutputstream.flush();\r\n\t\t\tif(isSample)\r\n\t\t\t{\r\n\t\t\t\tString s=null;\r\n\t\t\t if(zu.isZip(remoteFilePath))\r\n\t\t\t {\r\n\t\t\t \tbyte [] stUnZip=bOut.toByteArray(); \r\n\t\t\t \tbyte [] sample = zu.streamUnZipper(stUnZip);\r\n\t\t\t \tbOut.reset();\r\n\t\t\t \tbOut.write(sample);\r\n\t\t\t //create a byte array stream with bOut\r\n\t\t\t //unzip the stream here and use that stream\r\n\t\t\t }\r\n\t\t\t if(true)/*if(!\"cp1252\".equalsIgnoreCase(charset))*/\r\n\t\t\t {\r\n\t\t\t \tsampleData = new String(bOut.toByteArray(),charset);\r\n\t\t\t }\r\n\t\t\t else\r\n\t\t\t {\r\n\t\t\t \tsampleData = new String(bOut.toByteArray());\r\n\t\t\t }\r\n\t\t\t \r\n\t\t\t\tlogger.debug(\"Sample data is : \"+sampleData);\r\n\t\t\t}else{\r\n\t\t\t\tsampleData = new String(barray,charset);\r\n\t\t\t}\r\n\t\t} \r\n\t\tcatch(UnsupportedEncodingException use)\r\n\t\t{\r\n\t\t\t logger.info(new Date()+\":: Unable to get data on connecting with parameters, \" +\r\n\t\t\t\t\t\t\" username= \"+ username +\" , remotefilePath = \"+remoteFilePath +\", \" +\r\n\t\t\t\t\t\t\"localFilePath = \"+ localFilePath +\" , host= \"+ hostname +\" and port =\"+ port );\r\n\t\t\tthrow new FileSystemUtilException(\"ET0564\",null,Level.ERROR,use);\r\n\t\t}\t\r\n\t\tcatch (IOException e) \r\n\t\t{\r\n\t\t\tlogger.info(new Date()+\":: Unable to get data on connecting with parameters, \" +\r\n\t\t\t\t\t\" username= \"+ username +\" , remotefilePath = \"+remoteFilePath +\", \" +\r\n\t\t\t\t\t\"localFilePath = \"+ localFilePath +\" , host= \"+ hostname +\" and port =\"+ port );\r\n\t\t\tthrow new FileSystemUtilException(\"EL0004\",null,Level.ERROR,e);\r\n\t\t}\r\n\t\tcatch(FileSystemUtilException ebizEx)\r\n\t\t{\r\n //suppress if errorcode is 999\r\n\t\t\t\r\n if(!ebizEx.getErrorCode().equals(\"999\"))\r\n\t\t\t{\r\n \tlogger.info(new Date()+\":: Unable to get data on connecting with parameters, \" +\r\n \t\t\t\t\t\" username= \"+ username +\" , remotefilePath = \"+remoteFilePath +\", \" +\r\n \t\t\t\t\t\"localFilePath = \"+ localFilePath +\" , host= \"+ hostname +\" and port =\"+ port );\r\n\t\t\t\tthrow ebizEx;\r\n }\r\n\t\t}\r\n\t\tcatch(Exception ex)\r\n\t\t{\r\n\t\t\tlogger.info(new Date()+\":: Unable to get data on connecting with parameters, \" +\r\n\t\t\t\t\t\" username= \"+ username +\" , remotefilePath = \"+remoteFilePath +\", \" +\r\n\t\t\t\t\t\"localFilePath = \"+ localFilePath +\" , host= \"+ hostname +\" and port =\"+ port );\r\n\t\t\tthrow new FileSystemUtilException(\"EL0360\",null,Level.ERROR,ex);\t\t\t\t\r\n\t\t}\r\n\t\tfinally \r\n\t\t{\r\n\t\t\ttry\r\n\t\t\t{\r\n\t\t\t\tif(fOut != null)\r\n\t\t\t\t{\r\n\t\t\t\t\tfOut.flush(); \r\n\t\t\t\t\tfOut.close();\r\n\t\t\t\t\tfOut = null;\r\n\t\t\t\t}\r\n\t\t\t\tif(bOut != null)\r\n\t\t\t\t{\r\n\t\t\t\t\tbOut.flush(); \r\n\t\t\t\t\tbOut.close();\r\n\t\t\t\t\tbOut = null;\r\n\t\t\t\t}\t\t\t\t\r\n\t\t\t} \r\n\t\t\tcatch(Exception e)\r\n\t\t\t{\r\n\t\t\t\t//log warning\t\t\t\t\r\n\t\t\t}\t\t \r\n\t\t}\r\n\t\tlogger.debug(\"End: \"+getClass().getName()+\":getFileData()\");\r\n\t}", "@Override\n\tpublic long bytesRead() {\n\t\treturn 0;\n\t}", "protected abstract OutputStream getStream() throws IOException;", "public static final void copyInputStream(int bufferSize, InputStream in, OutputStream out) throws IOException {\r\n\t\tbyte[] buffer = new byte[bufferSize];\r\n\t int len;\r\n\r\n\t while((len = in.read(buffer)) >= 0)\r\n\t out.write(buffer, 0, len);\r\n\r\n\t \r\n\t in.close();\r\n\t out.flush();\r\n\t out.close();\r\n\t \r\n\t}", "public BufferedDataInputStream(InputStream o) {\n\t\tsuper(o, 32768);\n\t}", "private static void copyFirstVersion(RandomAccessFile input, OutputStream output, long start, long length) throws IOException {\r\n\r\n\t\tbyte[] buffer = new byte[DEFAULT_BUFFER_SIZE];\r\n\t\tint read;\r\n\r\n\r\n\t\tif (input.length() == length) {\r\n\r\n\t\t\tByteArrayInputStream bai = new ByteArrayInputStream(buffer);\r\n\t\t\t// Write full range.\r\n\t\t\twhile ((read = bai.read(buffer)) > 0) {\r\n\t\t\t\tByteArrayOutputStream bao = new ByteArrayOutputStream();\r\n//\t\t\t\tbai.read(buffer, 0, (int) length);\r\n\t\t\t\tbao.write(buffer, 0,(int) length);\r\n//\t\t\t\toutput.write(buffer, 0, read);\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\t// Write partial range.\r\n//\t\t\tinput.seek(start);\r\n\t\t\tlong toRead = length;\r\n//\r\n//\t\t\twhile ((read = input.read(buffer)) > 0) {\r\n//\t\t\t\tif ((toRead -= read) > 0) {\r\n//\t\t\t\t\toutput.write(buffer, 0, read);\r\n//\t\t\t\t} else {\r\n//\t\t\t\t\toutput.write(buffer, 0, (int) toRead + read);\r\n//\t\t\t\t\tbreak;\r\n//\t\t\t\t}\r\n//\t\t\t}\r\n\r\n\t\t\tByteArrayInputStream bai = new ByteArrayInputStream(buffer);\r\n\t\t\tByteArrayOutputStream bao = new ByteArrayOutputStream();\r\n\t\t\twhile ((read = bai.read(buffer)) > 0) {\r\n\t\t\t\tif((toRead -= read) > 0) {\r\n\t\t\t\t\tbao.write(buffer, 0, read);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tbao.write(buffer,0,(int)toRead + read);\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t// bai.read(buffer, 0, (int) length);\r\n\r\n\t\t\t}\r\n\t\t}\r\n\t}", "@Override\n public void prepare() {\n //Caching as file resource.\n File file = this.getResource().file;\n logger.info(\"Preparing {} streams for file: {}\", this.getTransferType(), file.getName());\n\n if (this.getTransferType() == ResourceTransferType.OUTBOUND) {\n //Sending\n try {\n buffer = new byte[BUFFER_SIZE];\n sent = 0;\n inputChannel = new FileInputStream(file).getChannel();\n inputBuffer = inputChannel.map(FileChannel.MapMode.READ_ONLY, 0, inputChannel.size());\n } catch (FileNotFoundException e) { //File doesn't exist.\n //Calling a transfer error.\n callError(e);\n } catch (IOException e) {\n e.printStackTrace();\n }\n } else {\n //Receiving\n //Checking if file already exists.\n written = 0;\n saved = 0;\n if (getResource().isLocal()) {\n getResource().calcNetworkId();\n if (getResource().getNetworkID().equals(getTunnel().getDestination())) {\n //The file is already stored locally.\n getTunnel().sendMessage(new ResourceTransferControlMessage(this.getTransferId(), -2));\n this.close();\n return;\n }\n }\n\n //Creating or replacing the file.\n buffer = new byte[BUFFER_SIZE * 16];\n if (file.exists()) {\n file.delete();\n }\n try { //Creating new file.\n file.createNewFile();\n outputStream = new FileOutputStream(file);\n } catch (IOException e) {\n //Calling a transfer error.\n callError(e);\n return;\n }\n\n //Requesting the first chunk.\n getTunnel().sendMessage(new ResourceTransferControlMessage(this.getTransferId(), 0));\n }\n }", "public void reset() {\n try {\n is.reset();\n }catch(IOException ioe) {\n }\n }", "@Override\n public void setContent(final InputStream is) throws IOException\n {\n this.getAttachment().setAttachment_content(null);\n this.getAttachment().setContent(is);\n }", "public final void CopyEntryContents(OutputStream outputStream)\n\t{\n//C# TO JAVA CONVERTER WARNING: Unsigned integer types have no direct equivalent in Java:\n//ORIGINAL LINE: byte[] tempBuffer = new byte[32 * 1024];\n\t\tbyte[] tempBuffer = new byte[32 * 1024];\n\n\t\twhile (true)\n\t\t{\n\t\t\tint numRead = Read(tempBuffer, 0, tempBuffer.length);\n\t\t\tif (numRead <= 0)\n\t\t\t{\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\toutputStream.write(tempBuffer, 0, numRead);\n\t\t}\n\t}", "public void readWithoutHeader(CCompatibleInputStream is) throws Exception {\n super.read(is);\n }", "@Override\n public void run() {\n try {\n\n byte[] data = new byte[TcpClient.BUFFER_SIZE * 2];\n\n while(!Rebroadcaster.INSTANCE.isHalted()) {\n int len = is.read(data, 0, data.length);\n os.write(data, 0, len);\n os.flush();\n }\n } catch (IOException ex) {\n LOGGER.log(Level.SEVERE, null, ex);\n }\n }", "@Override\n\tprotected void setData(DataStream dataStream) throws IOException {\n\t\t\n\t}", "private void copy(int numBytes) {\n for (int i = 0; i < numBytes; i++) {\n dest[destPos + i] = src[srcPos + i];\n }\n srcPos += numBytes;\n destPos += numBytes;\n }", "public boolean endOfStream()\n {\n return false;\n }", "public static int copyInputStream(InputStream in, File destination) throws IOException {\n FileOutputStream out = new FileOutputStream(destination);\n BufferedOutputStream bufferedOut = new BufferedOutputStream(out, 1024 * 8);\n return copyInputStream(in, bufferedOut);\n }", "public void transfer(InputStream in, OutputStream out) throws IOException {\n int byteIn;\n while ((byteIn = in.read()) != -1) {\n out.write(byteIn);\n }\n out.flush();\n }", "public void copyStreamContent(InputStream inputStream, OutputStream outputStream)\r\n\tthrows IOException {\r\n\t\tbyte[] theCopyBuffer = new byte[BUFFER_SIZE];\r\n\t\tint theNumberOfBytesRead;\r\n\r\n\t\ttheNumberOfBytesRead = inputStream.read(theCopyBuffer);\r\n\t\twhile (theNumberOfBytesRead != -1) {\r\n\t\t\toutputStream.write(theCopyBuffer, 0, theNumberOfBytesRead);\r\n\t\t\ttheNumberOfBytesRead = inputStream.read(theCopyBuffer);\r\n\t\t}\r\n\t}", "private void skipFully(InputStream in, long offset) throws IOException {\n/* 1163 */ while (offset > 0L) {\n/* 1164 */ long cur = in.skip(offset);\n/* 1165 */ if (cur <= 0L)\n/* 1166 */ throw new EOFException(\"can't skip\"); \n/* 1167 */ offset -= cur;\n/* */ } \n/* */ }", "public static void stream(final InputStream in, final OutputStream out) throws IOException {\n\t\tfinal byte buffer[] = new byte[BUFFER_SIZE];\r\n\t\tint len = buffer.length;\r\n\t\twhile (true) {\r\n\t\t\tlen = in.read(buffer);\r\n\t\t\tif (len == -1) {\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t\tout.write(buffer, 0, len);\r\n\t\t}\r\n\t\tout.flush();\r\n\t}", "@Override\n public InputStream openStream() throws IOException\n {\n return new FileInputStream(temp);\n }", "@Override\n public ByteBuffer readInput(int minBytes) throws IOException {\n if (minBytes <= byteBuffer.remaining())\n return byteBuffer;\n else\n throw new EOFException(\"Cannot read more bytes - end of buffer reached\");\n }", "public static long copy(InputStream from, OutputStream to) throws IOException {\n // Copied from guava com.google.common.io.ByteStreams because its API is unstable (beta)\n checkNotNull(from);\n checkNotNull(to);\n byte[] buf = new byte[MAX_BUFFER_LENGTH];\n long total = 0;\n while (true) {\n int r = from.read(buf);\n if (r == -1) {\n break;\n }\n to.write(buf, 0, r);\n total += r;\n }\n return total;\n }", "public void flush() {\n\r\n int inflatedSize = buffer.position();\r\n deflator.setInput(buffer.getBuffer(), 0, inflatedSize);\r\n deflator.finish();\r\n int deflatedSize = deflator.deflate(compressionBuffer.array());\r\n deflator.reset();\r\n\r\n try {\r\n outputStream.writeInt(deflatedSize);\r\n outputStream.writeInt(inflatedSize);\r\n outputStream.write(compressionBuffer.array(), 0, deflatedSize);\r\n }\r\n catch (IOException e) {\r\n throw new RuntimeException(\"Failed to write compressed data to stream\", e);\r\n }\r\n\r\n buffer.clear();\r\n compressionBuffer.clear();\r\n }", "@Test(timeout = 4000)\n public void test015() throws Throwable {\n StringReader stringReader0 = new StringReader(\"s\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.FillBuff();\n assertEquals((-1), javaCharStream0.bufpos);\n }", "public StreamUnzipper(InputStream zipStream, File destDir)\n {\n if (zipStream == null)\n throw new IllegalArgumentException(\"zip stream cannot be null\");\n this.zis = new ZipInputStream(zipStream);\n this.destDir = destDir;\n }", "private final int copyBufferedBytes(ByteList dst, int len) {\n int bytesCopied = 0;\n \n dst.ensure(Math.min(len, bufferedInputBytesRemaining()));\n \n if (bytesCopied < len && ungotc != -1) {\n ++bytesCopied;\n dst.append((byte) ungotc);\n ungotc = -1;\n }\n \n //\n // Copy out any buffered bytes\n //\n if (bytesCopied < len && buffer.hasRemaining()) {\n int n = Math.min(buffer.remaining(), len - bytesCopied);\n dst.append(buffer, n);\n bytesCopied += n;\n }\n \n return bytesCopied;\n }", "public MemoryCacheSeekableStream(InputStream src) {\n/* 75 */ this.src = src;\n/* */ }" ]
[ "0.62884307", "0.5811206", "0.5806238", "0.5641597", "0.558175", "0.5515632", "0.5504218", "0.54942197", "0.5404857", "0.5379434", "0.53688467", "0.5299161", "0.52737504", "0.5267649", "0.51389736", "0.5096947", "0.5076764", "0.5075303", "0.50642663", "0.5057671", "0.50289285", "0.5026238", "0.50187373", "0.49959424", "0.49813333", "0.49651542", "0.49591506", "0.49577153", "0.49566123", "0.494673", "0.49040514", "0.48796868", "0.48671818", "0.48267597", "0.47949952", "0.47690144", "0.47595137", "0.47480386", "0.47189742", "0.47141832", "0.47076517", "0.47002202", "0.46948028", "0.46891478", "0.46881947", "0.46496984", "0.464326", "0.463754", "0.46349493", "0.46251345", "0.46107388", "0.46055204", "0.45894787", "0.45826504", "0.4576868", "0.4576307", "0.45723128", "0.45642623", "0.45581472", "0.45515794", "0.45503005", "0.45458663", "0.45289883", "0.4524159", "0.4508527", "0.4505034", "0.45022392", "0.44995674", "0.44891605", "0.44849658", "0.4483125", "0.4482904", "0.44791993", "0.44788563", "0.44748035", "0.44732296", "0.4470929", "0.44669503", "0.446594", "0.44657084", "0.44648784", "0.44594562", "0.4452813", "0.44464082", "0.4435838", "0.44323847", "0.44303203", "0.44296956", "0.44287425", "0.44208932", "0.44064283", "0.44007704", "0.43938982", "0.4392199", "0.43874702", "0.4375734", "0.43702188", "0.43633148", "0.4362381", "0.4360085" ]
0.71000344
0
Catches and warns about any Exception, not just IOException
public static void closeQuietly( Closeable c, String errMsgId ) { inputs.notNull( c, "c" ); inputs.notNull( errMsgId, "errMsgId" ); try { c.close(); } catch ( Exception ioe ) { CodeLoggers.warn( ioe, "Exception thrown from close: " + errMsgId ); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void demoCheckedException() throws IOException {\n\n\t}", "public void exceptionEncountered(IOException ioe) {}", "private void ensureOpen() throws IOException {\n if (out == null) {\n throw new IOException(\n/* #ifdef VERBOSE_EXCEPTIONS */\n/// skipped \"Stream closed\"\n/* #endif */\n );\n }\n }", "public void toss(Exception e);", "void method21()\n throws IOException\n {\n }", "@Override\n\tpublic void processIOException(IOExceptionEvent exceptionEvent) {\n\t}", "void method22()\n throws IOException\n {\n }", "private void throwsError() throws OBException {\n }", "void handleError(Exception ex);", "@Override\n\t\t\t\t\t\t\tpublic void onIOException(IOException e, Object state) {\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}", "static void doStuff() {\n try {\n throw new Error();\n } catch (Error me) {\n throw me; // We catch but then rethrow it.\n }\n }", "void mo57276a(Exception exc);", "void onIOException(final IOException e);", "public IOExceptionWithCause(Throwable cause) {\n/* 63 */ super(cause);\n/* */ }", "@Override\n\tpublic void catching(Throwable t) {\n\n\t}", "public void bleh() {\n try {\n bla();\n }catch (IOException e) {\n e.getMessage();\n }\n }", "@Override\r\n\t\tpublic void onIOException(IOException e, Object state) {\n\t\t\t\r\n\t\t}", "@Override\n\t\tpublic void onIOException(IOException e, Object state) {\n \n \t}", "@Override\n\t\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\t\tToast.makeText(mInflatedView.getContext(),\n\t\t\t\t\t\t\t\t\t\"Error IO \" + e.getMessage(),\n\t\t\t\t\t\t\t\t\tToast.LENGTH_SHORT).show();\n\t\t\t\t\t\t}", "@Override\n public void onIOException(IOException e) {\n }", "public void error(Exception e);", "protected static void throwOutputError(String msg)\n throws XMLStreamException\n {\n throw new XMLStreamException(msg);\n }", "public void socketError(Exception arg0) {\n\t\t\r\n\t}", "@Override\r\n\tpublic void doException() {\n\r\n\t}", "private void handleException(java.lang.Throwable exception) {\n\t\tSystem.out.println(\"--------- UNCAUGHT EXCEPTION ---------\");\n\t\texception.printStackTrace(System.out);\n\t}", "private void handleException(java.lang.Throwable exception) {\r\n\r\n\t/* Uncomment the following lines to print uncaught exceptions to stdout */\r\n\t// System.out.println(\"--------- UNCAUGHT EXCEPTION ---------\");\r\n\t// exception.printStackTrace(System.out);\r\n}", "private void handleException(java.lang.Throwable exception) {\n\n\t/* Uncomment the following lines to print uncaught exceptions to stdout */\n\t// System.out.println(\"--------- UNCAUGHT EXCEPTION ---------\");\n\t// exception.printStackTrace(System.out);\n}", "void method18()\n throws IOException\n {\n throw new IOException(\"to make compiler happy\");\n }", "@SuppressWarnings(\"unused\")\n\tpublic\n\tvoid stupid(Exception e)\n\t{\n\t\tthis.severe(\"STUPID: \"+e.toString());\n\t}", "private void outputAndThrow(RuntimeException ex) {\n\t\toutput += \"\\n\" + ex.getMessage();\n\t\tSystem.out.println(output);\n\t\tthrow ex;\n\t}", "protected abstract void exceptionsCatching( ExceptionType exceptionType );", "@Override\n\t\tpublic void onIOException(IOException e, Object state) {\n\t\t\tLog.d(\"arvi\", \"arvi2222\");\n\t\t}", "void failed (Exception e);", "@Override\n\tpublic void onIOException(IOException arg0) {\n\n\t}", "Throwable cause();", "void method24() throws IOException\n {\n }", "private static Response handleIOError(IOException e) {\n log.log(Level.WARNING, \"Error retrieving values\", e);\n ServiceError errMsg = new ServiceError(Response.Status.INTERNAL_SERVER_ERROR.getStatusCode(), \"Internal error retrieving value. If this error persists, please contact the site administrator\");\n return Response.status(Response.Status.BAD_REQUEST)\n .entity(errMsg)\n .build();\n }", "public void onIOException(IOException e) {\n\t\t}", "void method15()\n throws java.io.IOException\n {\n }", "public DslException(IOException e) {\n\t\tsuper(e);\n\t}", "@Test\n public void testIOExceptionWhileEvaluatingQueries() {\n assertStackTraceOfIOExceptionWhileEvaluatingQueries(PROJOG_DEFAULT_PROPERTIES);\n }", "public static void catchingOnlyFromTry(){\n int x =1;\n try{\n if (true){throw new RuntimeException();}\n }\n catch (RuntimeException e){\n x*=2;\n System.out.println(x);\n if (true){throw new Error();}\n }\n catch(Error err){\n x*=3;\n System.out.println(x);\n }\n x*=5;\n System.out.println(x);\n }", "private static void throwAnotherExceptionWithInitCause() {\n try {\n throw new IOException();\n } catch (IOException e) {\n OurBusinessLogicException argumentException = new OurBusinessLogicException();\n argumentException.initCause(e);\n throw argumentException;\n }\n }", "public void reportError (String id) throws IOException;", "@Override\n public void sendError(int arg0) throws IOException {\n\n }", "public void readFile() throws Exception, FileNotFoundException, NumberFormatException, MalformedParameterizedTypeException {\n // my user or my file might be kind of crazy! -> will check for these exceptions!\n }", "@Override\r\n public void handleIOException(\r\n File file,\r\n java.io.IOException cause\r\n )\r\n {\n }", "private void sendOldError(Exception e) {\n }", "void readFaultyRecipientsTest() {\n Assertions.assertThrows(RuntimeException.class,\n () -> Reader.readRecipients(Paths.get(\"src/test/resources/faulty_recipients.txt\")));\n }", "@Override\r\n\tpublic boolean doCatch(Throwable ex) throws Exception\r\n\t{\n\t\treturn false;\r\n\t}", "public final void accept(Throwable th) {\n }", "public final void accept(Throwable th) {\n }", "public final void accept(Throwable th) {\n }", "public void socketException(PacketChannel pc, Exception ex);", "void method19()\n throws java.io.IOException\n {\n throw new IOException(\"to make compiler happy\");\n }", "public static void main(String[] args) throws IOException, SQLException {\n\t\t\ttry{\n\t\t\t\t\tif(args[0].equals(\"1\")){\n\t\t\t\t\t\t\tthrow new IOException(\"test\");\n\t\t\t\t\t}else if(args[0].equals(\"2\")){\n\t\t\t\t\t\t\tthrow new SQLException(\"test\");\n\t\t\t\t\t}\n\t\t\t//In releases prior to Java SE 7\n\t\t\t}catch(IOException ex){\n\t\t\t\t\tSystem.out.println(\"Exception:\" + ex);//duplicate code\n\t\t\t\t\tthrow ex;//duplicate code\n\t\t\t}catch(SQLException ex){\n\t\t\t\t\tSystem.out.println(\"Exception:\" + ex);//duplicate code\n\t\t\t\t\tthrow ex;//duplicate code\n\t\t\t}\n\t\t\t\n\t\t\ttry{\n\t\t\t\t\tif(args[0].equals(\"3\")){\n\t\t\t\t\t\t\tthrow new IOException(\"test\");\n\t\t\t\t\t}else if(args[0].equals(\"4\")){\n\t\t\t\t\t\t\tthrow new SQLException(\"test\");\n\t\t\t\t\t}\n\t\t\t//In Java SE 7 and later, eliminates the duplicated code\n\t\t\t//The catch clause specifies the types of exceptions that the block can handle, \n\t\t\t// and each exception type is separated with a vertical bar (|).\n\t\t\t//Note: The catch parameter ex is final \n\t\t\t//\t\tand therefore you cannot assign any values to it within the catch block.\n\t\t\t//Bytecode generated by compiling a catch block that handles multiple exception types \n\t\t\t// will be smaller (and thus superior) than compiling many catch blocks that handle only one exception type each.\n\t\t\t}catch(IOException | SQLException ex){\n\t\t\t\t\t//ex = new SQLException(\"\");//Compile Error: The parameter ex of a multi-catch block cannot be assigned.\n\t\t\t\t\tSystem.out.println(\"Exception:\" + ex);//eliminates the duplicated code\n\t\t\t\t\tthrow ex;\t\n\t\t\t}\t\t\t\n\t}", "protected void serverError() throws IOException {\n cleanup();\n throw new IOException(\"Recieved error message from server:\\n\" + new String(_text_buffer));\n }", "@Test\n public void slide_catch_finaly() throws IOException {\n\n ByteArrayInputStream bais = null;\n try\n {\n byte[] bytes = new byte[100];\n bais = new ByteArrayInputStream(bytes);\n\n throw new IllegalArgumentException();\n\n }\n catch (Exception e)\n {\n e.printStackTrace();\n System.out.println(\"Exception Исключение обработано\");\n }\n finally {\n System.out.println(\"Finaly execute\");\n if(bais!=null) {\n bais.close();\n System.out.println(\"Stream closed\");\n }\n }\n\n }", "void checked(){\n \n try {\n \n throw new CheckedException();\n } catch (CheckedException e) {\n e.printStackTrace();\n }\n\n }", "public static void handleException(Exception e) {\n System.err.println(e.toString());\n }", "void sendError(HttpServletRequest request,\r\n\t\t\tHttpServletResponse response, Throwable ex) throws IOException;", "protected void connectionException(Exception exception) {}", "public void onReadError(Exception ex) {\n logger.error(\"Encountered error on read\");\n }", "void mo23487a() throws IOException;", "@Override // io.reactivex.functions.Consumer\n public void accept(Throwable th) {\n }", "public static void handleFileNotFoundException() {\n System.out.println(\"\\tUnfortunately, I could not detect any files in the database!\");\n System.out.println(\"\\tBut don't worry sir.\");\n System.out.println(\"\\tI will create the files you might be needing later.\");\n Duke.jarvis.printDivider();\n }", "private static void throwException() throws Exception {\n\t\tthrow new Exception();\r\n\t}", "@Override\n protected boolean shouldSendThrowException() {\n return false;\n }", "protected void checkOpen() throws IOException {\n if (this.stopRequested.get() || this.abortRequested) {\n throw new IOException(\"Server not running\");\n }\n if (!fsOk) {\n throw new IOException(\"File system not available\");\n }\n }", "@Override\n protected void onExceptionSwallowed(RuntimeException exception) {\n throw exception;\n }", "protected static void reportIllegalMethod(String msg)\n throws XMLStreamException\n {\n throwOutputError(msg);\n }", "@Override\n\tpublic boolean handlesThrowable() {\n\t\treturn false;\n\t}", "public abstract void onException(Exception e);", "public VocabularioIOException(String msg)\n {\n message = msg;\n }", "public static void printWriteFileError() {\n System.out.println(Message.WRITE_FILE_ERROR);\n }", "void doCatch(Throwable t) throws Throwable;", "public void error(Throwable e);", "@Override\n public void ensureValid() throws IOException {\n }", "protected boolean allowInExceptionThrowers() {\n return true;\n }", "@Override\n public void handle(String message, Exception cause) {\n if (ClassUtils.isAssignable(cause.getClass(), RuntimeException.class)) {\n LOG.warn(message, cause);\n } else {\n LOG.error(message, cause);\n }\n }", "public void falschesSpiel(SpielException e);", "public void myMethod() throws FileNotFoundException {\n\t\ttry {\n\t\tsoccer = new FileInputStream(\"soccer.txt\");\n\t\t} catch (FileNotFoundException f) {//checked exception handled here\n//\t\t\tf.printStackTrace();\n\t\tSystem.out.println(\"file not found\");//throw fnfe; //this needs to be handled or declared\n\t\t}\n\t\t}", "public ErrorInQuitException(IOException e) {\n super(e.getMessage());\n }", "public abstract void mo13750a(Throwable th, PrintWriter printWriter);", "public void onStreamError(Throwable throwable);", "@Override\n protected boolean closeOnReadError(Throwable cause) {\n if (cause instanceof SocketException) {\n return false;\n }\n return super.closeOnReadError(cause);\n }", "protected abstract void onException(final Exception exception);", "protected void onUnrecoverableError(I i, Throwable t)\n/* */ {\n/* 105 */ log.error(\"Unrecoverable error occurred while processing input on pipeline [{}]\", printableName(), t);\n/* */ }", "@Override\n\t\t\t\t\t\t\tpublic void error(Exception e) {\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}", "@Override\n public void onException(Exception arg0) {\n }", "private List<Throwable> exceptions(Object swallowing) {\n return Collections.emptyList();\n }", "public StreamException(Throwable cause) {\n super(cause);\n }", "public static void main(String [] args) throws NullPointerException, ClassNotFoundException, IOException{\n\t\t\t//window console\n\t System.out.println(\"Handling the same exception\");\n\t //In here calling the check method.\n\t checkException(100);\n\n\t}", "public WriteException(String message)\n {\n super(message);\n }", "void onException(Exception e);", "@Test\n public void throwsIOExceptionWhenCannotHash() throws IOException {\n File nonExistent = new File(\"nonExistent.gb\");\n\n thrown.expect(IOException.class);\n // Can not use message due to FileNotFoundException containing localized text on some OS:es\n\n // Throws\n new GameFile(nonExistent);\n }", "@Override\n\t\tpublic void onException(Exception arg0) {\n\t\t\t\n\t\t}", "@ExceptionHandler(value=FileNotFound.class)\n\tpublic void resolveException(String ex,HttpServletResponse response) {\n\t\ttry {\n\t\t\tresponse.getOutputStream().println(\"Warning: File vuoto\\nException message: \"+ex);\n\t\t} catch (IOException e) {\n\t\t\t\n\t\t}\n\t}", "public void sendError(int i) throws IOException {\n\t\t\n\t}", "public VocabularioIOException()\n {\n }", "private void doCatch() throws NotConnectedException, NotSuspendedException, NoResponseException\n\t{\n\t\twaitTilHalted();\n\n String typeToCatch = null;\n\n\t\t/* currentXXX may NOT be invalid! */\n\t\tif (!hasMoreTokens())\n\t\t{\n\t\t\terr(\"Catch requires an exception name.\");\n\t\t\treturn;\n\t\t}\n\n typeToCatch = nextToken();\n if (typeToCatch == null || typeToCatch.length() == 0)\n {\n \terr(\"Illegal argument\");\n \treturn;\n }\n\n Value type = null;\n if (typeToCatch.equals(\"*\")) //$NON-NLS-1$\n {\n \ttypeToCatch = null;\n }\n else\n {\n\t type = getSession().getGlobal(typeToCatch);\n\t if (type == null)\n\t {\n\t \terr(\"Type not found.\");\n\t \treturn;\n\t }\n\n\t String typeName = type.getTypeName();\n\t int at = typeName.indexOf('@');\n\t if (at != -1)\n\t \ttypeName = typeName.substring(0, at);\n\t if (!typeName.endsWith(\"$\"))\n\t {\n\t \terr(\"Not a type: \" + type);\n\t \treturn;\n\t }\n }\n\n CatchAction c;\n\t\ttry {\n\t\t\tc = addCatch(typeToCatch);\n\t\t} catch (NotSupportedException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t\treturn;\n\t\t}\n\n \tMap<String, Object> args = new HashMap<String, Object>();\n \targs.put(\"id\", c.getId()); //$NON-NLS-1$\n \tc.getId();\n\t}" ]
[ "0.72154605", "0.6809841", "0.646043", "0.6276141", "0.62001836", "0.60663635", "0.6052956", "0.60343635", "0.59852254", "0.593389", "0.5924781", "0.5892401", "0.5877029", "0.58692604", "0.5867673", "0.586201", "0.58464235", "0.58457935", "0.58019656", "0.58012044", "0.5797332", "0.57958716", "0.57757497", "0.57671547", "0.57632524", "0.5752283", "0.57511157", "0.57457966", "0.57439405", "0.57248604", "0.5724355", "0.570879", "0.57065195", "0.57035387", "0.5699499", "0.5692524", "0.56894416", "0.56846815", "0.56769824", "0.5670482", "0.5660148", "0.5650443", "0.56442297", "0.56415635", "0.56409985", "0.56377447", "0.56364983", "0.5621147", "0.5612727", "0.56120396", "0.56017476", "0.56017476", "0.56017476", "0.56004196", "0.5598812", "0.55987495", "0.55841434", "0.5579558", "0.55779463", "0.55688816", "0.5568444", "0.5547472", "0.5540929", "0.5540367", "0.55257064", "0.5511279", "0.549946", "0.5488623", "0.5487262", "0.5471415", "0.5470347", "0.54691386", "0.54674786", "0.54663193", "0.5464522", "0.5458197", "0.54578626", "0.5457011", "0.5455567", "0.54552543", "0.5454887", "0.54518884", "0.5451596", "0.54507303", "0.54437983", "0.5443726", "0.5442841", "0.5441797", "0.5436926", "0.54368234", "0.54281795", "0.5427398", "0.54204583", "0.5410959", "0.5409568", "0.54046476", "0.5403416", "0.54023093", "0.53954834", "0.53934264", "0.53883475" ]
0.0
-1
Note: drains bb itself (bb.remaining() will be false on return from this method)
public static byte[] toByteArray( ByteBuffer bb ) { inputs.notNull( bb, "bb" ); byte[] res = new byte[ bb.remaining() ]; bb.get( res ); return res; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "static void hardDrop(Block b) {\n int[] pos = b.pos;\n char[][] piece = b.piece;\n\n while (canPlace(pos[0] + 1, pos[1], piece))\n pos[0]++;\n\n place(pos[0], pos[1], piece);\n }", "private void processOut() {\n while (!queue.isEmpty()) {\n var bb = queue.peek();\n if (bb.remaining() <= bbout.remaining()) {\n queue.remove();\n bbout.put(bb);\n } else {\n break;\n }\n }\n }", "private void processOut() {\n while (!queue.isEmpty()) {\n var bb = queue.peek();\n if (bb.remaining() <= bbout.remaining()) {\n queue.remove();\n bbout.put(bb);\n } else {\n break;\n }\n }\n }", "private void reapDeadRabbits() {\n\t\tfor (int i = (rabbitList.size() - 1); i >= 0; i--) {\n\t\t\tRabbitsGrassSimulationAgent rabbit = rabbitList.get(i);\n\t\t\tif (rabbit.getEnergy() < 1) {\n\t\t\t\trabbitSpace.removeRabbitAt(rabbit.getX(), rabbit.getY());\n\t\t\t\trabbitList.remove(i);\n\t\t\t}\n\t\t}\n\t}", "private void reapDeadRabbits() {\n for (int i = (rabbitList.size() - 1); i >= 0; i--) {\n RabbitsGrassSimulationAgent rabbit = rabbitList.get(i);\n if (rabbit.getEnergy() <= 0) {\n space.removeRabbitAt(rabbit.getX(), rabbit.getY());\n rabbitList.remove(i);\n }\n }\n }", "private void processOut() {\n\t\tsynchronized (lock){\n\t\twhile (!queue.isEmpty()) {\n\t\t\tvar bb = queue.peek();\n\t\t\tif (bb.remaining() <= bbout.remaining()) {\n\t\t\t\tqueue.remove();\n\t\t\t\tbbout.put(bb);\n\t\t\t}\n\t\t}}\n\t}", "private static ByteBuffer fill(ByteBuffer bb) {\n final int limit = bb.limit();\n bb.limit(bb.capacity());\n for (int i=0;i<bb.capacity();i++) {\n bb.put(i,(byte)i);\n }\n bb.limit(limit);\n return bb;\n }", "public boolean deQueue() {\n if (isEmpty())\n return false;\n if (b == e)\n b = e = -1;\n else\n b = (b+1)%buf.length;\n return true;\n }", "public void free(Block b) {\n if(b.length <= 0) return;\n\n if (b.start + b.length > limit) limit = b.start + b.length; // grows with free\n\n // query adjacent blocks\n Block prev = freeSpace.floor(b);\n Block next = freeSpace.higher(b);\n\n if (prev != null && prev.start + prev.length > b.start) {\n throw new RuntimeException(\"Corrupted. DEBUG PRV \" + prev.start + \"+\" + prev.length + \">\" + b.start);\n }\n if (next != null && next.start < b.start + b.length) {\n throw new RuntimeException(\"Corrupted. DEBUG NEX \" + next.start + \"<\" + b.start + \"+\" + b.length);\n }\n\n // merge them if possible\n \n Block n = Block.mergeBlocks(b, prev);\n if(n != null) { freeSpace.remove(prev); b = n; }\n\n n = Block.mergeBlocks(b, next);\n if(n != null) { freeSpace.remove(next); b = n; }\n\n freeSpace.add(b);\n }", "public void dropBackpack()\n {\n itemLimit = 1;\n haveBackpack = false;\n }", "public void queueMessage(ByteBuffer bb) {\n queue.add(bb);\n processOut();\n updateInterestOps();\n }", "public void queueMessage(ByteBuffer bb) {\n\t\tqueue.add(bb);\n\t\tprocessOut();\n\t\tupdateInterestOps();\n\t}", "private boolean zzRefill() {\r\n\t\treturn zzCurrentPos>=s.offset+s.count;\r\n\t}", "private boolean zzRefill() {\n\t\treturn zzCurrentPos>=s.offset+s.count;\n\t}", "private boolean zzRefill() {\n\t\treturn zzCurrentPos>=s.offset+s.count;\n\t}", "@Override\n\tpublic void bbb() {\n\t\t\n\t}", "public void mergeBlock(BasicBlock bb){\n this.tail.remove();\n if(bb.getParent().getExitBB() == bb){\n bb.getParent().setExitBB(this);\n }\n\n Instruction ptr = bb.getHead();\n while(ptr != null){\n if(ptr instanceof Phi){\n Instruction nct = ptr.getNxt();\n ((Phi) ptr).getRes().replaceUser(((Phi) ptr).getBranches().iterator().next().getFirst());\n ptr.remove();\n ptr = nct;\n } else {\n ptr.setBasicBlock(this);\n ptr.setPrev(tail);\n if(this.head == null)\n head = ptr;\n else tail.setNxt(ptr);\n\n tail = ptr;\n ptr = ptr.getNxt();\n }\n }\n\n for(BasicBlock succ: bb.getSuccessors()){\n this.successors.add(succ);\n succ.getPredecessorBB().add(this);\n }\n bb.setHead(null);\n bb.setTail(null);\n bb.replaceUser(this);\n bb.deleteItself();\n\n }", "@Override\n\tpublic Future<Integer> write(ByteBuffer bb) {\n\t\tthis.outcomingMessageQ.offer(bb);\n\n\t\t/*\n\t\t * Read the Q and send the packet util the Q is empty.\n\t\t * \n\t\t * This method will for ever called after the offer call on the Q to\n\t\t * make sure write will be triggered if the Q isn't empty.\n\t\t */\n\t\treturn sendOne();\n\n\t}", "Runnable popBottom() {\n // is the queue empty?\n if (bottom == 0) // empty\n return null;\n bottom--;\n Runnable r = tasks[bottom];\n int[] stamp = new int[1];\n int oldTop = top.get(stamp), newTop = oldTop + 1;\n int oldStamp = stamp[0], newStamp = oldStamp + 1;\n // no conflict with thieves\n if (bottom > oldTop)\n return r;\n // possible conflict: try to pop it ourselves\n if (bottom == oldTop)\n if (top.compareAndSet(oldTop, newTop, oldStamp, newStamp))\n return r;\n // queue is empty, reset bottom and top to 0\n bottom = 0;\n top.set(0, newStamp);\n return null;\n }", "public void moveBackward(boolean endWithBrake){\r\n \r\n Motor.B.rotate(-1*DEGREES_PER_TILE, true);//Accesses Motor thread\r\n Motor.C.rotate(-1*DEGREES_PER_TILE, true);\r\n while(Motor.B.isMoving() || Motor.C.isMoving())\r\n ;//wait for motors to be done\r\n return;\r\n }", "public void overflow (ByteBufferWithInfo bbwi)\n {\n // Set the fragment's moreFragments field to true\n MessageBase.setFlag(bbwi.buf, Message.MORE_FRAGMENTS_BIT);\n\n // Enqueue the previous fragment\n queue.enqueue(bbwi);\n\n // Create a new bbwi\n ByteBufferWithInfo newBbwi = new ByteBufferWithInfo(getInitialBufferSize());\n newBbwi.fragmented = true;\n\n stream.setByteBufferWithInfo(newBbwi);\n\n // Now we must marshal in the fragment header/GIOP header\n\n // REVISIT - we can optimize this by not creating the fragment message\n // each time. \n\n FragmentMessage header = stream.getMessage().createFragmentMessage();\n\n header.write(stream);\n }", "@Override\n public void returnBlock(Block b) {\n b.reset();\n blocks.add(b);\n if (blocks.size() > highReservedBlocks) { // too many unused blocks\n synchronized (BlocksPool.class) { // can be easily changed to lock-free\n while (blocks.size() > lowReservedBlocks) {\n this.blocks.poll().clean();\n }\n }\n }\n }", "public boolean deQueue() {\n if (this.count == 0)\n return false;\n this.headIndex = (this.headIndex + 1) % this.capacity;\n this.count -= 1;\n return true;\n }", "public void cleanMapFile1(final ByteBuffer bb) {\n\t\tSystem.gc();\n\t}", "public void ballVSbrick(Ball bb, Brick br) {\n Rectangle bb_box = new Rectangle(bb.getX(), bb.getY(), bb.getWidth(), bb.getHeight());\r\n Rectangle br_box = new Rectangle(br.getX(), br.getY(), br.getWidth(), br.getHeight());\r\n\r\n if (bb_box.intersects(br_box)) {\r\n //collision\r\n if (bb.getVX() < 0 && bb.getVY() < 0) {//-x,-y\r\n bb.setVY(bb.getVY() * -1);\r\n //remove brick\r\n //totalBricks.get(i)\r\n }//Inconsistent with collision\r\n else if (bb.getVX() > 0 && (bb.getVY() > 0)) {//+x,+y\r\n bb.setVY(bb.getVY() * -1);\r\n }//works\r\n else if (bb.getVX() < 0 && (bb.getVY() > 0)) {//-x,+y\r\n bb.setVY(bb.getVY() * -1);\r\n }//also inconsistent with collision\r\n else if(bb.getVX()>0 && bb.getVY()<0){//+x,-y\r\n bb.setVY(bb.getVY()*-1);\r\n }\r\n }\r\n if (totalBricks.isEmpty()) {\r\n this.setCleared(true);\r\n }\r\n //when the ball hits a brick\r\n //remove the brick\r\n //update velocity of ball\r\n\r\n }", "private void updateBlockBuffer() {\n for (Block b : blockBuffer) {\n if (++b.ttl > BLOCK_CACHE_THRESH) {\n blockBuffer.remove(b);\n }\n }\n\n prevBlockBufferSize = blockBuffer.size();\n }", "private Bitmap cutBottom(Bitmap origialBitmap) {\n Bitmap cutBitmap = Bitmap.createBitmap(origialBitmap.getWidth(),\n origialBitmap.getHeight(), Bitmap.Config.ARGB_8888);\n\n Canvas canvas = new Canvas(cutBitmap);\n Rect srcRect = new Rect(0, 6*(origialBitmap.getHeight() / 7), origialBitmap.getWidth() ,\n origialBitmap.getHeight());\n Rect desRect = new Rect(0, 0, origialBitmap.getWidth(), origialBitmap.getHeight() / 7);\n canvas.drawBitmap(origialBitmap, srcRect, desRect, null);\n return cutBitmap;\n }", "public synchronized void release(CompositeByteBuffer cbb) {\n for (ByteBuffer buffer : cbb.buffers) {\n buffer.clear();\n buffers.add(buffer);\n }\n }", "void removebranchGroupInU(int i,boolean dead)\n {\n if(dead==true)\n {\n \n if(controlArray[i]==true)\n {\n //branchGroupArray[i].detach();\n \n branchGroupArray[i]=null ;\n controlArray[i]=false ;\n }\n \n \n }\n \n else \n {\n if(controlArray[i]==true)\n {\n branchGroupArray[i].detach();\n //branchGroupArray[i]=null;\n controlArray[i]=false ;\n }\n }\n }", "public int dropBalls(){\r\n if(balls>0){\r\n balls--;\r\n }\r\n return getBalls();\r\n }", "private final int copyBufferedBytes(ByteBuffer dst) {\n final int bytesToCopy = dst.remaining();\n \n if (ungotc != -1 && dst.hasRemaining()) {\n dst.put((byte) ungotc);\n ungotc = -1;\n }\n \n if (buffer.hasRemaining() && dst.hasRemaining()) {\n \n if (dst.remaining() >= buffer.remaining()) {\n //\n // Copy out any buffered bytes\n //\n dst.put(buffer);\n \n } else {\n //\n // Need to clamp source (buffer) size to avoid overrun\n //\n ByteBuffer tmp = buffer.duplicate();\n tmp.limit(tmp.position() + dst.remaining());\n dst.put(tmp);\n buffer.position(tmp.position());\n }\n }\n \n return bytesToCopy - dst.remaining();\n }", "@Override\n public void moveTowards(int destination) throws FragileItemBrokenException {\n if(delaying){\n delaying = false;\n } else {\n super.moveTowards(destination);\n delaying = true;\n }\n }", "@Override\n\t\tpublic void run() {\n\t\t\tsuper.run();\n\t\t\tpreserved(bitmap);\n\t\t}", "public void dequeue() {\r\n saf.remove(0);\r\n }", "public void applyBrake() {\n\t\t\r\n\t}", "@Override\n public void prune(long boundaryValue)\n {\n Iterator<MemorySegment> iterator = segments.iterator();\n while(iterator.hasNext())\n {\n MemorySegment segment = iterator.next();\n if(segment.lastVal() < boundaryValue)\n {\n iterator.remove();\n }\n }\n\n //Note: This maintains a currentSegment even if all segments have\n // been pruned.\n if(segments.size() == 0)\n {\n addSegment();\n }\n }", "public void plantBomb()\n {\n if(this.getBombs() > 0)\n {\n bController.addBomb(this.getxPos(), this.getyPos(), 25);\n this.setBombs(getBombs() - 1);\n }\n }", "public void tailUp () {\r\n\t\ttail_mode = false;\r\n\t\tsuper.tailUp();\r\n\t}", "@Override\n\tpublic void backspace()\n\t{\n\t\tif (!isAtStart()) left.pop();\n\t}", "private void setupGhostBoard(){\n // The ghostBoard is being set to be an exact copy of the board.\n ghostBoard.setBoardBricks(new ArrayList<>());\n for(Brick brick : board.getBoardBricks()){\n ghostBoard.getBoardBricks().add(new Brick(brick.getX(), brick.getY()));\n }\n ArrayList<Brick> ghostBlock = new ArrayList<>();\n for(Brick currentBlockBrick : board.getCurrentBlock().getBricks()){\n ghostBlock.add(new Brick(currentBlockBrick.getX(), currentBlockBrick.getY()));\n }\n ghostBoard.getCurrentBlock().setBricks(ghostBlock);\n // Its currentBlock is moved right up against the lowest reachable position.\n while (!ghostBoard.getDownwardsCollision()){\n ghostBoard.moveDown();\n }\n }", "private void handleZswapdFail() {\n if (curState == 2) {\n handler.removeMessages(7);\n curState = 0;\n }\n if (curState == 0) {\n curReclaimFailCount++;\n Slog.i(TAG, \"zswapd fail, now Fail count:\" + curReclaimFailCount);\n long curTime = SystemClock.uptimeMillis();\n if (lastReclaimFailTime == -1) {\n lastReclaimFailTime = curTime;\n } else if (reclaimFailCount <= curReclaimFailCount) {\n int curBuffer = getCurBufferSize();\n if (minTargetBuffer == targetBuffer) {\n Message msg = handler.obtainMessage();\n Slog.i(TAG, \"zswapd keep fail, targetBuffer is min, call kill, curBuf: \" + curBuffer);\n msg.what = 1;\n handler.sendMessage(msg);\n }\n targetBuffer = curBuffer;\n targetBuffer = Math.min(maxTargetBuffer, targetBuffer);\n targetBuffer = Math.max(targetBuffer, minTargetBuffer);\n Trace.traceBegin(8, \"zswapd fail:\" + targetBuffer);\n int i = targetBuffer;\n setBuffer(i, i - lowBufferStep, highBufferStep + i, swapReserve);\n Trace.traceEnd(8);\n Slog.i(TAG, \"handle zswapd fail a lot, current buffer: \" + curBuffer + \", targetBuffer: \" + targetBuffer);\n lastReclaimFailTime = curTime;\n curReclaimFailCount = 0;\n }\n }\n }", "private void addAndRemove() throws Exception {\n BlockingDeque<String> bDeque = new LinkedBlockingDeque<String>(20);\n for (int i = 0; i < 30; i++) {\n // 将指定元素添加到此阻塞栈中\n bDeque.putFirst(\"\" + i);\n System.out.println(\"向阻塞栈中添加了元素:\" + i);\n if (i > 18) {\n // 从阻塞栈中取出栈顶元素,并将其移出\n System.out.println(\"从阻塞栈中移出了元素:\" + bDeque.pollFirst());\n }\n }\n System.out.println(\"程序到此运行结束,即将退出----\");\n }", "public Builder clearB() {\n \n b_ = 0;\n onChanged();\n return this;\n }", "public Builder clearB() {\n \n b_ = 0;\n onChanged();\n return this;\n }", "static boolean readFully(SocketChannel sc, ByteBuffer bb) throws IOException {\n while (bb.hasRemaining()) {\n if (sc.read(bb) == -1) {\n return false;\n }\n }\n return true;\n }", "boolean transfer(Recycler.Stack<?> dst)\r\n/* 302: */ {\r\n/* 303:328 */ Link head = this.head;\r\n/* 304:329 */ if (head == null) {\r\n/* 305:330 */ return false;\r\n/* 306: */ }\r\n/* 307:333 */ if (head.readIndex == Recycler.LINK_CAPACITY)\r\n/* 308: */ {\r\n/* 309:334 */ if (head.next == null) {\r\n/* 310:335 */ return false;\r\n/* 311: */ }\r\n/* 312:337 */ this.head = (head = head.next);\r\n/* 313: */ }\r\n/* 314:340 */ int srcStart = head.readIndex;\r\n/* 315:341 */ int srcEnd = head.get();\r\n/* 316:342 */ int srcSize = srcEnd - srcStart;\r\n/* 317:343 */ if (srcSize == 0) {\r\n/* 318:344 */ return false;\r\n/* 319: */ }\r\n/* 320:347 */ int dstSize = dst.size;\r\n/* 321:348 */ int expectedCapacity = dstSize + srcSize;\r\n/* 322:350 */ if (expectedCapacity > dst.elements.length)\r\n/* 323: */ {\r\n/* 324:351 */ int actualCapacity = dst.increaseCapacity(expectedCapacity);\r\n/* 325:352 */ srcEnd = Math.min(srcStart + actualCapacity - dstSize, srcEnd);\r\n/* 326: */ }\r\n/* 327:355 */ if (srcStart != srcEnd)\r\n/* 328: */ {\r\n/* 329:356 */ Recycler.DefaultHandle[] srcElems = head.elements;\r\n/* 330:357 */ Recycler.DefaultHandle[] dstElems = dst.elements;\r\n/* 331:358 */ int newDstSize = dstSize;\r\n/* 332:359 */ for (int i = srcStart; i < srcEnd; i++)\r\n/* 333: */ {\r\n/* 334:360 */ Recycler.DefaultHandle element = srcElems[i];\r\n/* 335:361 */ if (Recycler.DefaultHandle.access$1500(element) == 0) {\r\n/* 336:362 */ Recycler.DefaultHandle.access$1502(element, Recycler.DefaultHandle.access$1100(element));\r\n/* 337:363 */ } else if (Recycler.DefaultHandle.access$1500(element) != Recycler.DefaultHandle.access$1100(element)) {\r\n/* 338:364 */ throw new IllegalStateException(\"recycled already\");\r\n/* 339: */ }\r\n/* 340:366 */ srcElems[i] = null;\r\n/* 341:368 */ if (!dst.dropHandle(element))\r\n/* 342: */ {\r\n/* 343:372 */ Recycler.DefaultHandle.access$502(element, dst);\r\n/* 344:373 */ dstElems[(newDstSize++)] = element;\r\n/* 345: */ }\r\n/* 346: */ }\r\n/* 347:376 */ if ((srcEnd == Recycler.LINK_CAPACITY) && (head.next != null))\r\n/* 348: */ {\r\n/* 349:378 */ reclaimSpace(Recycler.LINK_CAPACITY);\r\n/* 350: */ \r\n/* 351:380 */ this.head = head.next;\r\n/* 352: */ }\r\n/* 353:383 */ head.readIndex = srcEnd;\r\n/* 354:384 */ if (dst.size == newDstSize) {\r\n/* 355:385 */ return false;\r\n/* 356: */ }\r\n/* 357:387 */ dst.size = newDstSize;\r\n/* 358:388 */ return true;\r\n/* 359: */ }\r\n/* 360:391 */ return false;\r\n/* 361: */ }", "public void moveForwardOneBlock() {\n\t\tBlockInterface nextBlock = this.currentBlock.goesto(previousBlock);\n\t\tthis.previousBlock = this.currentBlock;\n\t\tthis.currentBlock = nextBlock;\n\t\tif(nextBlock instanceof BlockStation){\n\t\t\tString nbname = ((BlockStation)nextBlock).getStationName();\n\t\t\tif(schedule.containsKey(nbname)){\n\t\t\t\tschedule.remove(nbname);\n\t\t\t\t((SchedulePane)c.schedulepane).reloadSchedual();\n\t\t\t}\n\t\t}\n\t}", "@Override\n\tpublic boolean isRefush() {\n\t\treturn false;\n\t}", "public void remove( int position )\n {\n caller = \"remove\";\n byte byteSize = memoryPool[position];\n Integer size = (int)byteSize;\n // remove the record starting at the given position\n for ( int i = 0; i < size; i++ )\n {\n memoryPool[position + i] = 0;\n }\n\n findBlock( position );\n freeBlock = new HashMap<Integer, Integer>( 1 );\n freeBlock.put( position, size );\n freeBlockList.add( freeBlock );\n Object[] keyArray =\n freeBlockList.getCurrentElement().keySet().toArray();\n int key = (Integer)keyArray[0];\n\n caller = \"check\";\n int currentValue = freeBlockList.getCurrentElement().get( key );\n int mergePoint1 = position + currentValue;\n int rightKeyMatch = findBlock( mergePoint1 );\n\n int mergePoint2 = position;\n int leftKeyMatch = -1;\n int priorValue = -1;\n int key2 = -1;\n if ( 1==1)\n {\n findBlock(mergePoint2);\n freeBlockList.previous();\n if ( !( freeBlockList.getCurrent().equals( freeBlockList.getHead() ) )\n && !( freeBlockList.getCurrent().equals( freeBlockList.getTail() ) ) &&\n !( freeBlockList.getCurrent().equals( null )))\n {\n Object[] keyArray2 =\n freeBlockList.getCurrentElement().keySet().toArray();\n key2 = (Integer)keyArray2[0];\n priorValue = freeBlockList.getCurrentElement().get( key2 );\n leftKeyMatch = key2 + priorValue;\n }\n\n }\n\n if ( rightKeyMatch == mergePoint1 )\n {\n findBlock(mergePoint1);\n freeBlockList.previous();\n freeBlockList.removeCurrent();\n int rightValue =\n freeBlockList.getCurrentElement().get( rightKeyMatch );\n\n freeBlockList.getCurrentElement().clear();\n freeBlockList.getCurrentElement().put(\n position,\n currentValue + rightValue );\n //if()\n }\n if(leftKeyMatch == mergePoint2) {\n findBlock(mergePoint2);\n freeBlockList.previous();\n freeBlockList.removeCurrent();\n int rightValue =\n freeBlockList.getCurrentElement().get(leftKeyMatch);\n\n freeBlockList.getCurrentElement().clear();\n freeBlockList.getCurrentElement().put(\n key2,\n priorValue + rightValue );\n }\n\n }", "public void reset() {\n bb.clear();\n cb.clear();\n found = false;\n }", "public void pushBack (final byte [] buf, final int start, final int length)\n {\n this.buf = buf;\n this.bufStart = start;\n this.bufEnd = length + start;\n }", "public boolean isFull() { return front == (rear + 1) % MAX_QUEUE_SIZE; }", "private Block checkout(Block b, int size) {\n freeSpace.remove(b);\n\n // split b size bytes\n Block [] ab = Block.splitBlock(b, size);\n \n // if there is extra space, add it back\n if(ab[1].length>0)freeSpace.add(ab[1]);\n return ab[0];\n }", "void drainFused() {\n int n;\n int n2 = 1;\n Subscriber<T> subscriber = this.actual;\n SimpleQueueWithConsumerIndex<Object> simpleQueueWithConsumerIndex = this.queue;\n do {\n if (this.cancelled) {\n simpleQueueWithConsumerIndex.clear();\n return;\n }\n Throwable throwable = (Throwable)this.error.get();\n if (throwable != null) {\n simpleQueueWithConsumerIndex.clear();\n subscriber.onError(throwable);\n return;\n }\n n = simpleQueueWithConsumerIndex.producerIndex() == this.sourceCount ? 1 : 0;\n if (!simpleQueueWithConsumerIndex.isEmpty()) {\n subscriber.onNext(null);\n }\n if (n != 0) {\n subscriber.onComplete();\n return;\n }\n n2 = n = this.addAndGet(-n2);\n } while (n != 0);\n }", "private void recycleBuffer(ChannelBuffer buf, boolean mustDiscard) {\n\n if (mustDiscard)\n return;\n\n // Only save buffers which are at least as big as the requested\n // buffersize for the channel. This is to honor dynamic changes\n // of the buffersize made by the user.\n\n if ((buf.bufLength - buf.BUFFER_PADDING) < bufSize) {\n return;\n }\n\n if (inQueueHead == null) {\n inQueueHead = buf;\n inQueueTail = buf;\n\n buf.nextRemoved = buf.BUFFER_PADDING;\n buf.nextAdded = buf.BUFFER_PADDING;\n buf.next = null;\n return;\n }\n if (saveInBuf == null) {\n saveInBuf = buf;\n\n buf.nextRemoved = buf.BUFFER_PADDING;\n buf.nextAdded = buf.BUFFER_PADDING;\n buf.next = null;\n return;\n }\n }", "public boolean canMoveUpIn(GameBoard b) {\n boolean checker = true;\n\n if(this.topLeftY==0) //wall\n checker = false;\n\n if(this.topLeftY>0){//not hitting top wall\n for (int i = 0; i < b.getNumGamePieces(); i++) {//go through game pieces\n if(b.getGamePieces()[i].topLeftY< this.topLeftY){//only checking pieces on above of this.\n if(b.getGamePieces()[i].topLeftY + b.getGamePieces()[i].height == this.topLeftY){//checking if y-axis line up\n if(this.topLeftX>=b.getGamePieces()[i].topLeftX){\n if(b.getGamePieces()[i].topLeftX+ b.getGamePieces()[i].width>this.topLeftX){//checking if x blocks\n checker=false;//then cant move\n break;\n }\n }\n }\n }\n\n\n }\n }return checker;\n\n }", "public void checkShouldTransferBack(GroupAlertEntry groupAlertEntry) {\n if (canStillTransferBack(groupAlertEntry)) {\n NotificationEntry notificationEntry = groupAlertEntry.mGroup.summary;\n if (onlySummaryAlerts(notificationEntry)) {\n ArrayList<NotificationEntry> logicalChildren = this.mGroupManager.getLogicalChildren(notificationEntry.getSbn());\n int size = logicalChildren.size();\n if (getPendingChildrenNotAlerting(groupAlertEntry.mGroup) + size > 1 && releaseChildAlerts(logicalChildren) && !this.mHeadsUpManager.isAlerting(notificationEntry.getKey())) {\n if (size > 1) {\n alertNotificationWhenPossible(notificationEntry);\n } else {\n groupAlertEntry.mAlertSummaryOnNextAddition = true;\n }\n groupAlertEntry.mLastAlertTransferTime = 0;\n }\n }\n }\n }", "@Override\n\tpublic void deleteBanque(Banque b) {\n\t\t\n\t}", "private void refill(){\n\t\tscrollTo(0, 0);\n\t\trefillInternal(-1, 0);\n\t}", "public boolean rollBack(){\n\t\tif (blocks.size() <= 1) return false;\n\t\tblocks.removeLast();\n\t\treturn true;\n\t}", "@Override\n public boolean remove() {\n if(this.getSize() == 0){\n return false;\n } else{\n bankArrays[this.numBanks-1] = null;\n numBanks--;\n return true;\n }\n\n }", "synchronized void unpin(ExerciseBuffer buff) {\n buff.unpin();\n if (!buff.isPinned() && (unpinnedBufferList.size() < bufferpool.length)){ // unpinnedBufferList length should not exceed the bufferpool length \n numAvailable++;\n unpinnedBufferList.add(buff); // adding to the tail\n \n }\n }", "public boolean drain() {\n return true;\n }", "public void bouger(int origine, int destination) {\n\t\t\n\t}", "public void drop() {\n process(4);\n }", "private void growQueue() {\n Runnable[] oldQ = queue;\n int oldSize = oldQ.length;\n int newSize = oldSize << 1;\n if (newSize > MAXIMUM_QUEUE_CAPACITY)\n throw new RejectedExecutionException(\"Queue capacity exceeded\");\n Runnable[] newQ = queue = new Runnable[newSize];\n\n int b = base;\n int bf = b + oldSize;\n int oldMask = oldSize - 1;\n int newMask = newSize - 1;\n do {\n int oldIndex = b & oldMask;\n Runnable t = oldQ[oldIndex];\n if (t != null && !casSlotNull(oldQ, oldIndex, t))\n t = null;\n setSlot(newQ, b & newMask, t);\n } while (++b != bf);\n pool.signalWork();\n }", "private void cleaningBallot() {\n\t\tturnLeft();\n\t\tmove();\n\t\tgrabStrayBeepers();\n\t\tturnAround();\n\t\tmove();\n\t\tmove();\n\t\tgrabStrayBeepers();\n\t}", "public void dequeueFromBack() {\r\n\t\tif (head == null) { //If there is no head (meaning the list is empty), don't do anything\r\n\t\t\tprintQueue();\r\n\t\t\treturn;\r\n\t\t}\r\n\t\t\r\n\t\tNode current = head; //Instantiated node to cycle through list\r\n\t\tfor(int i = 1; i < size; i++) { //Loop to get instantiated node to the end of the list\r\n\t\t\tcurrent = current.next;\r\n\t\t\tcurrent.prev.index--;\r\n\t\t}\r\n\t\t\r\n\t\tif(current.prev == tail && current.next == tail) { //If there is only one node left, set it equal to null\r\n\t\t\thead = null;\r\n\t\t\tprintQueue();\r\n\t\t\treturn;\r\n\t\t}\r\n\t\t\r\n\t\tcurrent.prev.next = head; //The previous node's next node is removed\r\n\t\ttail = current.prev;\r\n\t\tsize--;\r\n\t\tprintQueue();\r\n\t}", "public void movB(){\r\n\t\tint aux1[][]= new int [3][1];\r\n\t\tint aux2[][]= new int [3][1];\r\n\t\tint aux3[][]= new int [3][1];\r\n\t\tint aux4[][]= new int [3][1];\r\n\t\t\r\n\t\taux1=this.cloneF(5, 2);//copiamos el del bloque 5 la fila 3\r\n\t\taux2=this.cloneC(2, 2);\r\n\t\taux3=this.cloneF(4, 0);\r\n\t\taux4=this.cloneC(0, 0);\r\n\t\t\r\n\t\tthis.copiaEnFilaUnaColumna(aux4, 5, 2);\r\n\t\tthis.copiaEnColumnaUnaFila(aux1, 2, 2);\r\n\t\tthis.copiaEnFilaUnaColumna(aux2, 4, 0);\r\n\t\tthis.copiaEnColumnaUnaFila(aux3, 0, 0);\r\n\t\t\r\n\t\t\r\n\t}", "void deletFromEnd()\n {\n if (isEmpty())\n {\n System.out.println(\" Underflow\");\n return ;\n }\n\n // Deque has only one element \n if (front == end)\n {\n front = end = -1;\n } else if (end == 0) {\n end = size-1;\n } else {\n end = end-1;\n }\n }", "public void manageDropping(Rectangle r){\n\t\t\tif (!dropping){ //does the random number part\n\t\t\t\tb.reset(x+ 35, y+50);\n\t\t\t\tint d = rand.nextInt(50);\n\t\t\t\t//System.out.println(randamount);\n\t\t\t\tif ((d == 1) && exists) {\n\t\t\t\t\tdropping =true; \n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}\n\t\t\telse { //resets the bomb after it has been dropped\n\t\t\t\tif(b.y < 1000) b.dropBomb(dropamount);\n\t\t\t\tbombtimer = 0;\n\t\t\t\t//dropamount += .1;\n\t\t\t\t//dropamount = 5;\n\t\t\t\t\n\t\t\t\tif (b.y >= 700 || b.collided(r)) {\n\t\t\t\t\tif (b.collided(r)) tstartredtimer = true;\n\t\t\t\t\tif (exists) dropping = false;\n\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t}", "private PriorityQueue<PCB> newRemainingQueue() {\n\n\t\t// Comparator for sorting low priorities first\n\t\tComparator<PCB> byLowestPriority =\n\t\t\t(p1, p2) -> new Integer(p1.getPriority()).compareTo(p2.getPriority());\n\n\t\treturn new PriorityQueue<>(byLowestPriority);\n\t}", "public void makeComplete() { \n\t\tthis.size = 0;\n\t\tint index = 1;\n\t\tfor(int i=1; i<this.heap.length; i++) {\n\t\t\tif(this.heap[i] != -1) {\n\t\t\t\tint temp = this.heap[index];\n\t\t\t\tthis.heap[index] = this.heap[i];\n\t\t\t\tthis.heap[i] = temp;\n\t\t\t\tindex++;\n\t\t\t\tthis.size++;\n\t\t\t}\n\t\t}\n\t\tthis.heap[0] = this.size;\n\t}", "public void undoMove(Move move) {\n b[move.from.row][move.from.column] = true;\r\n\r\n // Set 'to' space to free\r\n b[move.to.row][move.to.column] = false;\r\n\r\n // Set 'step' space to occupied\r\n b[(move.from.row + move.to.row)/2][(move.from.column + move.to.column)/2] = true;\r\n\r\n // Increment number of pegs left on the board\r\n pegsLeft++;\r\n }", "@Override\n\tpublic void updateBanque(Banque b) {\n\t\t\n\t}", "public void puke(){\r\n top = null;\r\n size = 0;\r\n \r\n }", "@Override\n protected void renderInlineAreaBackAndBorders(final InlineArea area) {\n final float borderPaddingStart = area.getBorderAndPaddingWidthStart() / 1000f;\n final float borderPaddingEnd = area.getBorderAndPaddingWidthEnd() / 1000f;\n final float borderPaddingBefore = area.getBorderAndPaddingWidthBefore() / 1000f;\n final float borderPaddingAfter = area.getBorderAndPaddingWidthAfter() / 1000f;\n final float bpwidth = borderPaddingStart + borderPaddingEnd;\n final float bpheight = borderPaddingBefore + borderPaddingAfter;\n\n final float height = area.getBPD() / 1000f;\n if (height != 0.0f || bpheight != 0.0f && bpwidth != 0.0f) {\n final float x = this.currentIPPosition / 1000f;\n final float y = (this.currentBPPosition + area\n .getBlockProgressionOffset()) / 1000f;\n final float width = area.getIPD() / 1000f;\n drawBackAndBorders(area, x, y - borderPaddingBefore, width\n + bpwidth, height + bpheight);\n }\n }", "private void discardQueued(boolean discardSavedBuffers) {\n ChannelBuffer buf, nxt;\n\n buf = inQueueHead;\n inQueueHead = null;\n inQueueTail = null;\n for (; buf != null; buf = nxt) {\n nxt = buf.next;\n recycleBuffer(buf, discardSavedBuffers);\n }\n\n // If discardSavedBuffers is true, must also discard any previously\n // saved buffer in the saveInBuf field.\n \n if (discardSavedBuffers) {\n if (saveInBuf != null) {\n saveInBuf = null;\n }\n }\n }", "public void discard() {\r\n\t\tif(this.markedStack.isEmpty()) {\r\n\t\t\treturn;\r\n\t\t}\r\n\t\tthis.markedStack.removeLast();\r\n\t}", "void removeBomb();", "public void cleanupOldBlocks (long threshTime) ;", "public void requeue() {\n\t\tenqueue(queue.removeFirst());\n\t}", "private void flushBackDrop() {\n\t\tbackDrop = new BufferedImage(MainUI.FRAME.getRootPane().getWidth(),MainUI.FRAME.getRootPane().getHeight(),BufferedImage.TYPE_INT_ARGB);\n\t\tGraphics2D g2 = backDrop.createGraphics();\n\t\tMainUI.FRAME.getRootPane().paint(g2); \n\t\tg2.dispose();\n\n\t\tbackDropNew = new BufferedImage(backDrop.getWidth() + 2 * radius,backDrop.getHeight() + 2 * radius, BufferedImage.TYPE_INT_ARGB);\n\t\tg2 = backDropNew.createGraphics();\n\t\tg2.drawImage(backDrop, radius, radius, null);\n\t\tg2.dispose();\n//\t\t\n//\t\tlong start = System.nanoTime();\n\t\tbackDropNew = changeImageWidth(backDropNew, backDropNew.getWidth() / 4);\n\t\tbackDropNew = getGaussianBlurFilter(radius / 4, true).filter(backDropNew,null);\n\t\tbackDropNew = getGaussianBlurFilter(radius / 4, false).filter(backDropNew,null);\n\t\tbackDropNew = changeImageWidth(backDropNew, backDropNew.getWidth() * 4);\n//\t\tlong delay = System.nanoTime() - start;\n//\t\tSystem.out.println(\"time = \" + (delay / 1000.0f / 1000.0f)+ \"ms for radius = \" + radius);\n\t\t\n//\t\ttry {\n//\t\t\tImageIO.write(backDropNew, \"png\", new File(\"img/tmp.png\"));\n//\t\t} catch (IOException e1) {\n//\t\t\t// TODO Auto-generated catch block\n//\t\t\te1.printStackTrace();\n//\t\t}\n\t}", "public void baocun() {\n\t\t\n\t}", "public void movePointerBackward() throws EndTaskException {\n\t\tpickBeeper();\n\t\tturnAround();\n\t\tmove();\n\t\tputBeeper();\n\t}", "void drop();", "void drop();", "T dequeue() {\n return contents.removeFromTail();\n }", "private void removeArea() {\n \t\tthis.set.remove( this.area );\n \t\tthis.finish();\n \t}", "public void drain(double amount) {\r\n capacity = Math.max(capacity -= amount, 0);\r\n }", "public void drainStack() {\n doDrain(current);\n }", "public boolean poolTransfer() {\n \t\treturn !isTransfering();\n \t}", "public void backup() \r\n\t{\r\n\t\tif (lastc != ALERT) {\r\n\t\t\tholdc = thisc;\r\n\t\t\tthisc = lastc;\r\n\t\t\tlastc = ALERT;\r\n\t\t}\r\n\t}", "public Boolean balanced() {\r\n\t\tif(allocated() > getAmount()) {\r\n\t\t\treturn false;\r\n\t\t}else {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t}", "void pushBack() throws IOException {\n iis.seek(iis.getStreamPosition()-bufAvail);\n bufAvail = 0;\n bufPtr = 0;\n }", "private void clearBlocked() {\n\n blocked_ = false;\n }", "@Override\n public boolean isGoodForBottom()\n {\n return false;\n }", "public boolean prune()\n throws org.json.JSONException, java.io.IOException\n {\n TreeSet<String> to_delete =new TreeSet<String>();\n int current_block_height = server.getCurrentBlockTemplate().getInt(\"height\");\n\n synchronized(open_jobs)\n {\n if (open_jobs.size() == 0) return true;\n\n for(Map.Entry<String, JobInfo> me : open_jobs.entrySet())\n {\n JobInfo ji = me.getValue();\n if (ji.getHeight() + 1 < current_block_height)\n {\n to_delete.add(me.getKey());\n }\n } \n for(String job_id : to_delete)\n {\n open_jobs.remove(job_id);\n }\n\n }\n return false;\n\n }", "@Override\n\tpublic void readBanque(Banque b) {\n\t\t\n\t}", "static void tick(Block b) {\n int[] pos = b.pos;\n char[][] piece = b.piece;\n if (canPlace(pos[0] + 1, pos[1], piece)) {\n pos[0]++;\n }\n else\n place(pos[0], pos[1], piece);\n }", "private void addBucketToInternalTank()\n {\n if (this.getStackInSlotByType(SlotContainerTypeEnum.INPUT_FILLEDBUCKET) == null)\n {\n return;\n }\n\n // Output 1 - Empty bucket returns from full one in input slot 1\n ItemStack bucketEmpty = new ItemStack(Item.bucketEmpty);\n ItemStack bucketWater = new ItemStack(Item.bucketWater);\n\n // Check if input slot 1 is a water bucket.\n if (!this.getStackInSlotByType(SlotContainerTypeEnum.INPUT_FILLEDBUCKET).isItemEqual(bucketWater))\n {\n return;\n }\n\n // Check if output slot 1 (for empty buckets) is above item stack limit.\n if (this.getStackInSlotByType(SlotContainerTypeEnum.OUTPUT_EMPTYBUCKET) != null)\n {\n int slot1Result = this.getStackInSlotByType(SlotContainerTypeEnum.OUTPUT_EMPTYBUCKET).stackSize + bucketEmpty.stackSize;\n boolean underStackLimit = (slot1Result <= getInventoryStackLimit() && slot1Result <= bucketEmpty.getMaxStackSize());\n if (!underStackLimit)\n {\n // If we are not under the minecraft or item stack limit for output slot 2 then stop here.\n return;\n }\n }\n\n // Check if the internal water tank has reached it\n if (this.getFluidAmount() >= this.getFluidCapacity())\n {\n return;\n }\n\n // Add empty water bucket to output slot 2.\n if (this.getStackInSlotByType(SlotContainerTypeEnum.OUTPUT_EMPTYBUCKET) == null)\n {\n this.setInventorySlotContentsByType(SlotContainerTypeEnum.OUTPUT_EMPTYBUCKET, bucketEmpty.copy());\n }\n else if (this.getStackInSlotByType(SlotContainerTypeEnum.OUTPUT_EMPTYBUCKET).isItemEqual(bucketEmpty))\n {\n this.getStackInSlotByType(SlotContainerTypeEnum.OUTPUT_EMPTYBUCKET).stackSize += bucketEmpty.stackSize;\n }\n\n // Add a bucket's worth of water into the internal tank.\n this.addFluidAmountByBucket(1);\n\n // Remove a filled bucket of water from input stack 1.\n this.decrStackSize(this.getSlotIDByType(SlotContainerTypeEnum.INPUT_FILLEDBUCKET), 1);\n }" ]
[ "0.6533779", "0.62929344", "0.62929344", "0.6163352", "0.6134378", "0.60297334", "0.5895838", "0.5854468", "0.5848917", "0.57723147", "0.5667417", "0.5595489", "0.5572802", "0.5555185", "0.5555185", "0.5489155", "0.5465773", "0.5394224", "0.5373324", "0.53071505", "0.52812123", "0.5262991", "0.52540934", "0.5185641", "0.5185606", "0.5177644", "0.51652324", "0.5157326", "0.51539385", "0.5136812", "0.50945014", "0.508416", "0.5083231", "0.5069142", "0.50544345", "0.50443697", "0.50361985", "0.50330824", "0.5033026", "0.50290406", "0.50250906", "0.502111", "0.501766", "0.501766", "0.5009055", "0.49930626", "0.4983347", "0.4982898", "0.49807215", "0.4979465", "0.497268", "0.49716657", "0.4969994", "0.4969536", "0.4961025", "0.4955109", "0.4953217", "0.49522498", "0.4951089", "0.49386808", "0.49378824", "0.49352333", "0.49333242", "0.49261674", "0.49216446", "0.49213508", "0.49204716", "0.49178177", "0.4906234", "0.4905279", "0.49032116", "0.489623", "0.48941213", "0.48932588", "0.4892757", "0.4892441", "0.48917603", "0.48854077", "0.4883939", "0.48801193", "0.48795876", "0.48750108", "0.4871453", "0.4870731", "0.4870579", "0.4866673", "0.4866673", "0.48645276", "0.48621342", "0.4861771", "0.4861006", "0.48563918", "0.48550376", "0.4852531", "0.4848158", "0.48474762", "0.48474243", "0.48403534", "0.48401248", "0.48397872", "0.48365995" ]
0.0
-1
Workaround for This method should in all cases be used wherever CharBuffer.wrap would be
public static CharBuffer charBufferFor( CharSequence s ) { inputs.notNull( s, "s" ); CharBuffer res = CharBuffer.allocate( s.length() ); res.append( s ); res.flip(); return res.asReadOnlyBuffer(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static String decodeStringFromBuffer(StringBuffer buf)\n {\n String returnValue = null;\n\n if (buf != null)\n {\n StringBuffer decodedBuffer = new StringBuffer();\n char[] pair = new char[2];\n\n // get the char equivelant of each number pair + 32\n for (int numberPair = 0; numberPair < buf.length() - 1;\n numberPair += 2)\n {\n buf.getChars(numberPair, numberPair + 2, pair, 0);\n int ascii;\n\n try\n {\n ascii = Integer.valueOf(new String(pair)).intValue() + 32;\n }\n catch (NumberFormatException e)\n {\n return null;\n }\n decodedBuffer.append((char) ascii);\n }\n returnValue = decodedBuffer.toString();\n }\n return returnValue;\n }", "@Test(timeout = 4000)\n public void test015() throws Throwable {\n StringReader stringReader0 = new StringReader(\"s\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.FillBuff();\n assertEquals((-1), javaCharStream0.bufpos);\n }", "public TextBuffer constructTextBuffer()\n/* */ {\n/* 137 */ return new TextBuffer(this._bufferRecycler);\n/* */ }", "CharArrayBuffer getBuffer()\n ;", "@Test(timeout = 4000)\n public void test137() throws Throwable {\n JavaCharStream javaCharStream0 = new JavaCharStream((Reader) null);\n PipedInputStream pipedInputStream0 = new PipedInputStream();\n javaCharStream0.ReInit((InputStream) pipedInputStream0, 122, 122);\n assertEquals((-1), javaCharStream0.bufpos);\n }", "@Test(timeout = 4000)\n public void test055() throws Throwable {\n JavaCharStream javaCharStream0 = new JavaCharStream((Reader) null, 122, 122, 122);\n javaCharStream0.backup(122);\n javaCharStream0.adjustBeginLineColumn(122, 122);\n assertEquals(122, javaCharStream0.getBeginColumn());\n }", "private AppendableCharSequence(char[] chars)\r\n/* 20: */ {\r\n/* 21: 33 */ this.chars = chars;\r\n/* 22: 34 */ this.pos = chars.length;\r\n/* 23: */ }", "@Test(timeout = 4000)\n public void test052() throws Throwable {\n JavaCharStream javaCharStream0 = new JavaCharStream((Reader) null, 122, 122, 122);\n javaCharStream0.ReInit((Reader) null, 122, 122, 122);\n assertEquals((-1), javaCharStream0.bufpos);\n }", "abstract public Buffer createBufferFromString(String data);", "@Test(timeout = 4000)\n public void test022() throws Throwable {\n StringReader stringReader0 = new StringReader(\"\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.backup(1);\n javaCharStream0.getEndColumn();\n assertEquals(4094, javaCharStream0.bufpos);\n }", "@Test(timeout = 4000)\n public void test064() throws Throwable {\n StringReader stringReader0 = new StringReader(\"\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 3171, 3171, 3171);\n javaCharStream0.backup(8);\n javaCharStream0.BeginToken();\n javaCharStream0.AdjustBuffSize();\n javaCharStream0.AdjustBuffSize();\n assertEquals(8, javaCharStream0.bufpos);\n }", "private static void encodeStringToBuffer(String str, StringBuffer buf)\n {\n if (str == null || buf == null)\n {\n return;\n }\n\n // place the ascii value of each letter -32 into the buffer\n for (int letter = 0; letter < str.length(); letter++)\n {\n int intLetter = str.charAt(letter) - 32;\n\n if (intLetter < 10)\n {\n buf.append(\"0\");\n }\n buf.append(intLetter);\n }\n }", "@Test(timeout = 4000)\n public void test017() throws Throwable {\n StringReader stringReader0 = new StringReader(\"\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.backup(1);\n javaCharStream0.getLine();\n assertEquals(4094, javaCharStream0.bufpos);\n }", "@Test(timeout = 4000)\n public void test001() throws Throwable {\n StringReader stringReader0 = new StringReader(\"~\\\"Py BTn?,~tnf\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 15, 15);\n javaCharStream0.bufpos = (-1396);\n javaCharStream0.backup((-1396));\n javaCharStream0.adjustBeginLineColumn((-1396), 76);\n assertEquals(0, javaCharStream0.bufpos);\n }", "char getChar () { \n return m_pos < m_len ? m_buffer.charAt (m_pos) : '\\0';\n }", "@Test(timeout = 4000)\n public void test057() throws Throwable {\n JavaCharStream javaCharStream0 = new JavaCharStream((Reader) null, 122, 122, 122);\n javaCharStream0.adjustBeginLineColumn(122, 122);\n int int0 = javaCharStream0.getBeginColumn();\n assertEquals(122, int0);\n }", "@Test(timeout = 4000)\n public void test131() throws Throwable {\n StringReader stringReader0 = new StringReader(\"QXw?YE]We2j)\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 754, 5, 5);\n javaCharStream0.ReInit((Reader) stringReader0, 754, 754);\n assertEquals((-1), javaCharStream0.bufpos);\n }", "private void _writeString(char[] text, int offset, int len)\n/* */ throws IOException\n/* */ {\n/* 1049 */ if (this._characterEscapes != null) {\n/* 1050 */ _writeStringCustom(text, offset, len);\n/* 1051 */ return;\n/* */ }\n/* 1053 */ if (this._maximumNonEscapedChar != 0) {\n/* 1054 */ _writeStringASCII(text, offset, len, this._maximumNonEscapedChar);\n/* 1055 */ return;\n/* */ }\n/* */ \n/* */ \n/* */ \n/* */ \n/* */ \n/* 1062 */ len += offset;\n/* 1063 */ int[] escCodes = this._outputEscapes;\n/* 1064 */ int escLen = escCodes.length;\n/* 1065 */ while (offset < len) {\n/* 1066 */ int start = offset;\n/* */ for (;;)\n/* */ {\n/* 1069 */ char c = text[offset];\n/* 1070 */ if ((c < escLen) && (escCodes[c] != 0)) {\n/* */ break;\n/* */ }\n/* 1073 */ offset++; if (offset >= len) {\n/* */ break;\n/* */ }\n/* */ }\n/* */ \n/* */ \n/* 1079 */ int newAmount = offset - start;\n/* 1080 */ if (newAmount < 32)\n/* */ {\n/* 1082 */ if (this._outputTail + newAmount > this._outputEnd) {\n/* 1083 */ _flushBuffer();\n/* */ }\n/* 1085 */ if (newAmount > 0) {\n/* 1086 */ System.arraycopy(text, start, this._outputBuffer, this._outputTail, newAmount);\n/* 1087 */ this._outputTail += newAmount;\n/* */ }\n/* */ } else {\n/* 1090 */ _flushBuffer();\n/* 1091 */ this._writer.write(text, start, newAmount);\n/* */ }\n/* */ \n/* 1094 */ if (offset >= len) {\n/* */ break;\n/* */ }\n/* */ \n/* 1098 */ char c = text[(offset++)];\n/* 1099 */ _appendCharacterEscape(c, escCodes[c]);\n/* */ }\n/* */ }", "public final void allocateCharBuffer() {\n int maxCharLength = 0;\n for (int i = 0; i < columns_; i++) {\n switch (jdbcTypes_[i]) {\n case ClientTypes.CHAR:\n case ClientTypes.VARCHAR:\n case ClientTypes.LONGVARCHAR:\n if (fdocaLength_[i] > maxCharLength) {\n maxCharLength = fdocaLength_[i];\n }\n }\n }\n\n // allocate char buffer to accomodate largest result column\n charBuffer_ = new char[maxCharLength];\n }", "@Test(timeout = 4000)\n public void test056() throws Throwable {\n StringReader stringReader0 = new StringReader(\"+%WC\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.backup(416);\n javaCharStream0.BeginToken();\n javaCharStream0.adjustBeginLineColumn(416, 416);\n assertEquals(3680, javaCharStream0.bufpos);\n }", "@Test(timeout = 4000)\n public void test060() throws Throwable {\n StringReader stringReader0 = new StringReader(\"Z[^o)j]BO6Ns,$`3$e\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.Done();\n javaCharStream0.ReInit((Reader) stringReader0);\n assertEquals((-1), javaCharStream0.bufpos);\n }", "private void appendStrBufToLongStrBuf() {\n for (int i = 0; i < strBufLen; i++) {\n appendLongStrBuf(strBuf[i]);\n }\n }", "char[] getCharContent() throws IOException;", "private void clearLongStrBuf() {\n longStrBufLen = 0;\n longStrBufPending = '\\u0000';\n }", "private void appendLongStrBuf(char c) {\n if (longStrBufLen == longStrBuf.length) {\n char[] newBuf = new char[longStrBuf.length + BUFFER_GROW_BY];\n System.arraycopy(longStrBuf, 0, newBuf, 0, longStrBuf.length);\n longStrBuf = newBuf;\n }\n longStrBuf[longStrBufLen++] = c;\n }", "private int _prependOrWriteCharacterEscape(char[] buffer, int ptr, int end, char ch, int escCode)\n/* */ throws IOException, JsonGenerationException\n/* */ {\n/* 1727 */ if (escCode >= 0) {\n/* 1728 */ if ((ptr > 1) && (ptr < end)) {\n/* 1729 */ ptr -= 2;\n/* 1730 */ buffer[ptr] = '\\\\';\n/* 1731 */ buffer[(ptr + 1)] = ((char)escCode);\n/* */ } else {\n/* 1733 */ char[] ent = this._entityBuffer;\n/* 1734 */ if (ent == null) {\n/* 1735 */ ent = _allocateEntityBuffer();\n/* */ }\n/* 1737 */ ent[1] = ((char)escCode);\n/* 1738 */ this._writer.write(ent, 0, 2);\n/* */ }\n/* 1740 */ return ptr;\n/* */ }\n/* 1742 */ if (escCode != -2) {\n/* 1743 */ if ((ptr > 5) && (ptr < end)) {\n/* 1744 */ ptr -= 6;\n/* 1745 */ buffer[(ptr++)] = '\\\\';\n/* 1746 */ buffer[(ptr++)] = 'u';\n/* */ \n/* 1748 */ if (ch > 'ÿ') {\n/* 1749 */ int hi = ch >> '\\b' & 0xFF;\n/* 1750 */ buffer[(ptr++)] = HEX_CHARS[(hi >> 4)];\n/* 1751 */ buffer[(ptr++)] = HEX_CHARS[(hi & 0xF)];\n/* 1752 */ ch = (char)(ch & 0xFF);\n/* */ } else {\n/* 1754 */ buffer[(ptr++)] = '0';\n/* 1755 */ buffer[(ptr++)] = '0';\n/* */ }\n/* 1757 */ buffer[(ptr++)] = HEX_CHARS[(ch >> '\\004')];\n/* 1758 */ buffer[ptr] = HEX_CHARS[(ch & 0xF)];\n/* 1759 */ ptr -= 5;\n/* */ }\n/* */ else {\n/* 1762 */ char[] ent = this._entityBuffer;\n/* 1763 */ if (ent == null) {\n/* 1764 */ ent = _allocateEntityBuffer();\n/* */ }\n/* 1766 */ this._outputHead = this._outputTail;\n/* 1767 */ if (ch > 'ÿ') {\n/* 1768 */ int hi = ch >> '\\b' & 0xFF;\n/* 1769 */ int lo = ch & 0xFF;\n/* 1770 */ ent[10] = HEX_CHARS[(hi >> 4)];\n/* 1771 */ ent[11] = HEX_CHARS[(hi & 0xF)];\n/* 1772 */ ent[12] = HEX_CHARS[(lo >> 4)];\n/* 1773 */ ent[13] = HEX_CHARS[(lo & 0xF)];\n/* 1774 */ this._writer.write(ent, 8, 6);\n/* */ } else {\n/* 1776 */ ent[6] = HEX_CHARS[(ch >> '\\004')];\n/* 1777 */ ent[7] = HEX_CHARS[(ch & 0xF)];\n/* 1778 */ this._writer.write(ent, 2, 6);\n/* */ }\n/* */ }\n/* 1781 */ return ptr; }\n/* */ String escape;\n/* */ String escape;\n/* 1784 */ if (this._currentEscape == null) {\n/* 1785 */ escape = this._characterEscapes.getEscapeSequence(ch).getValue();\n/* */ } else {\n/* 1787 */ escape = this._currentEscape.getValue();\n/* 1788 */ this._currentEscape = null;\n/* */ }\n/* 1790 */ int len = escape.length();\n/* 1791 */ if ((ptr >= len) && (ptr < end)) {\n/* 1792 */ ptr -= len;\n/* 1793 */ escape.getChars(0, len, buffer, ptr);\n/* */ } else {\n/* 1795 */ this._writer.write(escape);\n/* */ }\n/* 1797 */ return ptr;\n/* */ }", "public final void zzb(CharSequence charSequence, ByteBuffer byteBuffer) {\n CharSequence charSequence2 = charSequence;\n ByteBuffer byteBuffer2 = byteBuffer;\n long zzb = zzxj.zzb(byteBuffer);\n long position = zzb + ((long) byteBuffer.position());\n long limit = zzb + ((long) byteBuffer.limit());\n int length = charSequence.length();\n int limit2;\n if (((long) length) > limit - position) {\n char charAt = charSequence2.charAt(length - 1);\n limit2 = byteBuffer.limit();\n StringBuilder stringBuilder = new StringBuilder(37);\n stringBuilder.append(\"Failed writing \");\n stringBuilder.append(charAt);\n stringBuilder.append(\" at index \");\n stringBuilder.append(limit2);\n throw new ArrayIndexOutOfBoundsException(stringBuilder.toString());\n }\n char charAt2;\n long j;\n int i = 0;\n while (i < length) {\n charAt2 = charSequence2.charAt(i);\n if (charAt2 >= 128) {\n break;\n }\n j = position + 1;\n zzxj.zza(position, (byte) charAt2);\n i++;\n position = j;\n }\n if (i == length) {\n byteBuffer2.position((int) (position - zzb));\n return;\n }\n while (i < length) {\n long j2;\n charAt2 = charSequence2.charAt(i);\n long j3;\n if (charAt2 < 128 && position < limit) {\n j = position + 1;\n zzxj.zza(position, (byte) charAt2);\n j2 = zzb;\n position = j;\n } else if (charAt2 >= 2048 || position > limit - 2) {\n j2 = zzb;\n if ((charAt2 < 55296 || 57343 < charAt2) && position <= limit - 3) {\n j3 = position + 1;\n zzxj.zza(position, (byte) (480 | (charAt2 >>> 12)));\n position = j3 + 1;\n zzxj.zza(j3, (byte) (((charAt2 >>> 6) & 63) | 128));\n j3 = position + 1;\n zzxj.zza(position, (byte) ((63 & charAt2) | 128));\n position = j3;\n } else if (position <= limit - 4) {\n limit2 = i + 1;\n if (limit2 != length) {\n char charAt3 = charSequence2.charAt(limit2);\n if (Character.isSurrogatePair(charAt2, charAt3)) {\n int toCodePoint = Character.toCodePoint(charAt2, charAt3);\n long j4 = position + 1;\n zzxj.zza(position, (byte) (PsExtractor.VIDEO_STREAM_MASK | (toCodePoint >>> 18)));\n long j5 = j4 + 1;\n zzxj.zza(j4, (byte) (((toCodePoint >>> 12) & 63) | 128));\n j4 = j5 + 1;\n zzxj.zza(j5, (byte) (((toCodePoint >>> 6) & 63) | 128));\n j5 = j4 + 1;\n zzxj.zza(j4, (byte) ((toCodePoint & 63) | 128));\n position = j5;\n i = limit2;\n }\n } else {\n limit2 = i;\n }\n throw new zzxp(limit2 - 1, length);\n } else {\n if (55296 <= charAt2 && charAt2 <= 57343) {\n limit2 = i + 1;\n if (limit2 == length || !Character.isSurrogatePair(charAt2, charSequence2.charAt(limit2))) {\n throw new zzxp(i, length);\n }\n }\n StringBuilder stringBuilder2 = new StringBuilder(46);\n stringBuilder2.append(\"Failed writing \");\n stringBuilder2.append(charAt2);\n stringBuilder2.append(\" at index \");\n stringBuilder2.append(position);\n throw new ArrayIndexOutOfBoundsException(stringBuilder2.toString());\n }\n } else {\n j2 = zzb;\n j3 = position + 1;\n zzxj.zza(position, (byte) (960 | (charAt2 >>> 6)));\n position = j3 + 1;\n zzxj.zza(j3, (byte) ((63 & charAt2) | 128));\n }\n i++;\n zzb = j2;\n byteBuffer2 = byteBuffer;\n }\n byteBuffer.position((int) (position - zzb));\n }", "@Test(timeout = 4000)\n public void test136() throws Throwable {\n PipedInputStream pipedInputStream0 = new PipedInputStream();\n JavaCharStream javaCharStream0 = new JavaCharStream(pipedInputStream0, 9, (-6208), 9);\n javaCharStream0.getBeginColumn();\n assertEquals((-1), javaCharStream0.bufpos);\n }", "public abstract void encodeUtf8Direct(CharSequence charSequence, ByteBuffer byteBuffer);", "private void appendLongStrBuf(char[] arr) {\n for (int i = 0; i < arr.length; i++) {\n appendLongStrBuf(arr[i]);\n }\n }", "@Test(timeout = 4000)\n public void test022() throws Throwable {\n byte[] byteArray0 = new byte[2];\n byteArray0[0] = (byte)48;\n byteArray0[1] = (byte)48;\n ByteArrayInputStream byteArrayInputStream0 = new ByteArrayInputStream(byteArray0);\n JavaCharStream javaCharStream0 = new JavaCharStream(byteArrayInputStream0, 102, (byte)84, (byte)48);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n javaParserTokenManager0.getNextToken();\n assertEquals(1, javaCharStream0.bufpos);\n assertEquals(85, javaCharStream0.getEndColumn());\n }", "@Test(timeout = 4000)\n public void test051() throws Throwable {\n JavaCharStream javaCharStream0 = new JavaCharStream((Reader) null, 122, 122, 122);\n javaCharStream0.ReInit((Reader) null, 122, 122, 1500);\n assertEquals((-1), javaCharStream0.bufpos);\n }", "int readChars(TclObject tobj, int charsToRead)\n throws IOException {\n final boolean debug = false;\n\n int toRead, factor, spaceLeft, length, srcLen, dstNeeded;\n int srcOff, dstOff;\n IntPtr srcRead, numChars, dstRead, dstWrote;\n ChannelBuffer buf;\n byte[] src;\n char[] dst;\n\n if (debug) {\n System.out.println(\"readChars(tobj, \" + charsToRead + \")\");\n }\n\n srcRead = new IntPtr();\n numChars = new IntPtr();\n dstRead = new IntPtr();\n dstWrote = new IntPtr();\n\n buf = inQueueHead; \n src = buf.buf;\n srcOff = buf.nextRemoved;\n srcLen = buf.nextAdded - buf.nextRemoved;\n\n if (srcLen == 0) {\n if (debug) {\n System.out.println(\"srcLen is zero, checking for needNL\");\n }\n\n if (needNL) {\n if (debug) {\n System.out.println(\"needNL was true\");\n }\n\n needNL = false;\n TclString.append(tobj, \"\\r\");\n return 1;\n }\n return -1;\n }\n\n // EOF char found during last invocation\n\n if (eofCond) {\n return -1;\n }\n\n toRead = charsToRead;\n if (toRead > srcLen) {\n // The requested read size in chars could be much larger than\n // the number of bytes in the buffer. Estimate a smaller\n // number of chars to read, assuming that a byte will\n // never be decoded to more than a single char.\n\n\t toRead = srcLen;\n }\n\n // FIXME : Do something to cache conversion buffer, or it might also\n // to pass the TclObject directly into the externalToUnicode method\n // so as to avoid the need for this extra buffer.\n dstNeeded = toRead;\n dst = new char[dstNeeded];\n dstOff = 0;\n\n if (debug) {\n System.out.println(\"using dst of size \" + dstNeeded);\n }\n\n // FIXME: SF Tcl Bug 1462248\n\n if (needNL) {\n if (debug) {\n System.out.println(\"needNL held over\");\n }\n\n // We want a '\\n' because the last character we saw was '\\r'.\n\n needNL = false;\n\n externalToUnicode(src, srcOff, srcLen,\n dst, dstOff, 1,\n srcRead, dstWrote, numChars,\n null);\n if ((numChars.i > 0) && (dst[dstOff] == '\\n')) {\n // The next char was a '\\n'. Consume it and produce a '\\n'.\n buf.nextRemoved += srcRead.i;\n } else {\n // The next char was not a '\\n'. Produce a '\\r'.\n dst[dstOff] = '\\r';\n }\n encodingStart = false;\n TclString.append(tobj, dst, dstOff, 1);\n return 1;\n }\n\n ArrayList charToBytes = new ArrayList(dstNeeded);\n\n externalToUnicode(src, srcOff, srcLen,\n dst, dstOff, dstNeeded,\n srcRead, dstWrote, numChars,\n charToBytes);\n\n if (srcRead.i == 0) {\n if (debug) {\n System.out.println(\"incomplete char from externalToUnicode\");\n }\n\n // Not enough bytes in src buffer to make a complete char. Copy\n // the bytes to the next buffer to make a new contiguous string,\n // then tell the caller to fill the buffer with more bytes.\n\n ChannelBuffer next;\n\n next = buf.next;\n if (next == null) {\n if (srcLen > 0) {\n // There isn't enough data in the buffers to complete the next\n // character, so we need to wait for more data before the next\n // file event can be delivered.\n //\n // SF #478856.\n //\n // The exception to this is if the input buffer was\n // completely empty before we tried to convert its\n // contents. Nothing in, nothing out, and no incomplete\n // character data. The conversion before the current one\n // was complete.\n\n needMoreData = true;\n }\n return -1;\n }\n\n // Space is made at the beginning of the buffer to copy the\n // previous unused bytes there. Check first if the buffer we\n // are using actually has enough space at its beginning for\n // the data we are copying. Because if not we will write over the\n // buffer management information, especially the 'nextPtr'.\n //\n // Note that the BUFFER_PADDING (See AllocChannelBuffer) is\n // used to prevent exactly this situation. I.e. it should\n // never happen. Therefore it is ok to panic should it happen\n // despite the precautions.\n\n if ((next.nextRemoved - srcLen) < 0) {\n throw new TclRuntimeError(\"Buffer Underflow, BUFFER_PADDING not enough\");\n }\n next.nextRemoved -= srcLen;\n System.arraycopy(src, srcOff, next.buf, next.nextRemoved, srcLen);\n recycleBuffer(buf, false);\n inQueueHead = next;\n return readChars(tobj, charsToRead);\n }\n\n dstRead.i = dstWrote.i;\n if (translateEOL(dst, dstOff, dst, dstOff, dstWrote, dstRead) != 0) {\n // Hit EOF char. How many bytes of src correspond to where the\n // EOF was located in dst?\n\n if (debug) {\n System.out.println(\"found EOF char in translateEOL\");\n }\n\n if (dstWrote.i == 0) {\n return -1;\n }\n\n if (debug) {\n System.out.println(\"read \" + dstRead.i + \" chars in translateEOL\");\n System.out.println(\"wrote \" + dstWrote.i + \" chars in translateEOL\");\n }\n\n int numBytes = decodedNumBytes(charToBytes, dstOff, dstRead.i);\n srcRead.i = numBytes;\n dstWrote.i = dstWrote.i;\n numChars.i = dstWrote.i;\n\n translateEOL(dst, dstOff, dst, dstOff, dstWrote, dstRead);\n }\n\n\t// The number of characters that we got may be less than the number\n\t// that we started with because \"\\r\\n\" sequences may have been\n\t// turned into just '\\n' in dst.\n\n numChars.i -= (dstRead.i - dstWrote.i);\n\n if (debug) {\n System.out.println(\"reduced numChars.i by \" + (dstRead.i - dstWrote.i));\n }\n\n if (numChars.i > toRead) {\n throw new TclRuntimeError(\"got more chars \" + numChars.i +\n \" than requested \" + toRead);\n }\n encodingStart = false;\n\n buf.nextRemoved += srcRead.i;\n\n if (debug) {\n System.out.println(\"advanced buf.nextRemoved by \" + srcRead.i);\n }\n\n TclString.append(tobj, dst, dstOff, numChars.i);\n\n if (debug) {\n System.out.println(\"appended \" + numChars.i + \" chars, TclObject is now \\\"\" +\n tobj.toString() + \"\\\"\");\n }\n\n return numChars.i;\n }", "@Test(timeout = 4000)\n public void test088() throws Throwable {\n StringReader stringReader0 = new StringReader(\"c3UZts4z!|a\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 21, 21, 47);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n javaParserTokenManager0.getNextToken();\n javaParserTokenManager0.getNextToken();\n javaParserTokenManager0.getNextToken();\n assertEquals(9, javaCharStream0.bufpos);\n assertEquals(30, javaCharStream0.getEndColumn());\n }", "@Test(timeout = 4000)\n public void test129() throws Throwable {\n StringReader stringReader0 = new StringReader(\"\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.getBeginLine();\n assertEquals((-1), javaCharStream0.bufpos);\n }", "@Test(timeout = 4000)\n public void test009() throws Throwable {\n StringReader stringReader0 = new StringReader(\"kE4X 9\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, (-1), 66, 1279);\n char char0 = javaCharStream0.readChar();\n assertEquals(0, javaCharStream0.bufpos);\n assertEquals('k', char0);\n }", "@Test(timeout = 4000)\n public void test063() throws Throwable {\n JavaCharStream javaCharStream0 = new JavaCharStream((Reader) null);\n javaCharStream0.maxNextCharInd = 2;\n javaCharStream0.prevCharIsCR = true;\n char char0 = javaCharStream0.readChar();\n assertEquals(0, javaCharStream0.bufpos);\n assertEquals('\\u0000', char0);\n }", "Buffer copy();", "public char[] getResultBuffer() { return b; }", "@Test(timeout = 4000)\n public void test094() throws Throwable {\n StringReader stringReader0 = new StringReader(\"synchronized\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 97, 1);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n Token token0 = javaParserTokenManager0.getNextToken();\n assertEquals(11, javaCharStream0.bufpos);\n assertEquals(\"synchronized\", token0.toString());\n }", "@Test(timeout = 4000)\n public void test027() throws Throwable {\n StringReader stringReader0 = new StringReader(\"GD}>zPHIT2VcF.\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 1225, 754, 1225);\n javaCharStream0.backup(1);\n javaCharStream0.adjustBeginLineColumn(1, (-1));\n int int0 = javaCharStream0.getColumn();\n assertEquals(1223, javaCharStream0.bufpos);\n assertEquals((-1), int0);\n }", "public int writeCharSequence(CharSequence sequence, Charset charset)\r\n/* 883: */ {\r\n/* 884:892 */ recordLeakNonRefCountingOperation(this.leak);\r\n/* 885:893 */ return super.writeCharSequence(sequence, charset);\r\n/* 886: */ }", "protected void checkBufLength(int i) {\n if (i >= charbuf.length) {\n char nb[] = new char[charbuf.length * 2];\n arraycopy(charbuf, 0, nb, 0, charbuf.length);\n charbuf = nb;\n }\n }", "@Test(timeout = 4000)\n public void test002() throws Throwable {\n StringReader stringReader0 = new StringReader(\"%WC\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.backup(1);\n javaCharStream0.BeginToken();\n javaCharStream0.AdjustBuffSize();\n javaCharStream0.adjustBeginLineColumn(1, 1);\n assertEquals(0, javaCharStream0.bufpos);\n }", "public char[] allocTokenBuffer(int minSize)\n/* */ {\n/* 188 */ _verifyAlloc(this._tokenCBuffer);\n/* 189 */ return this._tokenCBuffer = this._bufferRecycler.allocCharBuffer(0, minSize);\n/* */ }", "@Test(timeout = 4000)\n public void test019() throws Throwable {\n StringReader stringReader0 = new StringReader(\"GD}>zPHIT2VcF.\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 91, 91);\n javaCharStream0.BeginToken();\n javaCharStream0.adjustBeginLineColumn((-366), 1);\n int int0 = javaCharStream0.getLine();\n assertEquals(0, javaCharStream0.bufpos);\n assertEquals((-366), int0);\n }", "public CharArrayReader( CharBuffer buffer )\n {\n this( buffer.array(),\n buffer.arrayOffset() + buffer.position(),\n buffer.remaining() );\n }", "private void handleCharacterData() {\n\t\tif (!buffer.isEmpty()) {\n\t\t\tbyte[] data = buffer.toArray();\n\t\t\tbuffer.clear();\n\t\t\thandler.handleString(new String(data));\n\t\t}\n\t}", "private interface CompactCharSequence extends CharSequence {\n }", "@Test(timeout = 4000)\n public void test097() throws Throwable {\n StringReader stringReader0 = new StringReader(\"oh\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 89, 1);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n javaParserTokenManager0.getNextToken();\n assertEquals(1, javaCharStream0.bufpos);\n assertEquals(2, javaCharStream0.getColumn());\n }", "@Test\n public void testReadLineLFCR1() throws IOException {\n try {\n final String BUFFER_INITIAL_CONTENT = \"Debut\\rSuite\\n\\rFin\\n\\r\\nANEPASTOUCHER\";\n ByteBuffer buff = ByteBuffer.wrap(BUFFER_INITIAL_CONTENT.getBytes(\"ASCII\")).compact();\n //HTTPReader reader = new HTTPReader(null, buff);\n //assertEquals(\"Debut\\rSuite\\n\\rFin\\n\", reader.readLineCRLF());\n ByteBuffer buffFinal = ByteBuffer.wrap(\"ANEPASTOUCHER\".getBytes(\"ASCII\")).compact();\n // assertEquals(buffFinal.flip(), buff.flip());\n } catch (NullPointerException e) {\n // fail(\"The socket must not be read until buff is entirely consumed.\");\n }\n }", "@Override // com.google.protobuf.Utf8.Processor\n public void encodeUtf8Direct(CharSequence in, ByteBuffer out) {\n char c;\n long j;\n long outIx;\n long outLimit;\n long outIx2;\n char c2;\n long address = addressOffset(out);\n long outIx3 = ((long) out.position()) + address;\n long outLimit2 = ((long) out.limit()) + address;\n int inLimit = in.length();\n if (((long) inLimit) <= outLimit2 - outIx3) {\n int inIx = 0;\n while (true) {\n c = 128;\n j = 1;\n if (inIx < inLimit) {\n char c3 = in.charAt(inIx);\n if (c3 >= 128) {\n break;\n }\n UNSAFE.putByte(outIx3, (byte) c3);\n inIx++;\n outIx3 = 1 + outIx3;\n } else {\n break;\n }\n }\n if (inIx == inLimit) {\n out.position((int) (outIx3 - address));\n return;\n }\n while (inIx < inLimit) {\n char c4 = in.charAt(inIx);\n if (c4 < c && outIx3 < outLimit2) {\n UNSAFE.putByte(outIx3, (byte) c4);\n outLimit = outLimit2;\n outIx3 += j;\n c2 = 128;\n outIx = 1;\n outIx2 = address;\n } else if (c4 >= 2048 || outIx3 > outLimit2 - 2) {\n outIx2 = address;\n if ((c4 < 55296 || 57343 < c4) && outIx3 <= outLimit2 - 3) {\n long outIx4 = outIx3 + 1;\n UNSAFE.putByte(outIx3, (byte) ((c4 >>> '\\f') | 480));\n long outIx5 = outIx4 + 1;\n UNSAFE.putByte(outIx4, (byte) (((c4 >>> 6) & 63) | 128));\n UNSAFE.putByte(outIx5, (byte) ((c4 & '?') | 128));\n outLimit = outLimit2;\n outIx3 = outIx5 + 1;\n c2 = 128;\n outIx = 1;\n } else if (outIx3 <= outLimit2 - 4) {\n if (inIx + 1 != inLimit) {\n inIx++;\n char low = in.charAt(inIx);\n if (Character.isSurrogatePair(c4, low)) {\n int codePoint = Character.toCodePoint(c4, low);\n outLimit = outLimit2;\n long outIx6 = outIx3 + 1;\n UNSAFE.putByte(outIx3, (byte) ((codePoint >>> 18) | PageId.FINGERPRINT_ENROLLING_VALUE));\n long outIx7 = outIx6 + 1;\n UNSAFE.putByte(outIx6, (byte) (((codePoint >>> 12) & 63) | 128));\n long outIx8 = outIx7 + 1;\n c2 = 128;\n UNSAFE.putByte(outIx7, (byte) (((codePoint >>> 6) & 63) | 128));\n outIx = 1;\n outIx3 = outIx8 + 1;\n UNSAFE.putByte(outIx8, (byte) ((codePoint & 63) | 128));\n }\n }\n throw new UnpairedSurrogateException(inIx - 1, inLimit);\n } else if (55296 > c4 || c4 > 57343 || (inIx + 1 != inLimit && Character.isSurrogatePair(c4, in.charAt(inIx + 1)))) {\n throw new ArrayIndexOutOfBoundsException(\"Failed writing \" + c4 + \" at index \" + outIx3);\n } else {\n throw new UnpairedSurrogateException(inIx, inLimit);\n }\n } else {\n outIx2 = address;\n long outIx9 = outIx3 + 1;\n UNSAFE.putByte(outIx3, (byte) ((c4 >>> 6) | 960));\n outIx3 = outIx9 + 1;\n UNSAFE.putByte(outIx9, (byte) ((c4 & '?') | 128));\n outLimit = outLimit2;\n c2 = 128;\n outIx = 1;\n }\n inIx++;\n c = c2;\n address = outIx2;\n outLimit2 = outLimit;\n j = outIx;\n }\n out.position((int) (outIx3 - address));\n return;\n }\n throw new ArrayIndexOutOfBoundsException(\"Failed writing \" + in.charAt(inLimit - 1) + \" at index \" + out.limit());\n }", "@Test(timeout = 4000)\n public void test053() throws Throwable {\n StringReader stringReader0 = new StringReader(\"Z[^o)j]BO6Ns,$`3$e\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 1, 1, 0);\n char char0 = javaCharStream0.readChar();\n assertEquals(1, javaCharStream0.getBeginColumn());\n assertEquals(1, javaCharStream0.getEndLine());\n assertEquals('Z', char0);\n }", "public char readChar()\r\n/* 441: */ {\r\n/* 442:454 */ recordLeakNonRefCountingOperation(this.leak);\r\n/* 443:455 */ return super.readChar();\r\n/* 444: */ }", "public CharSequence getCharSequence(int index, int length, Charset charset)\r\n/* 259: */ {\r\n/* 260:274 */ recordLeakNonRefCountingOperation(this.leak);\r\n/* 261:275 */ return super.getCharSequence(index, length, charset);\r\n/* 262: */ }", "public boolean canUseCharArrays()\n/* */ {\n/* 405 */ return true;\n/* */ }", "static native int jniToBuf(Buf out, long patch);", "public ByteBuf setChar(int index, int value)\r\n/* 301: */ {\r\n/* 302:316 */ recordLeakNonRefCountingOperation(this.leak);\r\n/* 303:317 */ return super.setChar(index, value);\r\n/* 304: */ }", "public final synchronized ByteBuffer encode(CharBuffer cb) {\n\t\ttry {\n\t\t\tif (cachedEncoder == null) {\n\t\t\t\tcachedEncoder = newEncoder().onMalformedInput(\n\t\t\t\t\t\tCodingErrorAction.REPLACE).onUnmappableCharacter(\n\t\t\t\t\t\tCodingErrorAction.REPLACE);\n\t\t\t} else\n\t\t\t\tcachedEncoder.reset();\n\t\t\treturn cachedEncoder.encode(cb);\n\t\t} catch (CharacterCodingException e) {\n\t\t\tthrow new AssertionError(e);\n\t\t}\n\t}", "@Test(timeout = 4000)\n public void test095() throws Throwable {\n StringReader stringReader0 = new StringReader(\"r0j@\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n javaParserTokenManager0.getNextToken();\n assertEquals(2, javaCharStream0.bufpos);\n assertEquals(3, javaCharStream0.getColumn());\n }", "static String[] wrapLines(String s) {\n if (s.length() <= 80) {\n return new String[]{s};\n }\n int wc = countWrapSep(s);\n if (wc > 0) {\n int[] break_points = new int[wc];\n int offset = 0;\n for (int i = 0; i < wc; i++) {\n int index = s.indexOf('\\u001c', offset);\n break_points[i] = index;\n offset = index + 1;\n }\n\n int first_break = -1;\n for (int i = 0; i < break_points.length; i++) {\n int possible = break_points[i];\n if (possible > 80) {\n break;\n }\n first_break = possible;\n }\n if ( first_break == -1 ) {\n first_break = s.length();\n }\n\n int ws_length = 0;\n for (int i = 0; i < s.length(); i++) {\n if (s.charAt(i) == ' ')\n ++ws_length;\n else\n break;\n }\n String leading_ws = s.substring(0, ws_length);\n String head = s.substring(0, first_break);\n String tail = s.substring(first_break);\n //head = head.replaceAll(\"[\u001c]\", \"\");\n //tail = tail.replaceAll(\"[\u001c]\", \"\");\n return new String[]{head, leading_ws + double_indent + tail};\n }\n return null;\n }", "private static String readNullPaddedString(ByteBuffer data, int length) {\n byte[] bytes = new byte[length];\n data.get(bytes);\n int stringLength = bytes.length - 1;\n while (stringLength > 0 && bytes[stringLength] == 0) {\n stringLength--;\n }\n return new String(bytes, 0, stringLength+1, Charset.forName(\"utf-8\"));\n }", "protected abstract Buffer doCreateBuffer(byte[] data)\n throws BadParameterException, NoSuccessException;", "private String strBufToString() {\n return new String(strBuf, 0, strBufLen);\n }", "@Test(timeout = 4000)\n public void test080() throws Throwable {\n StringReader stringReader0 = new StringReader(\"c3UZts4z!|a\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 21, 21, 47);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n char[] charArray0 = new char[5];\n stringReader0.read(charArray0);\n javaParserTokenManager0.getNextToken();\n assertEquals(2, javaCharStream0.bufpos);\n assertEquals(23, javaCharStream0.getColumn());\n }", "public static Buffer createBuffer() throws BadParameterException,\n NoSuccessException {\n\treturn createBuffer((String)null);\n }", "@Test(timeout = 4000)\n public void test012() throws Throwable {\n StringReader stringReader0 = new StringReader(\"+%WC\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.readChar();\n javaCharStream0.readChar();\n try { \n javaCharStream0.FillBuff();\n fail(\"Expecting exception: IOException\");\n \n } catch(IOException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"com.soops.CEN4010.JMCA.JParser.JavaCharStream\", e);\n }\n }", "private BufferUtil() {\n\n }", "abstract public Buffer createBuffer();", "private int nextChar()\n {\n int result;\n\n // loop handles the next character whether it is in the buffer or not.\n if (m_bufferOffset_ < 0) {\n // we're working on the source and not normalizing. fast path.\n // note Thai pre-vowel reordering uses buffer too\n result = m_source_.next();\n }\n else {\n // we are in the buffer, buffer offset will never be 0 here\n if (m_bufferOffset_ >= m_buffer_.length()) {\n // Null marked end of buffer, revert to the source string and\n // loop back to top to try again to get a character.\n m_source_.setIndex(m_FCDLimit_);\n m_bufferOffset_ = -1;\n m_buffer_.setLength(0);\n return nextChar();\n }\n return m_buffer_.charAt(m_bufferOffset_ ++);\n }\n int startoffset = m_source_.getIndex();\n if (result < FULL_ZERO_COMBINING_CLASS_FAST_LIMIT_\n // Fast fcd safe path. trail combining class == 0.\n || m_collator_.getDecomposition() == Collator.NO_DECOMPOSITION\n || m_bufferOffset_ >= 0 || m_FCDLimit_ >= startoffset) {\n // skip the fcd checks\n return result;\n }\n\n if (result < LEAD_ZERO_COMBINING_CLASS_FAST_LIMIT_) {\n // We need to peek at the next character in order to tell if we are\n // FCD\n int next = m_source_.current();\n if (next == UCharacterIterator.DONE\n || next < LEAD_ZERO_COMBINING_CLASS_FAST_LIMIT_) {\n return result; // end of source string and if next character\n // starts with a base character is always fcd.\n }\n }\n\n // Need a more complete FCD check and possible normalization.\n if (!FCDCheck(result, startoffset)) {\n normalize();\n result = m_buffer_.charAt(0);\n m_bufferOffset_ = 1;\n }\n return result;\n }", "private CharSequence decode(ByteBuffer buf) {\n CharBuffer isodcb = null;\n CharsetDecoder isodecoder = UTF8.newDecoder();\n try {\n isodcb = isodecoder.decode(buf);\n } catch (CharacterCodingException e) {\n log.error(e);\n }\n return (CharSequence) isodcb;\n }", "private static void reverseIntraStringCharacterGroups(StringBuffer buf,\n int groupLength)\n {\n if (buf == null || groupLength <= 0 || groupLength > buf.length())\n {\n return;\n }\n char[][] reverseBuffer =\n new char[(int) Math.ceil(buf.length() / (groupLength * 1.0f))][];\n\n for (int currentPosition = 0, currentGroup = 0, positionInGroup = 0;\n currentPosition < buf.length(); currentPosition++)\n {\n if (positionInGroup == 0)\n {\n reverseBuffer[currentGroup] =\n new char[Math.min(groupLength, buf.length() - currentPosition)];\n }\n reverseBuffer[currentGroup][positionInGroup] =\n buf.charAt(currentPosition);\n positionInGroup++;\n if (positionInGroup == groupLength)\n {\n positionInGroup = 0;\n currentGroup++;\n }\n }\n\n // clear the buffer so that the characters can be added back in.\n buf.setLength(0);\n for (int currentGroup = 0; currentGroup < reverseBuffer.length;\n currentGroup++)\n {\n for (int currentPosition = reverseBuffer[currentGroup].length - 1;\n currentPosition >= 0; currentPosition--)\n {\n buf.append(reverseBuffer[currentGroup][currentPosition]);\n }\n }\n }", "private static void m2196a(StringBuffer stringBuffer, byte b) {\n stringBuffer.append(\"0123456789ABCDEF\".charAt((b >> 4) & 15)).append(\"0123456789ABCDEF\".charAt(b & 15));\n }", "private ByteBuffer encode(String str) {\n ByteBuffer bb = null;\n CharsetEncoder isoencoder = UTF8.newEncoder();\n try {\n bb = isoencoder.encode(CharBuffer.wrap(str));\n } catch (CharacterCodingException e) {\n log.error(e);\n }\n return bb;\n }", "@Test(timeout = 4000)\n public void test007() throws Throwable {\n StringReader stringReader0 = new StringReader(\"\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 3171, 3171, 3171);\n javaCharStream0.backup(74);\n javaCharStream0.BeginToken();\n javaCharStream0.GetImage();\n assertEquals(3097, javaCharStream0.bufpos);\n }", "private String asString(ByteBuffer buffer) {\n\t\tByteBuffer copy = buffer.duplicate();\n\t\tbyte[] bytes = new byte[copy.remaining()];\n\t\tcopy.get(bytes);\n\t\treturn new String(bytes, StandardCharsets.UTF_8);\n\t}", "@Test(timeout = 4000)\n public void test023() throws Throwable {\n StringReader stringReader0 = new StringReader(\"Gnzd86`;Gs=\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 14, 4094, 4075);\n javaCharStream0.BeginToken();\n int int0 = javaCharStream0.getEndColumn();\n assertEquals(0, javaCharStream0.bufpos);\n assertEquals(4094, int0);\n }", "@Test(timeout = 4000)\n public void test134() throws Throwable {\n FileDescriptor fileDescriptor0 = new FileDescriptor();\n MockFileInputStream mockFileInputStream0 = new MockFileInputStream(fileDescriptor0);\n StringReader stringReader0 = new StringReader(\"qC2NV{I?oox x04%Fm\\\"\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n javaCharStream0.ReInit((InputStream) mockFileInputStream0);\n assertEquals((-1), javaCharStream0.bufpos);\n }", "public CharSequence readCharSequence(int length, Charset charset)\r\n/* 515: */ {\r\n/* 516:526 */ recordLeakNonRefCountingOperation(this.leak);\r\n/* 517:527 */ return super.readCharSequence(length, charset);\r\n/* 518: */ }", "@Test(timeout = 4000)\n public void test062() throws Throwable {\n StringReader stringReader0 = new StringReader(\"b|}T=mM,PuM8AP|}\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 10, 0, 0);\n char char0 = javaCharStream0.BeginToken();\n assertEquals('b', char0);\n \n int int0 = javaCharStream0.getEndLine();\n assertEquals(10, javaCharStream0.getBeginLine());\n assertEquals(10, int0);\n assertEquals(0, javaCharStream0.getColumn());\n }", "ByteBuffer getStringTable(){\n return ByteBuffer.wrap(super.buf, 0, super.count);\n }", "private byte[] refreshBuffer() throws IOException {\n bufpos = 0;\n if (client.isTransferCancelled())\n return null;\n int count = client.readChunk(in, chunk, chunk.length);\n if (count < 0) {\n if (matchpos > 0) { \n pos += matchpos;\n buflen = matchpos;\n monitorCount += matchpos;\n byte[] tmp = new byte[matchpos];\n System.arraycopy(tmp, 0, prevBuf, 0, matchpos);\n matchpos = 0;\n return tmp;\n }\n return null;\n }\n try {\n // transform CRLF\n out.reset();\n for (int i = 0; i < count; i++) {\n if (chunk[i] == FTPClient.FTP_LINE_SEPARATOR[matchpos]) {\n prevBuf[matchpos] = chunk[i];\n matchpos++;\n if (matchpos == FTPClient.FTP_LINE_SEPARATOR.length) {\n out.write(LINE_SEPARATOR);\n pos += LINE_SEPARATOR.length;\n monitorCount += LINE_SEPARATOR.length;\n matchpos = 0;\n }\n }\n else { // no match\n // write out existing matches\n if (matchpos > 0) {\n out.write(prevBuf, 0, matchpos);\n pos += matchpos;\n monitorCount += matchpos;\n }\n out.write(chunk[i]);\n pos++;\n monitorCount++;\n matchpos = 0;\n } \n } \n byte[] result = out.toByteArray();\n buflen = result.length;\n return result;\n }\n finally {\n checkMonitor(); \n }\n }", "private String allocateString(final char charBuffer[], final int length) {\n //\n // We try to cache short strings\n if(length < 16) {\n //\n // building a simple hash with the characters from charBuffer\n int h = charBuffer[0] + 31;\n for(int i = 1 ; i < length; i++)\n h = h * 31 + charBuffer[i];\n //\n // calculate index within hashtable\n final int hashIndex = h & (_stringCache.length - 1);\n //\n // try to read cached string \n String cachedString = _stringCache[hashIndex];\n //\n // Found a cached string with correct length?\n if(cachedString != null && cachedString.length() == length) {\n int i = length - 1;\n //\n // Compare starting from the end\n while(i >= 0) {\n if(charBuffer[i] != cachedString.charAt(i))\n break;\n \n --i;\n }\n //\n // if both are equal we can return the cached instance of this string\n if(i < 0) \n return cachedString;\n } \n // \n // Write a new string to cache. overwrite any previous value\n cachedString = new String(charBuffer, 0, length);\n _stringCache[hashIndex] = cachedString;\n \n return cachedString;\n } \n \n return new String(charBuffer, 0, length);\n }", "public AppendableCharSequence(int length)\r\n/* 12: */ {\r\n/* 13: 26 */ if (length < 1) {\r\n/* 14: 27 */ throw new IllegalArgumentException(\"length: \" + length + \" (length: >= 1)\");\r\n/* 15: */ }\r\n/* 16: 29 */ this.chars = new char[length];\r\n/* 17: */ }", "@Test(timeout = 4000)\n public void test090() throws Throwable {\n StringReader stringReader0 = new StringReader(\"zXUk\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 2407, (-2632));\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n javaParserTokenManager0.getNextToken();\n assertEquals(3, javaCharStream0.bufpos);\n assertEquals((-2629), javaCharStream0.getEndColumn());\n }", "@Nonnull\n public String toBuf() {\n Buf buf = new Buf();\n Error.throwIfNeeded(jniToBuf(buf, getRawPointer()));\n return buf.getString().orElse(\"\");\n }", "private void wrapText() {\r\n if (atEnd()) {\r\n setPosition(0);\r\n updateMatcher();\r\n }\r\n }", "@Test(timeout = 4000)\n public void test108() throws Throwable {\n StringReader stringReader0 = new StringReader(\"^z{b>wblu8^IJ+?\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 21, 47, 21);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n javaParserTokenManager0.getNextToken();\n assertEquals(0, javaCharStream0.bufpos);\n assertEquals(47, javaCharStream0.getColumn());\n }", "private String avoidErrorChar (String original) {\n\t\tStringBuffer modSB = new StringBuffer();\n\t\tfor (int j=0; j < original.length(); j++) {\n\t\t\tchar c = original.charAt(j);\n\t\t\tif (c == '\\n') {\n\t\t\t\tmodSB.append(\"\\\\n\"); // rimpiazzo il ritorno a capo con il simbolo \\n\n\t\t\t} else if (c == '\"') {\n\t\t\t\tmodSB.append(\"''\"); // rimpiazzo le doppie virgolette (\") con due apostofi ('')\n\t\t\t} else if ((int)c > 31 || (int)c !=127){ // non stampo i primi 32 caratteri di controllo\n\t\t\t\tmodSB.append(c);\n\t\t\t}\n\t\t}\n\t\treturn modSB.toString();\n\t}", "private void _writeStringCustom(int len)\n/* */ throws IOException, JsonGenerationException\n/* */ {\n/* 1261 */ int end = this._outputTail + len;\n/* 1262 */ int[] escCodes = this._outputEscapes;\n/* 1263 */ int maxNonEscaped = this._maximumNonEscapedChar < 1 ? 65535 : this._maximumNonEscapedChar;\n/* 1264 */ int escLimit = Math.min(escCodes.length, maxNonEscaped + 1);\n/* 1265 */ int escCode = 0;\n/* 1266 */ CharacterEscapes customEscapes = this._characterEscapes;\n/* */ \n/* */ \n/* 1269 */ while (this._outputTail < end)\n/* */ {\n/* */ char c;\n/* */ do\n/* */ {\n/* 1274 */ c = this._outputBuffer[this._outputTail];\n/* 1275 */ if (c < escLimit) {\n/* 1276 */ escCode = escCodes[c];\n/* 1277 */ if (escCode != 0)\n/* */ break;\n/* */ } else {\n/* 1280 */ if (c > maxNonEscaped) {\n/* 1281 */ escCode = -1;\n/* 1282 */ break;\n/* */ }\n/* 1284 */ if ((this._currentEscape = customEscapes.getEscapeSequence(c)) != null) {\n/* 1285 */ escCode = -2;\n/* 1286 */ break;\n/* */ }\n/* */ }\n/* 1289 */ } while (++this._outputTail < end);\n/* 1290 */ break;\n/* */ \n/* */ \n/* 1293 */ int flushLen = this._outputTail - this._outputHead;\n/* 1294 */ if (flushLen > 0) {\n/* 1295 */ this._writer.write(this._outputBuffer, this._outputHead, flushLen);\n/* */ }\n/* 1297 */ this._outputTail += 1;\n/* 1298 */ _prependOrWriteCharacterEscape(c, escCode);\n/* */ }\n/* */ }", "@Override\n protected int getCharacterPosition() {\n return charsContentAlreadyStored + content.length();\n }", "@Override\n public void onNext(List<ByteBuffer> buffers) {\n for (ByteBuffer buffer : buffers) {\n if (buffer.limit() != buffer.capacity()) {\n final int limit = buffer.limit();\n final int position = buffer.position();\n buffer.position(buffer.limit());\n buffer.limit(buffer.capacity());\n while (buffer.hasRemaining())\n buffer.put((byte)'X');\n buffer.position(position); // restore original position\n buffer.limit(limit); // restore original limit\n }\n }\n asString.onNext(buffers);\n }", "private char read() throws SAXException, IOException {\n for (;;) { // the loop is here for the CRLF case\n if (unreadBuffer != -1) {\n char c = (char) unreadBuffer;\n unreadBuffer = -1;\n return c;\n }\n assert (bufLen > -1);\n pos++;\n assert pos <= bufLen;\n linePrev = line;\n colPrevPrev = colPrev;\n colPrev = col;\n col++;\n if (pos == bufLen) {\n boolean charDataContinuation = false;\n if (cstart > -1) {\n flushChars();\n charDataContinuation = true;\n }\n bufLen = reader.read(buf);\n assert bufLen <= buf.length;\n if (bufLen == -1) {\n return '\\u0000';\n } else {\n for (int i = 0; i < characterHandlers.length; i++) {\n CharacterHandler ch = characterHandlers[i];\n ch.characters(buf, 0, bufLen);\n }\n }\n if (charDataContinuation) {\n cstart = 0;\n }\n pos = 0;\n }\n char c = buf[pos];\n if (c > '\\u007F' && nonAsciiProhibited\n && !alreadyComplainedAboutNonAscii) {\n err(\"The character encoding of the document was not explicit but the document contains non-ASCII.\");\n }\n switch (c) {\n case '\\n':\n /*\n * U+000D CARRIAGE RETURN (CR) characters, and U+000A LINE\n * FEED (LF) characters, are treated specially. Any CR\n * characters that are followed by LF characters must be\n * removed, and any CR characters not followed by LF\n * characters must be converted to LF characters.\n */\n if (prev == '\\r') {\n // swallow the LF\n colPrev = colPrevPrev;\n col = 0;\n if (cstart != -1) {\n flushChars();\n cstart = pos + 1;\n }\n prev = c;\n continue;\n } else {\n linePrev = line;\n line++;\n colPrevPrev = colPrev;\n colPrev = col;\n col = 0;\n }\n break;\n case '\\r':\n c = buf[pos] = '\\n';\n linePrev = line;\n line++;\n colPrevPrev = colPrev;\n colPrev = col;\n col = 0;\n prev = '\\r';\n if (contentModelFlag != ContentModelFlag.PCDATA) {\n prevFourPtr++;\n prevFourPtr %= 4;\n prevFour[prevFourPtr] = c;\n }\n return c;\n case '\\u0000':\n /*\n * All U+0000 NULL characters in the input must be replaced\n * by U+FFFD REPLACEMENT CHARACTERs. Any occurrences of such\n * characters is a parse error.\n */\n err(\"Found U+0000 in the character stream.\");\n c = buf[pos] = '\\uFFFD';\n break;\n case '\\u000B':\n case '\\u000C':\n if (inContent) {\n if (contentNonXmlCharPolicy == XmlViolationPolicy.FATAL) {\n fatal(\"This document is not mappable to XML 1.0 without data loss due to a character that is not a legal XML 1.0 character.\");\n } else {\n if (contentNonXmlCharPolicy == XmlViolationPolicy.ALTER_INFOSET) {\n c = buf[pos] = ' ';\n }\n warn(\"This document is not mappable to XML 1.0 without data loss due to a character that is not a legal XML 1.0 character.\");\n }\n }\n break;\n default:\n if ((c & 0xFC00) == 0xDC00) {\n // Got a low surrogate. See if prev was high surrogate\n if ((prev & 0xFC00) == 0xD800) {\n int intVal = (prev << 10) + c + SURROGATE_OFFSET;\n if (isNonCharacter(intVal)) {\n warn(\"Astral non-character.\");\n }\n if (isAstralPrivateUse(intVal)) {\n warnAboutPrivateUseChar();\n }\n } else {\n // XXX figure out what to do about lone high\n // surrogates\n err(\"Found low surrogate without high surrogate.\");\n c = buf[pos] = '\\uFFFD';\n }\n } else if (inContent && (c < ' ' || isNonCharacter(c))\n && (c != '\\t')) {\n if (contentNonXmlCharPolicy == XmlViolationPolicy.FATAL) {\n fatal(\"This document is not mappable to XML 1.0 without data loss due to a character that is not a legal XML 1.0 character.\");\n } else {\n if (contentNonXmlCharPolicy == XmlViolationPolicy.ALTER_INFOSET) {\n c = buf[pos] = '\\uFFFD';\n }\n warn(\"This document is not mappable to XML 1.0 without data loss due to a character that is not a legal XML 1.0 character.\");\n }\n } else if (isPrivateUse(c)) {\n warnAboutPrivateUseChar();\n }\n }\n prev = c;\n if (contentModelFlag != ContentModelFlag.PCDATA) {\n prevFourPtr++;\n prevFourPtr %= 4;\n prevFour[prevFourPtr] = c;\n }\n return c;\n }\n }", "private static Buffer toBytes(String str) {\n try {\n return new Buffer(str.getBytes(\"UTF-8\"));\n } catch(java.io.UnsupportedEncodingException e) {\n throw new RuntimeException(\"UTF-8 not supported.\", e);\n }\n }", "@Test(timeout = 4000)\n public void test113() throws Throwable {\n StringReader stringReader0 = new StringReader(\"XlJO@=TH|\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 124, 1);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n Token token0 = javaParserTokenManager0.getNextToken();\n assertEquals(3, javaCharStream0.bufpos);\n assertEquals(\"XlJO\", token0.toString());\n }", "private void appendStrBuf(char c) {\n if (strBufLen == strBuf.length) {\n char[] newBuf = new char[strBuf.length + BUFFER_GROW_BY];\n System.arraycopy(strBuf, 0, newBuf, 0, strBuf.length);\n strBuf = newBuf;\n }\n strBuf[strBufLen++] = c;\n }", "public abstract void mo2157b(CharSequence charSequence);", "private C0054e m186a(CharSequence charSequence, RuntimeException runtimeException) {\n String obj;\n if (charSequence.length() > 64) {\n obj = charSequence.subSequence(0, 64).toString() + \"...\";\n } else {\n obj = charSequence.toString();\n }\n return new C0054e(\"Text '\" + obj + \"' could not be parsed: \" + runtimeException.getMessage(), charSequence, 0, runtimeException);\n }", "private ByteBuffer internalNioBuffer()\r\n/* 532: */ {\r\n/* 533:545 */ ByteBuffer tmpNioBuf = this.tmpNioBuf;\r\n/* 534:546 */ if (tmpNioBuf == null) {\r\n/* 535:547 */ this.tmpNioBuf = (tmpNioBuf = ByteBuffer.wrap(this.array));\r\n/* 536: */ }\r\n/* 537:549 */ return tmpNioBuf;\r\n/* 538: */ }", "private String longStrBufToString() {\n if (longStrBufPending != '\\u0000') {\n appendLongStrBuf(longStrBufPending);\n }\n return new String(longStrBuf, 0, longStrBufLen);\n }" ]
[ "0.60023373", "0.5854597", "0.57657266", "0.56863004", "0.5629409", "0.56064475", "0.54960257", "0.5484823", "0.5470923", "0.5443135", "0.5435241", "0.54099137", "0.5404391", "0.538517", "0.5378129", "0.5360825", "0.5342139", "0.5338418", "0.53341234", "0.53212583", "0.529607", "0.5276953", "0.5271243", "0.5269134", "0.526797", "0.52639395", "0.5240263", "0.5229651", "0.5223546", "0.52203673", "0.52037144", "0.519561", "0.51903164", "0.51743627", "0.5164395", "0.51490295", "0.5145528", "0.51407194", "0.5135729", "0.51281565", "0.5126565", "0.51231056", "0.5114954", "0.5112756", "0.50881124", "0.50829864", "0.5076435", "0.50760555", "0.5072547", "0.5067952", "0.50613904", "0.50558245", "0.5036095", "0.50353277", "0.5033484", "0.502865", "0.5027784", "0.50187695", "0.5018695", "0.5005655", "0.5000796", "0.49986058", "0.49941874", "0.49929655", "0.49876365", "0.49814332", "0.4980476", "0.4970345", "0.4961636", "0.49495667", "0.4946299", "0.49287266", "0.49280676", "0.4926567", "0.49058944", "0.49053207", "0.4903724", "0.48937052", "0.488829", "0.48769802", "0.4876113", "0.48689198", "0.48593855", "0.48546475", "0.4853965", "0.48507208", "0.48500523", "0.48489222", "0.4848522", "0.4840424", "0.48388728", "0.48355874", "0.4825064", "0.48239014", "0.48204935", "0.4816969", "0.48078862", "0.48045078", "0.48018786", "0.48012787" ]
0.5935795
1
suffix may be null, see javadocs for File.createTempFile
public static FileWrapper createTempFile( String prefix, String suffix, boolean deleteOnExit ) throws IOException { inputs.notNull( prefix, "prefix" ); File tmp = File.createTempFile( prefix, suffix ); if ( deleteOnExit ) tmp.deleteOnExit(); return new FileWrapper( tmp ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static String createTempFile(final String prefix, final String suffix, final boolean deleteOnExit, final boolean inTempDir) throws IOException {\n\n return FileSystem.getInstance(prefix).createTempFile(prefix, suffix, deleteOnExit, inTempDir);\n }", "public static File createTempFile(String prefix, String suffix, File directory) {\n\t\tFile tempFile = null;\n try {\n\t tempFile = File.createTempFile(prefix, suffix, directory);\n\t tempFile.deleteOnExit();\n\t \n\t if (!tempFiles.contains(tempFile) && !tempFiles.contains(tempFile.getParentFile())) {\n\t tempFiles.add(tempFile);\n }\n } catch (IOException e) {\n \tlog.error(\"Failed to create the Temp file.\", e);\n }\n\t\treturn tempFile;\n\t}", "private File createTempFile(TransferSongMessage message)\n throws IOException {\n File outputDir = MessagingService.this.getCacheDir(); // context being the Activity pointer\n String filePrefix = UUID.randomUUID().toString().replace(\"-\", \"\");\n int inx = message.getSongFileName().lastIndexOf(\".\");\n String extension = message.getSongFileName().substring(inx + 1);\n File outputFile = File.createTempFile(filePrefix, extension, outputDir);\n return outputFile;\n }", "private String generateComponentFileName (String suffix) {\n return FileBroker.generateTemporaryFileName(hashCode(),\n clientSite,\n saveId,\n suffix);\n }", "String createTempFile(String text,String filename) {\r\n\t\tString tmpDirectory = Configuration.getConfiguration().getMpdTmpSubDir();\r\n\t\tif(!tmpDirectory.endsWith(java.io.File.separator)) {\r\n\t\t\ttmpDirectory += java.io.File.separator;\r\n\t\t}\r\n\t\tconvert(text,Configuration.getConfiguration().getMpdFileDirectory(),tmpDirectory+filename);\r\n\t\t\r\n\t\treturn tmpDirectory+filename;\r\n\t}", "public File createTempDir(String prefix, String suffix) {\n try {\n // Create a tempfile, and delete it.\n File file = File.createTempFile(prefix, suffix, baseDir);\n\n if (!file.delete()) {\n throw new IOException(\"Unable to create temp file\");\n }\n\n // Create it as a directory.\n File dir = new File(file.getAbsolutePath());\n if (!dir.mkdirs()) {\n throw new UncheckedIOException(\n new IOException(\"Cannot create profile directory at \" + dir.getAbsolutePath()));\n }\n\n // Create the directory and mark it writable.\n FileHandler.createDir(dir);\n\n temporaryFiles.add(dir);\n return dir;\n } catch (IOException e) {\n throw new UncheckedIOException(\n new IOException(\"Unable to create temporary file at \" + baseDir.getAbsolutePath()));\n }\n }", "private File createTempFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n File albumF = getAlbumDir();\n File mediaF = null;\n\n profile = IMG_FILE_PREFIX + timeStamp+\"_\";\n mediaF = File.createTempFile(profile, IMG_FILE_SUFFIX, albumF);\n\n return mediaF;\n }", "public String createUniqueSuffix(String filename) {\n \t\tint fileTypeIdx = filename.lastIndexOf('.');\n \t\tString fileType = filename.substring(fileTypeIdx); // Let the fileType include the leading '.'\n \n \t\tfilename = filename.substring(0, fileTypeIdx); // Strip off the leading '/' from the filename\n \n \tSimpleDateFormat timestampFormatter = new SimpleDateFormat(\"yyyyMMddHHmmssSSS\");\n \t\tString timstampStr = '_' + timestampFormatter.format(new Date());\n \n \t\treturn filename + timstampStr + fileType;\n \t}", "private String getTempFileString() {\n final File path = new File(getFlagStoreDir() + String.valueOf(lJobId) + File.separator);\n // // If this does not exist, we can create it here.\n if (!path.exists()) {\n path.mkdirs();\n }\n //\n return new File(path, Utils.getDeviceUUID(this)+ \".jpeg\")\n .getPath();\n }", "private File createTempFolder(String osBasePath, String prefix, String suffix) {\n File baseTempFolder = getTempFolder(osBasePath);\n if (!baseTempFolder.isDirectory()) {\n if (baseTempFolder.isFile()) {\n deleteFileOrFolder(baseTempFolder);\n }\n if (!baseTempFolder.mkdirs()) {\n return null;\n }\n }\n for (int i = 1; i < 100; i++) {\n File folder = new File(baseTempFolder, String.format(\"%1$s.%2$s%3$02d\", prefix, suffix, i));\n if (!folder.exists()) {\n return folder;\n }\n }\n return null;\n }", "public static File createTempFile() throws Exception {\n File dir = tempFileDirectory();\n dir.mkdirs();\n File tempFile = File.createTempFile(\"tst\", null, dir);\n dir.deleteOnExit(); // Not fail-safe on android )¬;\n return tempFile;\n }", "public TempFileGenerator(String dir, String nameBase, String nameSuffix)\r\n {\r\n init(nameBase, nameSuffix);\r\n }", "private File createTempFile(WorkDirectory workDir, BackupPolicy backupPolicy)\n throws IOException {\n int MAX_TRIES = 100; // absurdly big limit, but a limit nonetheless\n for (int i = 0; i < MAX_TRIES; i++) {\n File tempFile = new File(resultsFile.getPath() + \".\" + i + \".tmp\");\n if (tempFile.createNewFile()) {\n return tempFile;\n }\n }\n throw new IOException(\"could not create temp file for \" + resultsFile + \": too many tries\");\n }", "private String saveTmpFile(ByteBuffer b, int offset, int len, String filename_hint) {\n\t\t\tString path = \"\";\n\t\t\tif (len > 0) {\n\t\t\t\tFileOutputStream fileOutputStream = null;\n\t\t\t\ttry {\n\t\t\t\t\tTempFile tempFile = this.tempFileManager.createTempFile(filename_hint);\n\t\t\t\t\tByteBuffer src = b.duplicate();\n\t\t\t\t\tfileOutputStream = new FileOutputStream(tempFile.getName());\n\t\t\t\t\tFileChannel dest = fileOutputStream.getChannel();\n\t\t\t\t\tsrc.position(offset).limit(offset + len);\n\t\t\t\t\tdest.write(src.slice());\n\t\t\t\t\tpath = tempFile.getName();\n\t\t\t\t} catch (Exception e) { // Catch exception if any\n\t\t\t\t\tthrow new Error(e); // we won't recover, so throw an error\n\t\t\t\t} finally {\n\t\t\t\t\tsafeClose(fileOutputStream);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn path;\n\t\t}", "private File createImageFileName() throws IOException {\n String timestamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n //there are two types of SimpleDateFormat and Date()\n String prepend = \"JPEG_\" + timestamp + \"_\";\n File imageFile = File.createTempFile(prepend, \".jpg\", mImageFolder);\n mImageFileName = imageFile.getAbsolutePath();\n return imageFile;\n\n }", "protected String getFilename(String prefix) {\n return prefix + mFileNameDelimiter + UUID.randomUUID();\n }", "public void setSuffix(String suffix) {\n this.suffix = suffix;\n }", "public static void createTempFileForLinux() throws IOException {\n Path path = Files.createTempFile(\"temp_linux_file\", \".txt\",\n PosixFilePermissions.asFileAttribute(PosixFilePermissions.fromString(\"rw-------\")));\n System.out.println(\"Path is : \" + path.toFile().getAbsolutePath());\n }", "public void setSuffix(java.lang.String suffix) {\r\n this.suffix = suffix;\r\n }", "public TempFileGenerator(String nameBase, String nameSuffix) throws SOAPIException\r\n {\r\n try{\r\n properties = new Properties(); \r\n properties.load(getClass().getClassLoader().getResourceAsStream(\"soapi.properties\"));\r\n dir = properties.getProperty(\"tempDirectory\"); \r\n }\r\n catch(Exception e)\r\n {\r\n throw new SOAPIException(e);\r\n }\r\n \r\n if (!(new File(dir)).isDirectory()) \r\n dir = \"\";\r\n if (dir == null)\r\n dir = \"\";\r\n init(nameBase, nameSuffix);\r\n }", "File createFile(String name) throws IOException {\n File storageFile = File.createTempFile(FILE_PREFIX + name + \"_\", null, this.subDirectories[fileCounter.getAndIncrement()&(this.subDirectories.length-1)]); //$NON-NLS-1$\n if (LogManager.isMessageToBeRecorded(org.teiid.logging.LogConstants.CTX_BUFFER_MGR, MessageLevel.DETAIL)) {\n LogManager.logDetail(org.teiid.logging.LogConstants.CTX_BUFFER_MGR, \"Created temporary storage area file \" + storageFile.getAbsoluteFile()); //$NON-NLS-1$\n }\n return storageFile;\n }", "public static File makeTempDir(String prefix){\n try {\n return Files.createTempDirectory(prefix).toFile();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "public void setSuffix(java.lang.String suffix) {\n this.suffix = suffix;\n }", "private static Path createTempFile(String folderName) throws IOException {\n while (true) {\n String fileName = UUID.randomUUID().toString();\n Path filePath = Paths.get(folderName + \"/\" + fileName);\n\n if (Files.notExists(filePath)) {\n Files.createFile(filePath);\n return filePath;\n }\n }\n }", "public void setPathSuffix(String pathSuffix);", "public void setSuffix(String suffix) {\n this.suffix = (suffix != null ? suffix : \"\");\n }", "private String generateFilename() {\n UUID uuid = UUID.randomUUID();\n return uuid.toString();\n }", "public final String getSuffix() {\n/* 62 */ return \".jpg\";\n/* */ }", "private String generateFileName() {\n\t\t\n\t\treturn \"/tmp/logger.java_log\" + new Random().nextInt();\n\t}", "void setSuffix(String suffix);", "public static String createFotoFileName(String prefix) {\n return prefix + \"_\" + DateUtil.getCurrentDateTimeAsString(\"yyyyMMdd_hhmmss\") + \".jpg\";\n }", "public interface TempFileManager {\n\n\t\tvoid clear();\n\n\t\tpublic TempFile createTempFile(String filename_hint) throws Exception;\n\t}", "private static File createTempFile(final byte[] data) throws IOException {\r\n \t// Genera el archivo zip temporal a partir del InputStream de entrada\r\n final File zipFile = File.createTempFile(\"sign\", \".zip\"); //$NON-NLS-1$ //$NON-NLS-2$\r\n final FileOutputStream fos = new FileOutputStream(zipFile);\r\n\r\n fos.write(data);\r\n fos.flush();\r\n fos.close();\r\n\r\n return zipFile;\r\n }", "public boolean setTempFile() {\n try {\n tempFile = File.createTempFile(CleanupThread.DOWNLOAD_FILE_PREFIX_PR, FileExt);\n Log.getInstance().write(Log.LOGLEVEL_TRACE, \"RecordingEpisode.setTempFile: \" + tempFile.getAbsolutePath());\n } catch (IOException e) {\n Log.getInstance().write(Log.LOGLEVEL_ERROR, \"RecordingEpisode.setTempFile: Exception creating tempfile. \" + e.getMessage());\n return false;\n }\n\n if (tempFile==null || !(tempFile instanceof File)) {\n Log.getInstance().write(Log.LOGLEVEL_ERROR, \"RecordingEpisode.setTempFile: Failed to create valid tempFile.\");\n return false;\n }\n\n return true;\n }", "private File createNewFile(String prefix){\n if(prefix==null || \"\".equalsIgnoreCase(prefix)){\n prefix=\"IMG_\";\n }\n File newDirectory = new File(Environment.getExternalStorageDirectory()+\"/mypics/\");\n if(!newDirectory.exists()){\n if(newDirectory.mkdir()){\n Log.d(mContex.getClass().getName(), newDirectory.getAbsolutePath()+\" directory created\");\n }\n }\n File file = new File(newDirectory,(prefix+ System.currentTimeMillis()+\".jpg\"));\n if(file.exists()){\n //this wont be executed\n file.delete();\n try {\n file.createNewFile();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n\n return file;\n }", "static File createTempImageFile(Context context)\n throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\",\n Locale.getDefault()).format(new Date());\n String imageFileName = \"AZTEK\" + timeStamp + \"_\";\n\n globalImageFileName = imageFileName;\n\n File storageDir = context.getExternalCacheDir();\n\n return File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n }", "private static File createTempDir() {\n\t\tFile baseDir = new File(\"/opt/tomcat7/temp\");\r\n\t\tString baseName = \"omicseq-TempStorage\" + \"-\";\r\n\r\n\t\tfor (int counter = 0; counter < 10000; counter++) {\r\n\t\t\tFile tempDir = new File(baseDir, baseName + counter);\r\n\t\t\tif (!tempDir.exists()) {\r\n\t\t\t\tif (tempDir.mkdir())\r\n\t\t\t\t\treturn tempDir;\r\n\t\t\t} else\r\n\t\t\t\treturn tempDir;\r\n\t\t}\r\n\t\treturn null;\r\n\t}", "@SuppressWarnings(\"TailRecursion\")\n // As long as the specified path does not contain files with names matching a random UUID value,\n // recursive calls should not happen.\n private static File createFileUnderPath(Path path) {\n var fileName = UUID.randomUUID().toString();\n var result = new File(path.toFile(), fileName);\n if (result.exists()) {\n return createFileUnderPath(path);\n }\n try {\n result.createNewFile();\n return result;\n } catch (IOException e) {\n throw Exceptions.newIllegalStateException(e,\n \"Could not create a temporary file in %s.\",\n path.toAbsolutePath());\n }\n }", "protected String tmpname() {\n\t\tsynchronized ( OsLib.class ) {\n\t\t\treturn TMP_PREFIX+(tmpnames++)+TMP_SUFFIX;\n\t\t}\n\t}", "@Override\n protected void createFile(String directoryName, String fileNamePrefix) {\n }", "private File createVideoFileName() throws IOException {\n String timestamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n //there are two types of SimpleDateFormat and Date()\n String prepend = \"VIDEO_\" + timestamp + \"_\";\n File videoFile = File.createTempFile(prepend, \".mp4\", mVideoFolder);\n mVideoFileName = videoFile.getAbsolutePath();\n return videoFile;\n\n }", "private File createImageFile() throws IOException {\n @SuppressLint({\"NewApi\", \"LocalSuppress\"}) String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\", Locale.getDefault()).format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = Environment.getExternalStoragePublicDirectory(\n Environment.DIRECTORY_PICTURES);\n return File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n }", "private static File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = JPEG_FILE_PREFIX + timeStamp + \"_\";\n File albumF = getAlbumDir();\n File imageF = File.createTempFile(imageFileName, JPEG_FILE_SUFFIX, albumF);\n return imageF;\n }", "private static File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = JPEG_FILE_PREFIX + timeStamp + \"_\";\n File albumF = getAlbumDir();\n File imageF = File.createTempFile(imageFileName, JPEG_FILE_SUFFIX, albumF);\n return imageF;\n }", "private static Path saveTempFile(InputStream input) throws IOException {\n\t\tPath tempFile = Files.createTempFile(null, \".csv\");\n\t\tFiles.copy(input, tempFile, StandardCopyOption.REPLACE_EXISTING);\n\n\t\tinput.close();\n\n\t\t// TODO delete tempFile\n\t\treturn tempFile;\n\t}", "public static File CreateTempFile(String fileName, String resourcePath) throws IOException {\n \n /*if (tempDirectoryPath == null) {\n tempDirectoryPath = Files.createTempDirectory(null);\n System.getSecurityManager().checkDelete(tempDirectoryPath.toFile().toString());\n System.out.println(\"Temp path: \" + tempDirectoryPath);\n System.out.println(\"Temp path: \" + tempDirectoryPath.toString());\n System.out.println(\"Temp path: \" + tempDirectoryPath.toFile().toString());\n }*/\n \n File tempFile = null;\n InputStream input = null;\n OutputStream output = null;\n \n try {\n // Create temporary file\n //tempFile = File.createTempFile(tempDirectoryPath.getFileName() + File.separator + fileName , null);\n //System.out.println(\"Temp file: \" + tempFile);\n tempFile = File.createTempFile(filePrefix + fileName , null);\n tempFile.setReadable(false , false);\n tempFile.setReadable(true , true);\n tempFile.setWritable(true , true);\n tempFile.setExecutable(true , true);\n tempFile.deleteOnExit();\n \n // Read resource and write to temp file\n output = new FileOutputStream(tempFile);\n if (resourcePath != null) {\n input = Main.class.getClassLoader().getResourceAsStream(resourcePath);\n\n byte[] buffer = new byte[1024];\n int read;\n\n if (input == null) {\n Logger.log(\"Resource '\" + fileName + \"' at '\" + resourcePath + \"' not available!\");\n } else {\n while ((read = input.read(buffer)) != -1) {\n output.write(buffer , 0 , read);\n }\n }\n }\n } catch (IOException ex) {\n throw(ex);\n } finally {\n close(input);\n close(output);\n }\n return tempFile;\n }", "public static File createTemporaryCacheFile(CacheKey cacheKey) throws IOException {\n // Create a file in Java temp directory with cacheKey.toSting() as file name.\n\n File file = File.createTempFile(cacheKey.toString(), \".tmp\");\n if (null != file) {\n log.debug(\"Temp file created with the name - {}\", cacheKey.toString());\n }\n return file;\n }", "public static File writeObjectToTempFile(Serializable o, String filename)\n/* */ throws IOException\n/* */ {\n/* 76 */ File file = File.createTempFile(filename, \".tmp\");\n/* 77 */ file.deleteOnExit();\n/* 78 */ ObjectOutputStream oos = new ObjectOutputStream(new BufferedOutputStream(new GZIPOutputStream(new FileOutputStream(file))));\n/* 79 */ oos.writeObject(o);\n/* 80 */ oos.close();\n/* 81 */ return file;\n/* */ }", "private File createImageFile() throws IOException\r\n {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\r\n String imageFileName = \"MYAPPTEMP_\" + timeStamp + \"_\";\r\n File storageDir = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES);\r\n File image = File.createTempFile(imageFileName, /* prefix */\r\n \".jpg\", /* suffix */\r\n storageDir /* directory */\r\n );\r\n\r\n return image;\r\n }", "private File createImageFile() throws IOException{\n @SuppressLint(\"SimpleDateFormat\")\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"img_\"+timeStamp+\"_\";\n File storageDir = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES);\n return File.createTempFile(imageFileName,\".jpg\",storageDir);\n }", "public static File MakeNewFile(String hint) throws IOException {\n File file = new File(hint);\n String name = GetFileNameWithoutExt(hint);\n String ext = GetFileExtension(hint);\n int i = 0;\n while (file.exists()) {\n file = new File(name + i + \".\" + ext);\n ++i;\n }\n\n file.createNewFile();\n\n return file;\n }", "private String constructFileName(String filename, int index, String timestamp)\r\n\t{\r\n\r\n\t\tStringBuffer tempFileName = new StringBuffer();\r\n\t\tif (null == timestamp || \"\".equals(timestamp))\r\n\t\t{\r\n\t\t\tSimpleDateFormat currentDate = new SimpleDateFormat(this.getDatePattern());\r\n\t\t\ttimestamp = currentDate.format(new Date());\r\n\t\t}\r\n\t\tFile file = new File(filename);\r\n\t\tString absFile = file.getName();\r\n\t\tString absPath = file.getParent();\r\n\t\tString filenameFirstPart = absFile;\r\n\t\tString ext = \"\";\r\n\t\tif (this.getSuffixOrPrefix().equals(PREFIXCONST))\r\n\t\t{\r\n\t\t\tfilenameFirstPart = retrieveFileNameWithOutExt(absFile);\r\n\t\t\text = retrieveFileExtension(absFile);\r\n\t\t}\r\n\t\tString appender = ext.equals(\"\") ? \"\" : \".\";\r\n\t\ttempFileName.append(absPath);\r\n\t\ttempFileName.append(File.separatorChar);\r\n\t\ttempFileName.append(filenameFirstPart);\r\n\t\ttempFileName.append(this.getPatternSeparator());\r\n\t\ttempFileName.append(timestamp);\r\n\t\ttempFileName.append(this.getPatternSeparator());\r\n\t\ttempFileName.append(index < 10 ? \"0\" + index : index);\r\n\t\tif (this.getSuffixOrPrefix().equals(PREFIXCONST))\r\n\t\t{\r\n\t\t\ttempFileName.append(appender);\r\n\t\t\ttempFileName.append(ext);\r\n\t\t}\r\n\t\treturn tempFileName.toString();\r\n\r\n\t}", "private File getImageFile() throws IOException {\n\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n\n String imageName = \".jpg_\" + timeStamp + \"_\";\n\n File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n\n\n File imageFile = File.createTempFile(imageName, \".jpg\", storageDir);\n\n\n return imageFile;\n }", "public String getRandomNonExistingFile()\n\t{\n\t\tRandom r = new Random((long)0xff);\n\t\tint index = Math.abs(r.nextInt()) % this.prefix.size();\n\t\tint temp = 0;\n\t\t\n\t\tIterator<Entry<String, byte[]>> existing = this.prefix.entrySet().iterator();\n\t\tEntry<String, byte[]> entry = null;\n\t\twhile (existing.hasNext() && temp <= index) \n\t\t\t entry = existing.next();\n\t\tString filename = entry.getKey();\n\t\treturn filename.substring(0, filename.length() - 1);\t\t\n\t}", "private File createImageFile() throws IOException {\n // Create an image file name\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES);\n File imageFile = File.createTempFile(imageFileName, \".jpg\", storageDir);\n return imageFile;\n }", "private static File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = MyApplication.getContext().getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n File image = File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n return image;\n }", "private static File extractFromJar(String resource, String fileName, String suffix) throws IOException {\n URL res = Main.class.getResource(resource);\n\n // put this jar in a file system so that we can load jars from there\n File tmp;\n try {\n tmp = File.createTempFile(fileName,suffix);\n } catch (IOException e) {\n String tmpdir = System.getProperty(\"java.io.tmpdir\");\n IOException x = new IOException(\"Hudson has failed to create a temporary file in \" + tmpdir);\n x.initCause(e);\n throw x;\n }\n InputStream is = res.openStream();\n try {\n OutputStream os = new FileOutputStream(tmp);\n try {\n copyStream(is,os);\n } finally {\n os.close();\n }\n } finally {\n is.close();\n }\n tmp.deleteOnExit();\n return tmp;\n }", "public String generateFileName()\r\n {\r\n for (;;)\r\n {\r\n String name = generateFileName(\"_\" + Math.abs(random.nextInt()));\r\n if (!(new File(name)).exists())\r\n return name;\r\n }\r\n }", "private String generateFileName(MultipartFile multiPart) {\n return new Date().getTime() + \"-\" + multiPart.getOriginalFilename().replace(\" \", \"_\");\n }", "private File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = Environment.getExternalStoragePublicDirectory(\n Environment.DIRECTORY_PICTURES);\n File imageFile = File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n return imageFile;\n }", "public static File createSmallFile() throws IOException{\n\t\tFile smallFile = File.createTempFile(\"TempFile\", \".txt\");\n\t\tsmallFile.deleteOnExit();\n\t\t\n\t\tWriter writer = new OutputStreamWriter(new FileOutputStream(smallFile));\n\t\twriter.write(\"0\");\n\t\twriter.close();\n\t\treturn smallFile;\n\t\t\t\t\n\t}", "private File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = JPEG_FILE_PREFIX + timeStamp + \"_\";\n File albumF = getAlbumDir();\n File imageF = File.createTempFile(imageFileName, JPEG_FILE_SUFFIX, albumF);\n return imageF;\n }", "private File createImageFile() throws IOException {\n // Create an image file name\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n return File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n }", "public static void main(String[] args) {\n File file = new File (\"tesEt.txt\");\n // Path file = Paths.get(\"test.txt\");\n // System.out.println(file.get);\n System.out.println(file.getAbsoluteFile());\n System.out.println(file.isAbsolute());\n System.out.println(file.exists());\n \n // try {\n // // File.createTempFile(\"prefix\", \"suffix\");\n // sy\n // } catch (IOException e) {\n // // TODO Auto-generated catch block\n // e.printStackTrace();\n // }finally\n // {\n // System.out.println(\"hehehehe\");\n // }\n // file.\n\n }", "private void saveTempFile(DigitalObject object) {\n String tempFileName = tempDir.getAbsolutePath() + \"/\" + System.nanoTime();\n OutputStream fileStream;\n try {\n fileStream = new BufferedOutputStream(new FileOutputStream(tempFileName));\n if (object != null) {\n byte[] data = object.getData().getData();\n if (data != null) {\n\n fileStream.write(data);\n }\n }\n fileStream.close();\n tempFiles.put(object, tempFileName);\n } catch (FileNotFoundException e) {\n log.error(\"Failed to store tempfile\", e);\n } catch (IOException e) {\n log.error(\"Failed to store tempfile\", e);\n }\n }", "private File createImageFile() throws IOException {\n // Create an image file name\n String timeStamp = new SimpleDateFormat(\"yyyyMMddHHmmss\").format(new Date());\n String mFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n File mFile = File.createTempFile(mFileName, \".jpg\", storageDir);\n return mFile;\n }", "public final void setSuffix(final String cSuffix) {\n\t\tthis.suffix = cSuffix;\n\t}", "private File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\")\n .format(new Date());\n String imageFileName = JPEG_FILE_PREFIX + timeStamp + \"_\";\n File albumF = getAlbumDir();\n File imageF = File.createTempFile(imageFileName, JPEG_FILE_SUFFIX,\n albumF);\n return imageF;\n }", "private File createImageFile() throws IOException {\n // Create an image file name\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = getContext().getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n File image = File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n\n return image;\n }", "public static Path createSimpleTmpFile( final Configuration conf, boolean deleteOnExit ) throws IOException\r\n\t{\r\n\t\t/** Make a temporary File, delete it, mark the File Object as delete on exit, and create the file with data using hadoop utils. */\r\n\t\tFile localTempFile = File.createTempFile(\"tmp-file\", \"tmp\");\r\n\t\tlocalTempFile.delete();\r\n\t\tPath localTmpPath = new Path( localTempFile.getName());\r\n\t\t\r\n\t\tcreateSimpleFile(conf, localTmpPath, localTmpPath.toString());\r\n\t\tif (deleteOnExit) {\r\n\t\t\tlocalTmpPath.getFileSystem(conf).deleteOnExit(localTmpPath);\r\n\t\t}\r\n\t\treturn localTmpPath;\r\n\t}", "private static File createImageFile(Activity activity) throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = activity.getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n File image = File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n return image;\n }", "String createPermanentFile(String text) {\r\n\t\t// create a filename based on the hash code of the text\r\n\t\tint hashCode = text.hashCode();\r\n\t\tString fileName = hashCode+\".mp3\";\r\n\t\tlog.config(\"createPermanentFile for text \"+text+\" filename=\"+fileName);\r\n\t\tFile file = new File(Configuration.getConfiguration().getMpdFileDirectory(),fileName);\r\n\t\t\r\n\t\t// if a file with this text does not already exist => create it\r\n\t\tif(!file.exists()) {\r\n\t\t\tlog.fine(\"file does not exist - need to convert\");\r\n\t\t\tconvert(text,Configuration.getConfiguration().getMpdFileDirectory(),fileName);\r\n\t\t}\r\n\t\t\r\n\t\t// return the filename\r\n\t\treturn fileName;\r\n\t}", "private File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(getString(R.string.day_format)).format(new Date());\n String imageFileName = getString(R.string.image_file_prefix) + timeStamp + \"_\";\n File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n File image = File.createTempFile(imageFileName, getString(R.string.image_file_format),\n storageDir\n );\n\n return image;\n }", "public interface TempFile {\n\n\t\tpublic void delete() throws Exception;\n\n\t\tpublic String getName();\n\n\t\tpublic OutputStream open() throws Exception;\n\t}", "private File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES);\n File image = File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n\n return image;\n }", "private File createImageFile() throws IOException{\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\"+timeStamp;\n File image = File.createTempFile(imageFileName, \".jpg\", this.savePath);\n \n return image;\n }", "private static synchronized java.lang.String getUniqueSuffix(){\n if (counter > 99999){\n counter = 0;\n }\n counter = counter + 1; \n return java.lang.Long.toString(System.currentTimeMillis()) + \"_\" + counter;\n }", "private File createImageFile() {\n\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\", Locale.getDefault()).format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n\n File storageDir = Environment.getExternalStoragePublicDirectory(\n Environment.DIRECTORY_PICTURES + APP_PICTURE_DIRECTORY);\n storageDir.mkdirs();\n\n File imageFile = null;\n\n try {\n imageFile = File.createTempFile(\n imageFileName, /* prefix */\n FILE_SUFFIX_JPG, /* suffix */\n storageDir /* directory */\n );\n\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n return imageFile;\n }", "public File createImageFile() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = mContext.getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n return File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n }", "private void deleteTempFiles() {\n\t\tfor (int i = 0; i < prevPrevTotalBuckets; i++) {\n\t\t\ttry {\n\t\t\t\tString filename = DatabaseCatalog.getInstance().getTempDirectory() + \"/\" + instanceHashcode + \"_\"\n\t\t\t\t\t\t+ (passNumber - 1) + \"_\" + i;\n\t\t\t\tFile file = new File(filename);\n\t\t\t\tfile.delete();\n\t\t\t} catch (Exception e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t}\n\t}", "private static synchronized java.lang.String getUniqueSuffix(){\n if (counter > 99999){\r\n counter = 0;\r\n }\r\n counter = counter + 1; \r\n return java.lang.Long.toString(java.lang.System.currentTimeMillis()) + \"_\" + counter;\r\n }", "private static synchronized java.lang.String getUniqueSuffix(){\n if (counter > 99999){\n counter = 0;\n }\n counter = counter + 1; \n return java.lang.Long.toString(java.lang.System.currentTimeMillis()) + \"_\" + counter;\n }", "private static synchronized java.lang.String getUniqueSuffix(){\n if (counter > 99999){\n counter = 0;\n }\n counter = counter + 1; \n return java.lang.Long.toString(java.lang.System.currentTimeMillis()) + \"_\" + counter;\n }", "private static synchronized java.lang.String getUniqueSuffix(){\n if (counter > 99999){\n counter = 0;\n }\n counter = counter + 1; \n return java.lang.Long.toString(java.lang.System.currentTimeMillis()) + \"_\" + counter;\n }", "@Test public void getNameWithoutExt() {\n\t\tassertEquals(\"My File\",\n\t\t\tJseFileUtils.getNameWithoutExt(new File(\"some/path/with - space/My File.txt\")));\n\t}", "private File createImageFile() throws IOException\n {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String imageFileName = \"JPEG_\" + timeStamp + \"_\";\n File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n File image = File.createTempFile(\n imageFileName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n\n return image;\n }", "public static FileNode newTmpFile(FileNode parent) {\n FileNode file;\n\n while (true) {\n file = parent.join(\"_tmp_\" + tmpNo);\n try {\n file.mkfile();\n file.getWorld().onShutdown().deleteAtExit(file);\n return file;\n } catch (MkfileException e) {\n // continue\n tmpNo++;\n }\n }\n }", "private static JarFile createTempJar(File temp, JarFile parentJar, ZipEntry entry) throws IOException\n {\n InputStream inputStream = parentJar.getInputStream(entry);\n try\n {\n FileOutputStream outputStream = new FileOutputStream(temp);\n try\n {\n byte[] buffer = new byte[8096];\n int read = inputStream.read(buffer);\n while (read != -1)\n {\n outputStream.write(buffer, 0, read);\n read = inputStream.read(buffer);\n }\n }\n finally\n {\n outputStream.close();\n }\n }\n finally\n {\n try\n {\n inputStream.close();\n }\n catch (IOException ignored)\n {\n }\n }\n \n return new JarFile(temp);\n }", "String getSuffix();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "private File createFilePictures() throws IOException {\n String timeStamp = new SimpleDateFormat(\"yyyyMMdd_HHmmss\").format(new Date());\n String pictureName = \"BEER_\" + timeStamp + \"_\";\n File storageDir = getActivity().getExternalFilesDir(Environment.DIRECTORY_PICTURES);\n File image = File.createTempFile(\n pictureName, /* prefix */\n \".jpg\", /* suffix */\n storageDir /* directory */\n );\n\n // Save a file: path for use with ACTION_VIEW intents\n currentPicturePath = image.getAbsolutePath();\n return image;\n }", "private int copyToTempFileAndSetPolicy(Context context, String fileName, String suffix, int policy) throws IOException {\n if (isMutualExclusivePolicy(context, fileName, policy)) {\n Log.e(LOG_TAG, \"copyToTempFileAndSetPolicy: isMutualExclusivePolicy failed!\");\n return -1;\n }\n File oldFile = new File(fileName);\n if (oldFile.exists()) {\n String tempFileName = fileName + BACKUP_SUFFIX;\n File tempFile = new File(tempFileName);\n if (!tempFile.createNewFile()) {\n Log.e(LOG_TAG, \"copyToTempFileAndSetPolicy: create file failed!\");\n return -1;\n }\n int result = setPolicyInner(context, tempFileName, policy);\n if (result != 0) {\n Log.e(LOG_TAG, \"copyToTempFileAndSetPolicy: setPolicyInner faild isDeleted = \" + tempFile.delete());\n return result;\n }\n try {\n FileOutputStream outputStream = new FileOutputStream(tempFile);\n FileInputStream inputStream = new FileInputStream(oldFile);\n copyFilePermission(fileName, tempFileName);\n byte[] bytes = new byte[4096];\n for (int len = inputStream.read(bytes); len > 0; len = inputStream.read(bytes)) {\n outputStream.write(bytes, 0, len);\n }\n oldFile.delete();\n boolean isOpSuccess = new File(tempFileName).renameTo(oldFile);\n inputStream.close();\n outputStream.close();\n Log.i(LOG_TAG, \"copy and setPolicy isOpSuccess \" + isOpSuccess);\n return result;\n } catch (IOException e) {\n if (tempFile.exists()) {\n tempFile.delete();\n }\n throw new IOException(\"copy to temp and set policy failed!\");\n }\n } else {\n Log.e(LOG_TAG, \"copyToTempFileAndSetPolicy: \" + fileName + \" not exist!\");\n throw new IOException(fileName + \" is not exists!\");\n }\n }" ]
[ "0.6874601", "0.67379034", "0.6598328", "0.65900385", "0.639519", "0.6388142", "0.63020635", "0.6285068", "0.6275008", "0.62099516", "0.6160326", "0.6156023", "0.604925", "0.6029749", "0.5994825", "0.59896463", "0.5933207", "0.5907349", "0.58995366", "0.5890107", "0.58484936", "0.584679", "0.5830947", "0.5810467", "0.5801512", "0.57889664", "0.5783037", "0.5779768", "0.5759678", "0.5705404", "0.57026005", "0.5677486", "0.5636854", "0.56154114", "0.56006664", "0.5595199", "0.5485541", "0.54831034", "0.5482368", "0.54823464", "0.54701596", "0.5439369", "0.54294145", "0.54294145", "0.5426105", "0.5422859", "0.54224056", "0.5416943", "0.5390397", "0.5388946", "0.53862137", "0.53763205", "0.5366628", "0.53597754", "0.5345805", "0.5315467", "0.5301031", "0.52883536", "0.52815276", "0.5267979", "0.52602726", "0.5256441", "0.5238066", "0.5233371", "0.5204401", "0.52039206", "0.52002215", "0.52000964", "0.51990765", "0.518639", "0.5185738", "0.5183083", "0.51801753", "0.51666033", "0.5165583", "0.51633924", "0.51633847", "0.5157129", "0.51560616", "0.51443803", "0.51263225", "0.5120519", "0.5120519", "0.5120519", "0.5114438", "0.51110554", "0.51001954", "0.5098291", "0.50981486", "0.5094115", "0.5094115", "0.5094115", "0.5094115", "0.5094115", "0.5094115", "0.5094115", "0.5094115", "0.5094115", "0.50745213", "0.5062491" ]
0.6982289
0