Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into gh5108-app
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-ts committed Apr 11, 2019
2 parents c92f0eb + 5d8cf56 commit a0b9faf
Show file tree
Hide file tree
Showing 68 changed files with 9,936 additions and 1,555 deletions.
Expand Up @@ -2955,6 +2955,31 @@ public interface I_I_BPartner
/** Column name URL */
public static final String COLUMNNAME_URL = "URL";

/**
* Set Yousty-Profil.
* Full URL address - e.g. http://www.adempiere.org
*
* <br>Type: String
* <br>Mandatory: false
* <br>Virtual Column: false
*/
public void setURL3 (java.lang.String URL3);

/**
* Get Yousty-Profil.
* Full URL address - e.g. http://www.adempiere.org
*
* <br>Type: String
* <br>Mandatory: false
* <br>Virtual Column: false
*/
public java.lang.String getURL3();

/** Column definition for URL3 */
public static final org.adempiere.model.ModelColumn<I_I_BPartner, Object> COLUMN_URL3 = new org.adempiere.model.ModelColumn<I_I_BPartner, Object>(I_I_BPartner.class, "URL3", null);
/** Column name URL3 */
public static final String COLUMNNAME_URL3 = "URL3";

/**
* Set Lieferanten Kategorie.
* Lieferanten Kategorie
Expand Down

0 comments on commit a0b9faf

Please sign in to comment.